Skip to content

Releases: awslabs/aws-crt-builder

New docker images have sudo command

30 Sep 16:24
43ea817
Compare
Choose a tag to compare
Pre-release
Add sudo to new docker images (#149)

2 of the newer docker images didn't have the sudo command, which causes errors if a builder.json file tried to install something.

Added support for Node 12-18, additional ECR publishing

07 Sep 23:39
3241fd8
Compare
Choose a tag to compare
Added node 12-18 support, fixed ECR integration (#148)

* Added node 12-18 support

* Create Channel needs to create ECR Repos if needed

* Fixed env usage in create channels

* Always run docker-images job after Ccreate-channel job

* Actually push the docker images to ECR not S3

* Have to publish CI script to channels too

Additional environment pass-through in CI script

20 Aug 17:01
0dc5917
Compare
Choose a tag to compare
  • CI script now passes CXXFLAGS to the builder

Pass aws credentials through to builder in CI script

19 Aug 22:56
422efe6
Compare
Choose a tag to compare
  • Updates the container CI script to pass AWS configuration environment variables into the builder via the environment

Container-based CI script

19 Aug 14:43
36d6402
Compare
Choose a tag to compare
Pre-release
  • upload a simple script for builder-based CI in containers on release

s2n import config fix

18 Aug 19:58
08d24e0
Compare
Choose a tag to compare
s2n import config fix Pre-release
Pre-release
  • Fixes an issue with the configuration of the s2n import which in turn caused the configuration not to be used

Php release fix

18 Aug 18:21
0a6406e
Compare
Choose a tag to compare
Php release fix Pre-release
Pre-release
  • Fixes an issue when tagging the release php containers

Linux flavor updates

18 Aug 17:57
2855320
Compare
Choose a tag to compare
Linux flavor updates Pre-release
Pre-release
  • Adds host information for new linux flavors
  • Ignore warnings when building s2n
  • php image name fix broken by ecr migration pr

Migrate to ecr for all containers

17 Aug 19:23
c9e041a
Compare
Choose a tag to compare
Pre-release
  • Moves all container tasks to ecr exclusively

New linux flavors

03 Aug 19:32
3ae3fd4
Compare
Choose a tag to compare
New linux flavors Pre-release
Pre-release
  • New linux flavors: rhel8, fedora34, opensuse-leap
  • hopefully fix release CD container push permission issue which should in turn fix previous ubuntu-arm-aarch64 failure