File tree Expand file tree Collapse file tree 1 file changed +13
-15
lines changed Expand file tree Collapse file tree 1 file changed +13
-15
lines changed Original file line number Diff line number Diff line change @@ -4,28 +4,26 @@ image_resource:
4
4
type : registry-image
5
5
source :
6
6
repository : concourse/oci-build-task
7
- tag : 0.10.0
8
- registry_mirror :
9
- host : ((registry-mirror-host))
10
- username : ((registry-mirror-username))
11
- password : ((registry-mirror-password))
7
+ tag : 0.11.1
8
+ username : ((docker-hub-username))
9
+ password : ((docker-hub-password))
12
10
inputs :
13
- - name : ci-images-git-repo
11
+ - name : ci-images-git-repo
14
12
outputs :
15
- - name : image
13
+ - name : image
16
14
caches :
17
- - path : ci-image-cache
15
+ - path : ci-image-cache
18
16
params :
19
17
CONTEXT : ci-images-git-repo/ci/images
20
18
DOCKERFILE : ci-images-git-repo/ci/images/((ci-image-name))/Dockerfile
21
19
DOCKER_HUB_AUTH : ((docker-hub-auth))
22
20
run :
23
21
path : /bin/sh
24
22
args :
25
- - " -c"
26
- - |
27
- mkdir -p /root/.docker
28
- cat > /root/.docker/config.json <<EOF
29
- { "auths": { "https://index.docker.io/v1/": { "auth": "$DOCKER_HUB_AUTH" }}}
30
- EOF
31
- build
23
+ - " -c"
24
+ - |
25
+ mkdir -p /root/.docker
26
+ cat > /root/.docker/config.json <<EOF
27
+ { "auths": { "https://index.docker.io/v1/": { "auth": "$DOCKER_HUB_AUTH" }}}
28
+ EOF
29
+ build
You can’t perform that action at this time.
0 commit comments