diff --git a/Dockerfile b/Dockerfile index 2b5dce8bac7..56d43242791 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]