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
e6f78441
Commit
e6f78441
authored
Jun 21, 2021
by
David Freeman
Browse files
add statsd dep to resources
parent
85f230dd
Pipeline
#328350
failed with stages
in 12 minutes and 2 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
Dockerfile
Dockerfile
+3
-0
hardening_manifest.yaml
hardening_manifest.yaml
+5
-0
No files found.
Dockerfile
View file @
e6f78441
...
@@ -11,11 +11,14 @@ USER 0
...
@@ -11,11 +11,14 @@ USER 0
COPY
--from=base /opt/app /opt/app
COPY
--from=base /opt/app /opt/app
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
WORKDIR
/opt/app
WORKDIR
/opt/app
RUN
dnf upgrade
-y
&&
\
RUN
dnf upgrade
-y
&&
\
dnf
install
npm
-y
&&
\
dnf
install
npm
-y
&&
\
npm
install
statsd-client-0.4.7.tgz
&&
\
rm
statsd-client-0.4.7.tgz
&&
\
npm ci
--production
&&
\
npm ci
--production
&&
\
dnf
-y
remove npm
&&
\
dnf
-y
remove npm
&&
\
dnf clean all
&&
\
dnf clean all
&&
\
...
...
hardening_manifest.yaml
View file @
e6f78441
...
@@ -39,6 +39,11 @@ labels:
...
@@ -39,6 +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
url
:
https://registry.npmjs.org/statsd-client/-/statsd-client-0.4.7.tgz
validation
:
type
:
sha256
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