Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/dev' into rhoai-2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
dchourasia committed Nov 7, 2024
2 parents 23a1b79 + 7af5716 commit 11b44bf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build/images/training-operator/Dockerfile.konflux
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG SOURCE_CODE=.

FROM registry.access.redhat.com/ubi8/go-toolset@sha256:4ec05fd5b355106cc0d990021a05b71bbfb9231e4f5bdc0c5316515edf6a1c96 as builder
FROM registry.access.redhat.com/ubi8/go-toolset@sha256:bd2057262d0876188976f79d2246717994de9e03dd589b1e6471dd2b2777204f as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand All @@ -20,7 +20,7 @@ RUN CGO_ENABLED=1 GOOS=linux GO111MODULE=on go build -tags strictfipsruntime -a
# Use distroless as minimal base image to package the manager binary
# Refer to https://github.com/GoogleContainerTools/distroless for more details

FROM registry.redhat.io/ubi8/ubi-minimal@sha256:7583ca0ea52001562bd81a961da3f75222209e6192e4e413ee226cff97dbd48c AS runtime
FROM registry.redhat.io/ubi8/ubi-minimal@sha256:c12e67af6a7e15113d76bc72f10bef2045c026c71ec8b7124c8a075458188a83 AS runtime

ARG USER=65532

Expand All @@ -32,7 +32,6 @@ LABEL com.redhat.component="odh-training-operator-container" \
io.openshift.expose-services="" \
io.k8s.display-name="odh-training-operator" \
io.k8s.description="odh-training-operator" \
io.openshift.tags="" \
com.redhat.license_terms="https://www.redhat.com/licenses/Red_Hat_Standard_EULA_20191108.pdf"

WORKDIR /
Expand Down

0 comments on commit 11b44bf

Please sign in to comment.