Initial commit
All checks were successful
ContainerImages/step-cli/pipeline/head This commit looks good
All checks were successful
ContainerImages/step-cli/pipeline/head This commit looks good
This commit is contained in:
8
Containerfile
Normal file
8
Containerfile
Normal 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
1
Jenkinsfile
vendored
Normal file
@@ -0,0 +1 @@
|
||||
buildContainerImage2(archlist: ['amd64', 'arm64'])
|
||||
Reference in New Issue
Block a user