mbush78
Members
-
Joined
-
Last visited
Solutions
-
mbush78's post in Can no longer build Docker images after update to 6.12.8 was marked as the answerA variation, still download and unzip the file above but, for the user script:
#!/bin/bash # Create docker plugins directory mkdir -p /usr/libexec/docker/cli-plugins/ # Install the docker buildx component cp /boot/custom/docker-buildx /usr/libexec/docker/cli-plugins/ chmod +x /usr/libexec/docker/cli-plugins/docker-buildx
With this the 'docker build' command uses the new 'docker-buildx'