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
B
Beast Code
beast core
base image
Commits
7313705f
Commit
7313705f
authored
Mar 10, 2021
by
Brandon Sumner
Browse files
updated docker tag, server starting directory and registry url
parent
7e74f9c5
Pipeline
#188021
passed with stages
in 10 minutes and 9 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
Dockerfile
Dockerfile
+4
-2
hardening_manifest.yaml
hardening_manifest.yaml
+3
-3
No files found.
Dockerfile
View file @
7313705f
ARG
BASE_REGISTRY=registry1.dsop.
io
ARG
BASE_REGISTRY=registry1.dsop.
mil
ARG
BASE_IMAGE=redhat/ubi/ubi8
ARG
BASE_IMAGE=redhat/ubi/ubi8
ARG
BASE_TAG=8.3
ARG
BASE_TAG=8.3
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
ARG
VERSION=
2.4.2
ARG
VERSION=
3.2.0
ARG
USERNAME=benjo
ARG
USERNAME=benjo
...
@@ -54,4 +54,6 @@ HEALTHCHECK --interval=12s --timeout=10s --start-period=30s \
...
@@ -54,4 +54,6 @@ HEALTHCHECK --interval=12s --timeout=10s --start-period=30s \
ENTRYPOINT
["/usr/local/bin/dumb-init", "--"]
ENTRYPOINT
["/usr/local/bin/dumb-init", "--"]
WORKDIR
/beast-core/server
CMD
["/beast-core/start.sh"]
CMD
["/beast-core/start.sh"]
hardening_manifest.yaml
View file @
7313705f
...
@@ -8,7 +8,7 @@ name: "beast-code/beast-core/base-image"
...
@@ -8,7 +8,7 @@ name: "beast-code/beast-core/base-image"
# The most specific version should be the first tag and will be shown
# The most specific version should be the first tag and will be shown
# on ironbank.dsop.io
# on ironbank.dsop.io
tags
:
tags
:
-
"
2.4.2
"
-
"
3.2.0
"
-
"
latest"
-
"
latest"
# Build args passed to Dockerfile ARGs
# Build args passed to Dockerfile ARGs
...
@@ -27,7 +27,7 @@ labels:
...
@@ -27,7 +27,7 @@ labels:
org.opencontainers.image.url
:
"
https://beast-code.com/products/beast-core"
org.opencontainers.image.url
:
"
https://beast-code.com/products/beast-core"
## Name of the distributing entity, organization or individual
## Name of the distributing entity, organization or individual
org.opencontainers.image.vendor
:
"
Beast
Code,
LLC"
org.opencontainers.image.vendor
:
"
Beast
Code,
LLC"
org.opencontainers.image.version
:
"
2.4.2
"
org.opencontainers.image.version
:
"
3.2.0
"
## Keywords to help with search (ex. "cicd,gitops,golang")
## Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords
:
"
digital
twin,
3D"
mil.dso.ironbank.image.keywords
:
"
digital
twin,
3D"
## This value can be "opensource" or "commercial"
## This value can be "opensource" or "commercial"
...
@@ -44,7 +44,7 @@ resources:
...
@@ -44,7 +44,7 @@ resources:
url
:
s3://beast-code.core/beast-core.tar.gz
url
:
s3://beast-code.core/beast-core.tar.gz
validation
:
validation
:
type
:
sha256
type
:
sha256
value
:
b0c2dce6b53e493c8a5c7157e8df6152ff4d47cf46446a282ff6c74309df8541
value
:
a5ba3b7f80fc6532bcbbc253c766299a9e7edbe9dcf5ea2045e8cf6c7cde6a59
-
auth
:
-
auth
:
id
:
beast
id
:
beast
region
:
us-east-2
region
:
us-east-2
...
...
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