mirror of
https://github.com/linuxserver/docker-code-server.git
synced 2024-11-27 06:25:41 +01:00
20 lines
795 B
Plaintext
20 lines
795 B
Plaintext
|
#!/usr/bin/with-contenv bash
|
||
|
|
||
|
echo '
|
||
|
******************************************************
|
||
|
******************************************************
|
||
|
* *
|
||
|
* *
|
||
|
* This image tag is deprecated. *
|
||
|
* We will not offer support for this tag *
|
||
|
* and it will not be updated. *
|
||
|
* *
|
||
|
* *
|
||
|
******************************************************
|
||
|
******************************************************
|
||
|
|
||
|
latest tag is now based on Ubuntu Focal
|
||
|
|
||
|
|
||
|
******************************************************
|
||
|
******************************************************'
|