Skip to content
This repository was archived by the owner on Aug 2, 2023. It is now read-only.

Commit 0c7ce73

Browse files
authored
Merge pull request #385 from kabanero-io/aadeshpa_issue_384_update_appsody_to_0.6.1-buildah1.9.0
updated the deploy step with upgraded appsody base image in kabanero-…
2 parents 7ed373f + 19e7817 commit 0c7ce73

20 files changed

+42
-42
lines changed

pipelines/docker/kabanero-utils/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM appsody/appsody-buildah:0.6.0-buildah1.9.0
1+
FROM appsody/appsody-buildah:0.6.1-buildah1.9.0
22

33
RUN mkdir -p /scripts
44

pipelines/experimental/gitops/build-push-promote-task.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
# Refer to https://kabanero.io/docs/ref/general/reference/semver-governance.html for policy details.
3535
securityContext:
3636
privileged: true
37-
image: kabanero/kabanero-utils@sha256:8020573657ed1b80e2b872a37719d6398ee78219296fe6180733f54425f7bd6a
37+
image: kabanero/kabanero-utils@sha256:f9ceeb7d2ba94c2216d430e7fb0b16eb6e36da41de79222f47aaac82dfd024da
3838
command: ["/bin/bash"]
3939
args:
4040
- -c
@@ -50,7 +50,7 @@ spec:
5050
# This steps builds the source project using appsody build.
5151
securityContext:
5252
privileged: true
53-
image: kabanero/kabanero-utils@sha256:8020573657ed1b80e2b872a37719d6398ee78219296fe6180733f54425f7bd6a
53+
image: kabanero/kabanero-utils@sha256:f9ceeb7d2ba94c2216d430e7fb0b16eb6e36da41de79222f47aaac82dfd024da
5454
imagePullPolicy: Always
5555
command: ["/bin/bash"]
5656
args:
@@ -112,7 +112,7 @@ spec:
112112
# Refer to https://kabanero.io/docs/ref/general/reference/semver-governance.html for policy details.
113113
securityContext:
114114
privileged: true
115-
image: kabanero/kabanero-utils@sha256:8020573657ed1b80e2b872a37719d6398ee78219296fe6180733f54425f7bd6a
115+
image: kabanero/kabanero-utils@sha256:f9ceeb7d2ba94c2216d430e7fb0b16eb6e36da41de79222f47aaac82dfd024da
116116
command: ["/bin/bash"]
117117
args:
118118
- -c
@@ -129,7 +129,7 @@ spec:
129129
# Push the image built in the build step to the specified image registry. Optionally sign the image.
130130
securityContext:
131131
privileged: true
132-
image: kabanero/kabanero-utils@sha256:8020573657ed1b80e2b872a37719d6398ee78219296fe6180733f54425f7bd6a
132+
image: kabanero/kabanero-utils@sha256:f9ceeb7d2ba94c2216d430e7fb0b16eb6e36da41de79222f47aaac82dfd024da
133133
command: ["/bin/bash"]
134134
args:
135135
- -c

pipelines/experimental/gitops/deploy-kustomize-task.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
type: git
1111
steps:
1212
- name: deploy
13-
image: kabanero/kabanero-utils@sha256:8020573657ed1b80e2b872a37719d6398ee78219296fe6180733f54425f7bd6a
13+
image: kabanero/kabanero-utils@sha256:f9ceeb7d2ba94c2216d430e7fb0b16eb6e36da41de79222f47aaac82dfd024da
1414
script: |
1515
#!/usr/bin/env sh
1616

pipelines/experimental/gitops/image-scan-task.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
- name: mount-image
3838
securityContext:
3939
privileged: true
40-
image: kabanero/kabanero-utils@sha256:8020573657ed1b80e2b872a37719d6398ee78219296fe6180733f54425f7bd6a
40+
image: kabanero/kabanero-utils@sha256:f9ceeb7d2ba94c2216d430e7fb0b16eb6e36da41de79222f47aaac82dfd024da
4141
# Temporarily make copy of mounted image since the mounted image will be unmounted when the container for this task ends.
4242
# TODO: Determine another way to persist the mounted container image across containers
4343
command: ['/bin/bash']

pipelines/incubator/build-deploy-task.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
# This steps builds the source project using appsody build.
3333
securityContext:
3434
privileged: true
35-
image: kabanero/kabanero-utils@sha256:8020573657ed1b80e2b872a37719d6398ee78219296fe6180733f54425f7bd6a
35+
image: kabanero/kabanero-utils@sha256:f9ceeb7d2ba94c2216d430e7fb0b16eb6e36da41de79222f47aaac82dfd024da
3636
command: ["/bin/bash"]
3737
args:
3838
- -c
@@ -85,7 +85,7 @@ spec:
8585
# Push the image built in the build step to the specified image registry. Optionally sign the image.
8686
securityContext:
8787
privileged: true
88-
image: kabanero/kabanero-utils@sha256:8020573657ed1b80e2b872a37719d6398ee78219296fe6180733f54425f7bd6a
88+
image: kabanero/kabanero-utils@sha256:f9ceeb7d2ba94c2216d430e7fb0b16eb6e36da41de79222f47aaac82dfd024da
8989
command: ["/bin/bash"]
9090
args:
9191
- -c
@@ -146,7 +146,7 @@ spec:
146146
- mountPath: /var/lib/containers
147147
name: varlibcontainers
148148
- name: deploy-image
149-
image: kabanero/kabanero-utils@sha256:8020573657ed1b80e2b872a37719d6398ee78219296fe6180733f54425f7bd6a
149+
image: kabanero/kabanero-utils@sha256:f9ceeb7d2ba94c2216d430e7fb0b16eb6e36da41de79222f47aaac82dfd024da
150150
command: ['/bin/sh']
151151
args:
152152
- -c

