mirror of
https://github.com/harness-community/drone-helm-chart-container-registry.git
synced 2026-06-04 18:24:12 +08:00
7 lines
123 B
Docker
7 lines
123 B
Docker
FROM --platform=amd64 gcr.io/distroless/base-debian11
|
|
|
|
WORKDIR /app
|
|
|
|
ADD ./drone-helm /app/
|
|
|
|
ENTRYPOINT ["/app/drone-helm"] |