Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cpe-bot committed Apr 10, 2020
1 parent 0693623 commit 560b84c
Show file tree
Hide file tree
Showing 95 changed files with 879 additions and 264 deletions.
6 changes: 3 additions & 3 deletions android/images/api-23-node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,12 @@ RUN whoami

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

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

ENV NODE_VERSION 12.16.1
ENV NODE_VERSION 12.16.2

RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
Expand Down Expand Up @@ -260,7 +260,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& node --version \
&& npm --version

ENV YARN_VERSION 1.22.0
ENV YARN_VERSION 1.22.4

RUN set -ex \
&& for key in \
Expand Down
6 changes: 3 additions & 3 deletions android/images/api-24-node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,12 @@ RUN whoami

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

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

ENV NODE_VERSION 12.16.1
ENV NODE_VERSION 12.16.2

RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
Expand Down Expand Up @@ -260,7 +260,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& node --version \
&& npm --version

ENV YARN_VERSION 1.22.0
ENV YARN_VERSION 1.22.4

RUN set -ex \
&& for key in \
Expand Down
6 changes: 3 additions & 3 deletions android/images/api-25-node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,12 @@ RUN whoami

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

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

ENV NODE_VERSION 12.16.1
ENV NODE_VERSION 12.16.2

RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
Expand Down Expand Up @@ -260,7 +260,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& node --version \
&& npm --version

ENV YARN_VERSION 1.22.0
ENV YARN_VERSION 1.22.4

RUN set -ex \
&& for key in \
Expand Down
6 changes: 3 additions & 3 deletions android/images/api-26-node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,12 @@ RUN whoami

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

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

ENV NODE_VERSION 12.16.1
ENV NODE_VERSION 12.16.2

RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
Expand Down Expand Up @@ -260,7 +260,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& node --version \
&& npm --version

ENV YARN_VERSION 1.22.0
ENV YARN_VERSION 1.22.4

RUN set -ex \
&& for key in \
Expand Down
6 changes: 3 additions & 3 deletions android/images/api-27-node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,12 @@ RUN whoami

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

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

ENV NODE_VERSION 12.16.1
ENV NODE_VERSION 12.16.2

RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
Expand Down Expand Up @@ -260,7 +260,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& node --version \
&& npm --version

ENV YARN_VERSION 1.22.0
ENV YARN_VERSION 1.22.4

RUN set -ex \
&& for key in \
Expand Down
6 changes: 3 additions & 3 deletions android/images/api-28-node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,12 @@ RUN whoami

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

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

ENV NODE_VERSION 12.16.1
ENV NODE_VERSION 12.16.2

RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
Expand Down Expand Up @@ -260,7 +260,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& node --version \
&& npm --version

ENV YARN_VERSION 1.22.0
ENV YARN_VERSION 1.22.4

RUN set -ex \
&& for key in \
Expand Down
6 changes: 3 additions & 3 deletions android/images/api-29-node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,12 @@ RUN whoami

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

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

ENV NODE_VERSION 12.16.1
ENV NODE_VERSION 12.16.2

RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
Expand Down Expand Up @@ -260,7 +260,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& node --version \
&& npm --version

ENV YARN_VERSION 1.22.0
ENV YARN_VERSION 1.22.4

RUN set -ex \
&& for key in \
Expand Down
6 changes: 3 additions & 3 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/5351774b970cd32b80fc0c47a8abff5ba155fccc/12/stretch/Dockerfile
## Using node installation from https://raw.githubusercontent.com/nodejs/docker-node/eb9bb348eec67c1c5682e06fdb93aa45e294aa26/12/stretch/Dockerfile

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

ENV NODE_VERSION 12.16.1
ENV NODE_VERSION 12.16.2

RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
Expand Down Expand Up @@ -60,7 +60,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& node --version \
&& npm --version

ENV YARN_VERSION 1.22.0
ENV YARN_VERSION 1.22.4

RUN set -ex \
&& for key in \
Expand Down
6 changes: 3 additions & 3 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/5351774b970cd32b80fc0c47a8abff5ba155fccc/12/stretch/Dockerfile
## Using node installation from https://raw.githubusercontent.com/nodejs/docker-node/eb9bb348eec67c1c5682e06fdb93aa45e294aa26/12/stretch/Dockerfile

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

ENV NODE_VERSION 12.16.1
ENV NODE_VERSION 12.16.2

RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
Expand Down Expand Up @@ -60,7 +60,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& node --version \
&& npm --version

ENV YARN_VERSION 1.22.0
ENV YARN_VERSION 1.22.4

