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/autoscan/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


FROM ghcr.io/trueforge-org/golang:1.26.0@sha256:48b8c4f16a22d675e504971c7a18b5384346a081b4c2f031923eb23f16c7d68d as builder
FROM ghcr.io/trueforge-org/golang:1.26.0@sha256:a317c1cdc553dbe966530f0c94e850e93fe86d55164942949d90d0870ceae355 as builder

Check warning on line 3 in apps/autoscan/Dockerfile

View workflow job for this annotation

GitHub Actions / Build autoscan / 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 3 in apps/autoscan/Dockerfile

View workflow job for this annotation

GitHub Actions / Build autoscan / 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/
ARG TARGETARCH
ARG VENDOR
ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion apps/caddy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


FROM ghcr.io/trueforge-org/golang:1.26.0@sha256:48b8c4f16a22d675e504971c7a18b5384346a081b4c2f031923eb23f16c7d68d as builder
FROM ghcr.io/trueforge-org/golang:1.26.0@sha256:a317c1cdc553dbe966530f0c94e850e93fe86d55164942949d90d0870ceae355 as builder

Check warning on line 3 in apps/caddy/Dockerfile

View workflow job for this annotation

GitHub Actions / Build caddy / 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 3 in apps/caddy/Dockerfile

View workflow job for this annotation

GitHub Actions / Build caddy / 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/
ARG TARGETARCH
ARG VENDOR
ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion apps/devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/trueforge-org/golang:1.26.0@sha256:48b8c4f16a22d675e504971c7a18b5384346a081b4c2f031923eb23f16c7d68d AS go
FROM ghcr.io/trueforge-org/golang:1.26.0@sha256:a317c1cdc553dbe966530f0c94e850e93fe86d55164942949d90d0870ceae355 AS go

# hadolint ignore=DL3007
FROM ghcr.io/trueforge-org/python:3.13.12@sha256:cc5a5a300743bf95669130b982874279d999d8ac2691788c9c83f9493adb5bdf
Expand Down
2 changes: 1 addition & 1 deletion apps/gluetun/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/trueforge-org/golang:1.26.0@sha256:48b8c4f16a22d675e504971c7a18b5384346a081b4c2f031923eb23f16c7d68d AS builder
FROM ghcr.io/trueforge-org/golang:1.26.0@sha256:a317c1cdc553dbe966530f0c94e850e93fe86d55164942949d90d0870ceae355 AS builder

ARG VERSION

Expand Down
2 changes: 1 addition & 1 deletion apps/hishtory-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/trueforge-org/golang:1.26.0@sha256:48b8c4f16a22d675e504971c7a18b5384346a081b4c2f031923eb23f16c7d68d AS builder
FROM ghcr.io/trueforge-org/golang:1.26.0@sha256:a317c1cdc553dbe966530f0c94e850e93fe86d55164942949d90d0870ceae355 AS builder

ARG TARGETARCH
ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion apps/kube-sa-proxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 1 - Build the Go application
FROM ghcr.io/trueforge-org/golang:1.26.0@sha256:48b8c4f16a22d675e504971c7a18b5384346a081b4c2f031923eb23f16c7d68d AS builder
FROM ghcr.io/trueforge-org/golang:1.26.0@sha256:a317c1cdc553dbe966530f0c94e850e93fe86d55164942949d90d0870ceae355 AS builder

USER root

Expand Down
4 changes: 2 additions & 2 deletions apps/nextcloud-imaginary/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 1: Build imaginary binary
FROM ghcr.io/trueforge-org/golang:1.26.0@sha256:48b8c4f16a22d675e504971c7a18b5384346a081b4c2f031923eb23f16c7d68d as go
FROM ghcr.io/trueforge-org/golang:1.26.0@sha256:a317c1cdc553dbe966530f0c94e850e93fe86d55164942949d90d0870ceae355 as go

Check warning on line 2 in apps/nextcloud-imaginary/Dockerfile

View workflow job for this annotation

GitHub Actions / Build nextcloud-imaginary / 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 2 in apps/nextcloud-imaginary/Dockerfile

View workflow job for this annotation

GitHub Actions / Build nextcloud-imaginary / 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/

ARG VERSION
ARG IMAGINARY_COMMIT=b632dae8cc321452c3f85bcae79c580b1ae1ed84
Expand All @@ -20,7 +20,7 @@
go install github.com/h2non/imaginary@${IMAGINARY_COMMIT}

# Stage 2: Minimal runtime
FROM ghcr.io/trueforge-org/golang:1.26.0@sha256:48b8c4f16a22d675e504971c7a18b5384346a081b4c2f031923eb23f16c7d68d
FROM ghcr.io/trueforge-org/golang:1.26.0@sha256:a317c1cdc553dbe966530f0c94e850e93fe86d55164942949d90d0870ceae355

USER root

Expand Down
2 changes: 1 addition & 1 deletion apps/pwndrop/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/trueforge-org/golang:1.26.0@sha256:48b8c4f16a22d675e504971c7a18b5384346a081b4c2f031923eb23f16c7d68d as buildstage
FROM ghcr.io/trueforge-org/golang:1.26.0@sha256:a317c1cdc553dbe966530f0c94e850e93fe86d55164942949d90d0870ceae355 as buildstage

Check warning on line 1 in apps/pwndrop/Dockerfile

View workflow job for this annotation

GitHub Actions / Build pwndrop / 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 1 in apps/pwndrop/Dockerfile

View workflow job for this annotation

GitHub Actions / Build pwndrop / 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/

# build variables
ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion apps/syncthing/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/trueforge-org/golang:1.26.0@sha256:48b8c4f16a22d675e504971c7a18b5384346a081b4c2f031923eb23f16c7d68d AS buildstage
FROM ghcr.io/trueforge-org/golang:1.26.0@sha256:a317c1cdc553dbe966530f0c94e850e93fe86d55164942949d90d0870ceae355 AS buildstage

# build variables
ARG VERSION
Expand Down Expand Up @@ -59,7 +59,7 @@


# ports and volumes
EXPOSE 8384 22000/tcp 22000/udp 21027/UDP

Check warning on line 62 in apps/syncthing/Dockerfile

View workflow job for this annotation

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

Protocol in EXPOSE instruction should be lowercase

ExposeProtoCasing: Defined protocol '21027/UDP' in EXPOSE instruction should be lowercase More info: https://docs.docker.com/go/dockerfile/rule/expose-proto-casing/

Check warning on line 62 in apps/syncthing/Dockerfile

View workflow job for this annotation

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

Protocol in EXPOSE instruction should be lowercase

ExposeProtoCasing: Defined protocol '21027/UDP' in EXPOSE instruction should be lowercase More info: https://docs.docker.com/go/dockerfile/rule/expose-proto-casing/
VOLUME /config

WORKDIR /config
2 changes: 1 addition & 1 deletion apps/watchtower/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/trueforge-org/golang:1.26.0@sha256:48b8c4f16a22d675e504971c7a18b5384346a081b4c2f031923eb23f16c7d68d AS builder
FROM ghcr.io/trueforge-org/golang:1.26.0@sha256:a317c1cdc553dbe966530f0c94e850e93fe86d55164942949d90d0870ceae355 AS builder

USER root

Expand Down
Loading