mirror of
https://github.com/flyimg/flyimg.git
synced 2026-04-25 09:45:50 +03:00
[GH-ISSUE #157] Docker image #674
Labels
No labels
Docs
Docs
Docs
Security
UnitTest
bug
dependencies
duplicate
enhancement
enhancement
enhancement
hacktoberfest
help wanted
invalid
pull-request
question
stale
version 1
version 2
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/flyimg#674
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?
Originally created by @vojtasvoboda on GitHub (Feb 19, 2018).
Original GitHub issue: https://github.com/flyimg/flyimg/issues/157
Just question - is that image comes directly from this Dockerfile? Why there is no automatic build on Docker Hub?
Thanks a lot :-)
@sadok-f commented on GitHub (Feb 19, 2018):
Hi,
There's no automatic build for https://hub.docker.com/r/flyimg/flyimg-build because it uses a Makefile to create a clean image based on the latest release of Flyimg.
Here the GitHub repo and you can check the Makefile: https://github.com/flyimg/flyimg-build
in order to release a new docker-build image, we have to run
make pushcommand.On the other hand, the main docker image for Flyimg https://hub.docker.com/r/flyimg/docker-app has an automatic build option.
I hope this answer your question :)