mirror of
https://github.com/abh/geodns.git
synced 2026-04-26 19:35:51 +03:00
[PR #119] feat: docker build #422
Labels
No labels
bug
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/geodns#422
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/abh/geodns/pull/119
Author: @liuzheng
Created: 7/27/2020
Status: 🔄 Open
Base:
main← Head:main📝 Commits (1)
c70b92bfeat: docker build📊 Changes
3 files changed (+27 additions, -29 deletions)
View changed files
➕
.dockerignore(+4 -0)📝
Dockerfile(+20 -29)📝
Makefile(+3 -0)📄 Description
Docker image build with multi-stage and save build time.
Some code in
Dockerfileis useless, such asThere is no need to add code one by one. Use
.dockerignorethen one COPY .This change because
vendor/not always same in any OS system. Use stageprepareto download packages can save time.Build Docker image
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.