mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-14 01:40:08 +00:00
Minor: Docs update for 1.2.5 release (#14863)
This commit is contained in:
parent
75471cfba9
commit
951917bf6d
@ -102,7 +102,7 @@ This docker compose file contains only the docker compose services for OpenMetad
|
|||||||
You can also run the below command to fetch the docker compose file directly from the terminal -
|
You can also run the below command to fetch the docker compose file directly from the terminal -
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.2.4-release/docker-compose-openmetadata.yml
|
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.2.5-release/docker-compose-openmetadata.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
### 3. Update Environment Variables required for OpenMetadata Dependencies
|
### 3. Update Environment Variables required for OpenMetadata Dependencies
|
||||||
@ -191,7 +191,7 @@ You can validate that all containers are up by running with command `docker ps`.
|
|||||||
```commandline
|
```commandline
|
||||||
❯ docker ps
|
❯ docker ps
|
||||||
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
||||||
470cc8149826 openmetadata/server:1.2.4 "./openmetadata-star…" 45 seconds ago Up 43 seconds 3306/tcp, 9200/tcp, 9300/tcp, 0.0.0.0:8585-8586->8585-8586/tcp openmetadata_server
|
470cc8149826 openmetadata/server:1.2.5 "./openmetadata-star…" 45 seconds ago Up 43 seconds 3306/tcp, 9200/tcp, 9300/tcp, 0.0.0.0:8585-8586->8585-8586/tcp openmetadata_server
|
||||||
```
|
```
|
||||||
|
|
||||||
In a few seconds, you should be able to access the OpenMetadata UI at [http://localhost:8585](http://localhost:8585)
|
In a few seconds, you should be able to access the OpenMetadata UI at [http://localhost:8585](http://localhost:8585)
|
||||||
|
|||||||
@ -45,11 +45,11 @@ Verify with the below command to see the latest release available locally.
|
|||||||
```commandline
|
```commandline
|
||||||
helm search repo open-metadata --versions
|
helm search repo open-metadata --versions
|
||||||
> NAME CHART VERSION APP VERSION DESCRIPTION
|
> NAME CHART VERSION APP VERSION DESCRIPTION
|
||||||
open-metadata/openmetadata 1.2.4 1.2.2 A Helm chart for OpenMetadata on Kubernetes
|
open-metadata/openmetadata 1.2.8 1.2.5 A Helm chart for OpenMetadata on Kubernetes
|
||||||
open-metadata/openmetadata 1.2.3 1.2.2 A Helm chart for OpenMetadata on Kubernetes
|
open-metadata/openmetadata 1.2.3 1.2.2 A Helm chart for OpenMetadata on Kubernetes
|
||||||
|
|
||||||
...
|
...
|
||||||
open-metadata/openmetadata-dependencies 1.2.4 1.2.2 Helm Dependencies for OpenMetadata
|
open-metadata/openmetadata-dependencies 1.2.8 1.2.5 Helm Dependencies for OpenMetadata
|
||||||
open-metadata/openmetadata-dependencies 1.2.3 1.2.2 Helm Dependencies for OpenMetadata
|
open-metadata/openmetadata-dependencies 1.2.3 1.2.2 Helm Dependencies for OpenMetadata
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|||||||
@ -119,15 +119,15 @@ The latest version is at the top of the page
|
|||||||
You can use the curl or wget command as well to fetch the docker compose files from your terminal -
|
You can use the curl or wget command as well to fetch the docker compose files from your terminal -
|
||||||
|
|
||||||
```commandline
|
```commandline
|
||||||
curl -sL -o docker-compose.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.2.4-release/docker-compose.yml
|
curl -sL -o docker-compose.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.2.5-release/docker-compose.yml
|
||||||
|
|
||||||
curl -sL -o docker-compose-postgres.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.2.4-release/docker-compose-postgres.yml
|
curl -sL -o docker-compose-postgres.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.2.5-release/docker-compose-postgres.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
```commandline
|
```commandline
|
||||||
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.2.4-release/docker-compose.yml
|
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.2.5-release/docker-compose.yml
|
||||||
|
|
||||||
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.2.4-release/docker-compose-postgres.yml
|
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.2.5-release/docker-compose-postgres.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
### 3. Start the Docker Compose Services
|
### 3. Start the Docker Compose Services
|
||||||
@ -166,10 +166,10 @@ You can validate that all containers are up by running with command `docker ps`.
|
|||||||
```commandline
|
```commandline
|
||||||
❯ docker ps
|
❯ docker ps
|
||||||
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
||||||
470cc8149826 openmetadata/server:1.2.4 "./openmetadata-star…" 45 seconds ago Up 43 seconds 3306/tcp, 9200/tcp, 9300/tcp, 0.0.0.0:8585-8586->8585-8586/tcp openmetadata_server
|
470cc8149826 openmetadata/server:1.2.5 "./openmetadata-star…" 45 seconds ago Up 43 seconds 3306/tcp, 9200/tcp, 9300/tcp, 0.0.0.0:8585-8586->8585-8586/tcp openmetadata_server
|
||||||
63578aacbff5 openmetadata/ingestion:1.2.4 "./ingestion_depende…" 45 seconds ago Up 43 seconds 0.0.0.0:8080->8080/tcp openmetadata_ingestion
|
63578aacbff5 openmetadata/ingestion:1.2.5 "./ingestion_depende…" 45 seconds ago Up 43 seconds 0.0.0.0:8080->8080/tcp openmetadata_ingestion
|
||||||
9f5ee8334f4b docker.elastic.co/elasticsearch/elasticsearch:7.16.3 "/tini -- /usr/local…" 45 seconds ago Up 44 seconds 0.0.0.0:9200->9200/tcp, 0.0.0.0:9300->9300/tcp openmetadata_elasticsearch
|
9f5ee8334f4b docker.elastic.co/elasticsearch/elasticsearch:7.16.3 "/tini -- /usr/local…" 45 seconds ago Up 44 seconds 0.0.0.0:9200->9200/tcp, 0.0.0.0:9300->9300/tcp openmetadata_elasticsearch
|
||||||
08947ab3424b openmetadata/db:1.2.4 "/entrypoint.sh mysq…" 45 seconds ago Up 44 seconds (healthy) 3306/tcp, 33060-33061/tcp openmetadata_mysql
|
08947ab3424b openmetadata/db:1.2.5 "/entrypoint.sh mysq…" 45 seconds ago Up 44 seconds (healthy) 3306/tcp, 33060-33061/tcp openmetadata_mysql
|
||||||
```
|
```
|
||||||
|
|
||||||
In a few seconds, you should be able to access the OpenMetadata UI at [http://localhost:8585](http://localhost:8585)
|
In a few seconds, you should be able to access the OpenMetadata UI at [http://localhost:8585](http://localhost:8585)
|
||||||
|
|||||||
@ -14,7 +14,7 @@ or ping us on [Slack](https://slack.open-metadata.org/) if you would like to pri
|
|||||||
You can check the latest release [here](/releases/all-releases).
|
You can check the latest release [here](/releases/all-releases).
|
||||||
|
|
||||||
|
|
||||||
## 1.3 Release - Jan 25th, 2023
|
## 1.3 Release - Feb 05th, 2024
|
||||||
|
|
||||||
{% tilesContainer %}
|
{% tilesContainer %}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user