RUN set -ex \
&& for key in \
Expand Down
6 changes: 3 additions & 3 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/5351774b970cd32b80fc0c47a8abff5ba155fccc/12/stretch/Dockerfile
## Using node installation from https://raw.githubusercontent.com/nodejs/docker-node/eb9bb348eec67c1c5682e06fdb93aa45e294aa26/12/stretch/Dockerfile

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

ENV NODE_VERSION 12.16.1
ENV NODE_VERSION 12.16.2

RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
Expand Down Expand Up @@ -60,7 +60,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& node --version \
&& npm --version

ENV YARN_VERSION 1.22.0
ENV YARN_VERSION 1.22.4

RUN set -ex \
&& for key in \
Expand Down
6 changes: 3 additions & 3 deletions clojure/images/openjdk-13-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/5351774b970cd32b80fc0c47a8abff5ba155fccc/12/stretch/Dockerfile
## Using node installation from https://raw.githubusercontent.com/nodejs/docker-node/eb9bb348eec67c1c5682e06fdb93aa45e294aa26/12/stretch/Dockerfile

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

ENV NODE_VERSION 12.16.1
ENV NODE_VERSION 12.16.2

RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
Expand Down Expand Up @@ -60,7 +60,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& node --version \
&& npm --version

ENV YARN_VERSION 1.22.0
ENV YARN_VERSION 1.22.4

RUN set -ex \
&& for key in \
Expand Down
6 changes: 3 additions & 3 deletions clojure/images/openjdk-13-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/5351774b970cd32b80fc0c47a8abff5ba155fccc/12/stretch/Dockerfile
## Using node installation from https://raw.githubusercontent.com/nodejs/docker-node/eb9bb348eec67c1c5682e06fdb93aa45e294aa26/12/stretch/Dockerfile

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

ENV NODE_VERSION 12.16.1
ENV NODE_VERSION 12.16.2

RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
Expand Down Expand Up @@ -60,7 +60,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& node --version \
&& npm --version

ENV YARN_VERSION 1.22.0
ENV YARN_VERSION 1.22.4

RUN set -ex \
&& for key in \
Expand Down
6 changes: 3 additions & 3 deletions clojure/images/openjdk-13-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/5351774b970cd32b80fc0c47a8abff5ba155fccc/12/stretch/Dockerfile
## Using node installation from https://raw.githubusercontent.com/nodejs/docker-node/eb9bb348eec67c1c5682e06fdb93aa45e294aa26/12/stretch/Dockerfile

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

ENV NODE_VERSION 12.16.1
ENV NODE_VERSION 12.16.2

RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
Expand Down Expand Up @@ -60,7 +60,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& node --version \
&& npm --version

ENV YARN_VERSION 1.22.0
ENV YARN_VERSION 1.22.4

RUN set -ex \
&& for key in \
Expand Down
6 changes: 3 additions & 3 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/5351774b970cd32b80fc0c47a8abff5ba155fccc/12/stretch/Dockerfile
## Using node installation from https://raw.githubusercontent.com/nodejs/docker-node/eb9bb348eec67c1c5682e06fdb93aa45e294aa26/12/stretch/Dockerfile

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

ENV NODE_VERSION 12.16.1
ENV NODE_VERSION 12.16.2

RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
Expand Down Expand Up @@ -60,7 +60,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& node --version \
&& npm --version

ENV YARN_VERSION 1.22.0
ENV YARN_VERSION 1.22.4

RUN set -ex \
&& for key in \
Expand Down
6 changes: 3 additions & 3 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/5351774b970cd32b80fc0c47a8abff5ba155fccc/12/stretch/Dockerfile
## Using node installation from https://raw.githubusercontent.com/nodejs/docker-node/eb9bb348eec67c1c5682e06fdb93aa45e294aa26/12/stretch/Dockerfile

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

ENV NODE_VERSION 12.16.1
ENV NODE_VERSION 12.16.2

RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
Expand Down Expand Up @@ -60,7 +60,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& node --version \
&& npm --version

ENV YARN_VERSION 1.22.0
ENV YARN_VERSION 1.22.4

RUN set -ex \
&& for key in \
Expand Down
6 changes: 3 additions & 3 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/5351774b970cd32b80fc0c47a8abff5ba155fccc/12/stretch/Dockerfile
## Using node installation from https://raw.githubusercontent.com/nodejs/docker-node/eb9bb348eec67c1c5682e06fdb93aa45e294aa26/12/stretch/Dockerfile

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

ENV NODE_VERSION 12.16.1
ENV NODE_VERSION 12.16.2

RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
Expand Down Expand Up @@ -60,7 +60,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& node --version \
&& npm --version

ENV YARN_VERSION 1.22.0
ENV YARN_VERSION 1.22.4

RUN set -ex \
&& for key in \
Expand Down
Loading

0 comments on commit 560b84c

Please sign in to comment.