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
This is a manifest that is apparently valid and is successfully applied:
exo = "0.1" components { container "t0" { image = "bash" command = "sleep infinity" } container "t0" { image = "alpine" command = "sleep infinity" } }
In practice this seems to consistently run the bash container:
❯ dexo apply Job URL: http://localhost:44643/#/jobs/8kjz638hb3838jwdhspg5ctqsm applying ✓ ├─ deleting t0 ✓ └─ re-creating t0 ❯ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 72b76bf1e65f 8856ae160078 "docker-entrypoint.s…" 25 seconds ago Up 24 seconds focused_proskuriakova ❯ docker inspect 8856ae160078 | jq '.[0].RepoTags' [ "bash:5", "bash:latest" ]
The text was updated successfully, but these errors were encountered:
Yeah, we should definitely reject this!
Sorry, something went wrong.
This should be resolved in #543 by virtue of Cue's unification logic.
No branches or pull requests
This is a manifest that is apparently valid and is successfully applied:
In practice this seems to consistently run the bash container:
The text was updated successfully, but these errors were encountered: