Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions 11/jdk/20/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
FROM eclipse-temurin:11-jdk-alpine
LABEL maintainer "Tim Brust <[email protected]>"

Check warning on line 2 in 11/jdk/20/alpine/Dockerfile

View workflow job for this annotation

GitHub Actions / buildx (11, jdk, 20, alpine)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

ARG REFRESHED_AT
ENV REFRESHED_AT $REFRESHED_AT

Check warning on line 5 in 11/jdk/20/alpine/Dockerfile

View workflow job for this annotation

GitHub Actions / buildx (11, jdk, 20, alpine)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apk -U upgrade \
RUN echo @old-stable https://dl-cdn.alpinelinux.org/alpine/v3.20/community >> /etc/apk/repositories \
&& echo @old-stable https://dl-cdn.alpinelinux.org/alpine/v3.20/main >> /etc/apk/repositories \
&& apk -U upgrade \
&& apk add --no-cache \
nodejs \
npm \
ada-libs@old-stable \
nodejs@old-stable \
npm@old-stable \
yarn \
curl \
git
9 changes: 6 additions & 3 deletions 11/jre/20/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
FROM eclipse-temurin:11-jre-alpine
LABEL maintainer "Tim Brust <[email protected]>"

Check warning on line 2 in 11/jre/20/alpine/Dockerfile

View workflow job for this annotation

GitHub Actions / buildx (11, jre, 20, alpine)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

ARG REFRESHED_AT
ENV REFRESHED_AT $REFRESHED_AT

Check warning on line 5 in 11/jre/20/alpine/Dockerfile

View workflow job for this annotation

GitHub Actions / buildx (11, jre, 20, alpine)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apk -U upgrade \
RUN echo @old-stable https://dl-cdn.alpinelinux.org/alpine/v3.20/community >> /etc/apk/repositories \
&& echo @old-stable https://dl-cdn.alpinelinux.org/alpine/v3.20/main >> /etc/apk/repositories \
&& apk -U upgrade \
&& apk add --no-cache \
nodejs \
npm \
ada-libs@old-stable \
nodejs@old-stable \
npm@old-stable \
yarn \
curl \
git
9 changes: 6 additions & 3 deletions 17/jdk/20/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
FROM eclipse-temurin:17-jdk-alpine
LABEL maintainer "Tim Brust <[email protected]>"

Check warning on line 2 in 17/jdk/20/alpine/Dockerfile

View workflow job for this annotation

GitHub Actions / buildx (17, jdk, 20, alpine)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

ARG REFRESHED_AT
ENV REFRESHED_AT $REFRESHED_AT

Check warning on line 5 in 17/jdk/20/alpine/Dockerfile

View workflow job for this annotation

GitHub Actions / buildx (17, jdk, 20, alpine)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apk -U upgrade \
RUN echo @old-stable https://dl-cdn.alpinelinux.org/alpine/v3.20/community >> /etc/apk/repositories \
&& echo @old-stable https://dl-cdn.alpinelinux.org/alpine/v3.20/main >> /etc/apk/repositories \
&& apk -U upgrade \
&& apk add --no-cache \
nodejs \
npm \
ada-libs@old-stable \
nodejs@old-stable \
npm@old-stable \
yarn \
curl \
git
9 changes: 6 additions & 3 deletions 17/jre/20/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
FROM eclipse-temurin:17-jre-alpine
LABEL maintainer "Tim Brust <[email protected]>"

Check warning on line 2 in 17/jre/20/alpine/Dockerfile

View workflow job for this annotation

GitHub Actions / buildx (17, jre, 20, alpine)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

ARG REFRESHED_AT
ENV REFRESHED_AT $REFRESHED_AT

Check warning on line 5 in 17/jre/20/alpine/Dockerfile

View workflow job for this annotation

GitHub Actions / buildx (17, jre, 20, alpine)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apk -U upgrade \
RUN echo @old-stable https://dl-cdn.alpinelinux.org/alpine/v3.20/community >> /etc/apk/repositories \
&& echo @old-stable https://dl-cdn.alpinelinux.org/alpine/v3.20/main >> /etc/apk/repositories \
&& apk -U upgrade \
&& apk add --no-cache \
nodejs \
npm \
ada-libs@old-stable \
nodejs@old-stable \
npm@old-stable \
yarn \
curl \
git
9 changes: 6 additions & 3 deletions 21/jdk/20/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
FROM eclipse-temurin:21-jdk-alpine
LABEL maintainer "Tim Brust <[email protected]>"

