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
Let's have more and dedicated examples about building versus supplying container image.
For examples:
--image
--override-property
Today, we have this for the --override-property: https://docs.score.dev/docs/how-to/overrides/#how-to-override-a-property, but we could illustrate for example --image and also with score-compose, we could illustrate something like this:
score-compose
CONTAINER_NAME=hello-world CONTAINER_IMAGE=${CONTAINER_NAME}:local score-compose generate score.yaml \ --build '${CONTAINER_NAME}={"context":".","tags":["${CONTAINER_IMAGE}"]}' docker compose up --build -d
With that users can better understand their options, how and when they could build/supply their container images, etc.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Let's have more and dedicated examples about building versus supplying container image.
For examples:
--image
--override-property
Today, we have this for the
--override-property
: https://docs.score.dev/docs/how-to/overrides/#how-to-override-a-property, but we could illustrate for example--image
and also withscore-compose
, we could illustrate something like this:With that users can better understand their options, how and when they could build/supply their container images, etc.
The text was updated successfully, but these errors were encountered: