From ea4c1453fce3964e439cfa1f6cd362a0d074a39d Mon Sep 17 00:00:00 2001 From: Mandy Chessell Date: Mon, 10 Jun 2024 16:44:39 +0100 Subject: [PATCH] Fix location of distribution Signed-off-by: Mandy Chessell --- .github/workflows/merge-v5.yml | 4 ++-- .github/workflows/release-v5.yml | 2 +- .../omag-server-platform/docs/docker-build/README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/merge-v5.yml b/.github/workflows/merge-v5.yml index 1d492e4e518..c5e977e1328 100644 --- a/.github/workflows/merge-v5.yml +++ b/.github/workflows/merge-v5.yml @@ -95,7 +95,7 @@ jobs: with: push: true tags: odpi/egeria:${{ env.VERSION }}, odpi/egeria:latest, quay.io/odpi/egeria:${{ env.VERSION }}, quay.io/odpi/egeria:latest - context: ./open-metadata-deployment/omag-server-platform/build/unpacked/egeria-platform-${{ env.VERSION }}-distribution.tar.gz + context: ./open-metadata-distribution/omag-server-platform/build/unpacked/egeria-platform-${{ env.VERSION }}-distribution.tar.gz platforms: linux/amd64,linux/arm64 - name: Build and push(egeria) to quay.io and docker.io (no tag latest) if: ${{ github.ref != 'refs/heads/main'}} @@ -103,7 +103,7 @@ jobs: with: push: true tags: odpi/egeria:${{ env.VERSION }}, quay.io/odpi/egeria:${{ env.VERSION }} - context: ./open-metadata-deployment/omag-server-platform/build/unpacked/egeria-platform-${{ env.VERSION }}-distribution.tar.gz + context: ./open-metadata-distribution/omag-server-platform/build/unpacked/egeria-platform-${{ env.VERSION }}-distribution.tar.gz platforms: linux/amd64,linux/arm64 # Publish container images(egeria-configure) to quay.io and docker.io - name: Build and push(egeria-configure) to quay.io and docker.io (tag latest) diff --git a/.github/workflows/release-v5.yml b/.github/workflows/release-v5.yml index 94be5084daf..f010a50da81 100644 --- a/.github/workflows/release-v5.yml +++ b/.github/workflows/release-v5.yml @@ -76,7 +76,7 @@ jobs: with: push: true tags: odpi/egeria:${{ env.VERSION }}, odpi/egeria:stable, quay.io/odpi/egeria:${{ env.VERSION }}, quay.io/odpi/egeria:stable - context: ./open-metadata-deployment/omag-server-platform/build/unpacked/egeria-platform-${{ env.VERSION }}-distribution.tar.gz + context: ./open-metadata-distribution/omag-server-platform/build/unpacked/egeria-platform-${{ env.VERSION }}-distribution.tar.gz platforms: linux/amd64,linux/arm64 # Publish container images(egeria-configure) to quay.io and docker.io - name: Build and push(egeria-configure) to quay.io and docker.io diff --git a/open-metadata-distribution/omag-server-platform/docs/docker-build/README.md b/open-metadata-distribution/omag-server-platform/docs/docker-build/README.md index c6628a6e312..2396bfaf1ba 100644 --- a/open-metadata-distribution/omag-server-platform/docs/docker-build/README.md +++ b/open-metadata-distribution/omag-server-platform/docs/docker-build/README.md @@ -32,7 +32,7 @@ found under the images managed by that daemon. For example, if you are using [Docker Desktop](https://www.docker.com/products/docker-desktop/), the docker image is located in the **Images** tab. -To run the resulting image from the command line, use `docker run -p 9443:9443 odpi/egeria-platform:{tagName}`, again replacing `{tagName}` with your chosen tag. +To run the resulting image from the command line, use `docker run -p 9443:9443 -p9092:9092 odpi/egeria-platform:{tagName}`, again replacing `{tagName}` with your chosen tag.