Skip to content

Commit

Permalink
Merge pull request #151 from che-incubator/pr-update-base-images-1724…
Browse files Browse the repository at this point in the history
…457858

chore: Update from ubi8/go-toolset:1.21.11-1 to ubi8/go-toolset:1.21.11-8
  • Loading branch information
SDawley committed Aug 27, 2024
2 parents 8ac76ba + 517dfbb commit c679d9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.11-1 as builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.21.11-8 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-1018 as runtime
FROM registry.access.redhat.com/ubi8-minimal:8.10-1052 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.11-1 as builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.21.11-8 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-1018 as runtime
FROM registry.access.redhat.com/ubi8-minimal:8.10-1052 as runtime
#hadolint ignore=DL4006
RUN microdnf -y install shadow-utils && \
adduser appuser && \
Expand Down

0 comments on commit c679d9e

Please sign in to comment.