Skip to content

Commit 3be34ac

Browse files
authored
Update list of patched image (#10485)
* Update list of patched image with agentv3 * Fix image path for LTS nginx-plus-ingress in regression workflow
1 parent 1a968c7 commit 3be34ac

3 files changed

Lines changed: 2 additions & 14 deletions

File tree

.github/data/patch-images-lts.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"image": {
3-
"source_image": "gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/release/lts/nginx-ic/nginx-plus-ingress",
3+
"source_image": "gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/release/nginx-ic/lts/nginx-plus-ingress",
44
"target_image": "gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress",
55
"platforms": "linux/arm64, linux/amd64"
66
}

.github/data/patch-images.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -137,18 +137,6 @@
137137
"target_image": "gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress",
138138
"platforms": "linux/amd64"
139139
},
140-
{
141-
"source_image": "gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/release/nginx-ic-dos/nginx-plus-ingress",
142-
"source_os": "agent",
143-
"target_image": "gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos/nginx-plus-ingress",
144-
"platforms": "linux/amd64"
145-
},
146-
{
147-
"source_image": "gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/release/nginx-ic-dos/nginx-plus-ingress",
148-
"source_os": "ubi-agent",
149-
"target_image": "gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos/nginx-plus-ingress",
150-
"platforms": "linux/amd64"
151-
},
152140
{
153141
"source_image": "gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/release/nginx-ic-dos-nap/nginx-plus-ingress",
154142
"source_os": "agent",

.github/workflows/regression.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ jobs:
296296
id: image_details
297297
run: |
298298
if ${{ matrix.images.lts == true }}; then
299-
echo "name=gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/release/lts/nginx-ic/nginx-plus-ingress" >> $GITHUB_OUTPUT
299+
echo "name=gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/release/nginx-ic/lts/nginx-plus-ingress" >> $GITHUB_OUTPUT
300300
echo "tag=${{ matrix.images.lts_tag }}" >> $GITHUB_OUTPUT
301301
else
302302
echo "name=gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic${{ contains(matrix.images.nap_modules, 'dos') && '-dos' || '' }}${{ contains(matrix.images.nap_modules, 'waf') && '-nap' || '' }}${{ contains(matrix.images.image, 'v5') && '-v5' || '' }}/nginx${{ contains(matrix.images.image, 'plus') && '-plus' || '' }}-ingress" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)