Skip to content

Commit

Permalink
chore: bump start-stack to 2023.05.01 (DEV-2164) #368
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed May 15, 2023
1 parent c2f46ea commit 646586b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/dsp_tools/resources/start-stack/docker-compose.yml
Expand Up @@ -27,7 +27,7 @@ services:
- JVM_ARGS=-Xmx3G

sipi:
image: daschswiss/knora-sipi:28.1.2 # on the verge of every deployment (fortnightly), take the same tag as DSP-API
image: daschswiss/knora-sipi:28.2.0 # on the verge of every deployment (fortnightly), take the same tag as DSP-API
ports:
- "1024:1024"
volumes:
Expand All @@ -46,7 +46,7 @@ services:
command: --config=/docker/sipi.docker-config.lua

api:
image: daschswiss/knora-api:28.1.2 # on the verge of every deployment (fortnightly),
image: daschswiss/knora-api:28.2.0 # on the verge of every deployment (fortnightly),
# take the tag of https://hub.docker.com/r/daschswiss/knora-api/tags
# that corresponds to the version on https://admin.staging.dasch.swiss/help
# (see also https://github.com/dasch-swiss/ops-deploy/blob/main/roles/dsp-deploy/files/RELEASE.json)
Expand Down
2 changes: 1 addition & 1 deletion src/dsp_tools/utils/stack_handling.py
Expand Up @@ -49,7 +49,7 @@ def start_stack(
shutil.copy(file_path, docker_path_of_user / file.name)

# get sipi.docker-config.lua
commit_of_used_api_version = "6375a719a326705ee274ebfff12770b9f1dc14d7" # gitleaks:allow
commit_of_used_api_version = "d6bae7ff5e6b6a635982c14f21ca4e69e298a312" # gitleaks:allow
url_prefix = f"https://github.com/dasch-swiss/dsp-api/raw/{commit_of_used_api_version}/"
docker_config_lua_text = requests.get(f"{url_prefix}sipi/config/sipi.docker-config.lua", timeout=5).text
if max_file_size:
Expand Down

0 comments on commit 646586b

Please sign in to comment.