chore: updated setup-sshd
All checks were successful
Gitea/docker-base-images/jenkins-ssh-agent-jdk17-dind/pipeline/head This commit looks good

This commit is contained in:
amorozov 2025-03-03 01:58:30 +03:00
parent bb1a4631aa
commit 23b53821ef

View File

@ -79,7 +79,7 @@ fi
ssh-keygen -A
# theswayfarer's patch
dockerd-entrypoint.sh
exec dockerd-entrypoint.sh
# do not detach (-D), log to stderr (-e), passthrough other arguments
exec /usr/sbin/sshd -D -e "${@}"