chore: Update from ubi8/go-toolset:1.18.4-8 to ubi8/go-toolset:1.18.4-20 (#1600)
* chore: Update from ubi8/go-toolset:1.18.4-8 to ubi8/go-toolset:1.18.4-20 Signed-off-by: Nick Boldt <nboldt@redhat.com> * chore: Update from ubi8-minimal:8.7-1031 to ubi8-minimal:8.7-1049 Signed-off-by: Nick Boldt <nboldt@redhat.com> Signed-off-by: Nick Boldt <nboldt@redhat.com> Co-authored-by: Nick Boldt <nboldt@redhat.com>pull/1601/head
parent
397c97c675
commit
b7ac73b7b4
|
|
@ -10,7 +10,7 @@
|
|||
#
|
||||
|
||||
# https://registry.access.redhat.com/ubi8/go-toolset
|
||||
FROM registry.access.redhat.com/ubi8/go-toolset:1.18.4-8 as builder
|
||||
FROM registry.access.redhat.com/ubi8/go-toolset:1.18.4-20 as builder
|
||||
ENV GOPATH=/go/
|
||||
ARG DEV_HEADER_REWRITE_TRAEFIK_PLUGIN="main"
|
||||
ARG SKIP_TESTS="false"
|
||||
|
|
@ -45,7 +45,7 @@ RUN export ARCH="$(uname -m)" && if [[ ${ARCH} == "x86_64" ]]; then export ARCH=
|
|||
CGO_ENABLED=0 GOOS=linux GOARCH=${ARCH} GO111MODULE=on go build -mod=vendor -a -o che-operator main.go
|
||||
|
||||
# https://registry.access.redhat.com/ubi8-minimal
|
||||
FROM registry.access.redhat.com/ubi8-minimal:8.7-1031
|
||||
FROM registry.access.redhat.com/ubi8-minimal:8.7-1049
|
||||
|
||||
COPY --from=builder /tmp/header-rewrite-traefik-plugin /tmp/header-rewrite-traefik-plugin
|
||||
COPY --from=builder /che-operator/che-operator /manager
|
||||
|
|
|
|||
Loading…
Reference in New Issue