Skip to content
Open
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
2 changes: 1 addition & 1 deletion apps/deemix/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM ghcr.io/trueforge-org/node:24.18.0@sha256:6ec4fab2b7ac2090590b454edf431acec72749608cd3c60990bbad03a19f07ac as builder
FROM ghcr.io/trueforge-org/node:24.18.0@sha256:0be1f094481d72632fd490d8cd8add149fa3384657354cc68e61a88f1ab3894a as builder

Check warning on line 2 in apps/deemix/Dockerfile

View workflow job for this annotation

GitHub Actions / Build deemix / Build (linux/amd64)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 2 in apps/deemix/Dockerfile

View workflow job for this annotation

GitHub Actions / Build deemix / Build (linux/arm64)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
ARG TARGETARCH
ARG VENDOR
ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion apps/drydock/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base stage - install system dependencies
FROM ghcr.io/trueforge-org/node:24.18.0@sha256:6ec4fab2b7ac2090590b454edf431acec72749608cd3c60990bbad03a19f07ac AS base
FROM ghcr.io/trueforge-org/node:24.18.0@sha256:0be1f094481d72632fd490d8cd8add149fa3384657354cc68e61a88f1ab3894a AS base

USER root

Expand Down
2 changes: 1 addition & 1 deletion apps/emulatorjs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/trueforge-org/golang:1.26.4@sha256:3fd10a391f8008f64aca8b98a86eca4def2680c3bd692c3db54b60b5b50e61e3 as migrationbuilder

Check warning on line 1 in apps/emulatorjs/Dockerfile

View workflow job for this annotation

GitHub Actions / Build emulatorjs / Build (linux/arm64)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 1 in apps/emulatorjs/Dockerfile

View workflow job for this annotation

GitHub Actions / Build emulatorjs / Build (linux/amd64)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
USER root

RUN \
Expand All @@ -13,7 +13,7 @@
cd .. ; \
done

FROM ghcr.io/trueforge-org/golang:1.26.4@sha256:3fd10a391f8008f64aca8b98a86eca4def2680c3bd692c3db54b60b5b50e61e3 as binbuilder

Check warning on line 16 in apps/emulatorjs/Dockerfile

View workflow job for this annotation

GitHub Actions / Build emulatorjs / Build (linux/arm64)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 16 in apps/emulatorjs/Dockerfile

View workflow job for this annotation

GitHub Actions / Build emulatorjs / Build (linux/amd64)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
USER root

RUN \
Expand Down Expand Up @@ -49,7 +49,7 @@
cd .. ; \
done

FROM ghcr.io/trueforge-org/node:24.18.0@sha256:6ec4fab2b7ac2090590b454edf431acec72749608cd3c60990bbad03a19f07ac as nodebuilder
FROM ghcr.io/trueforge-org/node:24.18.0@sha256:0be1f094481d72632fd490d8cd8add149fa3384657354cc68e61a88f1ab3894a as nodebuilder

Check warning on line 52 in apps/emulatorjs/Dockerfile

View workflow job for this annotation

GitHub Actions / Build emulatorjs / Build (linux/arm64)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 52 in apps/emulatorjs/Dockerfile

View workflow job for this annotation

GitHub Actions / Build emulatorjs / Build (linux/amd64)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

USER root
ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion apps/grocy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/trueforge-org/node:24.18.0@sha256:6ec4fab2b7ac2090590b454edf431acec72749608cd3c60990bbad03a19f07ac
FROM ghcr.io/trueforge-org/node:24.18.0@sha256:0be1f094481d72632fd490d8cd8add149fa3384657354cc68e61a88f1ab3894a

# set version label
ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion apps/it-tools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


FROM ghcr.io/trueforge-org/node:24.18@sha256:6ec4fab2b7ac2090590b454edf431acec72749608cd3c60990bbad03a19f07ac AS builder
FROM ghcr.io/trueforge-org/node:24.18@sha256:0be1f094481d72632fd490d8cd8add149fa3384657354cc68e61a88f1ab3894a AS builder
ARG VERSION
WORKDIR /tmp
ENV HOME=/tmp
Expand Down
2 changes: 1 addition & 1 deletion apps/kasmvnc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ RUN \
-C /build-out/

