mirror of
https://github.com/linuxserver/docker-heimdall.git
synced 2026-02-09 14:14:13 +09:00
19 lines
1.2 KiB
Plaintext
Executable File
19 lines
1.2 KiB
Plaintext
Executable File
#!/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 the latest tag
|
|
|
|
|
|
══════════════════════════════════════════════════════'
|