mirror of
https://github.com/hectorm/docker-qemu-reactos
synced 2025-01-09 10:36:37 +00:00
Update base image to Ubuntu 22.04
This commit is contained in:
parent
9bc4cbe849
commit
d3bb0c7b75
@ -4,7 +4,7 @@ m4_changequote([[, ]])
|
|||||||
## "build" stage
|
## "build" stage
|
||||||
##################################################
|
##################################################
|
||||||
|
|
||||||
FROM docker.io/ubuntu:20.04 AS build
|
FROM docker.io/ubuntu:22.04 AS build
|
||||||
|
|
||||||
# Install system packages
|
# Install system packages
|
||||||
RUN export DEBIAN_FRONTEND=noninteractive \
|
RUN export DEBIAN_FRONTEND=noninteractive \
|
||||||
@ -92,7 +92,7 @@ RUN mkisofs -no-emul-boot -iso-level 4 -eltorito-boot loader/isoboot.bin -o /tmp
|
|||||||
## "base" stage
|
## "base" stage
|
||||||
##################################################
|
##################################################
|
||||||
|
|
||||||
m4_ifdef([[CROSS_ARCH]], [[FROM docker.io/CROSS_ARCH/ubuntu:20.04]], [[FROM docker.io/ubuntu:20.04]]) AS base
|
m4_ifdef([[CROSS_ARCH]], [[FROM docker.io/CROSS_ARCH/ubuntu:22.04]], [[FROM docker.io/ubuntu:22.04]]) AS base
|
||||||
m4_ifdef([[CROSS_QEMU]], [[COPY --from=docker.io/hectorm/qemu-user-static:latest CROSS_QEMU CROSS_QEMU]])
|
m4_ifdef([[CROSS_QEMU]], [[COPY --from=docker.io/hectorm/qemu-user-static:latest CROSS_QEMU CROSS_QEMU]])
|
||||||
|
|
||||||
# Install system packages
|
# Install system packages
|
||||||
@ -103,7 +103,6 @@ RUN export DEBIAN_FRONTEND=noninteractive \
|
|||||||
netcat-openbsd \
|
netcat-openbsd \
|
||||||
procps \
|
procps \
|
||||||
python3 \
|
python3 \
|
||||||
qemu-kvm \
|
|
||||||
qemu-system-x86 \
|
qemu-system-x86 \
|
||||||
qemu-utils \
|
qemu-utils \
|
||||||
rlwrap \
|
rlwrap \
|
||||||
|
@ -4,4 +4,4 @@ set -eu
|
|||||||
|
|
||||||
cd /run/samba/
|
cd /run/samba/
|
||||||
exec 2>&1
|
exec 2>&1
|
||||||
exec /usr/sbin/smbd --foreground --log-stdout --debuglevel=3
|
exec /usr/sbin/smbd --foreground --debug-stdout --debuglevel=3
|
||||||
|
Loading…
Reference in New Issue
Block a user