Skip to content

Migrate away from Docker Hub for base images #1308

@felddy

Description

@felddy

Feature description

The nightly builds are failing due to Docker's stricter API limits. The multi-architecture builds are hitting the limit nightly now. One possibility is using the AWS Public ECR which is mirroring the node image. I couldn't find a similar image in GHCR.

See:

Motivation

  • The builds are breaking.

Example

- FROM node:${NODE_IMAGE_VERSION} AS compile-typescript-stage
+ FROM public.ecr.aws/docker/library/node:${NODE_IMAGE_VERSION} AS compile-typescript-stage

Pitch

Because it will make it more reliable.

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions