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

When using --aws-batch, the --image argument is ignored #255

Closed
corneliusroemer opened this issue Feb 20, 2023 · 2 comments
Closed

When using --aws-batch, the --image argument is ignored #255

corneliusroemer opened this issue Feb 20, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@corneliusroemer
Copy link
Member

Current Behavior

When passing --image together with --aws-batch, the --image option is ignored. It is neither used nor is a warning emitted that this option will have no effect.

Expected behavior

Either use the image specified by the option or warn the user that the option is not supported and ignored.

How to reproduce

Run nextstrain build --image nextstrain/base:build-20230217T192833Z --aws-batch . and observe results

@corneliusroemer corneliusroemer added the bug Something isn't working label Feb 20, 2023
@joverlee521
Copy link
Contributor

@corneliusroemer Is this related to the amd64 vs arm64 issue in docker-base?

We're using the --image option with --aws-batch for our ncov-ingest runs and it definitely works as expected there.

@corneliusroemer
Copy link
Member Author

Yes sorry, I should have closed this after I realized the amd arm issue was the root cause here!

@corneliusroemer corneliusroemer closed this as not planned Won't fix, can't repro, duplicate, stale Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants