Skip to content

Commit

Permalink
fix: Node.js 18 alpine builds, 3.4 fat build
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 authored Oct 24, 2024
1 parent fad8218 commit 570906c
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 13 deletions.
8 changes: 5 additions & 3 deletions 3.1/18/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ LABEL maintainer "Tim Brust <github@timbrust.de>"
ARG REFRESHED_AT
ENV REFRESHED_AT $REFRESHED_AT

Check warning on line 5 in 3.1/18/alpine/Dockerfile

View workflow job for this annotation

GitHub Actions / buildx (3.1/18/alpine, 3.1-alpine-18 3.1-alpine-hydrogen, linux/amd64,linux/arm64,linux/ppc64le,l...

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/

Check warning on line 5 in 3.1/18/alpine/Dockerfile

View workflow job for this annotation

GitHub Actions / buildx (3.1/18/alpine, 3.1-alpine-18 3.1-alpine-hydrogen, linux/amd64,linux/arm64,linux/ppc64le,l...

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.18/community >> /etc/apk/repositories \
&& echo @old-stable https://dl-cdn.alpinelinux.org/alpine/v3.18/main >> /etc/apk/repositories \
&& apk -U upgrade \
&& apk add --no-cache \
nodejs \
npm \
nodejs@old-stable \
npm@old-stable \
yarn
8 changes: 5 additions & 3 deletions 3.2/18/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ LABEL maintainer "Tim Brust <github@timbrust.de>"
ARG REFRESHED_AT
ENV REFRESHED_AT $REFRESHED_AT

Check warning on line 5 in 3.2/18/alpine/Dockerfile

View workflow job for this annotation

GitHub Actions / buildx (3.2/18/alpine, 3.2-alpine 3.2-alpine-18 3.2-alpine-hydrogen, linux/amd64,linux/arm64,linu...

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.18/community >> /etc/apk/repositories \
&& echo @old-stable https://dl-cdn.alpinelinux.org/alpine/v3.18/main >> /etc/apk/repositories \
&& apk -U upgrade \
&& apk add --no-cache \
nodejs \
npm \
nodejs@old-stable \
npm@old-stable \
yarn
8 changes: 5 additions & 3 deletions 3.3/18/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ LABEL maintainer "Tim Brust <github@timbrust.de>"
ARG REFRESHED_AT
ENV REFRESHED_AT $REFRESHED_AT

Check warning on line 5 in 3.3/18/alpine/Dockerfile

View workflow job for this annotation

GitHub Actions / buildx (3.3/18/alpine, 3.3-alpine-18 3.3-alpine-hydrogen, linux/amd64,linux/arm64,linux/ppc64le,l...

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.18/community >> /etc/apk/repositories \
&& echo @old-stable https://dl-cdn.alpinelinux.org/alpine/v3.18/main >> /etc/apk/repositories \
&& apk -U upgrade \
&& apk add --no-cache \
nodejs \
npm \
nodejs@old-stable \
npm@old-stable \
yarn
8 changes: 5 additions & 3 deletions 3.4/18/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ LABEL maintainer "Tim Brust <github@timbrust.de>"
ARG REFRESHED_AT
ENV REFRESHED_AT $REFRESHED_AT

Check warning on line 5 in 3.4/18/alpine/Dockerfile

View workflow job for this annotation

GitHub Actions / buildx (3.4/18/alpine, 3.4-alpine-18 3.4-alpine-hydrogen, linux/amd64,linux/arm64,linux/ppc64le,l...

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/

Check warning on line 5 in 3.4/18/alpine/Dockerfile

View workflow job for this annotation

GitHub Actions / buildx (3.4/18/alpine, 3.4-alpine-18 3.4-alpine-hydrogen, linux/amd64,linux/arm64,linux/ppc64le,l...

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.18/community >> /etc/apk/repositories \
&& echo @old-stable https://dl-cdn.alpinelinux.org/alpine/v3.18/main >> /etc/apk/repositories \
&& apk -U upgrade \
&& apk add --no-cache \
nodejs \
npm \
nodejs@old-stable \
npm@old-stable \
yarn
2 changes: 1 addition & 1 deletion 3.4/20/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.4
FROM ruby:3.4-rc
LABEL maintainer "Tim Brust <github@timbrust.de>"

Check warning on line 2 in 3.4/20/Dockerfile

View workflow job for this annotation

GitHub Actions / buildx (3.4/20, 3.4-20 3.4-iron 3.4, linux/amd64,linux/arm64,linux/arm/v7)

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
Expand Down

0 comments on commit 570906c

Please sign in to comment.