Skip to content
This repository was archived by the owner on Jun 12, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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.
11 changes: 11 additions & 0 deletions README-secure.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading