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
2 changes: 1 addition & 1 deletion apps/airsonic-advanced/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## TODO: set version tag
FROM ghcr.io/trueforge-org/java17:rolling@sha256:dd6f9cbdf330b7b7f1fc7cb6bc900ff75c53d7d2f8a6d176b7249824bea4ab0f
FROM ghcr.io/trueforge-org/java17:rolling@sha256:5a2fd2be6d111a0fdc7889e2795da235a33a76d390f7ec4051e9e68369513ab2

# set version label
ARG VERSION
Expand Down Expand Up @@ -34,7 +34,7 @@

# add local files
USER apps
COPY . /

Check warning on line 37 in apps/airsonic-advanced/Dockerfile

View workflow job for this annotation

GitHub Actions / Build airsonic-advanced / Build (linux/arm64)

Attempting to Copy file that is excluded by .dockerignore

CopyIgnoredFile: Attempting to Copy file "." that is excluded by .dockerignore More info: https://docs.docker.com/go/dockerfile/rule/copy-ignored-file/

Check warning on line 37 in apps/airsonic-advanced/Dockerfile

View workflow job for this annotation

GitHub Actions / Build airsonic-advanced / Build (linux/amd64)

Attempting to Copy file that is excluded by .dockerignore

CopyIgnoredFile: Attempting to Copy file "." that is excluded by .dockerignore More info: https://docs.docker.com/go/dockerfile/rule/copy-ignored-file/


# ports and volumes
Expand Down
2 changes: 1 addition & 1 deletion apps/nzbhydra2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


FROM ghcr.io/trueforge-org/java17:17.0.16@sha256:dd6f9cbdf330b7b7f1fc7cb6bc900ff75c53d7d2f8a6d176b7249824bea4ab0f
FROM ghcr.io/trueforge-org/java17:17.0.16@sha256:5a2fd2be6d111a0fdc7889e2795da235a33a76d390f7ec4051e9e68369513ab2

ARG VERSION

Expand Down Expand Up @@ -35,7 +35,7 @@
&& rm -rf /tmp_download/*

# copy your repo
COPY . /

Check warning on line 38 in apps/nzbhydra2/Dockerfile

View workflow job for this annotation

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

Attempting to Copy file that is excluded by .dockerignore

CopyIgnoredFile: Attempting to Copy file "." that is excluded by .dockerignore More info: https://docs.docker.com/go/dockerfile/rule/copy-ignored-file/

Check warning on line 38 in apps/nzbhydra2/Dockerfile

View workflow job for this annotation

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

Attempting to Copy file that is excluded by .dockerignore

CopyIgnoredFile: Attempting to Copy file "." that is excluded by .dockerignore More info: https://docs.docker.com/go/dockerfile/rule/copy-ignored-file/

# run as 568
USER apps:apps
Expand Down