Skip to content

Commit 483e8fc

Browse files
committed
APPLY stig ubi type
1 parent b802690 commit 483e8fc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 0 deletions
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/exporter-builder@v1.1
2834
with:

Dockerfile

Lines changed: 1 addition & 1 deletion
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)