UNCLASSIFIED

Commit 50bb8b50 authored by ddolfie's avatar ddolfie
Browse files

version 3-4-1

parent 551bc4cb
Pipeline #208639 passed with stages
in 11 minutes and 23 seconds
...@@ -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
......
...@@ -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
......
...@@ -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 \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment