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
O
Opensource
eslint
eslint
Commits
1dc13209
Commit
1dc13209
authored
Aug 09, 2021
by
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
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Dockerfile
Dockerfile
+2
-2
hardening_manifest.yaml
hardening_manifest.yaml
+1
-1
No files found.
Dockerfile
View file @
1dc13209
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
hardening_manifest.yaml
View file @
1dc13209
...
@@ -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"
...
...
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