Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Containerfile.aws-load-balancer-controller
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ COPY . .
# Build
RUN go build -tags strictfipsruntime -o controller -mod=vendor main.go

FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:fe688da81a696387ca53a4c19231e99289591f990c904ef913c51b6e87d4e4df
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:8d0a8fb39ec907e8ca62cdd24b62a63ca49a30fe465798a360741fde58437a23
ARG FULL_COMMIT
LABEL maintainer="Red Hat, Inc."
LABEL com.redhat.component="aws-load-balancer-controller-container"
Expand Down