We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a0a9fc commit cc103cfCopy full SHA for cc103cf
1 file changed
.gitlab/ci/build.gitlab-ci.yml
@@ -45,13 +45,17 @@ check_exists:
45
.build:
46
image: docker:stable
47
stage: build
48
+ variables:
49
+ # for port 2375
50
+ DOCKER_TLS_CERTDIR: ""
51
services:
52
- name: mohs.dhcp.lbl.gov/docker:29.4.0-dind
53
command: ["--insecure-registry", "mohs.dhcp.lbl.gov"]
54
alias: docker
55
before_script:
56
- cat /etc/hosts
57
- cat /etc/resolv.conf
58
+ - sleep 15
59
- docker info
60
- echo $IMAGE:$CI_COMMIT_REF_NAME
61
- echo $IMAGE:$CI_COMMIT_SHORT_SHA
@@ -76,6 +80,7 @@ check_exists:
76
80
docker push $IMAGE:$CI_PROJECT_NAME-$CI_COMMIT_SHORT_SHA
77
81
docker push $IMAGE:latest
78
82
83
+
79
84
build_bookworm:
85
extends: .build
86
variables:
0 commit comments