Skip to content

Commit 0dfb1f4

Browse files
committed
APPLY stig ubi type
1 parent b802690 commit 0dfb1f4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/build.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ jobs:
2323
runs-on: ubuntu-latest
2424
name: ${{ matrix.docker }}
2525
steps:
26+
- name: Login to Quay.io
27+
uses: docker/login-action@v2
28+
with:
29+
registry: quay.io
30+
username: ${{ secrets.QUAY_UBI_READONLY_USERNAME }}
31+
password: ${{ secrets.QUAY_UBI_READONLY_PASSWORD }}
2632
- name: build
2733
uses: sysdiglabs/[email protected]
2834
with:

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ USER 59000:59000
2727
EXPOSE 9121
2828
ENTRYPOINT [ "/redis_exporter" ]
2929

30-
FROM quay.io/sysdig/sysdig-mini-ubi9:1.3.4 as ubi
30+
FROM quay.io/sysdig/sysdig-stig-mini-ubi9:1.2.0 as ubi
3131

3232
COPY --from=builder /redis_exporter /redis_exporter
3333
COPY --from=builder /etc/ssl/certs /etc/ssl/certs

0 commit comments

Comments
 (0)