UNCLASSIFIED

Commit 1dc13209 authored by Al Fontaine's avatar Al Fontaine
Browse files

Merge branch 'dsendik-development-patch-18130' into 'development'

Update Dockerfile

See merge request !24
parents 7d0fc466 90b58edc
Pipeline #415021 passed with stages
in 8 minutes and 38 seconds
ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=ironbank/opensource/nodejs/nodejs14 ARG BASE_IMAGE=ironbank/opensource/nodejs/nodejs14
ARG BASE_TAG=14.17.0 ARG BASE_TAG=14.17.4
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
...@@ -15,4 +15,4 @@ RUN yarn install ...@@ -15,4 +15,4 @@ RUN yarn install
USER node USER node
HEALTHCHECK CMD yarn run eslint -v HEALTHCHECK CMD yarn run eslint -v
ENTRYPOINT ["eslint"] ENTRYPOINT ["eslint"]
\ No newline at end of file
...@@ -9,7 +9,7 @@ tags: ...@@ -9,7 +9,7 @@ tags:
args: args:
BASE_IMAGE: "opensource/nodejs/nodejs14" BASE_IMAGE: "opensource/nodejs/nodejs14"
BASE_TAG: "14.17.0" BASE_TAG: "14.17.4"
labels: labels:
org.opencontainers.image.title: "eslint" org.opencontainers.image.title: "eslint"
......
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