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
Cloudentity
acp
Commits
0df7a74b
Commit
0df7a74b
authored
Jun 23, 2021
by
Hunter Stevens
Browse files
Merge branch 'development' into 'master'
Development See merge request
!16
parents
cd00073b
e04123c9
Pipeline
#465743
running with stages
Changes
2
Pipelines
144
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
Dockerfile
Dockerfile
+2
-2
hardening_manifest.yaml
hardening_manifest.yaml
+7
-7
No files found.
Dockerfile
View file @
0df7a74b
ARG
BASE_REGISTRY=registry1.dso.mil
ARG
BASE_REGISTRY=registry1.dso.mil
ARG
BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG
BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG
BASE_TAG=8.
3
ARG
BASE_TAG=8.
4
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
RUN
yum update
-y
\
RUN
yum update
-y
\
&&
yum clean all
\
&&
yum clean all
\
&&
rm
-rfv
/var/cache/yum
&&
rm
-rfv
/var/cache/yum
ARG
PACKAGE=cloudentity-acp-1.
9.0
.tar.gz
ARG
PACKAGE=cloudentity-acp-1.
10.1
.tar.gz
COPY
${PACKAGE} .
COPY
${PACKAGE} .
RUN
tar
xvf
${
PACKAGE
}
&&
rm
-f
${
PACKAGE
}
RUN
tar
xvf
${
PACKAGE
}
&&
rm
-f
${
PACKAGE
}
RUN
groupadd
-r
cloudentity
\
RUN
groupadd
-r
cloudentity
\
...
...
hardening_manifest.yaml
View file @
0df7a74b
...
@@ -2,29 +2,29 @@
...
@@ -2,29 +2,29 @@
apiVersion
:
v1
apiVersion
:
v1
name
:
"
cloudentity/acp"
name
:
"
cloudentity/acp"
tags
:
tags
:
-
"
1.
9.0
"
-
"
1.
10.1
"
-
"
1.
9
"
-
"
1.
10
"
-
"
1"
-
"
1"
-
"
latest"
-
"
latest"
args
:
args
:
BASE_IMAGE
:
"
redhat/ubi/ubi8"
BASE_IMAGE
:
"
redhat/ubi/ubi8"
BASE_TAG
:
"
8.
3
"
BASE_TAG
:
"
8.
4
"
labels
:
labels
:
org.opencontainers.image.title
:
"
acp"
org.opencontainers.image.title
:
"
acp"
org.opencontainers.image.description
:
"
Cloudentity
Authorization
Control
Plane"
org.opencontainers.image.description
:
"
Cloudentity
Authorization
Control
Plane"
org.opencontainers.image.licenses
:
"
Proprietary"
org.opencontainers.image.licenses
:
"
Proprietary"
org.opencontainers.image.url
:
"
https://cloudentity.com/"
org.opencontainers.image.url
:
"
https://cloudentity.com/"
org.opencontainers.image.vendor
:
"
Cloudentity"
org.opencontainers.image.vendor
:
"
Cloudentity"
org.opencontainers.image.version
:
"
1.
9.0
"
org.opencontainers.image.version
:
"
1.
10.1
"
mil.dso.ironbank.image.keywords
:
"
cloudentity,acp,authorization"
mil.dso.ironbank.image.keywords
:
"
cloudentity,acp,authorization"
mil.dso.ironbank.image.type
:
"
commercial"
mil.dso.ironbank.image.type
:
"
commercial"
mil.dso.ironbank.product.name
:
"
cloudentity"
mil.dso.ironbank.product.name
:
"
cloudentity"
resources
:
resources
:
-
filename
:
cloudentity-acp-1.
9.0
.tar.gz
-
filename
:
cloudentity-acp-1.
10.1
.tar.gz
url
:
https://cloudentity-acp-ironbank-releases.s3.amazonaws.com/cloudentity-acp-1.
9.0
.tar.gz
url
:
https://cloudentity-acp-ironbank-releases.s3.amazonaws.com/cloudentity-acp-1.
10.1
.tar.gz
validation
:
validation
:
type
:
sha256
type
:
sha256
value
:
c4d1ac31a948f983090eae156af6d8e37da04144b736fae27fc8ffda2425b43e
value
:
ae59fa39a350799b4580323c500e9cf219b01be74688a3529d15855881a56f48
maintainers
:
maintainers
:
-
name
:
"
Artur
Smolarek"
-
name
:
"
Artur
Smolarek"
email
:
"
asmolarek@cloudentity.com"
email
:
"
asmolarek@cloudentity.com"
...
...
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