UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
O
Opensource
trufflehog
truffleHog3
Commits
ea36c371
Commit
ea36c371
authored
May 11, 2021
by
Adam Martin
Browse files
bump to python v3.9.5 to update pip
parent
9403e7d5
Pipeline
#256039
passed with stages
in 8 minutes and 7 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
23 deletions
+3
-23
Dockerfile
Dockerfile
+1
-1
hardening_manifest.yaml
hardening_manifest.yaml
+2
-22
No files found.
Dockerfile
View file @
ea36c371
ARG
BASE_REGISTRY=registry1.dso.mil
ARG
BASE_IMAGE=ironbank/opensource/python/python39
ARG
BASE_TAG=
latest
ARG
BASE_TAG=
v3.9.5
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as build
...
...
hardening_manifest.yaml
View file @
ea36c371
...
...
@@ -14,7 +14,7 @@ tags:
# Build args passed to Dockerfile ARGs
args
:
BASE_IMAGE
:
"
opensource/python/python39"
BASE_TAG
:
"
v3.9.
4
"
BASE_TAG
:
"
v3.9.
5
"
# Docker image labels
labels
:
...
...
@@ -90,24 +90,4 @@ maintainers:
name
:
"
Adam
Martin"
# # The gitlab username of the current container owner
username
:
"
adam.martin"
cht_member
:
true
# Collecting truffleHog3
# Downloading truffleHog3-2.0.4-py2.py3-none-any.whl (21 kB)
# Collecting jinja2==2.11.1
# Downloading Jinja2-2.11.1-py2.py3-none-any.whl (126 kB)
# Collecting GitPython==3.1.0
# Downloading GitPython-3.1.0-py3-none-any.whl (450 kB)
# Collecting PyYAML==5.3.1
# Downloading PyYAML-5.3.1.tar.gz (269 kB)
# Collecting gitdb<5,>=4.0.1
# Downloading gitdb-4.0.7-py3-none-any.whl (63 kB)
# Collecting MarkupSafe>=0.23
# Downloading MarkupSafe-1.1.1-cp39-cp39-manylinux2010_x86_64.whl (32 kB)
# Collecting smmap<5,>=3.0.1
# Downloading smmap-4.0.0-py2.py3-none-any.whl (24 kB)
\ No newline at end of file
cht_member
:
true
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment