Skip to content

Commit a7fa064

Browse files
authored
Konflux: onboard to ART (#1455)
Co-authored-by: Rayford Johnson <rayfordj@users.noreply.github.com>
1 parent 05a206c commit a7fa064

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Dockerfile.rhmtc renamed to konflux.Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
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
32
COPY . /workspace
43
WORKDIR /workspace
54
USER root
@@ -12,8 +11,7 @@ RUN GOMODCACHE=/workspace/mig-controller/deps/gomod/pkg/mod CGO_ENABLED=1 GOOS=l
1211
WORKDIR /workspace/crane/
1312
RUN 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
1715
WORKDIR /
1816
COPY --from=builder /workspace/manager .
1917
COPY --from=builder /workspace/crane/crane .

0 commit comments

Comments
 (0)