Uh oh!
There was an error while loading. Please reload this page.
Re-write codebuild.yml and dockerfiles for consistency and code build execution speed - #162
Conversation
… workflow structure, put more dependency build into the docker image, etc
bmoffatt
commented
Aug 22, 2022
current codebuild workflows configured expected to vomit on this PR as the .yml and docker images drifted - will be creating updated workflows representative of the new images, and re-trigger this PR with empty commits |
| @@ -1,10 +1,18 @@ | |||
| FROM amazonlinux:2017.03 | |||
| FROM public.ecr.aws/amazonlinux/amazonlinux:2018.03 | |||
There was a problem hiding this comment.
intentionally leaving the filename out of date with the base image right now to make my life a bit easier in the short term for managing the creation of the replacement CI workflows
why did the repo+tag change? - because I have automation in #159 to re-drives the docker builds from AWS CodeBuild, that DockerHub likes to throttle - however I could not find a :2017.03 tag in the public.ecr.aws gallery - so, next best thing is to use an actually updated tip tag for the original AmazonLinux
Description of changes:
This change was originally posted as a part of #159
Mostly did this to resolve constantly waiting for AWS SDK build, by moving the step out of any
ci/codebuild/*.ymland into the respectiveci/docker/*- to cache it for personal sanity.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.