A debian:10-slim
-based Docker image bundling all the SDKs and tools
required in order to package jsii projects in all supported languages.
SDK | Version |
---|---|
OpenJDK 8 |
Amazon Corretto >= 8.242.08.1 |
.NET SDK |
>= 3.1.101 |
mono |
>= 6.8.0.105 |
Javascript |
node >= 12.7.0 OR node >= 14.16.0 OR node >= 16.0.0 with npm >= 6.14.11 (see NodeJS and NPM) |
PowerShell |
pwsh >= 7.1.3 |
Python 3 |
python3 >= 3.7.4 with pip3 >= 20.0.2 |
Go |
go >= 1.17 |
Maintained image tags are named using the following pattern:
jsii/superchain:<JSII-MAJOR>-<BASE>(-node<NODE-MAJOR>)(-nightly)
<JSII-MAJOR>
is the major line of the jsii toolchain- The only supported value is
1
- The only supported value is
<BASE>
is the base image tag (e.g:buster-slim
)- The only supported value is
buster-slim
- The only supported value is
<NODE-MAJOR>
is the major version of node contained in the image10
corresponds to node 10.x12
corresponds to node 12.x, this is the default14
corresponds to node 14.x10
corresponds to node 12.x
-nightly
images are released from theHEAD
of theaws/jsii
repository and should typically not be used for production workloads
The previous image tags are no longer updated and should no longer be used:
:latest
(users should migrate to:1-buster-slim
):nightly
(users should migrate to:1-buster-slim-nightly
):node10
(users should migrate to:1-buster-slim-node10
):node10-nightly
(users should migrate to:1-buster-slim-node10-nightly
):node14
(users shoudl migrate to:1-buster-slim-node14
):node14-nightly
(users shoudl migrate to:1-buster-slim-node14-nightly
)
We build multiple versions of this image, for different versions of Node. They are available as:
jsii/superchain:node10(-buster-slim|-nightly)
jsii/superchain:node14(-buster-slim|-nightly)
The following labels are also available, and are aliases for the Node 12 images:
jsii/superchain:nightly
jsii/superchain:latest-buster-slim
If you are building this image from source, you can control the Node version with the
NODE_MAJOR_VERSION
build argument:
docker build [...] --build-arg NODE_MAJOR_VERSION=14 .
Tool / Utility | Version |
---|---|
aws |
>= 1.16.300 |
bundler |
>= 1.17.3 and >= 2.1.4 |
docker |
>= 18.09.9-ce |
git |
>= 2.23.1 |
make |
>= 3.82 |
maven |
>= 3.6.3 |
openssl |
>= 1.0.2k-fips |
rsync |
>= 3.1.2 |
yarn |
>= 1.21.1 |
zip & unzip |
>= 6.0-19 |
gh |
>= 1.9.2 |
sam |
>= 1.37.0 |
As with all Docker images, these also contain software which may be distributed under various licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.
For more information, refer to the /NOTICE
file that is present in the Docker
image.