File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ This image provides various versions that are available via tags. `latest` tag u
71
71
| Tag | Description |
72
72
| :----: | --- |
73
73
| latest | Stable releases |
74
- | focal | Stable releases, on a focal baseiamge |
74
+ | focal | DEPRECATED - Stable releases, on a focal baseiamge |
75
75
76
76
## Application Setup
77
77
@@ -262,6 +262,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
262
262
263
263
## Versions
264
264
265
+ * ** 19.01.21:** - Deprecate the focal tag.
265
266
* ** 12.07.21:** - Rebase to focal
266
267
* ** 11.07.21:** - Bump node to 14 to fix builds
267
268
* ** 08.05.21:** - Fix doc link
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ available_architectures:
29
29
development_versions : true
30
30
development_versions_items :
31
31
- { tag: "latest", desc: "Stable releases" }
32
- - { tag: "focal", desc: "Stable releases, on a focal baseiamge" }
32
+ - { tag: "focal", desc: "DEPRECATED - Stable releases, on a focal baseiamge" }
33
33
34
34
# container parameters
35
35
common_param_env_vars_enabled : true
@@ -75,6 +75,7 @@ app_setup_block: |
75
75
76
76
# changelog
77
77
changelogs :
78
+ - { date: "19.01.21:", desc: "Deprecate the focal tag." }
78
79
- { date: "12.07.21:", desc: "Rebase to focal" }
79
80
- { date: "11.07.21:", desc: "Bump node to 14 to fix builds" }
80
81
- { date: "08.05.21:", desc: "Fix doc link" }
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/with-contenv bash
2
+
3
+ echo '
4
+ ******************************************************
5
+ ******************************************************
6
+ * *
7
+ * *
8
+ * This image tag is deprecated. *
9
+ * We will not offer support for this tag *
10
+ * and it will not be updated. *
11
+ * *
12
+ * *
13
+ ******************************************************
14
+ ******************************************************
15
+
16
+ latest tag is now based on Ubuntu Focal
17
+
18
+
19
+ ******************************************************
20
+ ******************************************************'
You can’t perform that action at this time.
0 commit comments