We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d88ddd commit fd5246aCopy full SHA for fd5246a
1 file changed
root/etc/cont-init.d/99-deprecation
@@ -0,0 +1,17 @@
1
+#!/usr/bin/with-contenv bash
2
+# shellcheck shell=bash
3
+
4
+echo '
5
+╔════════════════════════════════════════════════════╗
6
+╠════════════════════════════════════════════════════╣
7
+║ ║
8
+║ This image is deprecated. ║
9
+║ We will not offer support for this image ║
10
+║ and it will not be updated. ║
11
12
13
+╚════════════════════════════════════════════════════╝
14
15
+Embystat (upstream project) is no longer actively developed.
16
17
+══════════════════════════════════════════════════════'
0 commit comments