chore: Update from ubi8/go-toolset:1.20.10-10 to ubi8/go-toolset:1.20.12-5 (#1829)
* chore: Update from ubi8/go-toolset:1.20.10-10 to ubi8/go-toolset:1.20.12-5 Signed-off-by: Nick Boldt <nboldt@redhat.com> * chore: Update from ubi8-minimal:8.9-1108 to ubi8-minimal:8.9-1161 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/1831/head
parent
32974f029e
commit
f7e449764f
|
|
@ -10,7 +10,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# https://registry.access.redhat.com/ubi8/go-toolset
|
# https://registry.access.redhat.com/ubi8/go-toolset
|
||||||
FROM registry.access.redhat.com/ubi8/go-toolset:1.20.10-10 as builder
|
FROM registry.access.redhat.com/ubi8/go-toolset:1.20.12-5 as builder
|
||||||
ENV GOPATH=/go/ \
|
ENV GOPATH=/go/ \
|
||||||
CGO_ENABLED=1
|
CGO_ENABLED=1
|
||||||
ARG DEV_HEADER_REWRITE_TRAEFIK_PLUGIN="main"
|
ARG DEV_HEADER_REWRITE_TRAEFIK_PLUGIN="main"
|
||||||
|
|
@ -50,7 +50,7 @@ RUN export ARCH="$(uname -m)" && if [[ ${ARCH} == "x86_64" ]]; then export ARCH=
|
||||||
GOOS=linux GOARCH=${ARCH} GO111MODULE=on go build -mod=vendor -a -o che-operator main.go
|
GOOS=linux GOARCH=${ARCH} GO111MODULE=on go build -mod=vendor -a -o che-operator main.go
|
||||||
|
|
||||||
# https://registry.access.redhat.com/ubi8-minimal
|
# https://registry.access.redhat.com/ubi8-minimal
|
||||||
FROM registry.access.redhat.com/ubi8-minimal:8.9-1108
|
FROM registry.access.redhat.com/ubi8-minimal:8.9-1161
|
||||||
|
|
||||||
COPY --from=builder /tmp/header-rewrite-traefik-plugin /tmp/header-rewrite-traefik-plugin
|
COPY --from=builder /tmp/header-rewrite-traefik-plugin /tmp/header-rewrite-traefik-plugin
|
||||||
COPY --from=builder /che-operator/che-operator /manager
|
COPY --from=builder /che-operator/che-operator /manager
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue