mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 00:25:58 +03:00
[PR #441] Add Dockerfile config #510
Labels
No labels
bug
bug
duplicate
easy
easy
enhancement
enhancement
invalid
needs help
pull-request
scalability
security
task
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsupdate.info-nsupdate-info#510
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/nsupdate-info/nsupdate.info/pull/441
Author: @lkraider
Created: 12/20/2019
Status: 🔄 Open
Base:
master← Head:docker📝 Commits (7)
0e718b3build: add Dockerfile config3ce4c54Merge remote-tracking branch 'upstream/master' into dockerc941a9ebuild: move docker into contrib4d166c8build(docker): parameterize Dockerfile pathe5d3453build(docker): simplify release actiona181c6dbuild(docker): PEP8 fixes on build script685b5bdbuild(docker): require git tag for release📊 Changes
8 files changed (+271 additions, -0 deletions)
View changed files
➕
misc/contrib/docker/Makefile(+36 -0)➕
misc/contrib/docker/build/Dockerfile(+94 -0)➕
misc/contrib/docker/build/confd/conf.d/local_settings.toml(+3 -0)➕
misc/contrib/docker/build/confd/templates/local_settings.tmpl(+27 -0)➕
misc/contrib/docker/build/django/create-superuser.py(+52 -0)➕
misc/contrib/docker/build/docker-entrypoint.sh(+13 -0)➕
misc/contrib/docker/build/setup.sh(+38 -0)➕
misc/contrib/docker/build/uwsgi.ini(+8 -0)📄 Description
This adds the ability to create docker images for this project.
You probably want to change the maintainer names in the
Makefileand thebuild/Dockerfileto your dockerhub user.Use
make testto run a local dev build of the project while developing and testing the image.When ready, tag the current version using git and run
make prodto create a production image ready to be pushed to the docker registry.Originally based on the work done by: https://github.com/KebinuChiousu/docker-nsupdate
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.