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.17.x #19486

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.17.

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/inherently-notable-egret branch from e557c80 to 9471d88 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/inherently-notable-egret branch from e27e92d to 5784f60 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:10 Inactive
@hc-github-team-consul-core hc-github-team-consul-core merged commit 33e9e6d into release/1.17.x Nov 2, 2023
89 of 90 checks passed
@hc-github-team-consul-core hc-github-team-consul-core deleted the backport/rboyer/fix-docker-build-rate-limit/inherently-notable-egret branch November 2, 2023 18:20
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