Skip to content

Commit c664274

Browse files
committed
Merge branch 'trs/aws-batch/overlays'
2 parents cef63ab + b25fa4d commit c664274

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ below.
3636

3737
* AWS Batch builds now support development overlays such as [`--augur`][] and
3838
[`--auspice`][]. To use this functionality, you'll need at least
39-
`nextstrain/base:build-20250304T041009Z` or newer of the Nextstrain Docker
39+
`nextstrain/base:build-20250321T184358Z` or newer of the Nextstrain Docker
4040
runtime image. Compatibility of the runtime image is checked automatically
4141
when overlays are used with AWS Batch.
42-
([#419][])
42+
([#419][], [#423](https://github.com/nextstrain/cli/pull/423))
4343

4444
[`--augur`]: https://docs.nextstrain.org/projects/cli/en/__NEXT__/commands/build/#cmdoption-nextstrain-build-augur
4545
[`--auspice`]: https://docs.nextstrain.org/projects/cli/en/__NEXT__/commands/build/#cmdoption-nextstrain-build-auspice

nextstrain/cli/runner/docker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class IMAGE_FEATURE(Enum):
114114

115115
# AWS Batch: support for volume overlays (i.e. ../ in archive members and
116116
# file overwriting) in ZIP extraction.
117-
aws_batch_overlays = "build-20250304T041009Z"
117+
aws_batch_overlays = "build-20250321T184358Z"
118118

119119

120120
def register_arguments(parser) -> None:

0 commit comments

Comments
 (0)