Skip to content

Conversation

@snnn
Copy link
Contributor

@snnn snnn commented Jan 16, 2025

Description

Docker's buildx has four different drivers:

  1. default
  2. docker-container
  3. kubernetes
  4. remote
     
    Now we are using "docker-container". This PR change it to the default driver, because the container driver needs to fetch an image from docker hub which is no longer free and has a rate limit.

Motivation and Context

@snnn snnn merged commit c64fa18 into main Jan 16, 2025
98 checks passed
@snnn snnn deleted the snnn/remove_container_build branch January 16, 2025 17:38
carzh pushed a commit that referenced this pull request Jan 16, 2025
### Description
Docker's buildx has four different drivers:
1. default
2. docker-container
3. kubernetes
4. remote 
 
Now we are using "docker-container". This PR change it to the default
driver, because the container driver needs to fetch an image from docker
hub which is no longer free and has a rate limit.
guschmue pushed a commit that referenced this pull request Mar 6, 2025
### Description
Docker's buildx has four different drivers:
1. default
2. docker-container
3. kubernetes
4. remote 
 
Now we are using "docker-container". This PR change it to the default
driver, because the container driver needs to fetch an image from docker
hub which is no longer free and has a rate limit.
ashrit-ms pushed a commit that referenced this pull request Mar 17, 2025
### Description
Docker's buildx has four different drivers:
1. default
2. docker-container
3. kubernetes
4. remote 
 
Now we are using "docker-container". This PR change it to the default
driver, because the container driver needs to fetch an image from docker
hub which is no longer free and has a rate limit.
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