Skip to content

Commit

Permalink
feat: add arm64 support for docker image (#6)
Browse files Browse the repository at this point in the history
* feat: add arm64 support for docker image

* feat: use digest instead of tag for image

* feat: add version to base image
  • Loading branch information
adamtagscherer authored Jun 6, 2023
1 parent ce61352 commit 6e00589
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64,linux/arm64
tags: ghcr.io/openclarity/exploit-db-server:${{ inputs.image_tag }}
file: Dockerfile
push: ${{ inputs.push }}
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# go-exploitdb v0.4.5
FROM vuls/go-exploitdb@sha256:9f18d41d3f1a75d851a6126dba8aff873d1d2bb2ded78cbd6d0150cd0dba655d
FROM vuls/go-exploitdb:v0.4.5@sha256:ba49bb2334b7747a05f8899ead84c5d09ca3f4879419aa76d63f308fa4215c9c

# Make directory to store DB if not volume mounted
RUN mkdir /vuls
Expand Down

0 comments on commit 6e00589

Please sign in to comment.