-
Notifications
You must be signed in to change notification settings - Fork 16.8k
Closed
Labels
area:coreinvalidkind:bugThis is a clearly a bugThis is a clearly a bugneeds-triagelabel for new issues that we didn't triage yetlabel for new issues that we didn't triage yet
Description
Apache Airflow version
2.8.1
If "Other Airflow 2 version" selected, which one?
No response
What happened?
When using custom build, we use the base Airflow Dockerfile. The issue is that the first line is # syntax=docker/dockerfile:1.4
leading to the following rate limiting in our CI
Dockerfile:1
--------------------
1 | >>> # syntax=docker/dockerfile:1.4
2 | # Licensed to the Apache Software Foundation (ASF) under one or more
3 | # contributor license agreements. See the NOTICE file distributed with
--------------------
ERROR: failed to solve: unexpected status from HEAD request to https://registry-1.docker.io/v2/docker/dockerfile/manifests/1.4: 429 Too Many Requests
Error: Process completed with exit code 1.
Is thee anyway this could be mitigated? I tried to use sed to replace this first line, but this is quite a dirty solution.
What you think should happen instead?
No response
How to reproduce
Hard to reproduce, but I guess, doing thousand of build at the same time with the same IP would do the job
Operating System
Github Actions on Github Entreprise
Versions of Apache Airflow Providers
No response
Deployment
Official Apache Airflow Helm Chart
Deployment details
No response
Anything else?
No response
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:coreinvalidkind:bugThis is a clearly a bugThis is a clearly a bugneeds-triagelabel for new issues that we didn't triage yetlabel for new issues that we didn't triage yet