-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docker] drop the docker Makefile from the image #6507
Conversation
Signed-off-by: Jakob Ackermann <[email protected]>
@das7pad What is the goal/use case ? |
There is no need to have a Makefile with docker commands in the docker container.
|
Codecov Report
@@ Coverage Diff @@
## master #6507 +/- ##
==========================================
+ Coverage 41.13% 41.15% +0.01%
==========================================
Files 425 425
Lines 58484 58484
==========================================
+ Hits 24059 24067 +8
+ Misses 31238 31231 -7
+ Partials 3187 3186 -1
Continue to review full report at Codecov.
|
@das7pad Sorry, I was thinking that we only copy subfolder usr and etc. It must have changed or was on my todo list and think it was allready done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am more in favor on only copying subfolder etc and usr than re-adding another file at root project folder. But still LGTM
I am fine with adding the two directories ( While preparing a patch I noticed that the Dockerfile commands I see two options at hand:
Let's see what the other maintainers think about it. |
imho second option would be better |
Signed-off-by: Jakob Ackermann <[email protected]>
ref 32b3253 Signed-off-by: Jakob Ackermann <[email protected]>
# Conflicts: # docker/root/etc/s6/syslogd/finish # docker/root/etc/s6/syslogd/run # docker/root/etc/s6/syslogd/setup
The
-
in front of theinclude
statement causesmake
to ignore a missing file [1].make docker
will continue to work on the dev machine.[1] https://www.gnu.org/software/make/manual/html_node/Include.html