Skip to content

Commit

Permalink
update ironlib image to v0.2.13 with fixes for Dell utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrebel committed Oct 11, 2023
1 parent 8bfefb4 commit 2fdd0cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/push-pr-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,6 @@ jobs:
tags: ghcr.io/metal-toolbox/alloy:latest
file: Dockerfile

- name: Build Alloy inband Docker image - no push
id: dockerbuild-alloy-inband
uses: docker/build-push-action@v4
with:
context: .
push: false
tags: ghcr.io/metal-toolbox/alloy-inband:latest
file: Dockerfile.inband

- name: Scan image - Alloy
id: scan-Alloy-image
uses: anchore/scan-action@v3
Expand All @@ -63,23 +54,6 @@ jobs:
# TODO(joel): Fail build once we migrate off CentOS.
fail-build: false

- name: Scan image - Alloy inband
id: scan-Alloy-inband-image
uses: anchore/scan-action@v3
with:
image: ghcr.io/metal-toolbox/alloy-inband:latest
acs-report-enable: true
# TODO(joel): Fail build once we migrate off CentOS.
fail-build: false

# TODO(joel): Uncomment once we migrate off CentOS.
# - name: upload Anchore scan SARIF report
# uses: github/codeql-action/upload-sarif@v2
# with:
# sarif_file: ${{ steps.scan.outputs.sarif }}
# # This should run even if we fail the container scan
# if: always()

- name: Inspect action SARIF report
run: cat ${{ steps.scan.outputs.sarif }}
# This should run even if we fail the container scan
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.inband
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG IRONLIB_IMAGE=ghcr.io/metal-toolbox/ironlib:v0.2.12
ARG IRONLIB_IMAGE=ghcr.io/metal-toolbox/ironlib:v0.2.13
FROM $IRONLIB_IMAGE

COPY alloy /usr/sbin/alloy
Expand Down

0 comments on commit 2fdd0cd

Please sign in to comment.