Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cpe-bot committed Sep 17, 2020
1 parent a52f622 commit 94f1563
Show file tree
Hide file tree
Showing 109 changed files with 1,821 additions and 182 deletions.
5 changes: 3 additions & 2 deletions android/images/api-23-node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -208,12 +208,12 @@ RUN whoami

# node installations command expect to run as root
USER root
## Using node installation from https://raw.githubusercontent.com/nodejs/docker-node/fdd2b251827817ac7bb4f0b2b082483abff8ea77/12/stretch/Dockerfile
## Using node installation from https://raw.githubusercontent.com/nodejs/docker-node/de78cda8d04c7c3a5c45302dcce22d5ea258f7ef/12/stretch/Dockerfile

RUN groupadd --gid 1000 node \
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node

ENV NODE_VERSION 12.18.3
ENV NODE_VERSION 12.18.4

RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
Expand All @@ -236,6 +236,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C \
DD8F2338BAE7501E3DD5AC78C273792F7D83545D \
A48C2BEE680E841632CD4E44F07496B3EB3C1762 \
108F52B48DB57BB0CC439B2997B01419BD92F80A \
B9E2F5981AA6E0CD28160D9FF13993A75599653C \
; do \
gpg --batch --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys "$key" || \
Expand Down
5 changes: 3 additions & 2 deletions android/images/api-24-node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -208,12 +208,12 @@ RUN whoami

# node installations command expect to run as root
USER root
## Using node installation from https://raw.githubusercontent.com/nodejs/docker-node/fdd2b251827817ac7bb4f0b2b082483abff8ea77/12/stretch/Dockerfile
## Using node installation from https://raw.githubusercontent.com/nodejs/docker-node/de78cda8d04c7c3a5c45302dcce22d5ea258f7ef/12/stretch/Dockerfile

RUN groupadd --gid 1000 node \
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node

ENV NODE_VERSION 12.18.3
ENV NODE_VERSION 12.18.4

RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
Expand All @@ -236,6 +236,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C \
DD8F2338BAE7501E3DD5AC78C273792F7D83545D \
A48C2BEE680E841632CD4E44F07496B3EB3C1762 \
108F52B48DB57BB0CC439B2997B01419BD92F80A \
B9E2F5981AA6E0CD28160D9FF13993A75599653C \
; do \
gpg --batch --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys "$key" || \
Expand Down
5 changes: 3 additions & 2 deletions android/images/api-25-node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -208,12 +208,12 @@ RUN whoami

# node installations command expect to run as root
USER root
## Using node installation from https://raw.githubusercontent.com/nodejs/docker-node/fdd2b251827817ac7bb4f0b2b082483abff8ea77/12/stretch/Dockerfile
## Using node installation from https://raw.githubusercontent.com/nodejs/docker-node/de78cda8d04c7c3a5c45302dcce22d5ea258f7ef/12/stretch/Dockerfile

RUN groupadd --gid 1000 node \
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node

ENV NODE_VERSION 12.18.3
ENV NODE_VERSION 12.18.4

RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
Expand All @@ -236,6 +236,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C \
DD8F2338BAE7501E3DD5AC78C273792F7D83545D \
A48C2BEE680E841632CD4E44F07496B3EB3C1762 \
108F52B48DB57BB0CC439B2997B01419BD92F80A \
B9E2F5981AA6E0CD28160D9FF13993A75599653C \
; do \
gpg --batch --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys "$key" || \
Expand Down
5 changes: 3 additions & 2 deletions android/images/api-26-node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -208,12 +208,12 @@ RUN whoami

# node installations command expect to run as root
USER root
## Using node installation from https://raw.githubusercontent.com/nodejs/docker-node/fdd2b251827817ac7bb4f0b2b082483abff8ea77/12/stretch/Dockerfile
## Using node installation from https://raw.githubusercontent.com/nodejs/docker-node/de78cda8d04c7c3a5c45302dcce22d5ea258f7ef/12/stretch/Dockerfile

RUN groupadd --gid 1000 node \
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node

ENV NODE_VERSION 12.18.3
ENV NODE_VERSION 12.18.4

RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
Expand All @@ -236,6 +236,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C \
DD8F2338BAE7501E3DD5AC78C273792F7D83545D \
A48C2BEE680E841632CD4E44F07496B3EB3C1762 \
108F52B48DB57BB0CC439B2997B01419BD92F80A \
B9E2F5981AA6E0CD28160D9FF13993A75599653C \
; do \
gpg --batch --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys "$key" || \
Expand Down
5 changes: 3 additions & 2 deletions android/images/api-27-node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -208,12 +208,12 @@ RUN whoami

