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

Deployment warnings from docker #339

Open
philbudne opened this issue Oct 21, 2024 · 1 comment
Open

Deployment warnings from docker #339

philbudne opened this issue Oct 21, 2024 · 1 comment

Comments

@philbudne
Copy link
Contributor

I've been seeing these warnings on ifill when deploying the story-indexer stack:

 => WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match

WARN[0000] /nfs/ang/users/pbudne/story-indexer/docker/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion 

Since --detach=false was not specified, tasks will be created in the background.
In a future release, --detach=false will become the default.
@kilemensi
Copy link
Contributor

Yeah, docker now supports build ---checks for build configuration analysis (even in GitHub Actions)

version in docker-compose.yml was dropped a few years ago, when the two versions were merged into one specification.

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

2 participants