# nodejs builder
FROM ghcr.io/trueforge-org/node:24.18.0@sha256:6ec4fab2b7ac2090590b454edf431acec72749608cd3c60990bbad03a19f07ac AS nodebuilder
FROM ghcr.io/trueforge-org/node:24.18.0@sha256:0be1f094481d72632fd490d8cd8add149fa3384657354cc68e61a88f1ab3894a AS nodebuilder
ARG KCLIENT_RELEASE
USER root

Expand Down
2 changes: 1 addition & 1 deletion apps/mastodon/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/trueforge-org/node:24.18.0@sha256:6ec4fab2b7ac2090590b454edf431acec72749608cd3c60990bbad03a19f07ac
FROM ghcr.io/trueforge-org/node:24.18.0@sha256:0be1f094481d72632fd490d8cd8add149fa3384657354cc68e61a88f1ab3894a

ARG VERSION
ARG TARGETARCH
Expand Down
2 changes: 1 addition & 1 deletion apps/mstream/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/trueforge-org/node:24.18.0@sha256:6ec4fab2b7ac2090590b454edf431acec72749608cd3c60990bbad03a19f07ac
FROM ghcr.io/trueforge-org/node:24.18.0@sha256:0be1f094481d72632fd490d8cd8add149fa3384657354cc68e61a88f1ab3894a

# set version label
ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion apps/netbootxyz/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/trueforge-org/node:24.18.0@sha256:6ec4fab2b7ac2090590b454edf431acec72749608cd3c60990bbad03a19f07ac
FROM ghcr.io/trueforge-org/node:24.18.0@sha256:0be1f094481d72632fd490d8cd8add149fa3384657354cc68e61a88f1ab3894a

# set version label
ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion apps/overseerr/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/trueforge-org/node:24.18@sha256:6ec4fab2b7ac2090590b454edf431acec72749608cd3c60990bbad03a19f07ac
FROM ghcr.io/trueforge-org/node:24.18@sha256:0be1f094481d72632fd490d8cd8add149fa3384657354cc68e61a88f1ab3894a

ARG VERSION

Expand Down
2 changes: 1 addition & 1 deletion apps/pairdrop/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/trueforge-org/node:24.18.0@sha256:6ec4fab2b7ac2090590b454edf431acec72749608cd3c60990bbad03a19f07ac
FROM ghcr.io/trueforge-org/node:24.18.0@sha256:0be1f094481d72632fd490d8cd8add149fa3384657354cc68e61a88f1ab3894a

