Skip to content

Commit

Permalink
Review Dockerfile and RPM files for building odh-kf-notebook-controll…
Browse files Browse the repository at this point in the history
…er in Konflux
  • Loading branch information
MohammadiIram committed Oct 10, 2024
1 parent 325116a commit 6d8c25c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/notebook-controller/Dockerfile.konflux
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN CGO_ENABLED=1 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} GO111MODULE=on go

#WORKDIR /workspace/odh-notebook-controller
# Use ubi8/ubi-minimal as base image
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
FROM registry.redhat.io/ubi8/ubi-minimal@sha256:7583ca0ea52001562bd81a961da3f75222209e6192e4e413ee226cff97dbd48c

## Build args to be used at this step
ARG CI_CONTAINER_VERSION
Expand Down
2 changes: 1 addition & 1 deletion components/odh-notebook-controller/Dockerfile.konflux
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ user root
RUN CGO_ENABLED=0 GOOS=linux GO111MODULE=on go build -tags strictfipsruntime -a -mod=mod -o manager main.go

# Use ubi8/ubi-minimal as base image
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
FROM registry.redhat.io/ubi8/ubi-minimal@sha256:7583ca0ea52001562bd81a961da3f75222209e6192e4e413ee226cff97dbd48c

## Build args to be used at this step
ARG CI_CONTAINER_VERSION
Expand Down

0 comments on commit 6d8c25c

Please sign in to comment.