File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 5151 with :
5252 context : docker/zookeeper-image
5353 platforms : linux/amd64,linux/arm64
54- tags : adobe/zookeeper:3.8.3 -apache-${{ steps.vars.outputs.tag }}
54+ tags : adobe/zookeeper:3.8.4 -apache-${{ steps.vars.outputs.tag }}
5555 push : ${{ startsWith(github.ref, 'refs/tags/zk') }}
5656 labels : |
5757 org.opencontainers.image.source=${{ github.event.repository.html_url }}
6464 with :
6565 context : docker
6666 platforms : linux/amd64,linux/arm64
67- tags : adobe/zookeeper:3.8.3 -${{ steps.vars.outputs.tag }}
67+ tags : adobe/zookeeper:3.8.4 -${{ steps.vars.outputs.tag }}
6868 push : ${{ startsWith(github.ref, 'refs/tags/') && !startsWith(github.ref, 'refs/tags/zk') }}
6969 labels : |
7070 org.opencontainers.image.source=${{ github.event.repository.html_url }}
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ The project is currently alpha. While no breaking API changes are currently plan
4646
4747### Overview
4848
49- This operator runs a Zookeeper 3.8.3 cluster, and uses Zookeeper dynamic reconfiguration to handle node membership.
49+ This operator runs a Zookeeper 3.8.4 cluster, and uses Zookeeper dynamic reconfiguration to handle node membership.
5050
5151The operator itself is built with the [ Operator framework] ( https://github.com/operator-framework/operator-sdk ) .
5252
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ maxUnavailableReplicas:
33
44image :
55 repository : adobe/zookeeper
6- tag : 3.8.3-0.2.15-adobe-20231117
6+ tag : 3.8.3-0.2.15-adobe-20250914
77 pullPolicy : IfNotPresent
88
99triggerRollingRestart : false
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ COPY zu /zu
1515WORKDIR /zu
1616RUN ./gradlew shadowJar
1717
18- # use forked base zookeeper 3.8.3 docker image
18+ # use forked base zookeeper 3.8.4 docker image
1919# that runs on openjdk-21
20- FROM adobe/zookeeper:3.8.3 -apache-zk-20240314
20+ FROM adobe/zookeeper:3.8.4 -apache-zk-20250914
2121COPY bin /usr/local/bin
2222RUN chmod +x /usr/local/bin/*
2323COPY --from=0 /zu/build/libs/zu.jar /opt/libs/
Original file line number Diff line number Diff line change @@ -115,8 +115,8 @@ RUN set -eux; \
115115# Verify that gosu binary works
116116 gosu nobody true
117117
118- ARG SHORT_DISTRO_NAME=zookeeper-3.8.3
119- ARG DISTRO_NAME=apache-zookeeper-3.8.3 -bin
118+ ARG SHORT_DISTRO_NAME=zookeeper-3.8.4
119+ ARG DISTRO_NAME=apache-zookeeper-3.8.4 -bin
120120
121121# Download Apache Zookeeper, verify its PGP signature, untar and clean up
122122RUN set -eux; \
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ repositories {
1212
1313dependencies {
1414 implementation(kotlin(" stdlib" ))
15- implementation(" org.apache.zookeeper:zookeeper:3.8.3 " )
15+ implementation(" org.apache.zookeeper:zookeeper:3.8.4 " )
1616}
1717
1818tasks.withType<ShadowJar >() {
You can’t perform that action at this time.
0 commit comments