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
lovasoa
wbo
Commits
021ec487
Commit
021ec487
authored
Jun 22, 2021
by
David Freeman
Browse files
copy global node modules
parent
e6f78441
Pipeline
#330057
failed with stages
in 6 minutes and 21 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
Dockerfile
Dockerfile
+2
-1
hardening_manifest.yaml
hardening_manifest.yaml
+5
-5
No files found.
Dockerfile
View file @
021ec487
...
@@ -9,9 +9,10 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
...
@@ -9,9 +9,10 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
USER
0
USER
0
COPY
--from=base /opt/app /opt/app
COPY
--from=base /opt/app /opt/app
COPY
--from=base /usr/local/lib/node_modules /usr/local/lib/node_modules
COPY
scripts/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
COPY
scripts/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
COPY
scripts/server.js /opt/app/server/server.js
COPY
scripts/server.js /opt/app/server/server.js
COPY
statsd-client-0.4.7.tgz /opt/app
#
COPY statsd-client-0.4.7.tgz /opt/app
WORKDIR
/opt/app
WORKDIR
/opt/app
...
...
hardening_manifest.yaml
View file @
021ec487
...
@@ -39,11 +39,11 @@ labels:
...
@@ -39,11 +39,11 @@ labels:
resources
:
resources
:
-
tag
:
lovasoa/wbo:v1.14.4
-
tag
:
lovasoa/wbo:v1.14.4
url
:
docker://docker.io/lovasoa/wbo@sha256:4614b2d3399be083130987f66737dfc3513da86f1954ea10faa4415d9c614498
url
:
docker://docker.io/lovasoa/wbo@sha256:4614b2d3399be083130987f66737dfc3513da86f1954ea10faa4415d9c614498
-
filename
:
statsd-client-0.4.7.tgz
#
- filename: statsd-client-0.4.7.tgz
url
:
https://registry.npmjs.org/statsd-client/-/statsd-client-0.4.7.tgz
#
url: https://registry.npmjs.org/statsd-client/-/statsd-client-0.4.7.tgz
validation
:
#
validation:
type
:
sha256
#
type: sha256
value
:
8816d88915b047f97d72b7fa06e0b62fb2ec6fc0e2c78092d0d013cf31285c84
#
value: 8816d88915b047f97d72b7fa06e0b62fb2ec6fc0e2c78092d0d013cf31285c84
# List of project maintainers
# List of project maintainers
maintainers
:
maintainers
:
...
...
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