-
Notifications
You must be signed in to change notification settings - Fork 480
DL4004
Vlastimil Zeman edited this page Nov 10, 2017
·
2 revisions
Multiple ENTRYPOINT instructions found. If you list more than one ENTRYPOINT then only the last ENTRYPOINT will take effect.
FROM busybox
ENTRYPOINT /bin/true
ENTRYPOINT /bin/falseFROM busybox
ENTRYPOINT /bin/falseRule also implemented in https://github.com/RedCoolBeans/dockerlint/blob/master/src/checks.coffee