-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(superchain): also build a superchain image with Node 14 (#2741)
For CDKv2, we want to require (and test) against a newer version of Node. We've attempted to build multiple Node versions into a single Docker image, but because we cannot control the entrypoint there is no reliable way of switching between the Node versions at execution time. Therefore, we will now build two versions of the "superchain" image. The Node version built into each is controlled by the `NODE_VERSION` build argument. Workflow has been changed to build and push the following images: * Nightlies: * `jsii/superchain:node10-nightly` * `jsii/superchain:node14-nightly` * `jsii/superchain:nightly` will remain an alias for `:node10-nightly` * Releases: * `jsii/superchain:node10` * `jsii/superchain:node14` * `jsii/superchain:latest` will remain an alias for `:node10`. --- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license]. [Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
- Loading branch information
Showing
5 changed files
with
65 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters