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
DIAT
AAP CLI
Commits
ef13a0d3
Commit
ef13a0d3
authored
Jul 30, 2021
by
WingKwan Lau
Committed by
sean.melissari
Jul 30, 2021
Browse files
Update hardening_manifest.yaml
parent
e91d4b2d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
Dockerfile
Dockerfile
+4
-1
hardening_manifest.yaml
hardening_manifest.yaml
+4
-4
No files found.
Dockerfile
View file @
ef13a0d3
ARG
BASE_REGISTRY=registry1.dso.mil
ARG
BASE_IMAGE=redhat/ubi/ubi8
ARG
BASE_TAG=8.
3
ARG
BASE_TAG=8.
4
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
...
...
@@ -39,6 +39,9 @@ RUN INSTALL_PKGS="vim-enhanced rsync iputils bind-utils git python36 python36-de
rpm
-V
$INSTALL_PKGS
&&
\
yum
-y
clean all
--enablerepo
=
"*"
# yum Updates
RUN
yum update
-y
# Install the OpenShift command line tool, oc
COPY
oc.tar.gz /tmp/oc.tar.gz
RUN
tar
xvf /tmp/oc.tar.gz
&&
\
...
...
hardening_manifest.yaml
View file @
ef13a0d3
...
...
@@ -7,14 +7,14 @@ name: "diat/aap-cli"
# The most specific version should be the first tag and will be shown
# on ironbank.dso.mil
tags
:
-
"
4.
0
"
-
"
1
4.
1
"
-
"
latest"
# Build args passed to Dockerfile ARGs
args
:
BASE_REGISTRY
:
"
registry1.dsop.io"
BASE_IMAGE
:
"
redhat/ubi/ubi8"
BASE_TAG
:
"
8.
3
"
BASE_TAG
:
"
8.
4
"
# Docker image labels
labels
:
...
...
@@ -29,7 +29,7 @@ labels:
# Name of the distributing entity, organization or individual
org.opencontainers.image.vendor
:
"
aap-cli"
# Authoritative version of the software
org.opencontainers.image.version
:
"
4.0"
org.opencontainers.image.version
:
"
1
4.0"
# Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords
:
"
aap,cli,aapcli,aap-cli,client,atlas,diat"
# This value can be "opensource" or "commercial"
...
...
@@ -48,7 +48,7 @@ resources:
filename
:
"
oc.tar.gz"
validation
:
type
:
"
sha256"
# supported: sha256, sha512
value
:
"
06dbfb7f29e56a98246519ed33a6119a1c01d363aecdb0d2cfd21c9f69dc4ebc
"
# must be lowercase
value
:
"
19709565c53a496605c41faa410a6a73ccae4bfe91fbe66cf0a7d581a68aa706
"
# must be lowercase
-
url
:
"
https://get.helm.sh/helm-v3.5.2-linux-amd64.tar.gz"
filename
:
"
helm-v3.5.2-linux-amd64.tar.gz"
validation
:
...
...
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