Categorygithub.com/jtagcat/docker-build-nodot-git
modulepackage
0.0.0-20241219025303-9fac7c0eb722
Repository: https://github.com/jtagcat/docker-build-nodot-git.git
Documentation: pkg.go.dev

# README

docker-build-nodot-git

Sourcehut refuses to work with clone URLs ending with .git. Docker can't handle git URLs not ending with .git.

service:
  xyz:
    build: https://srhtgit.c7.ee/~foo/bar.git#main

^ gets transformed to https://git.sr.ht/~foo/bar (#main is removed by Docker before cloning)