Skip to content

Commit

Permalink
build: Update qemu-docker to v6.07 (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Nov 13, 2024
1 parent da8bbdc commit 3aa2f6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG VERSION_ARG="4.00"

FROM scratch AS build-amd64
COPY --from=qemux/qemu-docker:6.06 / /
COPY --from=qemux/qemu-docker:6.07 / /

ARG DEBCONF_NOWARNINGS="yes"
ARG DEBIAN_FRONTEND="noninteractive"
Expand Down Expand Up @@ -37,8 +37,8 @@ FROM build-${TARGETARCH}
ARG VERSION_ARG="4.00"
RUN echo "$VERSION_ARG" > /run/version

EXPOSE 8006 3389
VOLUME /storage
EXPOSE 8006 3389

ENV VERSION="11"
ENV RAM_SIZE="4G"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

- 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?

Expand Down

0 comments on commit 3aa2f6e

Please sign in to comment.