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/calibre-web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/cdloh/calibre-bare:9.6.0 as calibre

Check warning on line 1 in apps/calibre-web/Dockerfile

View workflow job for this annotation

GitHub Actions / images-build / Build and test (calibre-web, stable)

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/calibre-web/Dockerfile

View workflow job for this annotation

GitHub Actions / images-build / Build and test (calibre-web, stable)

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/

FROM ghcr.io/cdloh/ubuntu:jammy-20260217@sha256:e5e3e20fece3b7efcb09d16ef9d42c0f051a1fcdc5cc6b443b3f579de84ee1de
FROM ghcr.io/cdloh/ubuntu:jammy-20260322.1@sha256:6bd4a9a25fa79993e337e36c0662a93824ff95372db4db98e0712f814ad5ae7c

ENV \
PYTHONDONTWRITEBYTECODE=1 \
Expand Down
2 changes: 1 addition & 1 deletion apps/calibre/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/cdloh/ubuntu:jammy-20260217@sha256:e5e3e20fece3b7efcb09d16ef9d42c0f051a1fcdc5cc6b443b3f579de84ee1de
FROM ghcr.io/cdloh/ubuntu:jammy-20260322.1@sha256:6bd4a9a25fa79993e337e36c0662a93824ff95372db4db98e0712f814ad5ae7c

ARG TARGETPLATFORM
ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion apps/calibre/bare/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/cdloh/ubuntu:jammy-20260217@sha256:e5e3e20fece3b7efcb09d16ef9d42c0f051a1fcdc5cc6b443b3f579de84ee1de as buildstage
FROM ghcr.io/cdloh/ubuntu:jammy-20260322.1@sha256:6bd4a9a25fa79993e337e36c0662a93824ff95372db4db98e0712f814ad5ae7c as buildstage

Check warning on line 1 in apps/calibre/bare/Dockerfile

View workflow job for this annotation

GitHub Actions / images-build / Build and test (calibre, bare)

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/calibre/bare/Dockerfile

View workflow job for this annotation

GitHub Actions / images-build / Build and test (calibre, bare)

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 TARGETPLATFORM
ARG VERSION
Expand Down
4 changes: 2 additions & 2 deletions apps/emby/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/cdloh/ubuntu:jammy-20260217@sha256:e5e3e20fece3b7efcb09d16ef9d42c0f051a1fcdc5cc6b443b3f579de84ee1de as builder
FROM ghcr.io/cdloh/ubuntu:jammy-20260322.1@sha256:6bd4a9a25fa79993e337e36c0662a93824ff95372db4db98e0712f814ad5ae7c as builder

Check warning on line 1 in apps/emby/Dockerfile

View workflow job for this annotation

GitHub Actions / images-build / Build and test (emby, stable)

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/emby/Dockerfile

View workflow job for this annotation

GitHub Actions / images-build / Build and test (emby, stable)

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 TARGETPLATFORM
ARG VERSION
Expand Down Expand Up @@ -36,7 +36,7 @@
/tmp/opt/emby-server/etc \
/tmp/opt/emby-server/extra/lib/*

FROM ghcr.io/cdloh/ubuntu:jammy-20260217@sha256:e5e3e20fece3b7efcb09d16ef9d42c0f051a1fcdc5cc6b443b3f579de84ee1de
FROM ghcr.io/cdloh/ubuntu:jammy-20260322.1@sha256:6bd4a9a25fa79993e337e36c0662a93824ff95372db4db98e0712f814ad5ae7c

ARG TARGETPLATFORM
ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion apps/jellyfin/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/cdloh/ubuntu:jammy-20260217@sha256:e5e3e20fece3b7efcb09d16ef9d42c0f051a1fcdc5cc6b443b3f579de84ee1de
FROM ghcr.io/cdloh/ubuntu:jammy-20260322.1@sha256:6bd4a9a25fa79993e337e36c0662a93824ff95372db4db98e0712f814ad5ae7c

ARG TARGETPLATFORM
ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion apps/libation/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/cdloh/ubuntu:jammy-20260217@sha256:e5e3e20fece3b7efcb09d16ef9d42c0f051a1fcdc5cc6b443b3f579de84ee1de
FROM ghcr.io/cdloh/ubuntu:jammy-20260322.1@sha256:6bd4a9a25fa79993e337e36c0662a93824ff95372db4db98e0712f814ad5ae7c

ARG TARGETPLATFORM
ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion apps/ombi/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/cdloh/ubuntu:jammy-20260217@sha256:e5e3e20fece3b7efcb09d16ef9d42c0f051a1fcdc5cc6b443b3f579de84ee1de
FROM ghcr.io/cdloh/ubuntu:jammy-20260322.1@sha256:6bd4a9a25fa79993e337e36c0662a93824ff95372db4db98e0712f814ad5ae7c

ARG TARGETPLATFORM
ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion apps/plex/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/cdloh/ubuntu:jammy-20260217@sha256:e5e3e20fece3b7efcb09d16ef9d42c0f051a1fcdc5cc6b443b3f579de84ee1de
FROM ghcr.io/cdloh/ubuntu:jammy-20260322.1@sha256:6bd4a9a25fa79993e337e36c0662a93824ff95372db4db98e0712f814ad5ae7c

ARG TARGETPLATFORM
ARG VERSION
Expand Down
Loading