Skip to content
This repository was archived by the owner on Feb 11, 2023. It is now read-only.

Commit a867636

Browse files
authored
Merge pull request #12 from linuxserver-labs/promote
2 parents 35c0833 + ff72b0d commit a867636

File tree

6 files changed

+29
-1
lines changed

6 files changed

+29
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ Find us at:
2929
* [GitHub](https://github.com/linuxserver) - view the source for all of our repositories.
3030
* [Open Collective](https://opencollective.com/linuxserver) - please consider helping us by either donating or contributing to our budget
3131

32+
# PROMOTION NOTICE
33+
34+
This image has been promoted to Linuxserver proper - [https://github.com/linuxserver/docker-your_spotify](https://github.com/linuxserver/docker-your_spotify). This image will no longer be updated.
35+
3236
# [linuxserver-labs/your_spotify](https://github.com/linuxserver-labs/docker-your_spotify)
3337

3438
[![Scarf.io pulls](https://scarf.sh/installs-badge/linuxserver-ci/linuxserver-labs%2Fyour_spotify?color=94398d&label-color=555555&logo-color=ffffff&style=for-the-badge&package-type=docker)](https://scarf.sh/gateway/linuxserver-ci/docker/linuxserver-labs%2Fyour_spotify)
@@ -246,5 +250,6 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
246250

247251
## Versions
248252

253+
* **30.01.23:** - Promote to Linuxserver.
249254
* **23.01.23:** - Rebase to Alpine 3.17, migrate to s6v3.
250255
* **23.02.22:** - Initial Release.

root/etc/s6-overlay/s6-rc.d/init-promote/dependencies.d/legacy-services

Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
oneshot
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
#! /command/execlineb
2+
3+
foreground
4+
{
5+
sleep 2
6+
}
7+
8+
echo
9+
"********************************************************\n"
10+
"********************************************************\n"
11+
"* *\n"
12+
"* !!!! *\n"
13+
"* This container has been promoted to a full *\n"
14+
"* Linuxserver image. This labs image will no *\n"
15+
"* longer receive updates. *\n"
16+
"* *\n"
17+
"* Please switch to using *\n"
18+
"* https://github.com/linuxserver/docker-your_spotify *\n"
19+
"* *\n"
20+
"* *\n"
21+
"********************************************************\n"
22+
"********************************************************"

root/etc/s6-overlay/s6-rc.d/svc-your_spotify/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ export CLIENT_ENDPOINT="${APP_URL}"
77
s6-setuidgid abc yarn --cwd /app/www/server migrate
88

99
exec \
10-
s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z localhost 8000" \
10+
s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z localhost 8080" \
1111
cd /app/www/server s6-setuidgid abc yarn start

root/etc/s6-overlay/s6-rc.d/user2/contents.d/init-promote

Whitespace-only changes.

0 commit comments

Comments
 (0)