Skip to content

Using binfmt/qemu within a k8s pod without docker.sock #55

Answered by morlay
Shaked asked this question in Q&A
Discussion options

You must be logged in to vote

Once this PR merge, it could be easy to install QEMU in k8s

docker/buildx#682

initContainer will be added when --driver-opt=qemu.install=true

initContainers:
    - name: qemu
      image: 'tonistiigi/binfmt:latest'
      args:
        - '--install'
        - all
      imagePullPolicy: Always
      securityContext:
        privileged: true

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tonistiigi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #52 on August 14, 2021 16:12.