We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55ff2dc + 0df55fa commit 1100047Copy full SHA for 1100047
Dockerfile
@@ -16,6 +16,10 @@ FROM --platform=${BUILDPLATFORM} docker.io/golang:1.23.4 AS builder
16
ARG TARGETOS
17
ARG TARGETARCH
18
19
+LABEL org.opencontainers.image.source=https://github.com/kcp-dev/api-syncagent
20
+LABEL org.opencontainers.image.description="A Kubernetes agent to synchronize APIs and their objects between Kubernetes clusters and kcp"
21
+LABEL org.opencontainers.image.licenses=Apache-2.0
22
+
23
WORKDIR /go/src/github.com/kcp-dev/api-syncagent
24
COPY . .
25
RUN GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} make clean api-syncagent
0 commit comments