Skip to content

Commit ce95536

Browse files
authored
add ubi-9 container image tag (nginx#6874)
1 parent 619e55c commit ce95536

File tree

4 files changed

+6
-11
lines changed

4 files changed

+6
-11
lines changed

.github/workflows/build-oss.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,9 @@ jobs:
203203
id: docker-scout
204204
uses: docker/scout-action@6ac950eb733f8b2811f25c05d97bfb3d181b8026 # v1.15.1
205205
with:
206-
command: cves,recommendations
206+
command: cves
207207
image: ${{ steps.meta.outputs.tags }}
208208
ignore-base: true
209-
only-fixed: true
210209
sarif-file: "${{ inputs.image }}-results/scout.sarif"
211210
write-comment: false
212211
github-token: ${{ secrets.GITHUB_TOKEN }} # to be able to write the comment

.github/workflows/build-plus.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,9 @@ jobs:
224224
id: docker-scout
225225
uses: docker/scout-action@6ac950eb733f8b2811f25c05d97bfb3d181b8026 # v1.15.1
226226
with:
227-
command: cves,recommendations
227+
command: cves
228228
image: ${{ steps.meta.outputs.tags }}
229229
ignore-base: true
230-
only-fixed: true
231230
sarif-file: "${{ inputs.image }}-results/scout.sarif"
232231
write-comment: false
233232
github-token: ${{ secrets.GITHUB_TOKEN }} # to be able to write the comment

.github/workflows/image-promotion.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -451,10 +451,9 @@ jobs:
451451
id: docker-scout
452452
uses: docker/scout-action@6ac950eb733f8b2811f25c05d97bfb3d181b8026 # v1.15.1
453453
with:
454-
command: cves,recommendations
454+
command: cves
455455
image: ${{ steps.meta.outputs.tags }}
456456
ignore-base: true
457-
only-fixed: true
458457
sarif-file: "${{ steps.directory.outputs.directory }}/scout.sarif"
459458
write-comment: false
460459
github-token: ${{ secrets.GITHUB_TOKEN }} # to be able to write the comment
@@ -541,10 +540,9 @@ jobs:
541540
id: docker-scout
542541
uses: docker/scout-action@6ac950eb733f8b2811f25c05d97bfb3d181b8026 # v1.15.1
543542
with:
544-
command: cves,recommendations
543+
command: cves
545544
image: ${{ steps.meta.outputs.tags }}
546545
ignore-base: true
547-
only-fixed: true
548546
sarif-file: "${{ steps.directory.outputs.directory }}/scout.sarif"
549547
write-comment: false
550548
github-token: ${{ secrets.GITHUB_TOKEN }} # to be able to write the comment
@@ -638,10 +636,9 @@ jobs:
638636
id: docker-scout
639637
uses: docker/scout-action@6ac950eb733f8b2811f25c05d97bfb3d181b8026 # v1.15.1
640638
with:
641-
command: cves,recommendations
639+
command: cves
642640
image: ${{ steps.meta.outputs.tags }}
643641
ignore-base: true
644-
only-fixed: true
645642
sarif-file: "${{ steps.directory.outputs.directory }}/scout.sarif"
646643
write-comment: false
647644
github-token: ${{ secrets.GITHUB_TOKEN }} # to be able to write the comment

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ FROM ghcr.io/nginxinc/dependencies/nginx-ot:nginx-1.27.2-alpine@sha256:83da7cd36
1616
FROM ghcr.io/nginxinc/dependencies/nginx-ubi-ppc64le:nginx-1.27.2@sha256:4c47c1295b25018342d9f7c8383fd933e73e162a482f2f45a21326f70c6d501d AS ubi-ppc64le
1717
FROM ghcr.io/nginxinc/alpine-fips:0.2.3-alpine3.17@sha256:67b69b49aff96e185be841e2b2ff2d8236551ea5c18002bffa4344798d803fd8 AS alpine-fips-3.17
1818
FROM ghcr.io/nginxinc/alpine-fips:0.2.3-alpine3.20@sha256:4c29e5c50b122354d9d4ba6b97cdf64647468e788b965fc0240ead541653454a AS alpine-fips-3.20
19-
FROM redhat/ubi9-minimal@sha256:d85040b6e3ed3628a89683f51a38c709185efc3fb552db2ad1b9180f2a6c38be AS ubi-minimal
19+
FROM redhat/ubi9-minimal:9.5@sha256:d85040b6e3ed3628a89683f51a38c709185efc3fb552db2ad1b9180f2a6c38be AS ubi-minimal
2020
FROM golang:1.23-alpine@sha256:c694a4d291a13a9f9d94933395673494fc2cc9d4777b85df3a7e70b3492d3574 AS golang-builder
2121

2222

0 commit comments

Comments
 (0)