https://github.com/takeyamajp/docker-git
Git Server over HTTP/HTTPS Protocol
https://github.com/takeyamajp/docker-git
docker git-server
Last synced: 9 months ago
JSON representation
Git Server over HTTP/HTTPS Protocol
- Host: GitHub
- URL: https://github.com/takeyamajp/docker-git
- Owner: takeyamajp
- License: gpl-3.0
- Created: 2020-11-29T10:37:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T14:25:09.000Z (about 3 years ago)
- Last Synced: 2025-01-24T04:53:08.431Z (11 months ago)
- Topics: docker, git-server
- Language: Dockerfile
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git
Star this repository if it is useful for you.
[](https://hub.docker.com/r/takeyamajp/git/)
[](https://hub.docker.com/r/takeyamajp/git/)
[](https://github.com/takeyamajp/docker-git/blob/master/LICENSE)
### Supported tags and respective Dockerfile links
- [`latest`, `rocky9`](https://github.com/takeyamajp/docker-git/blob/master/rocky9/Dockerfile) (Rocky Linux 9)
- [`rocky8`](https://github.com/takeyamajp/docker-git/blob/master/rocky8/Dockerfile) (Rocky Linux 8)
- [`centos8`](https://github.com/takeyamajp/docker-git/blob/master/centos8/Dockerfile) (We have finished support for CentOS 8.)
- [`centos7`](https://github.com/takeyamajp/docker-git/blob/master/centos7/Dockerfile)
### Image summary
FROM rockylinux:9
MAINTAINER "Hiroki Takeyama"
ENV TIMEZONE Asia/Tokyo
ENV REQUIRE_SSL true
ENV HTTPD_LOG true
ENV HTTPD_LOG_LEVEL warn
ENV GIT_REPOSITORY dev.git
ENV GIT_USER user1,user2
ENV GIT_PASSWORD password1,password2
VOLUME /git
EXPOSE 80
EXPOSE 443