diff --git a/README.rst b/README.rst index 0a66eb1c7..606bbd9cc 100644 --- a/README.rst +++ b/README.rst @@ -54,10 +54,14 @@ Using Docker To get you up and running with the latest build of Karapace, a docker image is available:: # Fetch the latest build from main branch - docker pull ghcr.io/aiven/karapace:develop + docker pull ghcr.io/aiven-open/karapace:develop # Fetch the latest release - docker pull ghcr.io/aiven/karapace:latest + docker pull ghcr.io/aiven-open/karapace:latest + +Versions `3.7.1` and earlier are available from the `ghcr.io/aiven` registry:: + + docker pull ghcr.io/aiven/karapace:3.7.1 An example setup including configuration and Kafka connection is available as compose example:: diff --git a/container/compose.yml b/container/compose.yml index 852d87ea8..f1328afef 100644 --- a/container/compose.yml +++ b/container/compose.yml @@ -55,7 +55,7 @@ services: KAFKA_ZOOKEEPER_CONNECT: "zookeeper:2181" karapace-registry: - image: ghcr.io/aiven/karapace:develop + image: ghcr.io/aiven-open/karapace:develop build: context: .. dockerfile: container/Dockerfile @@ -80,7 +80,7 @@ services: KARAPACE_COMPATIBILITY: FULL karapace-rest: - image: ghcr.io/aiven/karapace:develop + image: ghcr.io/aiven-open/karapace:develop build: context: .. dockerfile: container/Dockerfile diff --git a/website/source/install.rst b/website/source/install.rst index bc0102318..39ca4e15d 100644 --- a/website/source/install.rst +++ b/website/source/install.rst @@ -7,10 +7,10 @@ Using Docker To get you up and running with the latest build of Karapace, a docker image is available:: # Fetch the latest build from main branch - docker pull ghcr.io/aiven/karapace:develop + docker pull ghcr.io/aiven-open/karapace:develop # Fetch the latest release - docker pull ghcr.io/aiven/karapace:latest + docker pull ghcr.io/aiven-open/karapace:latest An example setup including configuration and Kafka connection is available as compose example::