UNCLASSIFIED

Commit 7313705f authored by Brandon Sumner's avatar 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
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"]
...@@ -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
......
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