diff --git a/README.md b/README.md index 995e39e..c0ab265 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ This image provides various versions that are available via tags. `latest` tag u | Tag | Description | | :----: | --- | | latest | Stable releases with Focal baseimage | -| bionic | Stable releases with Bionic baseimage | +| bionic | DEPRECATED - Stable releases with Bionic baseimage | ## Application Setup diff --git a/readme-vars.yml b/readme-vars.yml index efe9de6..b38c13d 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -18,7 +18,7 @@ available_architectures: development_versions: true development_versions_items: - { tag: "latest", desc: "Stable releases with Focal baseimage" } - - { tag: "bionic", desc: "Stable releases with Bionic baseimage" } + - { tag: "bionic", desc: "DEPRECATED - Stable releases with Bionic baseimage" } # container parameters common_param_env_vars_enabled: true #PGID, PUID, etc