You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
* [v1.x] Fix docker cache build pipeline (#20385)
* libturbojpeg0-dev is only for ubuntu 18.04, so don't install on other ubuntu versions.
* Change logic to not install on 16.04 (works on 18.04 and 20.04.)
* Fix docker registry variable - was inadvertently changed to DOCKER_CACHE_REGISTRY from DOCKER_ECR_REGISTRY.
* Use our local ECR registry for docker-compose images as well.
* Revert changing DOCKER_CACHE_REGISTRY variable.
* Override DOCKER_CACHE_REGISTRY for docker-compose in docker cache pipeline.
* Login to ECR if using ECR for docker registry.
* Import docker_cache when needed.
* Add support for awscli v2, use docker credentials already saved from docker_cache.py run. (#20458)
* [v1.x] Docker cache enhancements (#20525)
* Properly initialize set so that docker cache builds exclude the centos7 dockerfile.
* Change the number of parallel builds to 1 for easier debugging and bandwidth control, also parameterize the number of build retries and reduce from 10 to 1 for easier debugging.
* Remove old dockerfiles.
* Update docker-compose config to use new ECR-based naming scheme.
* Refactor build.py and docker_cache.py to support building and pushing containers for the docker-compose based platforms. Add options for selecting architecture (defaults to x86) since aarch64 container builds will fail on x86 systems.
* Remove old commands for building docker-compose based containers since they are not built in docker_cache.py.
* Fix running of docker-compose based containers via build.py.
0 commit comments