Initial commit
ContainerImages/step-cli/pipeline/head This commit looks good Details

main
Dustin 2024-07-26 21:02:42 -05:00
commit 92b46967ec
2 changed files with 9 additions and 0 deletions

8
Containerfile Normal file
View File

@ -0,0 +1,8 @@
FROM docker.io/library/alpine
RUN --mount=type=cache,target=/var/cache \
apk add \
step-cli \
&& :
ENTRYPOINT ["step"]

1
Jenkinsfile vendored Normal file
View File

@ -0,0 +1 @@
buildContainerImage2(archlist: ['amd64', 'arm64'])