File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- #@follow_tag(registry-proxy.engineering.redhat.com/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23)
2- FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23 AS builder
1+ FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.24 AS builder
32COPY . /workspace
43WORKDIR /workspace
54USER root
@@ -12,8 +11,7 @@ RUN GOMODCACHE=/workspace/mig-controller/deps/gomod/pkg/mod CGO_ENABLED=1 GOOS=l
1211WORKDIR /workspace/crane/
1312RUN GOMODCACHE=/workspace/crane/deps/gomod/pkg/mod CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -mod=readonly -tags strictfipsruntime -ldflags '-w' -o crane main.go
1413
15- #@follow_tag(registry.redhat.io/ubi8/ubi-minimal)
16- FROM registry.redhat.io/ubi8/ubi-minimal:latest
14+ FROM registry.redhat.io/ubi8/ubi:latest
1715WORKDIR /
1816COPY --from=builder /workspace/manager .
1917COPY --from=builder /workspace/crane/crane .
You can’t perform that action at this time.
0 commit comments