We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dockerBuildInit := true should build an image with tini as the entrypoint
dockerBuildInit := true
tini
[error] unknown flag: --init [error] See 'docker build --help'. [error] java.lang.RuntimeException: Nonzero exit value: 125 [error] at com.typesafe.sbt.packager.docker.DockerPlugin$.publishLocalDocker(DockerPlugin.scala:691)
--init is not and has never been an option for docker build - only docker run.
--init
docker build
docker run
This is a duplicate of #1505 which was closed without any changes.
The text was updated successfully, but these errors were encountered:
I don't think we can make dockerBuildInit work as designed. There's no way for us to know which init is compatible with the base image.
dockerBuildInit
If there's anything actionable here it would be:
docker run --init
Sorry, something went wrong.
No branches or pull requests
Expected behavior
dockerBuildInit := true
should build an image withtini
as the entrypointActual behavior
Information
--init
is not and has never been an option fordocker build
- onlydocker run
.This is a duplicate of #1505 which was closed without any changes.
The text was updated successfully, but these errors were encountered: