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.10.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-20260509@sha256:b6b77e603ede04a3e4427d8536d95ea5d81dabbded50754e23659eb4c570738c
FROM ghcr.io/cdloh/ubuntu:jammy-20260627@sha256:b7c5f1473cff8069dc4e45b139ce94e63f029c9fe33b531c7296f988cd5368a3

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-20260509@sha256:b6b77e603ede04a3e4427d8536d95ea5d81dabbded50754e23659eb4c570738c
FROM ghcr.io/cdloh/ubuntu:jammy-20260627@sha256:b7c5f1473cff8069dc4e45b139ce94e63f029c9fe33b531c7296f988cd5368a3

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-20260509@sha256:b6b77e603ede04a3e4427d8536d95ea5d81dabbded50754e23659eb4c570738c as buildstage
FROM ghcr.io/cdloh/ubuntu:jammy-20260627@sha256:b7c5f1473cff8069dc4e45b139ce94e63f029c9fe33b531c7296f988cd5368a3 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-20260509@sha256:b6b77e603ede04a3e4427d8536d95ea5d81dabbded50754e23659eb4c570738c as builder
FROM ghcr.io/cdloh/ubuntu:jammy-20260627@sha256:b7c5f1473cff8069dc4e45b139ce94e63f029c9fe33b531c7296f988cd5368a3 as builder

ARG TARGETPLATFORM
ARG VERSION
Expand Down Expand Up @@ -36,7 +36,7 @@ RUN \
/tmp/opt/emby-server/etc \
/tmp/opt/emby-server/extra/lib/*

FROM ghcr.io/cdloh/ubuntu:jammy-20260509@sha256:b6b77e603ede04a3e4427d8536d95ea5d81dabbded50754e23659eb4c570738c
FROM ghcr.io/cdloh/ubuntu:jammy-20260627@sha256:b7c5f1473cff8069dc4e45b139ce94e63f029c9fe33b531c7296f988cd5368a3

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-20260509@sha256:b6b77e603ede04a3e4427d8536d95ea5d81dabbded50754e23659eb4c570738c
FROM ghcr.io/cdloh/ubuntu:jammy-20260627@sha256:b7c5f1473cff8069dc4e45b139ce94e63f029c9fe33b531c7296f988cd5368a3

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-20260509@sha256:b6b77e603ede04a3e4427d8536d95ea5d81dabbded50754e23659eb4c570738c
FROM ghcr.io/cdloh/ubuntu:jammy-20260627@sha256:b7c5f1473cff8069dc4e45b139ce94e63f029c9fe33b531c7296f988cd5368a3

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-20260509@sha256:b6b77e603ede04a3e4427d8536d95ea5d81dabbded50754e23659eb4c570738c
FROM ghcr.io/cdloh/ubuntu:jammy-20260627@sha256:b7c5f1473cff8069dc4e45b139ce94e63f029c9fe33b531c7296f988cd5368a3

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-20260509@sha256:b6b77e603ede04a3e4427d8536d95ea5d81dabbded50754e23659eb4c570738c
FROM ghcr.io/cdloh/ubuntu:jammy-20260627@sha256:b7c5f1473cff8069dc4e45b139ce94e63f029c9fe33b531c7296f988cd5368a3

ARG TARGETPLATFORM
ARG VERSION
Expand Down
Loading