Skip to content

Commit

Permalink
Update base images for container build
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Obuchowicz <aobuchow@redhat.com>
  • Loading branch information
AObuchow committed Mar 18, 2024
1 parent 44b9f43 commit ee5120d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Dockerfile
@@ -1,5 +1,5 @@
# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi8/go-toolset
FROM registry.access.redhat.com/ubi8/go-toolset:1.19.6-4 as builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.20.12-2 as builder
ENV GOPATH=/go/
USER root
WORKDIR /web-terminal-exec
Expand All @@ -18,7 +18,7 @@ COPY . .
RUN make compile

# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi8-minimal
FROM registry.access.redhat.com/ubi8-minimal:8.8-860
FROM registry.access.redhat.com/ubi8-minimal:8.9-1137
RUN microdnf -y update && microdnf clean all && rm -rf /var/cache/yum && echo "Installed Packages" && rpm -qa | sort -V && echo "End Of Installed Packages"
WORKDIR /
COPY --from=builder /web-terminal-exec/_output/bin/web-terminal-exec /usr/local/bin/web-terminal-exec
Expand Down

0 comments on commit ee5120d

Please sign in to comment.