From 0909e3d8290351e56bd1b56fe036f20aa1d412e7 Mon Sep 17 00:00:00 2001 From: Alejandro Alvarez Date: Wed, 10 Jun 2026 05:25:42 +0200 Subject: [PATCH] TECHOPS-366: deprecate liquibase/docker repo Add DEPRECATED banners to README.md and README-secure.md redirecting Community users to liquibase/liquibase and Secure users to support. Add .github/ISSUE_TEMPLATE/config.yml to redirect new issues away from this repo. Docker Hub images and tags are unaffected. On merge, the existing publish-oss-readme and publish-liquibase-secure-readme workflows propagate the updated READMEs to Docker Hub. Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/ISSUE_TEMPLATE/config.yml | 11 +++++++++++ README-secure.md | 11 +++++++++++ README.md | 15 +++++++++++++++ 3 files changed, 37 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..d7b0b6ff --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: false +contact_links: + - name: 🟢 Liquibase Community Docker image issues + url: https://github.com/liquibase/liquibase/issues/new/choose + about: This repository is deprecated. File Community Docker image issues and PRs in liquibase/liquibase (see the docker/ directory). + - name: 🔒 Liquibase Secure Docker image support + url: https://www.liquibase.com/contact-us + about: The liquibase/liquibase-secure image is maintained internally. Contact Liquibase Support for Secure Docker image issues. + - name: 📦 Docker Hub images (unchanged) + url: https://hub.docker.com/r/liquibase/liquibase + about: Docker Hub images liquibase/liquibase and liquibase/liquibase-secure are unaffected by this deprecation. diff --git a/README-secure.md b/README-secure.md index e96300b8..26bf725c 100644 --- a/README-secure.md +++ b/README-secure.md @@ -1,5 +1,16 @@ # Official Liquibase-Secure Docker Images formerly called Liquibase-Pro +> # ⚠️ This repository is DEPRECATED +> +> **`liquibase/docker` is no longer the source for the Liquibase Secure Docker image.** The `liquibase/liquibase-secure` image is now built and maintained internally by Liquibase. +> +> - **Issues / requests for the Secure image:** [Contact Liquibase Support](https://www.liquibase.com/contact-us) +> - **Community Docker image:** see [`liquibase/liquibase`](https://github.com/liquibase/liquibase/tree/main/docker) +> +> **Docker Hub is unaffected** — continue pulling `liquibase/liquibase-secure` as before. Existing tags, image history, and signatures remain valid. +> +> --- + **Liquibase Secure** is the enterprise edition of Liquibase that provides advanced database DevOps capabilities for teams requiring enhanced security, performance, and governance features. ## ⚠️ License Requirements diff --git a/README.md b/README.md index 550ddba1..0ac01319 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,20 @@ # Official Liquibase Docker Images +> # ⚠️ This repository is DEPRECATED +> +> **`liquibase/docker` is no longer the source for Liquibase Docker images.** As part of the Liquibase 5.0 split between Community and Secure editions, the Dockerfiles have moved to their respective product repositories. +> +> | Edition | New source for the Dockerfile | Where to file issues / PRs | +> | --- | --- | --- | +> | **Community** — `liquibase/liquibase` | [`liquibase/liquibase`](https://github.com/liquibase/liquibase) (see the [`docker/`](https://github.com/liquibase/liquibase/tree/main/docker) directory) | [liquibase/liquibase issues](https://github.com/liquibase/liquibase/issues) | +> | **Secure** — `liquibase/liquibase-secure` | Maintained internally by Liquibase | [Contact Liquibase Support](https://www.liquibase.com/contact-us) | +> +> **Docker Hub images are unaffected.** Continue pulling `liquibase/liquibase` and `liquibase/liquibase-secure` as before — existing tags, image history, and signatures remain valid. +> +> This repository is preserved in read-only / archived state so historical issues, PRs, releases, and git tags (`v{version}`, `v{version}-SECURE`) stay discoverable. +> +> --- + ## 🚨 Important: Liquibase 5.0 Changes 🚨 ### Liquibase Community vs Liquibase Secure