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
Just basically saying that please build some target before building this target.
Target is using build image from another target in FROM statement.
Example (I used the word require here):
target "base-7.3" { inherits = ["common", "base"] args = { PHP_VERSION = "7.3" PHP_SHORT_VERSION = "73" } tags = ["${REPO_BASE}:7.3", "${REPO_BASE}:${PHP73_MINOR}"] } target "web-7.3" { require = ["base-7.3"] inherits = ["common", "base-7.3", "web"] tags = ["${REPO_WEB}:7.3", "${REPO_WEB}:${PHP73_MINOR}"] }
The text was updated successfully, but these errors were encountered:
duplicate of #447
Sorry, something went wrong.
No branches or pull requests
Just basically saying that please build some target before building this target.
Target is using build image from another target in FROM statement.
Example (I used the word require here):
The text was updated successfully, but these errors were encountered: