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
4d0b75ce
Commit
4d0b75ce
authored
Mar 24, 2021
by
Nigel Stolting
Browse files
Updated to fix reported vulnerabilities
parent
d200e929
Pipeline
#198886
passed with stages
in 12 minutes and 3 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
Dockerfile
Dockerfile
+4
-4
hardening_manifest.yaml
hardening_manifest.yaml
+4
-4
No files found.
Dockerfile
View file @
4d0b75ce
ARG
BASE_REGISTRY=registry1.dso
p.io
ARG
BASE_IMAGE=redhat/ubi/ubi8
ARG
BASE_REGISTRY=registry1.dso
.mil
ARG
BASE_IMAGE=
ironbank/
redhat/ubi/ubi8
ARG
BASE_TAG=8.3
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
ARG
VERSION=1.0.0.
0
ARG
VERSION=1.0.0.
1
ARG
USERNAME=alpha
ARG
GROUPNAME=alpha
...
...
@@ -27,7 +27,7 @@ COPY --chown=1000:1000 \
hpac_dependencies.tar.gz \
./
RUN
yum
install
-y
python3.8
openssl-devel bzip2-devel sqlite-devel
&&
\
RUN
yum
install
-y
python3.8
&&
\
yum clean all
&&
\
rm
-rf
/var/cache/dnf
&&
\
mv
/hpac.tar.gz /app/hpac.tar.gz
&&
\
...
...
hardening_manifest.yaml
View file @
4d0b75ce
...
...
@@ -8,7 +8,7 @@ name: "peaxy/hpac-em"
# The most specific version should be the first tag and will be shown
# on ironbank.dsop.io
tags
:
-
"
1.0.0.
0
"
-
"
1.0.0.
1
"
-
"
latest"
# Build args passed to Dockerfile ARGs
...
...
@@ -27,7 +27,7 @@ labels:
org.opencontainers.image.url
:
"
https://peaxy.net/"
## Name of the distributing entity, organization or individual
org.opencontainers.image.vendor
:
"
Peaxy,
Inc"
org.opencontainers.image.version
:
"
1.0.0.
0
"
org.opencontainers.image.version
:
"
1.0.0.
1
"
## Keywords to help with search (ex. "cicd,gitops,golang")
# mil.dso.ironbank.image.keywords: "user management"
## This value can be "opensource" or "commercial"
...
...
@@ -41,7 +41,7 @@ resources:
url
:
s3://peaxy-core/hpac-em/hpac.tar.gz
validation
:
type
:
sha256
value
:
1cf5266218b70ae1b49a4df9332a632d37ba936564c8c3dd8f3b9c3a835aea38
value
:
849043281ef468eea34be6178bff81f12ef04ecde678e9dded158c731171f830
auth
:
id
:
peaxy-credential
region
:
us-east-1
...
...
@@ -49,7 +49,7 @@ resources:
url
:
s3://peaxy-core/hpac-em/hpac_dependencies.tar.gz
validation
:
type
:
sha256
value
:
4587a4d10d1a707bb4e042969bad523892016359a24f1c35e949df05f1a53c78
value
:
173f06599f0cd6f2f33bb72e5455a5f19ec7f3494fe54aeec4870e43fec79096
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