From 807fae73f429303089d25992f1636c369b3f3036 Mon Sep 17 00:00:00 2001 From: janskiba Date: Fri, 11 Apr 2025 08:25:02 +0000 Subject: [PATCH] chore: update ssh-tunnel image to harbor --- ccp/modules/ssh-tunnel-compose.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ccp/modules/ssh-tunnel-compose.yml b/ccp/modules/ssh-tunnel-compose.yml index 8c979d3..8629b71 100644 --- a/ccp/modules/ssh-tunnel-compose.yml +++ b/ccp/modules/ssh-tunnel-compose.yml @@ -2,8 +2,7 @@ version: "3.7" services: ssh-tunnel: - # For now use the docker hub image, until it is properly replicated - image: samply/ssh-tunnel:latest + image: docker.verbis.dkfz.de/cache/samply/ssh-tunnel container_name: bridgehead-ccp-ssh-tunnel environment: SSH_TUNNEL_USERNAME: "${SSH_TUNNEL_USERNAME}"