Skip to content

Commit

Permalink
Update Dockerfile (#81)
Browse files Browse the repository at this point in the history
* Update Dockerfile

use the latest 8.10.x

* Delete .github/workflows/push-image.yml

delete push image github action as image is now available in https://quay.io/repository/cloudservices/kessel-spicedb-operator
  • Loading branch information
Rajagopalan-Ranganathan authored May 29, 2024
1 parent 1dcfb69 commit 44e953a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 45 deletions.
43 changes: 0 additions & 43 deletions .github/workflows/push-image.yml

This file was deleted.

4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-896 AS builder
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-896.1716497715 AS builder
ARG TARGETARCH
USER root
RUN microdnf install -y tar gzip make which
Expand All @@ -15,7 +15,7 @@ COPY . ./
RUN go mod vendor
RUN make build

FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-896
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-896.1716497715

COPY --from=builder /workspace/bin/ciam-rebac /usr/local/bin/
COPY --from=builder /workspace/configs/config.yaml /usr/local/bin/
Expand Down

0 comments on commit 44e953a

Please sign in to comment.