Update library/liquibase to 4.33.0#19428
Merged
tianon merged 1 commit intodocker-library:masterfrom Jul 9, 2025
Merged
Conversation
This comment has been minimized.
This comment has been minimized.
Member
|
Looks like #19343 has snuck into this and needs to be rebased out. |
This comment has been minimized.
This comment has been minimized.
Diff for 874a7cc:diff --git a/_bashbrew-cat b/_bashbrew-cat
index ab37d81..9067a40 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -2,11 +2,11 @@ Maintainers: Jake Newton <docker@liquibase.com> (@jnewton03)
Architectures: amd64, arm64v8
GitRepo: https://github.com/liquibase/docker.git
-Tags: 4.32, 4.32.0, latest
+Tags: 4.33, 4.33.0, latest
GitFetch: refs/heads/main
-GitCommit: 5f25f074861b619a8bd3a3147d3ceeafb672f717
+GitCommit: e54a7dd42e0afd00fa3a85d3ef3d90a3b583c613
-Tags: 4.32-alpine, 4.32.0-alpine, alpine
+Tags: 4.33-alpine, 4.33.0-alpine, alpine
GitFetch: refs/heads/main
-GitCommit: 5f25f074861b619a8bd3a3147d3ceeafb672f717
+GitCommit: e54a7dd42e0afd00fa3a85d3ef3d90a3b583c613
File: Dockerfile.alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 033818d..774c25b 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,6 +1,6 @@
-liquibase:4.32
-liquibase:4.32-alpine
-liquibase:4.32.0
-liquibase:4.32.0-alpine
+liquibase:4.33
+liquibase:4.33-alpine
+liquibase:4.33.0
+liquibase:4.33.0-alpine
liquibase:alpine
liquibase:latest
diff --git a/liquibase_alpine/Dockerfile.alpine b/liquibase_alpine/Dockerfile.alpine
index 11aa1e6..06d8685 100644
--- a/liquibase_alpine/Dockerfile.alpine
+++ b/liquibase_alpine/Dockerfile.alpine
@@ -1,5 +1,5 @@
# Use multi-stage build
-FROM alpine:3.21
+FROM alpine:3.22
# Create liquibase user
RUN addgroup --gid 1001 liquibase && \
@@ -11,8 +11,8 @@ RUN apk add --no-cache openjdk21-jre-headless bash
WORKDIR /liquibase
-ARG LIQUIBASE_VERSION=4.32.0
-ARG LB_SHA256=10910d42ae9990c95a4ac8f0a3665a24bd40d08fb264055d78b923a512774d54
+ARG LIQUIBASE_VERSION=4.33.0
+ARG LB_SHA256=689acfcdc97bad0d4c150d1efab9c851e251b398cb3d6326f75e8aafe40ed578
# Download, verify, extract
RUN set -x && \
@@ -26,9 +26,9 @@ RUN set -x && \
ln -s /liquibase/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh && \
liquibase --version
-ARG LPM_VERSION=0.2.9
-ARG LPM_SHA256=b9caecd34c98a6c19a2bc582e8064aff5251c5f1adbcd100d3403c5eceb5373a
-ARG LPM_SHA256_ARM=0adb3a96d7384b4da549979bf00217a8914f0df37d1ed8fdb1b4a4baebfa104c
+ARG LPM_VERSION=0.2.10
+ARG LPM_SHA256=3a47a733e4bf203f9d09ff400ff34146aacac79bd2d192fa0cd2ba3e6312f8d3
+ARG LPM_SHA256_ARM=5f63a39b0774b372f64189f1e332c70098a51e55bc0f4c442a86753e8e8a0978
# Add metadata labels
LABEL org.opencontainers.image.description="Liquibase Container Image (Alpine)"
diff --git a/liquibase_latest/Dockerfile b/liquibase_latest/Dockerfile
index 7691cbf..97221ba 100644
--- a/liquibase_latest/Dockerfile
+++ b/liquibase_latest/Dockerfile
@@ -9,8 +9,8 @@ RUN groupadd --gid 1001 liquibase && \
# Download and install Liquibase
WORKDIR /liquibase
-ARG LIQUIBASE_VERSION=4.32.0
-ARG LB_SHA256=10910d42ae9990c95a4ac8f0a3665a24bd40d08fb264055d78b923a512774d54
+ARG LIQUIBASE_VERSION=4.33.0
+ARG LB_SHA256=689acfcdc97bad0d4c150d1efab9c851e251b398cb3d6326f75e8aafe40ed578
RUN wget -q -O liquibase-${LIQUIBASE_VERSION}.tar.gz "https://github.com/liquibase/liquibase/releases/download/v${LIQUIBASE_VERSION}/liquibase-${LIQUIBASE_VERSION}.tar.gz" && \
echo "$LB_SHA256 *liquibase-${LIQUIBASE_VERSION}.tar.gz" | sha256sum -c - && \
@@ -20,9 +20,9 @@ RUN wget -q -O liquibase-${LIQUIBASE_VERSION}.tar.gz "https://github.com/liquiba
ln -s /liquibase/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh && \
liquibase --version
-ARG LPM_VERSION=0.2.9
-ARG LPM_SHA256=b9caecd34c98a6c19a2bc582e8064aff5251c5f1adbcd100d3403c5eceb5373a
-ARG LPM_SHA256_ARM=0adb3a96d7384b4da549979bf00217a8914f0df37d1ed8fdb1b4a4baebfa104c
+ARG LPM_VERSION=0.2.10
+ARG LPM_SHA256=3a47a733e4bf203f9d09ff400ff34146aacac79bd2d192fa0cd2ba3e6312f8d3
+ARG LPM_SHA256_ARM=5f63a39b0774b372f64189f1e332c70098a51e55bc0f4c442a86753e8e8a0978
# Add metadata labels
LABEL org.opencontainers.image.description="Liquibase Container Image"Relevant Maintainers:
|
tianon
approved these changes
Jul 9, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update library/liquibase with latest commit and version