Skip to content

Commit

Permalink
Merge pull request #2 from akoserwal/fix-docker-openshift
Browse files Browse the repository at this point in the history
fixing the image
  • Loading branch information
akoserwal authored May 20, 2024
2 parents 1d31ee4 + 75afb36 commit d147265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.openshift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COPY go.mod go.sum ./
COPY . .
RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod go build ./cmd/...

FROM cgr.dev/chainguard/static:latest
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1161

COPY --from=builder /go/src/app/validated-update-graph.yaml /opt/operator/config.yaml
COPY --from=builder /go/src/app/spicedb-operator /usr/local/bin/spicedb-operator
Expand Down

0 comments on commit d147265

Please sign in to comment.