Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport of build: ensure we pull through the hashicorp proxy instead of going directly to the docker hub into release/1.16.x #19485

Conversation

hc-github-team-consul-core
Copy link
Collaborator

Backport

This PR is auto-generated from #19482 to be assessed for backporting due to the inclusion of the label backport/1.16.

The below text is copied from the body of the original PR.


Description

This should remove the following reason integration tests can flake:

#3 [internal] load metadata for docker.io/hashicorp/consul:latest
#3 ERROR: pulling from host registry-1.docker.io failed with status code [manifests latest]: 429 Too Many Requests
------
 > [internal] load metadata for docker.io/hashicorp/consul:latest:
------
Consul-Dev.dockerfile:5
--------------------
   3 |     
   4 |     ARG CONSUL_IMAGE_VERSION=latest
   5 | >>> FROM hashicorp/consul:${CONSUL_IMAGE_VERSION}
   6 |     RUN apk update && apk add iptables
   7 |     COPY consul /bin/consul
--------------------
ERROR: failed to solve: hashicorp/consul:latest: pulling from host registry-1.docker.io failed with status code [manifests latest]: 4[29](https://github.com/hashicorp/consul/actions/runs/6735998317/job/18310522716?pr=19046#step:7:30) Too Many Requests
Error: Process completed with exit code 1.

Overview of commits

@hc-github-team-consul-core hc-github-team-consul-core force-pushed the backport/rboyer/fix-docker-build-rate-limit/carefully-moving-basilisk branch from 552424b to 0c7eb8d Compare November 2, 2023 17:59
@hc-github-team-consul-core hc-github-team-consul-core force-pushed the backport/rboyer/fix-docker-build-rate-limit/carefully-moving-basilisk branch from 068067d to 302f6c0 Compare November 2, 2023 17:59
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto approved Consul Bot automated PR

@vercel vercel bot temporarily deployed to Preview – consul November 2, 2023 18:09 Inactive
@hc-github-team-consul-core hc-github-team-consul-core merged commit 4c41694 into release/1.16.x Nov 2, 2023
84 of 85 checks passed
@hc-github-team-consul-core hc-github-team-consul-core deleted the backport/rboyer/fix-docker-build-rate-limit/carefully-moving-basilisk branch November 2, 2023 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants