mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-02 17:50:39 +00:00
15 lines
608 B
Docker
15 lines
608 B
Docker
# Changes to this file will not take effect in CI
|
|
# until the image version in the CI config is updated. See
|
|
# https://github.com/weaveworks/scope/blob/master/.circleci/config.yml#L11
|
|
FROM node:8.12
|
|
ENV NPM_CONFIG_LOGLEVEL=warn
|
|
ENV NPM_CONFIG_PROGRESS=false
|
|
ENV XDG_CACHE_HOME=/home/weave/scope/.cache
|
|
|
|
ARG revision
|
|
LABEL maintainer="Weaveworks <help@weave.works>" \
|
|
org.opencontainers.image.title="scope-ui-build" \
|
|
org.opencontainers.image.source="https://github.com/weaveworks/scope" \
|
|
org.opencontainers.image.revision="${revision}" \
|
|
org.opencontainers.image.vendor="Weaveworks"
|