Open mathieu-benoit opened 4 months ago
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.
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.