File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 29
29
value : 5d
30
30
- name : dockerfile
31
31
value : Containerfile
32
- - name : build-args
33
- value :
34
- - ANSIBLE_CHATBOT_VERSION=0.9.$(tasks.git-metadata.results.commit-timestamp)
35
- - GIT_COMMIT=$(tasks.clone-repository.results.commit)
36
32
pipelineSpec :
37
33
description : |
38
34
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.
@@ -277,7 +273,8 @@ spec:
277
273
value : $(tasks.clone-repository.results.commit)
278
274
- name : BUILD_ARGS
279
275
value :
280
- - $(params.build-args[*])
276
+ - ANSIBLE_CHATBOT_VERSION=0.9.$(tasks.git-metadata.results.commit-timestamp)
277
+ - GIT_COMMIT=$(tasks.clone-repository.results.commit)
281
278
- name : BUILD_ARGS_FILE
282
279
value : $(params.build-args-file)
283
280
- name : PRIVILEGED_NESTED
Original file line number Diff line number Diff line change 26
26
value : quay.io/ansible/ansible-chatbot-stack:{{revision}}
27
27
- name : dockerfile
28
28
value : Containerfile
29
- - name : build-args
30
- value :
31
- - ANSIBLE_CHATBOT_VERSION=0.9.$(tasks.git-metadata.results.commit-timestamp)
32
- - IMAGE_TAGS=latest 0.9.$(tasks.git-metadata.results.commit-timestamp)
33
- - GIT_COMMIT=$(tasks.clone-repository.results.commit)
34
29
pipelineSpec :
35
30
description : |
36
31
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.
@@ -275,7 +270,9 @@ spec:
275
270
value : $(tasks.clone-repository.results.commit)
276
271
- name : BUILD_ARGS
277
272
value :
278
- - $(params.build-args[*])
273
+ - ANSIBLE_CHATBOT_VERSION=0.9.$(tasks.git-metadata.results.commit-timestamp)
274
+ - IMAGE_TAGS=latest 0.9.$(tasks.git-metadata.results.commit-timestamp)
275
+ - GIT_COMMIT=$(tasks.clone-repository.results.commit)
279
276
- name : BUILD_ARGS_FILE
280
277
value : $(params.build-args-file)
281
278
- name : PRIVILEGED_NESTED
You can’t perform that action at this time.
0 commit comments