update baseimages
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM lsiobase/ubuntu:bionic as buildstage
|
FROM ghcr.io/linuxserver/baseimage-ubuntu:bionic as buildstage
|
||||||
|
|
||||||
# build args
|
# build args
|
||||||
ARG EMBY_RELEASE
|
ARG EMBY_RELEASE
|
||||||
@@ -33,7 +33,7 @@ RUN \
|
|||||||
/tmp/opt/emby-server/etc
|
/tmp/opt/emby-server/etc
|
||||||
|
|
||||||
# runtime stage
|
# runtime stage
|
||||||
FROM lsiobase/ubuntu:bionic
|
FROM ghcr.io/linuxserver/baseimage-ubuntu:bionic
|
||||||
|
|
||||||
# set version label
|
# set version label
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM lsiobase/ubuntu:bionic as buildstage
|
FROM ghcr.io/linuxserver/baseimage-ubuntu:bionic as buildstage
|
||||||
|
|
||||||
# build args
|
# build args
|
||||||
ARG EMBY_RELEASE
|
ARG EMBY_RELEASE
|
||||||
@@ -33,7 +33,7 @@ RUN \
|
|||||||
/tmp/opt/emby-server/etc
|
/tmp/opt/emby-server/etc
|
||||||
|
|
||||||
# runtime stage
|
# runtime stage
|
||||||
FROM lsiobase/ubuntu:bionic
|
FROM ghcr.io/linuxserver/baseimage-ubuntu:bionic
|
||||||
|
|
||||||
# set version label
|
# set version label
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM lsiobase/ubuntu:arm32v7-bionic as buildstage
|
FROM ghcr.io/linuxserver/baseimage-ubuntu:arm32v7-bionic as buildstage
|
||||||
|
|
||||||
# build args
|
# build args
|
||||||
ARG EMBY_RELEASE
|
ARG EMBY_RELEASE
|
||||||
@@ -33,7 +33,7 @@ RUN \
|
|||||||
/tmp/opt/emby-server/etc
|
/tmp/opt/emby-server/etc
|
||||||
|
|
||||||
# runtime stage
|
# runtime stage
|
||||||
FROM lsiobase/ubuntu:arm32v7-bionic
|
FROM ghcr.io/linuxserver/baseimage-ubuntu:arm32v7-bionic
|
||||||
|
|
||||||
# set version label
|
# set version label
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
|
|||||||
Reference in New Issue
Block a user