You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're using docker-py with the old build infrastructure, which hasn't really been updated in years. We should move to using buildx, which unfortunately is only available via shelling out (docker/docker-py#2230). But it allows us a lot of positive functionality (like https://docs.docker.com/build/builders/drivers/kubernetes/) that probably will help with some of the building issues we now see with the 2i2c hetzner install
The text was updated successfully, but these errors were encountered:
Nice! I think thanks to your work @manics on creating the Engine API, this might not be too much. We can drop docker-py altogether, which seems sadly abandoned.
We're using docker-py with the old build infrastructure, which hasn't really been updated in years. We should move to using
buildx
, which unfortunately is only available via shelling out (docker/docker-py#2230). But it allows us a lot of positive functionality (like https://docs.docker.com/build/builders/drivers/kubernetes/) that probably will help with some of the building issues we now see with the 2i2c hetzner installThe text was updated successfully, but these errors were encountered: