initial commit. Fork of https://github.com/karancode/kustomize-github-action
This commit is contained in:
5
Dockerfile
Normal file
5
Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM alpine:3
|
||||
RUN apk add --update --no-cache bash ca-certificates curl git jq openssh
|
||||
RUN ["bin/sh", "-c", "mkdir -p /src"]
|
||||
COPY ["src", "/src/"]
|
||||
ENTRYPOINT ["/src/entrypoint.sh"]
|
||||
Reference in New Issue
Block a user