# set version label
ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion apps/planka/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN \
$HOME/.npm \
/tmp/*

FROM ghcr.io/trueforge-org/node:24.18.0@sha256:6ec4fab2b7ac2090590b454edf431acec72749608cd3c60990bbad03a19f07ac
FROM ghcr.io/trueforge-org/node:24.18.0@sha256:0be1f094481d72632fd490d8cd8add149fa3384657354cc68e61a88f1ab3894a

ARG VERSION
ARG TARGETARCH
Expand Down
8 changes: 4 additions & 4 deletions apps/python-node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ ARG TARGETARCH=${TARGETARCH/amd64/x64}

ENV HOME=/tmp/nodehome

COPY --from=ghcr.io/trueforge-org/node:24.18.0@sha256:6ec4fab2b7ac2090590b454edf431acec72749608cd3c60990bbad03a19f07ac /usr/local/bin/node /usr/local/bin/
COPY --from=ghcr.io/trueforge-org/node:24.18.0@sha256:6ec4fab2b7ac2090590b454edf431acec72749608cd3c60990bbad03a19f07ac /usr/local/lib/node_modules/ /usr/local/lib/node_modules/
COPY --from=ghcr.io/trueforge-org/node:24.18.0@sha256:0be1f094481d72632fd490d8cd8add149fa3384657354cc68e61a88f1ab3894a /usr/local/bin/node /usr/local/bin/
COPY --from=ghcr.io/trueforge-org/node:24.18.0@sha256:0be1f094481d72632fd490d8cd8add149fa3384657354cc68e61a88f1ab3894a /usr/local/lib/node_modules/ /usr/local/lib/node_modules/

COPY --from=ghcr.io/trueforge-org/node:24.18.0@sha256:6ec4fab2b7ac2090590b454edf431acec72749608cd3c60990bbad03a19f07ac /YARN_VERSION.txt /YARN_VERSION.txt
COPY --from=ghcr.io/trueforge-org/node:24.18.0@sha256:6ec4fab2b7ac2090590b454edf431acec72749608cd3c60990bbad03a19f07ac /opt/ /opthold/
COPY --from=ghcr.io/trueforge-org/node:24.18.0@sha256:0be1f094481d72632fd490d8cd8add149fa3384657354cc68e61a88f1ab3894a /YARN_VERSION.txt /YARN_VERSION.txt
COPY --from=ghcr.io/trueforge-org/node:24.18.0@sha256:0be1f094481d72632fd490d8cd8add149fa3384657354cc68e61a88f1ab3894a /opt/ /opthold/

RUN YARN_VERSION=$(cat /YARN_VERSION.txt) && \
ln -s /usr/local/lib/node_modules/npm/bin/npm-cli.js /usr/local/bin/npm && \
Expand Down
2 changes: 1 addition & 1 deletion apps/raneto/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/trueforge-org/node:24.18.0@sha256:6ec4fab2b7ac2090590b454edf431acec72749608cd3c60990bbad03a19f07ac
FROM ghcr.io/trueforge-org/node:24.18.0@sha256:0be1f094481d72632fd490d8cd8add149fa3384657354cc68e61a88f1ab3894a

# set version label
ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion apps/seerr/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# ---------- BASE STAGE ----------
FROM ghcr.io/trueforge-org/node:24.18@sha256:6ec4fab2b7ac2090590b454edf431acec72749608cd3c60990bbad03a19f07ac AS base
FROM ghcr.io/trueforge-org/node:24.18@sha256:0be1f094481d72632fd490d8cd8add149fa3384657354cc68e61a88f1ab3894a AS base

ARG VERSION

USER root

ENV NODE_OPTIONS=--max_old_space_size=2048 \

Check warning on line 8 in apps/seerr/Dockerfile

View workflow job for this annotation

GitHub Actions / Build seerr / Build (linux/amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$PNPM_HOME' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 8 in apps/seerr/Dockerfile

View workflow job for this annotation

GitHub Actions / Build seerr / Build (linux/arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$PNPM_HOME' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
PNPM_HOME="/pnpm" \
PATH="$PNPM_HOME:$PATH"

Expand Down
2 changes: 1 addition & 1 deletion apps/snapdrop/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/trueforge-org/node:24.18.0@sha256:6ec4fab2b7ac2090590b454edf431acec72749608cd3c60990bbad03a19f07ac
FROM ghcr.io/trueforge-org/node:24.18.0@sha256:0be1f094481d72632fd490d8cd8add149fa3384657354cc68e61a88f1ab3894a

# set version label
ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion apps/speedtest-tracker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/trueforge-org/node:24.18.0@sha256:6ec4fab2b7ac2090590b454edf431acec72749608cd3c60990bbad03a19f07ac
FROM ghcr.io/trueforge-org/node:24.18.0@sha256:0be1f094481d72632fd490d8cd8add149fa3384657354cc68e61a88f1ab3894a

ARG VERSION
ARG TARGETARCH
Expand Down
2 changes: 1 addition & 1 deletion apps/synclounge/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/trueforge-org/node:24.18.0@sha256:6ec4fab2b7ac2090590b454edf431acec72749608cd3c60990bbad03a19f07ac
FROM ghcr.io/trueforge-org/node:24.18.0@sha256:0be1f094481d72632fd490d8cd8add149fa3384657354cc68e61a88f1ab3894a

# set version label
ARG VERSION
Expand Down
4 changes: 2 additions & 2 deletions apps/wud/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/trueforge-org/node:24.18.0@sha256:6ec4fab2b7ac2090590b454edf431acec72749608cd3c60990bbad03a19f07ac AS dependencies
FROM ghcr.io/trueforge-org/node:24.18.0@sha256:0be1f094481d72632fd490d8cd8add149fa3384657354cc68e61a88f1ab3894a AS dependencies

USER root

Expand Down Expand Up @@ -26,7 +26,7 @@ RUN mkdir -p /app/src && \
chown -R apps:apps /app && chmod -R 755 /app && \
rm -rf /var/lib/apt/lists/* /tmp/*

FROM ghcr.io/trueforge-org/node:24.18.0@sha256:6ec4fab2b7ac2090590b454edf431acec72749608cd3c60990bbad03a19f07ac
FROM ghcr.io/trueforge-org/node:24.18.0@sha256:0be1f094481d72632fd490d8cd8add149fa3384657354cc68e61a88f1ab3894a

ARG VERSION

Expand Down
Loading