Bump ubuntu image to 22.04

This commit is contained in:
Jordan Bradford
2024-03-20 15:09:07 -04:00
parent 46e4045568
commit f921acc183

View File

@@ -1,5 +1,5 @@
# Systemd inside a Docker container, for CI only # Systemd inside a Docker container, for CI only
ARG BASE_IMAGE=ubuntu:20.04 ARG BASE_IMAGE=ubuntu:22.04
FROM $BASE_IMAGE FROM $BASE_IMAGE
# DEBIAN_FRONTEND is set to avoid being asked for input and hang during build: # DEBIAN_FRONTEND is set to avoid being asked for input and hang during build:
@@ -29,8 +29,8 @@ RUN systemctl set-default multi-user.target
STOPSIGNAL SIGRTMIN+3 STOPSIGNAL SIGRTMIN+3
# Uncomment these lines for a development install # Uncomment these lines for a development install
#ENV TLJH_BOOTSTRAP_DEV=yes # ENV TLJH_BOOTSTRAP_DEV=yes
#ENV TLJH_BOOTSTRAP_PIP_SPEC=/srv/src # ENV TLJH_BOOTSTRAP_PIP_SPEC=/srv/src
#ENV PATH=/opt/tljh/hub/bin:${PATH} # ENV PATH=/opt/tljh/hub/bin:${PATH}
CMD ["/bin/bash", "-c", "exec /lib/systemd/systemd --log-target=journal 3>&1"] CMD ["/bin/bash", "-c", "exec /lib/systemd/systemd --log-target=journal 3>&1"]