Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhmaster2000/docker-git-auth
Simple easily configurable Dockerfile for cloning and deploying a private repository from github without OAuth requirements.
https://github.com/jhmaster2000/docker-git-auth
docker dockerfile git github linux
Last synced: 12 days ago
JSON representation
Simple easily configurable Dockerfile for cloning and deploying a private repository from github without OAuth requirements.
- Host: GitHub
- URL: https://github.com/jhmaster2000/docker-git-auth
- Owner: jhmaster2000
- Created: 2021-07-15T23:40:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-06T07:24:08.000Z (over 2 years ago)
- Last Synced: 2024-10-28T19:47:29.317Z (about 2 months ago)
- Topics: docker, dockerfile, git, github, linux
- Language: Dockerfile
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-git-auth
Simple easily configurable Dockerfile for cloning and deploying a private repository from github without OAuth requirements.
* *The Dockerfile provided here is targeted towards a Node.js program, but should be easily adaptable for anything else.*
See [.env.template](/.env.template) for the needed setup, and remember to rename it to `.env` locally.
Run with `docker build -t git-auth . && docker run --env-file .env git-auth`