Skip to content

Commit c9884c0

Browse files
committed
chore: rollback
Signed-off-by: Dup4 <[email protected]>
1 parent 460d4c1 commit c9884c0

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

docker/judgehost/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:jammy
1+
FROM debian:bookworm
22
LABEL org.opencontainers.image.authors="DOMjudge team <[email protected]>"
33

44
ENV DEBIAN_FRONTEND=noninteractive \

docker/judgehost/Dockerfile.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:jammy
1+
FROM debian:bookworm-slim
22
LABEL org.opencontainers.image.authors="DOMjudge team <[email protected]>"
33

44
ENV DEBIAN_FRONTEND=noninteractive

docker/judgehost/chroot-and-tar.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
set -euo pipefail
44

55
# Usage: https://github.com/DOMjudge/domjudge/blob/main/misc-tools/dj_make_chroot.in#L58-L87
6-
/opt/domjudge/judgehost/bin/dj_make_chroot \
7-
-D Ubuntu \
8-
-R jammy \
9-
-i openjdk-17-jdk-headless,openjdk-17-jre-headless
6+
/opt/domjudge/judgehost/bin/dj_make_chroot
107

118
cd /
129
echo "[..] Compressing chroot"

0 commit comments

Comments
 (0)