From ddd00782656cf2edac70204d69938423b1c644bf Mon Sep 17 00:00:00 2001 From: Nora-Olivia-Ammann <103038637+Nora-Olivia-Ammann@users.noreply.github.com> Date: Wed, 13 Dec 2023 09:03:43 +0100 Subject: [PATCH] chore: bump start-stack to 2023.12.01 (DEV-3105) (#681) --- docs/developers/start-stack-command.md | 2 +- src/dsp_tools/resources/start-stack/docker-compose.yml | 10 +++++----- .../resources/start-stack/start-stack-config.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/developers/start-stack-command.md b/docs/developers/start-stack-command.md index f2b0190c3..84fdfdaaf 100644 --- a/docs/developers/start-stack-command.md +++ b/docs/developers/start-stack-command.md @@ -11,7 +11,7 @@ The version of the docker images and these files must be the same. The version is configured in the following files in `src/dsp_tools/resources/start-stack/`: - `docker-compose.yml`: - The 4 variables `services/{app,db,sipi,api}/image` + The 5 variables `services/{app,db,sipi,api,ingest}/image` must point to the DockerHub image of the last deployed version. The versions can be found in the [ops-deploy repo](https://github.com/dasch-swiss/ops-deploy/blob/main/roles/dsp-deploy/files/RELEASE.json) diff --git a/src/dsp_tools/resources/start-stack/docker-compose.yml b/src/dsp_tools/resources/start-stack/docker-compose.yml index e4876c5ce..0a00e389f 100644 --- a/src/dsp_tools/resources/start-stack/docker-compose.yml +++ b/src/dsp_tools/resources/start-stack/docker-compose.yml @@ -7,7 +7,7 @@ services: app: # on the verge of every deployment (fortnightly), update the "image" value from the "app" value of # https://github.com/dasch-swiss/ops-deploy/blob/main/roles/dsp-deploy/files/RELEASE.json - image: daschswiss/dsp-app:v11.1.5 + image: daschswiss/dsp-app:v11.1.7 ports: - "4200:4200" networks: @@ -16,7 +16,7 @@ services: db: # on the verge of every deployment (fortnightly), update the "image" value from the "db" value of # https://github.com/dasch-swiss/ops-deploy/blob/main/roles/dsp-deploy/files/RELEASE.json - image: daschswiss/apache-jena-fuseki:2.1.2 + image: daschswiss/apache-jena-fuseki:2.1.4 ports: - "3030:3030" networks: @@ -28,7 +28,7 @@ services: sipi: # on the verge of every deployment (fortnightly), take the same tag as DSP-API - image: daschswiss/knora-sipi:v30.5.2 + image: daschswiss/knora-sipi:v30.6.0 ports: - "1024:1024" volumes: @@ -51,7 +51,7 @@ services: api: # on the verge of every deployment (fortnightly), update the "image" value from the "api" value of # https://github.com/dasch-swiss/ops-deploy/blob/main/roles/dsp-deploy/files/RELEASE.json - image: daschswiss/knora-api:v30.5.2 + image: daschswiss/knora-api:v30.6.0 depends_on: - sipi - db @@ -79,7 +79,7 @@ services: ingest: # on the verge of every deployment (fortnightly), update the "image" value from the "ingest" value of # https://github.com/dasch-swiss/ops-deploy/blob/main/roles/dsp-deploy/files/RELEASE.json - image: daschswiss/dsp-ingest:v0.3.3 + image: daschswiss/dsp-ingest:v0.4.0 ports: - "3340:3340" volumes: diff --git a/src/dsp_tools/resources/start-stack/start-stack-config.yml b/src/dsp_tools/resources/start-stack/start-stack-config.yml index a38428947..ce8524e9d 100644 --- a/src/dsp_tools/resources/start-stack/start-stack-config.yml +++ b/src/dsp_tools/resources/start-stack/start-stack-config.yml @@ -1,4 +1,4 @@ --- # take commit hash of latest DSP-API release from https://github.com/dasch-swiss/dsp-api/commits/main -DSP-API commit: 44e6bdc69db4b7357732c006802767787a534b1b +DSP-API commit: 9fc109cc9ec91e7e8245ec4a438cdf775b32f48d