mirror of
https://github.com/harness-community/drone-helm-chart-container-registry.git
synced 2026-06-04 18:24:12 +08:00
9 lines
126 B
Docker
9 lines
126 B
Docker
FROM alpine:latest as base
|
|
|
|
WORKDIR /app
|
|
|
|
ADD ./drone-helm /bin/
|
|
|
|
RUN chmod +x /bin/drone-helm
|
|
|
|
ENTRYPOINT ["/bin/drone-helm"] |