Skip to content

Commit

Permalink
fix: 🐛 glue镜像名错误
Browse files Browse the repository at this point in the history
  • Loading branch information
monlor committed May 31, 2024
1 parent a6e424d commit 6de2267
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
1 change: 0 additions & 1 deletion alist/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM xiaoyaliu/alist:hostmode

LABEL MAINTAINER me@monlor.com
LABEL VERSION 1.1.0

EXPOSE 5678 2345 2346

Expand Down
2 changes: 2 additions & 0 deletions emby/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM monlor/embyserver

LABEL MAINTAINER me@monlor.com

ARG TARGETARCH

ENV SHELL2HTTP_VERSION "1.17.0"
Expand Down
2 changes: 2 additions & 0 deletions jellyfin/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM monlor/jellyfin

LABEL MAINTAINER me@monlor.com

COPY ./entrypoint.sh /entrypoint.sh
COPY ./update_alist_addr.sh /update_alist_addr.sh

Expand Down
4 changes: 3 additions & 1 deletion metadata/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM xiaoyaliu/metadata:latest
FROM xiaoyaliu/glue:latest

LABEL MAINTAINER me@monlor.com

WORKDIR /media

Expand Down
2 changes: 2 additions & 0 deletions resilio/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM linuxserver/resilio-sync:2.8.0

LABEL MAINTAINER me@monlor.com

COPY ./config.tar.gz /config.tar.gz

RUN tar -zxvf /config.tar.gz --strip-components=1 -C /config && rm -rf /config.tar.gz
Expand Down

0 comments on commit 6de2267

Please sign in to comment.