pipelines/incubator/build-push-jk-task.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
# This steps builds the source project using appsody build.
3636
securityContext:
3737
privileged: true
38-
image: kabanero/kabanero-utils@sha256:8020573657ed1b80e2b872a37719d6398ee78219296fe6180733f54425f7bd6a
38+
image: kabanero/kabanero-utils@sha256:f9ceeb7d2ba94c2216d430e7fb0b16eb6e36da41de79222f47aaac82dfd024da
3939
command: ["/bin/bash"]
4040
args:
4141
- -c
@@ -91,7 +91,7 @@ spec:
9191
# Push the image built in the build step to the specified image registry. Optionally sign the image.
9292
securityContext:
9393
privileged: true
94-
image: kabanero/kabanero-utils@sha256:8020573657ed1b80e2b872a37719d6398ee78219296fe6180733f54425f7bd6a
94+
image: kabanero/kabanero-utils@sha256:f9ceeb7d2ba94c2216d430e7fb0b16eb6e36da41de79222f47aaac82dfd024da
9595
command: ["/bin/bash"]
9696
args:
9797
- -c

pipelines/incubator/build-push-task.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
# Refer to https://kabanero.io/docs/ref/general/reference/semver-governance.html for policy details.
3737
securityContext:
3838
privileged: true
39-
image: kabanero/kabanero-utils@sha256:8020573657ed1b80e2b872a37719d6398ee78219296fe6180733f54425f7bd6a
39+
image: kabanero/kabanero-utils@sha256:f9ceeb7d2ba94c2216d430e7fb0b16eb6e36da41de79222f47aaac82dfd024da
4040
command: ["/bin/bash"]
4141
args:
4242
- -c
@@ -53,7 +53,7 @@ spec:
5353
# This steps builds the source project using appsody build.
5454
securityContext:
5555
privileged: true
56-
image: kabanero/kabanero-utils@sha256:8020573657ed1b80e2b872a37719d6398ee78219296fe6180733f54425f7bd6a
56+
image: kabanero/kabanero-utils@sha256:f9ceeb7d2ba94c2216d430e7fb0b16eb6e36da41de79222f47aaac82dfd024da
5757
command: ["/bin/bash"]
5858
args:
5959
- -c
@@ -114,7 +114,7 @@ spec:
114114
# Refer to https://kabanero.io/docs/ref/general/reference/semver-governance.html for policy details.
115115
securityContext:
116116
privileged: true
117-
image: kabanero/kabanero-utils@sha256:8020573657ed1b80e2b872a37719d6398ee78219296fe6180733f54425f7bd6a
117+
image: kabanero/kabanero-utils@sha256:f9ceeb7d2ba94c2216d430e7fb0b16eb6e36da41de79222f47aaac82dfd024da
118118
command: ["/bin/bash"]
119119
args:
120120
- -c
@@ -131,7 +131,7 @@ spec:
131131
# Push the image built in the build step to the specified image registry. Optionally sign the image.
132132
securityContext:
133133
privileged: true
134-
image: kabanero/kabanero-utils@sha256:8020573657ed1b80e2b872a37719d6398ee78219296fe6180733f54425f7bd6a
134+
image: kabanero/kabanero-utils@sha256:f9ceeb7d2ba94c2216d430e7fb0b16eb6e36da41de79222f47aaac82dfd024da
135135
command: ["/bin/bash"]
136136
args:
137137
- -c

pipelines/incubator/build-task.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
# This steps builds the source project using appsody build.
2828
securityContext:
2929
privileged: true
30-
image: kabanero/kabanero-utils@sha256:8020573657ed1b80e2b872a37719d6398ee78219296fe6180733f54425f7bd6a
30+
image: kabanero/kabanero-utils@sha256:f9ceeb7d2ba94c2216d430e7fb0b16eb6e36da41de79222f47aaac82dfd024da
3131
command: ["/bin/bash"]
3232
args:
3333
- -c

pipelines/incubator/deploy-task.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ spec:
2222
type: string
2323
default: ""
2424
steps:
25-
- name: enforce-stack-policy-post-build
25+
- name: enforce-stack-policy-pre-deploy
2626
securityContext:
2727
privileged: true
28-
image: kabanero/kabanero-utils@sha256:8020573657ed1b80e2b872a37719d6398ee78219296fe6180733f54425f7bd6a
28+
image: kabanero/kabanero-utils@sha256:f9ceeb7d2ba94c2216d430e7fb0b16eb6e36da41de79222f47aaac82dfd024da
2929
command: ["/bin/bash"]
3030
args:
3131
- -c
@@ -43,7 +43,7 @@ spec:
4343
- name: gitsource
4444
value: git-source
4545
- name: deploy-image
46-
image: kabanero/kabanero-utils@sha256:8020573657ed1b80e2b872a37719d6398ee78219296fe6180733f54425f7bd6a
46+
image: kabanero/kabanero-utils@sha256:f9ceeb7d2ba94c2216d430e7fb0b16eb6e36da41de79222f47aaac82dfd024da
4747
command: ['/bin/sh']
4848
args:
4949
- -c

pipelines/incubator/deployment-condition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
description: "The Git event ref"
1414
check:
1515
name: deployment-condition
16-
image: alpine
16+
image: kabanero/kabanero-utils@sha256:f9ceeb7d2ba94c2216d430e7fb0b16eb6e36da41de79222f47aaac82dfd024da
1717
command: ["/bin/sh"]
1818
args:
1919
- -ce

0 commit comments

Comments
 (0)