Skip to content

Commit

Permalink
Merge pull request #1793 from tnozicka/image-labels
Browse files Browse the repository at this point in the history
Add image opencontainer labels
  • Loading branch information
scylla-operator-bot[bot] authored Mar 6, 2024
2 parents 8caba1c + 45d9b99 commit 128676d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ RUN make build --warn-undefined-variables

FROM quay.io/scylladb/scylla-operator-images:base-ubuntu-22.04

LABEL org.opencontainers.image.title="Scylla Operator" \
org.opencontainers.image.description="ScyllaDB Operator for Kubernetes" \
org.opencontainers.image.authors="ScyllaDB Operator Team" \
org.opencontainers.image.source="https://github.com/scylladb/scylla-operator/" \
org.opencontainers.image.documentation="https://operator.docs.scylladb.com" \
org.opencontainers.image.url="https://hub.docker.com/r/scylladb/scylla-operator" \
org.opencontainers.image.vendor="ScyllaDB"

COPY --from=builder /go/src/github.com/scylladb/scylla-operator/scylla-operator /usr/bin/
COPY --from=builder /go/src/github.com/scylladb/scylla-operator/scylla-operator-tests /usr/bin/
ENTRYPOINT ["/usr/bin/scylla-operator"]

0 comments on commit 128676d

Please sign in to comment.