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
50bb8b50
Commit
50bb8b50
authored
Apr 02, 2021
by
ddolfie
Browse files
version 3-4-1
parent
551bc4cb
Pipeline
#208639
passed with stages
in 11 minutes and 23 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
+10
-4
Dockerfile
Dockerfile
+1
-1
hardening_manifest.yaml
hardening_manifest.yaml
+3
-3
scripts/start.sh
scripts/start.sh
+6
-0
No files found.
Dockerfile
View file @
50bb8b50
...
@@ -4,7 +4,7 @@ ARG BASE_TAG=8.3
...
@@ -4,7 +4,7 @@ ARG BASE_TAG=8.3
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
ARG
VERSION=3.
2.0
ARG
VERSION=3.
4.1
ARG
USERNAME=benjo
ARG
USERNAME=benjo
...
...
hardening_manifest.yaml
View file @
50bb8b50
...
@@ -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
:
-
"
3.
2.0
"
-
"
3.
4.1
"
-
"
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
:
"
3.
2.0
"
org.opencontainers.image.version
:
"
3.
4.1
"
## 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
:
a5ba3b7f80fc6532bcbbc253c766299a9e7edbe9dcf5ea2045e8cf6c7cde6a59
value
:
d5ab53b54eb829bab0bc573f90ae0f066c57ab8425d584b22616162635180213
-
auth
:
-
auth
:
id
:
beast
id
:
beast
region
:
us-east-2
region
:
us-east-2
...
...
scripts/start.sh
View file @
50bb8b50
...
@@ -2,6 +2,12 @@
...
@@ -2,6 +2,12 @@
rm
-rf
"
$WORKPACE_PATH
/lost+found"
rm
-rf
"
$WORKPACE_PATH
/lost+found"
if
[
!
-z
$BEASTCODE_BEASTCORE_ENABLEAUTH
]
;
then
TEMPLATE_PATH
=
/beast-core/appsettings.json.j2
OUTPUT_PATH
=
/beast-core/server/appsettings.json
/beast-core/mo
$TEMPLATE_PATH
>
$OUTPUT_PATH
fi
/beast-core/server/BCServer.Server
\
/beast-core/server/BCServer.Server
\
--WWWRoot
/beast-core/beast-core-client
\
--WWWRoot
/beast-core/beast-core-client
\
--deployment
/beast-core/config.json
\
--deployment
/beast-core/config.json
\
...
...
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