Commit Graph

3 Commits (74731c3a5aea71c81e4ca75bde96154f3adf3cfa)

Author SHA1 Message Date
Grzegorz Alibożek 4563148a61
Upgrade Alpine from 3.13 to 3.15 ()
* Upgrade alpine to 3.15

* Add executability test to entrypoint for too old dockers

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Update docker/rootless/usr/local/bin/docker-entrypoint.sh

Co-authored-by: zeripath <art27@cantab.net>
jpellegrini 852b8e2d81 Make AllowedUsers configurable in sshd_config ()
docker/root/usr/bin/entrypoint already allows for the specification
of USER, USER_UID, USER_GID. But since AllowedUsers is hardcoded in
sshd_config, one cannot log in as a user different ftom git.
This change substitutes ${USER} for git in the sshd_config template.

Signed-off-by: Jeronimo Pellegrini <j_p@aleph0.info>
Jakob Ackermann dab38c375d [docker] drop the docker Makefile from the image ()