Skip to content

Commit

Permalink
Update Docker image with openssl package update (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
ameer-jabbar authored Apr 1, 2021
1 parent 9b4a3e6 commit effd229
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/containerscan/allowedlist.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
general:
vulnerabilities:
# We do not use glibc
# No fixes for these at this time
- CVE-2019-25013
# We do not use sqlite-libs
- CVE-2019-5827
# At the time of this comment, these were still under analysis
- CVE-2021-3449
- CVE-2021-3450
- CVE-2021-20305
1 change: 1 addition & 0 deletions cmd/podmon/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FROM registry.access.redhat.com/ubi8:8.3
RUN dnf -y install openssl
COPY podmon /podmon
ENTRYPOINT [ "/podmon" ]

0 comments on commit effd229

Please sign in to comment.