This is an automated email from the ASF dual-hosted git repository. adoroszlai pushed a commit to branch all-in-one in repository https://gitbox.apache.org/repos/asf/ozone-docker.git
commit 9558e02353d775e552c22a07e08efe42f5b5cf7b Author: Hui Fei <[email protected]> AuthorDate: Thu Jul 16 17:18:59 2026 +0800 HDDS-15507. Publish docker image for Ozone 2.2.0 (#79) (cherry picked from commit 18fdbb810751e1ad68c1a75103947484d6ee146e) --- Dockerfile | 2 +- docker-compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2bdfe4b..b6e45d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG OZONE_VERSION=2.1.1 +ARG OZONE_VERSION=2.2.0 ARG OZONE_IMAGE=apache/ozone ARG OZONE_IMAGE_VERSION=${OZONE_VERSION}-slim diff --git a/docker-compose.yaml b/docker-compose.yaml index 5cca390..68f22ee 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -16,7 +16,7 @@ x-image: &image - image: ${OZONE_IMAGE:-apache/ozone}:${OZONE_IMAGE_VERSION:-2.1.1}${OZONE_IMAGE_FLAVOR:-} + image: ${OZONE_IMAGE:-apache/ozone}:${OZONE_IMAGE_VERSION:-2.2.0}${OZONE_IMAGE_FLAVOR:-} x-common-config: &common-config --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
