upload
This commit is contained in:
18
debian/bookworm/.pipeline.yml
vendored
Normal file
18
debian/bookworm/.pipeline.yml
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
variables:
|
||||
IMAGE_TAG: "debian-bookworm"
|
||||
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/bookworm/"
|
||||
- docker build -t $CI_REGISTRY/fithwum/base-image/$IMAGE_NAME:$IMAGE_TAG .
|
||||
- docker push -a $CI_REGISTRY/fithwum/base-image/$IMAGE_NAME
|
||||
4
debian/bookworm/Dockerfile
vendored
Normal file
4
debian/bookworm/Dockerfile
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM scratch
|
||||
LABEL maintainer "fithwum"
|
||||
ADD /debian-bookworm.tar.bz2 /
|
||||
CMD ["/bin/bash"]
|
||||
BIN
debian/bookworm/debian-bookworm.tar.bz2
vendored
Normal file
BIN
debian/bookworm/debian-bookworm.tar.bz2
vendored
Normal file
Binary file not shown.
18
debian/bullseye/.pipeline.yml
vendored
Normal file
18
debian/bullseye/.pipeline.yml
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
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
|
||||
4
debian/bullseye/Dockerfile
vendored
Normal file
4
debian/bullseye/Dockerfile
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM scratch
|
||||
LABEL maintainer "fithwum"
|
||||
ADD /debian-bullseye.tar.bz2 /
|
||||
CMD ["/bin/bash"]
|
||||
BIN
debian/bullseye/debian-bullseye.tar.bz2
vendored
Normal file
BIN
debian/bullseye/debian-bullseye.tar.bz2
vendored
Normal file
Binary file not shown.
18
debian/buster/.pipeline.yml
vendored
Normal file
18
debian/buster/.pipeline.yml
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
variables:
|
||||
IMAGE_TAG: "debian-buster"
|
||||
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/buster/"
|
||||
- docker build -t $CI_REGISTRY/fithwum/base-image/$IMAGE_NAME:$IMAGE_TAG .
|
||||
- docker push -a $CI_REGISTRY/fithwum/base-image/$IMAGE_NAME
|
||||
4
debian/buster/Dockerfile
vendored
Normal file
4
debian/buster/Dockerfile
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM scratch
|
||||
LABEL maintainer "fithwum"
|
||||
ADD /debian-buster.tar.bz2 /
|
||||
CMD ["/bin/bash"]
|
||||
BIN
debian/buster/debian-buster.tar.bz2
vendored
Normal file
BIN
debian/buster/debian-buster.tar.bz2
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user