Skip to content

Commit

Permalink
chore: Update container registry URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
aiven-anton committed Sep 19, 2023
1 parent 60fb7c3 commit f079cc9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down
4 changes: 2 additions & 2 deletions container/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions website/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down

0 comments on commit f079cc9

Please sign in to comment.