Revert "Updated base image to Ubuntu 22.04"

This reverts commit a4a42cd203.
This commit is contained in:
Héctor Molinero Fernández 2022-04-26 23:17:48 +02:00
parent e9b0ec8326
commit 75f1a2e6f0
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ m4_changequote([[, ]])
## "build" stage ## "build" stage
################################################## ##################################################


FROM docker.io/ubuntu:22.04 AS build FROM docker.io/ubuntu:20.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:22.04]], [[FROM docker.io/ubuntu:22.04]]) AS base m4_ifdef([[CROSS_ARCH]], [[FROM docker.io/CROSS_ARCH/ubuntu:20.04]], [[FROM docker.io/ubuntu:20.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

View File

@ -4,4 +4,4 @@ set -eu


cd /run/samba/ cd /run/samba/
exec 2>&1 exec 2>&1
exec /usr/sbin/smbd --foreground --debug-stdout --debuglevel=3 exec /usr/sbin/smbd --foreground --log-stdout --debuglevel=3