Check warning on line 2 in 21/jdk/20/alpine/Dockerfile

View workflow job for this annotation

GitHub Actions / buildx (21, jdk, 20, alpine)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

ARG REFRESHED_AT
ENV REFRESHED_AT $REFRESHED_AT

Check warning on line 5 in 21/jdk/20/alpine/Dockerfile

View workflow job for this annotation

GitHub Actions / buildx (21, jdk, 20, alpine)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apk -U upgrade \
RUN echo @old-stable https://dl-cdn.alpinelinux.org/alpine/v3.20/community >> /etc/apk/repositories \
&& echo @old-stable https://dl-cdn.alpinelinux.org/alpine/v3.20/main >> /etc/apk/repositories \
&& apk -U upgrade \
&& apk add --no-cache \
nodejs \
npm \
ada-libs@old-stable \
nodejs@old-stable \
npm@old-stable \
yarn \
curl \
git
9 changes: 6 additions & 3 deletions 21/jre/20/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
FROM eclipse-temurin:21-jre-alpine
LABEL maintainer "Tim Brust <[email protected]>"

Check warning on line 2 in 21/jre/20/alpine/Dockerfile

View workflow job for this annotation

GitHub Actions / buildx (21, jre, 20, alpine)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

ARG REFRESHED_AT
ENV REFRESHED_AT $REFRESHED_AT

Check warning on line 5 in 21/jre/20/alpine/Dockerfile

View workflow job for this annotation

GitHub Actions / buildx (21, jre, 20, alpine)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apk -U upgrade \
RUN echo @old-stable https://dl-cdn.alpinelinux.org/alpine/v3.20/community >> /etc/apk/repositories \
&& echo @old-stable https://dl-cdn.alpinelinux.org/alpine/v3.20/main >> /etc/apk/repositories \
&& apk -U upgrade \
&& apk add --no-cache \
nodejs \
npm \
ada-libs@old-stable \
nodejs@old-stable \
npm@old-stable \
yarn \
curl \
git
9 changes: 6 additions & 3 deletions 8/jdk/20/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
FROM eclipse-temurin:8-jdk-alpine
LABEL maintainer "Tim Brust <[email protected]>"

Check warning on line 2 in 8/jdk/20/alpine/Dockerfile

View workflow job for this annotation

GitHub Actions / buildx (8, jdk, 20, alpine)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

ARG REFRESHED_AT
ENV REFRESHED_AT $REFRESHED_AT

Check warning on line 5 in 8/jdk/20/alpine/Dockerfile

View workflow job for this annotation

GitHub Actions / buildx (8, jdk, 20, alpine)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apk -U upgrade \
RUN echo @old-stable https://dl-cdn.alpinelinux.org/alpine/v3.20/community >> /etc/apk/repositories \
&& echo @old-stable https://dl-cdn.alpinelinux.org/alpine/v3.20/main >> /etc/apk/repositories \
&& apk -U upgrade \
&& apk add --no-cache \
nodejs \
npm \
ada-libs@old-stable \
nodejs@old-stable \
npm@old-stable \
yarn \
curl \
git
9 changes: 6 additions & 3 deletions 8/jre/20/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
FROM eclipse-temurin:8-jre-alpine
LABEL maintainer "Tim Brust <[email protected]>"

Check warning on line 2 in 8/jre/20/alpine/Dockerfile

View workflow job for this annotation

GitHub Actions / buildx (8, jre, 20, alpine)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

ARG REFRESHED_AT
ENV REFRESHED_AT $REFRESHED_AT

Check warning on line 5 in 8/jre/20/alpine/Dockerfile

View workflow job for this annotation

GitHub Actions / buildx (8, jre, 20, alpine)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apk -U upgrade \
RUN echo @old-stable https://dl-cdn.alpinelinux.org/alpine/v3.20/community >> /etc/apk/repositories \
&& echo @old-stable https://dl-cdn.alpinelinux.org/alpine/v3.20/main >> /etc/apk/repositories \
&& apk -U upgrade \
&& apk add --no-cache \
nodejs \
npm \
ada-libs@old-stable \
nodejs@old-stable \
npm@old-stable \
yarn \
curl \
git
Loading