Use registry

This commit is contained in:
2025-04-14 18:52:30 +02:00
parent bcbcde8215
commit 05f6a7f2e3
2 changed files with 19 additions and 3 deletions
+2 -3
View File
@@ -4,9 +4,7 @@ networks:
services:
jenkins_docker_ssh_agent:
build:
context: .
dockerfile: dockerfile
image: git.seccodesmith.pl/seccodesmith/jenkis_docker_ssh.git:latest
container_name: jenkins_docker_ssh_agent
volumes:
- /var/run/docker.sock:/var/run/docker.sock
@@ -15,3 +13,4 @@ services:
DOCKER_GID: ${docker_gid}
networks:
- jenkins