UNCLASSIFIED

Commit e6f78441 authored by David Freeman's avatar David Freeman
Browse files

add statsd dep to resources

parent 85f230dd
Pipeline #328350 failed with stages
in 12 minutes and 2 seconds
...@@ -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 && \
......
...@@ -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:
......
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