diff options
Diffstat (limited to 'it/docker/Dockerfile_17')
-rw-r--r-- | it/docker/Dockerfile_17 | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/it/docker/Dockerfile_17 b/it/docker/Dockerfile_17 deleted file mode 100644 index 7f17f1e..0000000 --- a/it/docker/Dockerfile_17 +++ /dev/null @@ -1,21 +0,0 @@ -#------------------------------------------------------------------------------ -# Installs NodeJS, which is needed for running the Linux ITs. -# -# Build from the basedir: -# docker build -f it/docker/Dockerfile-qa -t sonar-scanner-cli-qa it/docker -# -# Verify the content of the image by running a shell session in it: -# docker run -it sonar-scanner-cli-qa bash -# -# CirrusCI builds the image when needed. No need to manually upload it to -# Google Cloud Container Registry. See section "gke_container" of .cirrus.yml -#------------------------------------------------------------------------------ - -FROM us.gcr.io/sonarqube-team/base:j17-m3-latest - -USER root - -RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - -RUN apt-get install -y nodejs - -USER sonarsource |