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
In base-image service in docker-compose, why doesn't base-image have a context?
base-image
Wouldn't adding the context make it easy to build and run the services with just:
docker compose up -d --build
Without requiring an extra build step?
The text was updated successfully, but these errors were encountered:
Base image needs to be built firstly. It’s used in other images.
Sorry, something went wrong.
Ah, okay.
Why not provide an official image? GitHub's workflows can be used to build and publish on every push/release.
Then tools like watchtower can be used to keep it up to date.
watchtower
If you want, I can create a pull request with workflow implementation.
No branches or pull requests
In
base-image
service in docker-compose, why doesn't base-image have a context?Wouldn't adding the context make it easy to build and run the services with just:
Without requiring an extra build step?
The text was updated successfully, but these errors were encountered: