upload
This commit is contained in:
22
.gitlab-ci.yml
Normal file
22
.gitlab-ci.yml
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
image: docker:24.0.7
|
||||||
|
|
||||||
|
variables:
|
||||||
|
IMAGE_NAME: "base-image"
|
||||||
|
DOCKER_HOST: ""
|
||||||
|
DOCKER_TLS_CERTDIR: ""
|
||||||
|
DOCKER_CERT_PATH: ""
|
||||||
|
DOCKER_DRIVER: overlay2
|
||||||
|
GIT_SSL_NO_VERIFY: true
|
||||||
|
|
||||||
|
services:
|
||||||
|
- name: docker:24.0.7-dind-rootless
|
||||||
|
command: ["--tls=false"]
|
||||||
|
|
||||||
|
default:
|
||||||
|
before_script:
|
||||||
|
- docker info
|
||||||
|
|
||||||
|
include:
|
||||||
|
- "/debian/bookworm/.pipeline.yml"
|
||||||
|
- "/debian/bullseye/.pipeline.yml"
|
||||||
|
- "/debian/buster/.pipeline.yml"
|
||||||
Reference in New Issue
Block a user