# node installations command expect to run as root
USER root
## Using node installation from https://raw.githubusercontent.com/nodejs/docker-node/fdd2b251827817ac7bb4f0b2b082483abff8ea77/12/stretch/Dockerfile
## Using node installation from https://raw.githubusercontent.com/nodejs/docker-node/de78cda8d04c7c3a5c45302dcce22d5ea258f7ef/12/stretch/Dockerfile

RUN groupadd --gid 1000 node \
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node

ENV NODE_VERSION 12.18.3
ENV NODE_VERSION 12.18.4

RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
Expand All @@ -236,6 +236,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C \
DD8F2338BAE7501E3DD5AC78C273792F7D83545D \
A48C2BEE680E841632CD4E44F07496B3EB3C1762 \
108F52B48DB57BB0CC439B2997B01419BD92F80A \
B9E2F5981AA6E0CD28160D9FF13993A75599653C \
; do \
gpg --batch --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys "$key" || \
Expand Down
5 changes: 3 additions & 2 deletions android/images/api-28-node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -208,12 +208,12 @@ RUN whoami

# node installations command expect to run as root
USER root
## Using node installation from https://raw.githubusercontent.com/nodejs/docker-node/fdd2b251827817ac7bb4f0b2b082483abff8ea77/12/stretch/Dockerfile
## Using node installation from https://raw.githubusercontent.com/nodejs/docker-node/de78cda8d04c7c3a5c45302dcce22d5ea258f7ef/12/stretch/Dockerfile

RUN groupadd --gid 1000 node \
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node

ENV NODE_VERSION 12.18.3
ENV NODE_VERSION 12.18.4

RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
Expand All @@ -236,6 +236,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C \
DD8F2338BAE7501E3DD5AC78C273792F7D83545D \
A48C2BEE680E841632CD4E44F07496B3EB3C1762 \
108F52B48DB57BB0CC439B2997B01419BD92F80A \
B9E2F5981AA6E0CD28160D9FF13993A75599653C \
; do \
gpg --batch --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys "$key" || \
Expand Down
5 changes: 3 additions & 2 deletions android/images/api-29-node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -208,12 +208,12 @@ RUN whoami

# node installations command expect to run as root
USER root
## Using node installation from https://raw.githubusercontent.com/nodejs/docker-node/fdd2b251827817ac7bb4f0b2b082483abff8ea77/12/stretch/Dockerfile
## Using node installation from https://raw.githubusercontent.com/nodejs/docker-node/de78cda8d04c7c3a5c45302dcce22d5ea258f7ef/12/stretch/Dockerfile

RUN groupadd --gid 1000 node \
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node

ENV NODE_VERSION 12.18.3
ENV NODE_VERSION 12.18.4

RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
Expand All @@ -236,6 +236,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C \
DD8F2338BAE7501E3DD5AC78C273792F7D83545D \
A48C2BEE680E841632CD4E44F07496B3EB3C1762 \
108F52B48DB57BB0CC439B2997B01419BD92F80A \
B9E2F5981AA6E0CD28160D9FF13993A75599653C \
; do \
gpg --batch --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys "$key" || \
Expand Down
5 changes: 3 additions & 2 deletions android/images/api-30-node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -208,12 +208,12 @@ RUN whoami

# node installations command expect to run as root
USER root
## Using node installation from https://raw.githubusercontent.com/nodejs/docker-node/fdd2b251827817ac7bb4f0b2b082483abff8ea77/12/stretch/Dockerfile
## Using node installation from https://raw.githubusercontent.com/nodejs/docker-node/de78cda8d04c7c3a5c45302dcce22d5ea258f7ef/12/stretch/Dockerfile

RUN groupadd --gid 1000 node \
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node

ENV NODE_VERSION 12.18.3
ENV NODE_VERSION 12.18.4

RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
Expand All @@ -236,6 +236,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C \
DD8F2338BAE7501E3DD5AC78C273792F7D83545D \
A48C2BEE680E841632CD4E44F07496B3EB3C1762 \
108F52B48DB57BB0CC439B2997B01419BD92F80A \
B9E2F5981AA6E0CD28160D9FF13993A75599653C \
; do \
gpg --batch --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys "$key" || \
Expand Down
5 changes: 3 additions & 2 deletions clojure/images/latest/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ RUN whoami

# node installations command expect to run as root
USER root
## Using node installation from https://raw.githubusercontent.com/nodejs/docker-node/fdd2b251827817ac7bb4f0b2b082483abff8ea77/12/stretch/Dockerfile
## Using node installation from https://raw.githubusercontent.com/nodejs/docker-node/de78cda8d04c7c3a5c45302dcce22d5ea258f7ef/12/stretch/Dockerfile

