Skip to content

Commit

Permalink
Update docker image for 4.26.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
adangel committed Mar 28, 2024
1 parent fb8d3f8 commit 4d5938c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 5 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG LIQUIBASE_VERSION=4.25.0
ARG LB_PERCONA_VERSION=4.25.0
ARG LIQUIBASE_VERSION=4.26.0
ARG LB_PERCONA_VERSION=4.26.0
ARG PERCONA_TOOLKIT_VERSION=3.5.5

FROM liquibase/liquibase:${LIQUIBASE_VERSION}
Expand All @@ -11,7 +11,9 @@ RUN apt-get update \
&& apt-get -y install gpg perl libdbd-mysql-perl curl \
&& rm -rf /var/lib/apt/lists/*

RUN ln -s /liquibase/percona-toolkit/bin/pt-online-schema-change /usr/local/bin/pt-online-schema-change
RUN ln -s /liquibase/percona-toolkit/bin/pt-online-schema-change /usr/local/bin/pt-online-schema-change \
&& mkdir -p /home/liquibase/.gnupg \
&& chown -R liquibase /home/liquibase

USER liquibase
SHELL ["/bin/bash", "-c"]
Expand Down
3 changes: 2 additions & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ with [Liquibase Percona Extension](https://github.com/liquibase/liquibase-percon

## Supported tags

* [4.25.0, 4.25, latest](https://github.com/liquibase/liquibase-percona/blob/main/docker/Dockerfile) (Percona Toolkit 3.5.5)
* [4.26.0, 4.26, latest](https://github.com/liquibase/liquibase-percona/blob/main/docker/Dockerfile) (Percona Toolkit 3.5.5)
* [4.25.0, 4.25](https://github.com/liquibase/liquibase-percona/blob/9248833e77cab5925ac0ae3872e3aba7b2cd0bc3/docker/Dockerfile) (Percona Toolkit 3.5.5)
* [4.24.0, 4.24](https://github.com/liquibase/liquibase-percona/blob/2a3b1eedd9cda15ebc7319c3d21959ccaeab8f17/docker/Dockerfile) (Percona Toolkit 3.5.5)
* [4.23.2, 4.23](https://github.com/liquibase/liquibase-percona/blob/b2c15337500a3c0caba65e0e807902a12fcb8451/docker/Dockerfile) (Percona Toolkit 3.5.4)
* [4.23.1](https://github.com/liquibase/liquibase-percona/blob/23416ba64189b059358bafe1f7ef97c4f55752bf/docker/Dockerfile) (Percona Toolkit 3.5.4)
Expand Down

0 comments on commit 4d5938c

Please sign in to comment.