We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d7627b commit 77fc9b9Copy full SHA for 77fc9b9
.github/workflows/build.yaml
@@ -23,6 +23,12 @@ jobs:
23
runs-on: ubuntu-latest
24
name: ${{ matrix.docker }}
25
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 }}
32
- name: build
33
uses: sysdiglabs/[email protected]
34
with:
Dockerfile
@@ -18,7 +18,7 @@ EXPOSE 9187
18
USER 59000:59000
19
ENTRYPOINT [ "/bin/postgres_exporter" ]
20
21
-FROM quay.io/sysdig/sysdig-mini-ubi9:1.3.11 AS ubi
+FROM quay.io/sysdig/sysdig-stig-mini-ubi9:1.2.0 AS ubi
22
COPY --from=builder /bin/postgres_exporter /bin/postgres_exporter
EXPOSE 9187
0 commit comments