updates
All checks were successful
Build and Push Multi-Arch Docker Images / build (push) Successful in 2m11s
All checks were successful
Build and Push Multi-Arch Docker Images / build (push) Successful in 2m11s
This commit is contained in:
18
debian/bullseye/.pipeline.yml
vendored
18
debian/bullseye/.pipeline.yml
vendored
@@ -1,18 +0,0 @@
|
||||
variables:
|
||||
IMAGE_TAG: "debian-bullseye"
|
||||
DOCKER_HOST: ""
|
||||
DOCKER_DRIVER: overlay2
|
||||
|
||||
build_image:
|
||||
image: docker:24.0.7
|
||||
services:
|
||||
- docker:24.0.7-dind-rootless
|
||||
variables:
|
||||
DOCKER_TLS_CERTDIR: ""
|
||||
GIT_SSL_NO_VERIFY: true
|
||||
before_script:
|
||||
- docker login $CI_REGISTRY -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD
|
||||
script:
|
||||
- cd "$CI_PROJECT_DIR/debian/bullseye/"
|
||||
- docker build -t $CI_REGISTRY/fithwum/base-image/$IMAGE_NAME:$IMAGE_TAG .
|
||||
- docker push -a $CI_REGISTRY/fithwum/base-image/$IMAGE_NAME
|
||||
2
debian/bullseye/Dockerfile
vendored
2
debian/bullseye/Dockerfile
vendored
@@ -1,4 +1,4 @@
|
||||
FROM scratch
|
||||
LABEL maintainer "fithwum"
|
||||
LABEL maintainer="fithwum"
|
||||
ADD /debian-bullseye.tar.bz2 /
|
||||
CMD ["/bin/bash"]
|
||||
Reference in New Issue
Block a user