Skip to content

Commit

Permalink
fix label
Browse files Browse the repository at this point in the history
  • Loading branch information
a-thaler committed Jan 24, 2025
1 parent 9ced57e commit d3a583c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/integration/sample-app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=${TARGETARCH} go build -a -o main ./...

# Use the scratch image for a minimal image
FROM scratch
LABEL source=git@github.com:kyma-project/telemetry-manager.git
LABEL org.opencontainers.image.source="https://github.com/kyma-project/telemetry-manager"

# Copy the binary, no further dependencies
COPY --from=builder /app/main .
Expand Down

0 comments on commit d3a583c

Please sign in to comment.