From 38ef2e77c53fc6c3ffc8702fdd097a7c64b8fd38 Mon Sep 17 00:00:00 2001 From: Ethan Adams Date: Wed, 8 Dec 2021 14:09:53 -0500 Subject: [PATCH 1/8] Added libtool installation to Node.js 17 Docker file --- nodejs/17/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs/17/Dockerfile b/nodejs/17/Dockerfile index b3e91d4..9a35af5 100644 --- a/nodejs/17/Dockerfile +++ b/nodejs/17/Dockerfile @@ -3,7 +3,7 @@ FROM --platform=$TARGETOS/$TARGETARCH node:17-bullseye-slim LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" RUN apt update \ - && apt -y install ffmpeg iproute2 git sqlite3 libsqlite3-dev python3 python3-dev ca-certificates dnsutils tzdata zip tar curl build-essential \ + && apt -y install ffmpeg iproute2 git sqlite3 libsqlite3-dev python3 python3-dev ca-certificates dnsutils tzdata zip tar curl build-essential libtool \ && npm -g install npm@latest \ && useradd -m -d /home/container container From a6d1d9f28ef9b43b2c21ab635d686d8ff3399b0d Mon Sep 17 00:00:00 2001 From: Ethan Adams Date: Wed, 8 Dec 2021 14:10:50 -0500 Subject: [PATCH 2/8] Added libtool installation to Node.js 16 docker file --- nodejs/16/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs/16/Dockerfile b/nodejs/16/Dockerfile index b0140b7..354df7b 100644 --- a/nodejs/16/Dockerfile +++ b/nodejs/16/Dockerfile @@ -3,7 +3,7 @@ FROM --platform=$TARGETOS/$TARGETARCH node:16-bullseye-slim LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" RUN apt update \ - && apt -y install ffmpeg iproute2 git sqlite3 libsqlite3-dev python3 python3-dev ca-certificates dnsutils tzdata zip tar curl build-essential \ + && apt -y install ffmpeg iproute2 git sqlite3 libsqlite3-dev python3 python3-dev ca-certificates dnsutils tzdata zip tar curl build-essential libtool \ && npm -g install npm@latest \ && useradd -m -d /home/container container From dc1e8d8bf3955c0246670b1b0e867bf94bf09d36 Mon Sep 17 00:00:00 2001 From: Ethan Adams Date: Wed, 8 Dec 2021 14:11:26 -0500 Subject: [PATCH 3/8] Added libtool installation to Node.js 15 docker file --- nodejs/15/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs/15/Dockerfile b/nodejs/15/Dockerfile index 9aed52b..c867605 100644 --- a/nodejs/15/Dockerfile +++ b/nodejs/15/Dockerfile @@ -3,7 +3,7 @@ FROM --platform=$TARGETOS/$TARGETARCH node:15-bullseye-slim LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" RUN apt update \ - && apt -y install ffmpeg iproute2 git sqlite3 libsqlite3-dev python3 python3-dev ca-certificates dnsutils tzdata zip tar curl build-essential \ + && apt -y install ffmpeg iproute2 git sqlite3 libsqlite3-dev python3 python3-dev ca-certificates dnsutils tzdata zip tar curl build-essential libtool \ && npm -g install npm@latest \ && useradd -m -d /home/container container From 0ac02a5c42c23783fdf03a334707d8b42cb7defa Mon Sep 17 00:00:00 2001 From: Ethan Adams Date: Wed, 8 Dec 2021 14:12:06 -0500 Subject: [PATCH 4/8] Added libtool installation to Node.js 14 docker file --- nodejs/14/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs/14/Dockerfile b/nodejs/14/Dockerfile index 63eca05..d5ac2ec 100644 --- a/nodejs/14/Dockerfile +++ b/nodejs/14/Dockerfile @@ -3,7 +3,7 @@ FROM --platform=$TARGETOS/$TARGETARCH node:14-bullseye-slim LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" RUN apt update \ - && apt -y install ffmpeg iproute2 git sqlite3 libsqlite3-dev python3 python3-dev ca-certificates dnsutils tzdata zip tar curl build-essential \ + && apt -y install ffmpeg iproute2 git sqlite3 libsqlite3-dev python3 python3-dev ca-certificates dnsutils tzdata zip tar curl build-essential libtool \ && npm -g install npm@latest \ && useradd -m -d /home/container container From 7e55c3b6abb3ab8afc877409f602b319a200cc6e Mon Sep 17 00:00:00 2001 From: Ethan Adams Date: Wed, 8 Dec 2021 14:12:43 -0500 Subject: [PATCH 5/8] Added libtool installation to Node.js 12 docker file --- nodejs/12/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs/12/Dockerfile b/nodejs/12/Dockerfile index 2ae9d90..da1ae9b 100644 --- a/nodejs/12/Dockerfile +++ b/nodejs/12/Dockerfile @@ -3,7 +3,7 @@ FROM --platform=$TARGETOS/$TARGETARCH node:12-bullseye-slim LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" RUN apt update \ - && apt -y install ffmpeg iproute2 git sqlite3 libsqlite3-dev python3 python3-dev ca-certificates dnsutils tzdata zip tar curl build-essential \ + && apt -y install ffmpeg iproute2 git sqlite3 libsqlite3-dev python3 python3-dev ca-certificates dnsutils tzdata zip tar curl build-essential libtool \ && npm -g install npm@latest \ && useradd -m -d /home/container container From 8c996953d9fc64ec4820455798e9e5cb74beacb1 Mon Sep 17 00:00:00 2001 From: Ethan Adams Date: Wed, 8 Dec 2021 20:33:37 -0500 Subject: [PATCH 6/8] Update nodejs.yml --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 09c9c33..2d35c6f 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -41,4 +41,4 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | - ghcr.io/parkervcp/yolks:nodejs_${{ matrix.tag }} + ghcr.io/Ethanadams642/yolks:nodejs_${{ matrix.tag }} From fcfbe573e3d143611252d2389f6288df818d1059 Mon Sep 17 00:00:00 2001 From: Ethan Adams Date: Wed, 8 Dec 2021 20:40:48 -0500 Subject: [PATCH 7/8] Update nodejs.yml --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 2d35c6f..42b0f2c 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -41,4 +41,4 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | - ghcr.io/Ethanadams642/yolks:nodejs_${{ matrix.tag }} + ghcr.io/ethanadams642/yolks:nodejs_${{ matrix.tag }} From 341204d6737235ce8cc53aeb65d62b5aca8b470c Mon Sep 17 00:00:00 2001 From: Ethan Adams Date: Mon, 13 Dec 2021 10:39:02 -0500 Subject: [PATCH 8/8] Reverted build username --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 42b0f2c..09c9c33 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -41,4 +41,4 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | - ghcr.io/ethanadams642/yolks:nodejs_${{ matrix.tag }} + ghcr.io/parkervcp/yolks:nodejs_${{ matrix.tag }}