Skip to content
New issue

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

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

Open
mathieu-benoit opened this issue Jul 8, 2024 · 0 comments

Comments

@mathieu-benoit
Copy link
Contributor

mathieu-benoit commented Jul 8, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant