forked from IBM/detect-secrets
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Base on UBI minimal image with python38 added vs python39 UBI (IBM#86)
* Base on minimal vs python39 UBI * use tested version - python38 Co-authored-by: Timothy Figgins <[email protected]>
- Loading branch information
Showing
2 changed files
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
FROM registry.access.redhat.com/ubi8/python-39 | ||
FROM registry.access.redhat.com/ubi8-minimal | ||
LABEL maintainer="squad:git-defenders" url="https://github.ibm.com/whitewater/whitewater-detect-secrets" | ||
|
||
User root | ||
RUN yum -y update | ||
# install python 3.8 and corresponding pip ... install git (used in DS scan) | ||
RUN microdnf -y install python38 python38-pip git | ||
RUN microdnf -y update |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters