mirror of
https://github.com/linuxserver/docker-baseimage-selkies.git
synced 2026-03-16 00:02:11 +08:00
bump selkies and remove stale init files from rebase
This commit is contained in:
parent
f3e7cadd25
commit
0cf3ccb13c
@ -16,7 +16,7 @@ RUN \
|
||||
https://github.com/selkies-project/selkies.git \
|
||||
/src && \
|
||||
cd /src && \
|
||||
git checkout -f c16ed2d3a5de53692357f37dff84d6429083c457
|
||||
git checkout -f d4b2c32b65c58329e14d580784d4cbb98cb44564
|
||||
|
||||
RUN \
|
||||
echo "**** build frontend ****" && \
|
||||
@ -158,7 +158,7 @@ RUN \
|
||||
echo "**** install selkies ****" && \
|
||||
curl -o \
|
||||
/tmp/selkies.tar.gz -L \
|
||||
"https://github.com/selkies-project/selkies/archive/c16ed2d3a5de53692357f37dff84d6429083c457.tar.gz" && \
|
||||
"https://github.com/selkies-project/selkies/archive/d4b2c32b65c58329e14d580784d4cbb98cb44564.tar.gz" && \
|
||||
cd /tmp && \
|
||||
tar xf selkies.tar.gz && \
|
||||
cd selkies-* && \
|
||||
|
||||
@ -16,7 +16,7 @@ RUN \
|
||||
https://github.com/selkies-project/selkies.git \
|
||||
/src && \
|
||||
cd /src && \
|
||||
git checkout -f c16ed2d3a5de53692357f37dff84d6429083c457
|
||||
git checkout -f d4b2c32b65c58329e14d580784d4cbb98cb44564
|
||||
|
||||
RUN \
|
||||
echo "**** build frontend ****" && \
|
||||
@ -154,7 +154,7 @@ RUN \
|
||||
echo "**** install selkies ****" && \
|
||||
curl -o \
|
||||
/tmp/selkies.tar.gz -L \
|
||||
"https://github.com/selkies-project/selkies/archive/c16ed2d3a5de53692357f37dff84d6429083c457.tar.gz" && \
|
||||
"https://github.com/selkies-project/selkies/archive/d4b2c32b65c58329e14d580784d4cbb98cb44564.tar.gz" && \
|
||||
cd /tmp && \
|
||||
tar xf selkies.tar.gz && \
|
||||
cd selkies-* && \
|
||||
|
||||
@ -1,18 +0,0 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
# shellcheck shell=bash
|
||||
|
||||
echo '
|
||||
╔════════════════════════════════════════════════════╗
|
||||
╠════════════════════════════════════════════════════╣
|
||||
║ ║
|
||||
║ This image is deprecated. ║
|
||||
║ We will not offer support for this image ║
|
||||
║ and it will not be updated. ║
|
||||
║ ║
|
||||
╠════════════════════════════════════════════════════╣
|
||||
╚════════════════════════════════════════════════════╝
|
||||
|
||||
We recommend switching to a newer tag
|
||||
|
||||
|
||||
══════════════════════════════════════════════════════'
|
||||
@ -1 +0,0 @@
|
||||
oneshot
|
||||
Loading…
x
Reference in New Issue
Block a user