Skip to content

Commit 527c29e

Browse files
fix: update Alpine image version to 3.23.4 in end-to-end testing workflows
1 parent 9ac1c87 commit 527c29e

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/e2e-action-container-structure-test.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ jobs:
5151
uses: actions/checkout@v6
5252

5353
- name: Pull Alpine test image
54-
run: docker pull alpine:latest
54+
run: docker pull alpine:3.23.4
5555

5656
- name: Run container structure tests with text output
5757
if: ${{ inputs.mode == 'ref' }}
5858
id: cst
5959
uses: devops-infra/action-container-structure-test@v1
6060
with:
61-
image: alpine:latest
61+
image: alpine:3.23.4
6262
config: tests/fixtures/container-structure-test/alpine.yml
6363
output: text
6464

@@ -90,14 +90,14 @@ jobs:
9090
uses: actions/checkout@v6
9191

9292
- name: Pull Alpine test image
93-
run: docker pull alpine:latest
93+
run: docker pull alpine:3.23.4
9494

9595
- name: Run container structure tests with JSON output
9696
if: ${{ inputs.mode == 'ref' }}
9797
id: cst
9898
uses: devops-infra/action-container-structure-test@v1
9999
with:
100-
image: alpine:latest
100+
image: alpine:3.23.4
101101
config: tests/fixtures/container-structure-test/alpine.yml
102102
output: json
103103

@@ -127,14 +127,14 @@ jobs:
127127
uses: actions/checkout@v6
128128

129129
- name: Pull Alpine test image
130-
run: docker pull alpine:latest
130+
run: docker pull alpine:3.23.4
131131

132132
- name: Run container structure tests with JUnit output
133133
if: ${{ inputs.mode == 'ref' }}
134134
id: cst
135135
uses: devops-infra/action-container-structure-test@v1
136136
with:
137-
image: alpine:latest
137+
image: alpine:3.23.4
138138
config: tests/fixtures/container-structure-test/alpine.yml
139139
output: junit
140140
junit_suite_name: e2e-alpine-tests
@@ -165,14 +165,14 @@ jobs:
165165
uses: actions/checkout@v6
166166

167167
- name: Pull Alpine test image
168-
run: docker pull alpine:latest
168+
run: docker pull alpine:3.23.4
169169

170170
- name: Run container structure tests saving report to file
171171
if: ${{ inputs.mode == 'ref' }}
172172
id: cst
173173
uses: devops-infra/action-container-structure-test@v1
174174
with:
175-
image: alpine:latest
175+
image: alpine:3.23.4
176176
config: tests/fixtures/container-structure-test/alpine.yml
177177
output: json
178178
test_report: /tmp/cst-report.json
@@ -207,14 +207,14 @@ jobs:
207207
uses: actions/checkout@v6
208208

209209
- name: Pull Alpine test image
210-
run: docker pull alpine:latest
210+
run: docker pull alpine:3.23.4
211211

212212
- name: Run container structure tests with multiple config files
213213
if: ${{ inputs.mode == 'ref' }}
214214
id: cst
215215
uses: devops-infra/action-container-structure-test@v1
216216
with:
217-
image: alpine:latest
217+
image: alpine:3.23.4
218218
config: |
219219
tests/fixtures/container-structure-test/alpine.yml
220220
tests/fixtures/container-structure-test/alpine-extended.yml
@@ -248,7 +248,7 @@ jobs:
248248
uses: actions/checkout@v6
249249

250250
- name: Pull Alpine test image
251-
run: docker pull alpine:latest
251+
run: docker pull alpine:3.23.4
252252

253253
- name: Create metadata file
254254
run: |
@@ -265,7 +265,7 @@ jobs:
265265
id: cst
266266
uses: devops-infra/action-container-structure-test@v1
267267
with:
268-
image: alpine:latest
268+
image: alpine:3.23.4
269269
config: tests/fixtures/container-structure-test/alpine.yml
270270
driver: docker
271271
platform: linux/amd64

0 commit comments

Comments
 (0)