Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update from ubi8/go-toolset:1.21.13-1 to ubi8/go-toolset:1.22.7-5 #167

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build/dockerfiles/brew.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# for a local build, see rhel.Dockerfile

# https://registry.access.redhat.com/ubi8/go-toolset
FROM registry.access.redhat.com/ubi8/go-toolset:1.21.13-1 as builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.22.7-5 as builder
USER 0
ENV GOPATH=/go/ \
CGO_ENABLED=1
Expand All @@ -32,7 +32,7 @@ RUN export ARCH="$(uname -m)" && if [[ ${ARCH} == "x86_64" ]]; then export ARCH=
chmod 755 /usr/local/bin/configbump

# https://registry.access.redhat.com/ubi8-minimal
FROM registry.access.redhat.com/ubi8-minimal:8.10-1086 as runtime
FROM registry.access.redhat.com/ubi8-minimal:8.10-1130 as runtime
#hadolint ignore=DL4006
RUN microdnf -y install shadow-utils && \
adduser appuser && \
Expand Down
4 changes: 2 additions & 2 deletions build/dockerfiles/rhel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# see also brew.Dockerfile

# https://registry.access.redhat.com/ubi8/go-toolset
FROM registry.access.redhat.com/ubi8/go-toolset:1.21.13-1 as builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.22.7-5 as builder
USER 0
ENV GOPATH=/go/ \
CGO_ENABLED=1
Expand All @@ -30,7 +30,7 @@ RUN export ARCH="$(uname -m)" && if [[ ${ARCH} == "x86_64" ]]; then export ARCH=
chmod 755 /usr/local/bin/configbump

# https://registry.access.redhat.com/ubi8-minimal
FROM registry.access.redhat.com/ubi8-minimal:8.10-1086 as runtime
FROM registry.access.redhat.com/ubi8-minimal:8.10-1130 as runtime
#hadolint ignore=DL4006
RUN microdnf -y install shadow-utils && \
adduser appuser && \
Expand Down