1
0
réplica de https://github.com/dockur/windows.git synced 2026-06-10 11:59:33 +08:00

build: Update qemu-docker to v6.07 (#882)

Este commit está contenido en:
Kroese
2024-11-13 01:12:10 +01:00
cometido por GitHub
padre da8bbdcb47
commit 3aa2f6e128
Se han modificado 2 ficheros con 3 adiciones y 3 borrados
+2 -2
Ver fichero
@@ -1,7 +1,7 @@
ARG VERSION_ARG="4.00" ARG VERSION_ARG="4.00"
FROM scratch AS build-amd64 FROM scratch AS build-amd64
COPY --from=qemux/qemu-docker:6.06 / / COPY --from=qemux/qemu-docker:6.07 / /
ARG DEBCONF_NOWARNINGS="yes" ARG DEBCONF_NOWARNINGS="yes"
ARG DEBIAN_FRONTEND="noninteractive" ARG DEBIAN_FRONTEND="noninteractive"
@@ -37,8 +37,8 @@ FROM build-${TARGETARCH}
ARG VERSION_ARG="4.00" ARG VERSION_ARG="4.00"
RUN echo "$VERSION_ARG" > /run/version RUN echo "$VERSION_ARG" > /run/version
EXPOSE 8006 3389
VOLUME /storage VOLUME /storage
EXPOSE 8006 3389
ENV VERSION="11" ENV VERSION="11"
ENV RAM_SIZE="4G" ENV RAM_SIZE="4G"
+1 -1
Ver fichero
@@ -361,7 +361,7 @@ kubectl apply -f kubernetes.yml
- you are not using "Docker Desktop for Linux" as it does not support KVM, instead make use of Docker Engine directly. - you are not using "Docker Desktop for Linux" as it does not support KVM, instead make use of Docker Engine directly.
- it could help to add `privileged: true` to your compose file (or `sudo` to your `run` command), to rule out any permission issue. - it could help to add `privileged: true` to your compose file (or `sudo` to your `docker run` command), to rule out any permission issue.
### How do I run macOS in a container? ### How do I run macOS in a container?