|
|
|
|
|
by kylegalbraith
484 days ago
|
|
As someone mentioned, GitHub has something to prevent this, but it's unclear (or at least undocumented) what. We at Depot [0] work around this by guaranteeing that a new runner brought online has a unique public IP address. Thus avoiding the need to login to Docker to pull anything. Subsequently, we also do the same unique public IP address for our Docker image build product as well. Which helps with doing image builds where you're pulling from base images, etc. [0] https://depot.dev |
|