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
Peaxy
peaxy-hpac-em
Commits
3c441f98
Commit
3c441f98
authored
Jun 22, 2021
by
Nigel Stolting
Browse files
Update to S3 files and SHA256 values.
parent
cd382a4c
Pipeline
#330451
passed with stages
in 8 minutes and 38 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
Dockerfile
Dockerfile
+4
-4
hardening_manifest.yaml
hardening_manifest.yaml
+3
-3
No files found.
Dockerfile
View file @
3c441f98
...
...
@@ -24,14 +24,14 @@ COPY --chown=1000:1000 \
LICENSE \
README.md \
hpac.tar.gz \
hpac_dependencies.tar.gz \
hpac_dependencies
_v2
.tar.gz \
./
RUN
yum
install
-y
python3.8
&&
\
yum clean all
&&
\
rm
-rf
/var/cache/dnf
&&
\
mv
/hpac.tar.gz /app/hpac.tar.gz
&&
\
mv
hpac_dependencies.tar.gz /app/
&&
\
mv
hpac_dependencies
_v2
.tar.gz /app/
&&
\
mv
LICENSE /app/
&&
\
mv
README.md /app/
&&
\
tar
-zxf
/app/hpac.tar.gz
--directory
/app/
&&
\
...
...
@@ -41,10 +41,10 @@ RUN yum install -y python3.8 && \
USER
$UID:$GID
RUN
tar
-zxf
./app/hpac_dependencies.tar.gz
--directory
./app/dependencies
&&
\
RUN
tar
-zxf
./app/hpac_dependencies
_v2
.tar.gz
--directory
./app/dependencies
&&
\
python3
-m
pip
install
--user
--no-warn-script-location
--no-index
--find-links
./app/dependencies
-r
./app/dependencies/requirements.txt
&&
\
rm
-rf
/dependencies
&&
\
rm
/app/hpac_dependencies.tar.gz
rm
/app/hpac_dependencies
_v2
.tar.gz
WORKDIR
/app
...
...
hardening_manifest.yaml
View file @
3c441f98
...
...
@@ -45,11 +45,11 @@ resources:
auth
:
id
:
peaxy-credential
region
:
us-east-1
-
filename
:
hpac_dependencies.tar.gz
url
:
s3://peaxy-core/hpac-em/hpac_dependencies.tar.gz
-
filename
:
hpac_dependencies
_v2
.tar.gz
url
:
s3://peaxy-core/hpac-em/hpac_dependencies
_v2
.tar.gz
validation
:
type
:
sha256
value
:
6daa64f204b3b80395fed21a7a26a6b9b2cda1d7b179b1b71dd6b407d1fabb45
value
:
e7cf6cd07822a9666446784bd7ab3ff7d158dc3b9293f4c749a50f5c48450986
auth
:
id
:
peaxy-credential
region
:
us-east-1
...
...
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