Skip to content

Commit

Permalink
docs(self-managed): bitnami images can be pulled from Camunda's Docke…
Browse files Browse the repository at this point in the history
…r Registry (#4402)

* docs(self-managed): bitnami images can be pulled from Camunda's Docker Registry

* docs(self-managed): add wording suggestion

Co-authored-by: Cole Isaac <[email protected]>
  • Loading branch information
clementnero and conceptualshark authored Oct 7, 2024
1 parent abb0b45 commit b15e972
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 13 deletions.
11 changes: 8 additions & 3 deletions docs/self-managed/setup/guides/air-gapped-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The following images must be available in your air-gapped environment:
- [camunda/optimize](https://hub.docker.com/r/camunda/optimize)
- [camunda/connectors-bundle](https://hub.docker.com/r/camunda/connectors-bundle)
- [camunda/identity](https://hub.docker.com/r/camunda/identity)
- [bitnami/postgres](https://hub.docker.com/r/bitnami/postgresql)
- [bitnami/postgresql](https://hub.docker.com/r/bitnami/postgresql)
- [bitnami/keycloak](https://hub.docker.com/r/bitnami/keycloak)
- [bitnami/os-shell](https://hub.docker.com/r/bitnami/os-shell/)
- [bitnami/elasticsearch](https://hub.docker.com/r/bitnami/elasticsearch/)
Expand All @@ -39,13 +39,18 @@ The following images must be available in your air-gapped environment:

We currently have a script in the [camunda-helm-respository](https://github.com/camunda/camunda-platform-helm/blob/c6a6e0c327f2acb8746802fbe03b3774b8284de3/scripts/download-chart-docker-images.sh) that will assist in pulling and saving Docker images.

Please note that all the required Docker images, available on DockerHub's Camunda organization, are also provided publicly via Camunda's Docker registry: `registry.camunda.cloud/camunda/<image>`
## Accessing Camunda images from Camunda Docker Registry

For example, the Docker image of Zeebe can be pulled via DockerHub or via the Camunda's Docker Registry:
All required Docker images, available on DockerHub's Camunda and Bitnami organizations, are also provided publicly via Camunda's Docker registry: `registry.camunda.cloud/camunda/<image>` and `registry.camunda.cloud/bitnami/<image>`

For example, the Docker image of Zeebe and PostgreSQL can be pulled via DockerHub or via the Camunda's Docker Registry:

```shell
docker pull camunda/zeebe:latest
docker pull registry.camunda.cloud/camunda/zeebe:latest

docker pull bitnami/postgresql:latest
docker pull registry.camunda.cloud/bitnami/postgresql:latest
```

## Required Helm charts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,18 @@ The following images must be available in your air-gapped environment:
- `web-modeler-ee/modeler-webapp`
- `web-modeler-ee/modeler-websockets`

Please note that all the required Docker images, available on DockerHub's Camunda organization, are also provided publicly via Camunda's Docker registry: `registry.camunda.cloud/camunda/<image>`
## Accessing Camunda images from Camunda Docker Registry

For example, the Docker image of Zeebe can be pulled via DockerHub or via the Camunda's Docker Registry:
Please note that all the required Docker images, available on DockerHub's Camunda and Bitnami organizations, are also provided publicly via Camunda's Docker registry: `registry.camunda.cloud/camunda/<image>` and `registry.camunda.cloud/bitnami/<image>`

```bash
For example, the Docker image of Zeebe and PostgreSQL can be pulled via DockerHub or via the Camunda's Docker Registry:

```shell
docker pull camunda/zeebe:latest
docker pull registry.camunda.cloud/camunda/zeebe:latest

docker pull bitnami/keycloak:latest
docker pull registry.camunda.cloud/bitnami/keycloak:latest
```

## Required Helm charts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The following images must be available in your air-gapped environment:
- [camunda/optimize](https://hub.docker.com/r/camunda/optimize)
- [camunda/connectors-bundle](https://hub.docker.com/r/camunda/connectors-bundle)
- [camunda/identity](https://hub.docker.com/r/camunda/identity)
- [bitnami/postgres](https://hub.docker.com/r/bitnami/postgresql)
- [bitnami/postgresql](https://hub.docker.com/r/bitnami/postgresql)
- [bitnami/keycloak](https://hub.docker.com/r/bitnami/keycloak)
- [bitnami/os-shell](https://hub.docker.com/r/bitnami/os-shell/)
- [bitnami/elasticsearch](https://hub.docker.com/r/bitnami/elasticsearch/)
Expand All @@ -37,13 +37,18 @@ The following images must be available in your air-gapped environment:

We currently have a script in the [camunda-helm-respository](https://github.com/camunda/camunda-platform-helm/blob/c6a6e0c327f2acb8746802fbe03b3774b8284de3/scripts/download-chart-docker-images.sh) that will assist in pulling and saving Docker images.

Please note that all the required Docker images, available on DockerHub's Camunda organization, are also provided publicly via Camunda's Docker registry: `registry.camunda.cloud/camunda/<image>`
## Accessing Camunda images from Camunda Docker Registry

For example, the Docker image of Zeebe can be pulled via DockerHub or via the Camunda's Docker Registry:
Please note that all the required Docker images, available on DockerHub's Camunda and Bitnami organizations, are also provided publicly via Camunda's Docker registry: `registry.camunda.cloud/camunda/<image>` and `registry.camunda.cloud/bitnami/<image>`

```bash
For example, the Docker image of Zeebe and PostgreSQL can be pulled via DockerHub or via the Camunda's Docker Registry:

```shell
docker pull camunda/zeebe:latest
docker pull registry.camunda.cloud/camunda/zeebe:latest

docker pull bitnami/postgresql:latest
docker pull registry.camunda.cloud/bitnami/postgresql:latest
```

## Required Helm charts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The following images must be available in your air-gapped environment:
- [camunda/optimize](https://hub.docker.com/r/camunda/optimize)
- [camunda/connectors-bundle](https://hub.docker.com/r/camunda/connectors-bundle)
- [camunda/identity](https://hub.docker.com/r/camunda/identity)
- [bitnami/postgres](https://hub.docker.com/r/bitnami/postgresql)
- [bitnami/postgresql](https://hub.docker.com/r/bitnami/postgresql)
- [bitnami/keycloak](https://hub.docker.com/r/bitnami/keycloak)
- [bitnami/os-shell](https://hub.docker.com/r/bitnami/os-shell/)
- [bitnami/elasticsearch](https://hub.docker.com/r/bitnami/elasticsearch/)
Expand All @@ -39,13 +39,18 @@ The following images must be available in your air-gapped environment:

We currently have a script in the [camunda-helm-respository](https://github.com/camunda/camunda-platform-helm/blob/c6a6e0c327f2acb8746802fbe03b3774b8284de3/scripts/download-chart-docker-images.sh) that will assist in pulling and saving Docker images.

Please note that all the required Docker images, available on DockerHub's Camunda organization, are also provided publicly via Camunda's Docker registry: `registry.camunda.cloud/camunda/<image>`
## Accessing Camunda images from Camunda Docker Registry

For example, the Docker image of Zeebe can be pulled via DockerHub or via the Camunda's Docker Registry:
Please note that all the required Docker images, available on DockerHub's Camunda and Bitnami organizations, are also provided publicly via Camunda's Docker registry: `registry.camunda.cloud/camunda/<image>` and `registry.camunda.cloud/bitnami/<image>`

For example, the Docker image of Zeebe and PostgreSQL can be pulled via DockerHub or via the Camunda's Docker Registry:

```shell
docker pull camunda/zeebe:latest
docker pull registry.camunda.cloud/camunda/zeebe:latest

docker pull bitnami/postgresql:latest
docker pull registry.camunda.cloud/bitnami/postgresql:latest
```

## Required Helm charts
Expand Down

0 comments on commit b15e972

Please sign in to comment.