Dockerfile for Ubuntu 22.04 without FIPS for building an iso image using auroraboot #1839
-
|
Trying to create an ISO Image from Docker file for Ubuntu 22.04. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Hi @SSWAMIN1SSS ! Are you using docker with buildx? https://docs.docker.com/engine/reference/commandline/buildx_build/ I think that by default the normal build process of docker does not set the TARGETARCH value as it can only build for one arch. Using buildx enables multiarch bulding and that variable and other are set automatically in the build process. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @Itxaka |
Beta Was this translation helpful? Give feedback.

no idea, that seems an OS install error coming from ubuntu and its repos directly.
I would follow up docker install intructions for ubuntu in their official page as that installs the buildx plugin as well: https://docs.docker.com/engine/install/ubuntu/