RUN groupadd --gid 1000 node \
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node

ENV NODE_VERSION 12.18.3
ENV NODE_VERSION 12.18.4

RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
Expand All @@ -41,6 +41,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C \
DD8F2338BAE7501E3DD5AC78C273792F7D83545D \
A48C2BEE680E841632CD4E44F07496B3EB3C1762 \
108F52B48DB57BB0CC439B2997B01419BD92F80A \
B9E2F5981AA6E0CD28160D9FF13993A75599653C \
; do \
gpg --batch --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys "$key" || \
Expand Down
5 changes: 3 additions & 2 deletions clojure/images/openjdk-11-boot/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ RUN whoami

# node installations command expect to run as root
USER root
## Using node installation from https://raw.githubusercontent.com/nodejs/docker-node/fdd2b251827817ac7bb4f0b2b082483abff8ea77/12/stretch/Dockerfile
## Using node installation from https://raw.githubusercontent.com/nodejs/docker-node/de78cda8d04c7c3a5c45302dcce22d5ea258f7ef/12/stretch/Dockerfile

RUN groupadd --gid 1000 node \
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node

ENV NODE_VERSION 12.18.3
ENV NODE_VERSION 12.18.4

RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
Expand All @@ -41,6 +41,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C \
DD8F2338BAE7501E3DD5AC78C273792F7D83545D \
A48C2BEE680E841632CD4E44F07496B3EB3C1762 \
108F52B48DB57BB0CC439B2997B01419BD92F80A \
B9E2F5981AA6E0CD28160D9FF13993A75599653C \
; do \
gpg --batch --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys "$key" || \
Expand Down
5 changes: 3 additions & 2 deletions clojure/images/openjdk-11-tools-deps/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ RUN whoami

# node installations command expect to run as root
USER root
## Using node installation from https://raw.githubusercontent.com/nodejs/docker-node/fdd2b251827817ac7bb4f0b2b082483abff8ea77/12/stretch/Dockerfile
## Using node installation from https://raw.githubusercontent.com/nodejs/docker-node/de78cda8d04c7c3a5c45302dcce22d5ea258f7ef/12/stretch/Dockerfile

RUN groupadd --gid 1000 node \
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node

ENV NODE_VERSION 12.18.3
ENV NODE_VERSION 12.18.4

RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
Expand All @@ -41,6 +41,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C \
DD8F2338BAE7501E3DD5AC78C273792F7D83545D \
A48C2BEE680E841632CD4E44F07496B3EB3C1762 \
108F52B48DB57BB0CC439B2997B01419BD92F80A \
B9E2F5981AA6E0CD28160D9FF13993A75599653C \
; do \
gpg --batch --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys "$key" || \
Expand Down
5 changes: 3 additions & 2 deletions clojure/images/openjdk-11/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ RUN whoami

# node installations command expect to run as root
USER root
## Using node installation from https://raw.githubusercontent.com/nodejs/docker-node/fdd2b251827817ac7bb4f0b2b082483abff8ea77/12/stretch/Dockerfile
## Using node installation from https://raw.githubusercontent.com/nodejs/docker-node/de78cda8d04c7c3a5c45302dcce22d5ea258f7ef/12/stretch/Dockerfile

RUN groupadd --gid 1000 node \
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node

ENV NODE_VERSION 12.18.3
ENV NODE_VERSION 12.18.4

RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
Expand All @@ -41,6 +41,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C \
DD8F2338BAE7501E3DD5AC78C273792F7D83545D \
A48C2BEE680E841632CD4E44F07496B3EB3C1762 \
108F52B48DB57BB0CC439B2997B01419BD92F80A \
B9E2F5981AA6E0CD28160D9FF13993A75599653C \
; do \
gpg --batch --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys "$key" || \
Expand Down
5 changes: 3 additions & 2 deletions clojure/images/openjdk-14-boot-buster/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ RUN whoami

# node installations command expect to run as root
USER root
## Using node installation from https://raw.githubusercontent.com/nodejs/docker-node/fdd2b251827817ac7bb4f0b2b082483abff8ea77/12/stretch/Dockerfile
## Using node installation from https://raw.githubusercontent.com/nodejs/docker-node/de78cda8d04c7c3a5c45302dcce22d5ea258f7ef/12/stretch/Dockerfile

RUN groupadd --gid 1000 node \
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node

ENV NODE_VERSION 12.18.3
ENV NODE_VERSION 12.18.4

RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
Expand All @@ -41,6 +41,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C \
DD8F2338BAE7501E3DD5AC78C273792F7D83545D \
A48C2BEE680E841632CD4E44F07496B3EB3C1762 \
108F52B48DB57BB0CC439B2997B01419BD92F80A \
B9E2F5981AA6E0CD28160D9FF13993A75599653C \
; do \
gpg --batch --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys "$key" || \
Expand Down
5 changes: 3 additions & 2 deletions clojure/images/openjdk-14-buster/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ RUN whoami

# node installations command expect to run as root
USER root
## Using node installation from https://raw.githubusercontent.com/nodejs/docker-node/fdd2b251827817ac7bb4f0b2b082483abff8ea77/12/stretch/Dockerfile
## Using node installation from https://raw.githubusercontent.com/nodejs/docker-node/de78cda8d04c7c3a5c45302dcce22d5ea258f7ef/12/stretch/Dockerfile

RUN groupadd --gid 1000 node \
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node

ENV NODE_VERSION 12.18.3
ENV NODE_VERSION 12.18.4

RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
Expand All @@ -41,6 +41,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C \
DD8F2338BAE7501E3DD5AC78C273792F7D83545D \
A48C2BEE680E841632CD4E44F07496B3EB3C1762 \
108F52B48DB57BB0CC439B2997B01419BD92F80A \
B9E2F5981AA6E0CD28160D9FF13993A75599653C \
; do \
gpg --batch --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys "$key" || \
Expand Down
5 changes: 3 additions & 2 deletions clojure/images/openjdk-14-tools-deps-buster/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ RUN whoami

# node installations command expect to run as root
USER root
## Using node installation from https://raw.githubusercontent.com/nodejs/docker-node/fdd2b251827817ac7bb4f0b2b082483abff8ea77/12/stretch/Dockerfile
## Using node installation from https://raw.githubusercontent.com/nodejs/docker-node/de78cda8d04c7c3a5c45302dcce22d5ea258f7ef/12/stretch/Dockerfile

RUN groupadd --gid 1000 node \
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node

ENV NODE_VERSION 12.18.3
ENV NODE_VERSION 12.18.4

RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
Expand All @@ -41,6 +41,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C \
DD8F2338BAE7501E3DD5AC78C273792F7D83545D \
A48C2BEE680E841632CD4E44F07496B3EB3C1762 \
108F52B48DB57BB0CC439B2997B01419BD92F80A \
B9E2F5981AA6E0CD28160D9FF13993A75599653C \
; do \
gpg --batch --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys "$key" || \
Expand Down
5 changes: 3 additions & 2 deletions clojure/images/openjdk-15-boot-buster/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ RUN whoami

# node installations command expect to run as root
USER root
## Using node installation from https://raw.githubusercontent.com/nodejs/docker-node/fdd2b251827817ac7bb4f0b2b082483abff8ea77/12/stretch/Dockerfile
## Using node installation from https://raw.githubusercontent.com/nodejs/docker-node/de78cda8d04c7c3a5c45302dcce22d5ea258f7ef/12/stretch/Dockerfile

RUN groupadd --gid 1000 node \
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node

ENV NODE_VERSION 12.18.3
ENV NODE_VERSION 12.18.4

RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
Expand All @@ -41,6 +41,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C \
DD8F2338BAE7501E3DD5AC78C273792F7D83545D \
A48C2BEE680E841632CD4E44F07496B3EB3C1762 \
108F52B48DB57BB0CC439B2997B01419BD92F80A \
B9E2F5981AA6E0CD28160D9FF13993A75599653C \
; do \
gpg --batch --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys "$key" || \
Expand Down
5 changes: 3 additions & 2 deletions clojure/images/openjdk-15-buster/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ RUN whoami

# node installations command expect to run as root
USER root
## Using node installation from https://raw.githubusercontent.com/nodejs/docker-node/fdd2b251827817ac7bb4f0b2b082483abff8ea77/12/stretch/Dockerfile
## Using node installation from https://raw.githubusercontent.com/nodejs/docker-node/de78cda8d04c7c3a5c45302dcce22d5ea258f7ef/12/stretch/Dockerfile

RUN groupadd --gid 1000 node \
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node

ENV NODE_VERSION 12.18.3
ENV NODE_VERSION 12.18.4

RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
Expand All @@ -41,6 +41,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C \
DD8F2338BAE7501E3DD5AC78C273792F7D83545D \
A48C2BEE680E841632CD4E44F07496B3EB3C1762 \
108F52B48DB57BB0CC439B2997B01419BD92F80A \
B9E2F5981AA6E0CD28160D9FF13993A75599653C \
; do \
gpg --batch --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys "$key" || \
Expand Down
Loading

0 comments on commit 94f1563

Please sign in to comment.