Skip to content

Commit

Permalink
Merge pull request #124 from bpfman/konflux/mintmaker/main/registry.a…
Browse files Browse the repository at this point in the history
…ccess.redhat.com-ubi9-ubi-minimal-9.x

chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.4-1227
  • Loading branch information
mergify[bot] authored Sep 4, 2024
2 parents eeb144f + 31f17c3 commit abb48ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Containerfile.bpfman-agent.openshift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ COPY . .
# by leaving it empty we can ensure that the container and binary shipped on it will have the same platform.
RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -mod vendor -o bpfman-agent ./cmd/bpfman-agent/main.go

FROM --platform=$TARGETPLATFORM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1194
FROM --platform=$TARGETPLATFORM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1227
ARG DNF_CMD="microdnf"

ARG TARGETARCH
Expand Down
2 changes: 1 addition & 1 deletion Containerfile.bpfman-operator.openshift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ COPY . .
# by leaving it empty we can ensure that the container and binary shipped on it will have the same platform.
RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -mod vendor -o bpfman-operator ./cmd/bpfman-operator/main.go

FROM --platform=$TARGETPLATFORM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1194
FROM --platform=$TARGETPLATFORM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1227

# The following ARGs are set internally by docker or podman on multiarch builds
ARG TARGETPLATFORM
Expand Down

0 comments on commit abb48ff

Please sign in to comment.