Skip to content

Better/More examples about building versus supplying container image #110

@mathieu-benoit

Description

@mathieu-benoit

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:

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.

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions