From baa48e2cc4737bd26d17b75f5a546fd37f998aad Mon Sep 17 00:00:00 2001 From: Kalibh Halford Date: Wed, 2 Oct 2024 08:23:14 +0100 Subject: [PATCH 1/2] MAINT: Remove watchtower Removing watchower as the images are not being released with the latest tag anymore. Hence, watchtower is not doing anything --- cloud-chatops/docker-compose.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/cloud-chatops/docker-compose.yaml b/cloud-chatops/docker-compose.yaml index 6d4223f..8732baf 100644 --- a/cloud-chatops/docker-compose.yaml +++ b/cloud-chatops/docker-compose.yaml @@ -1,11 +1,5 @@ services: cloud_chatops: - image: harbor.stfc.ac.uk/stfc-cloud/cloud-chatops + image: harbor.stfc.ac.uk/stfc-cloud/cloud-chatops: volumes: - $HOME/cloud_chatops_secrets/:/usr/src/app/cloud_chatops_secrets/ - watchtower: - image: containrrr/watchtower - volumes: - - /var/run/docker.sock:/var/run/docker.sock - - $HOME/.docker/config.json:/config.json - command: --interval 60 From 7b1ed322ffe81b0e710a48f7010a07d054ffa110 Mon Sep 17 00:00:00 2001 From: Kalibh Halford Date: Thu, 3 Oct 2024 09:34:30 +0100 Subject: [PATCH 2/2] MAINT: Add version to compose file and bump version.txt --- cloud-chatops/docker-compose.yaml | 2 +- cloud-chatops/version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud-chatops/docker-compose.yaml b/cloud-chatops/docker-compose.yaml index 8732baf..0d3d353 100644 --- a/cloud-chatops/docker-compose.yaml +++ b/cloud-chatops/docker-compose.yaml @@ -1,5 +1,5 @@ services: cloud_chatops: - image: harbor.stfc.ac.uk/stfc-cloud/cloud-chatops: + image: harbor.stfc.ac.uk/stfc-cloud/cloud-chatops:1.0.5 volumes: - $HOME/cloud_chatops_secrets/:/usr/src/app/cloud_chatops_secrets/ diff --git a/cloud-chatops/version.txt b/cloud-chatops/version.txt index 6d7de6e..90a27f9 100644 --- a/cloud-chatops/version.txt +++ b/cloud-chatops/version.txt @@ -1 +1 @@ -1.0.2 +1.0.5