Skip to content

Commit

Permalink
tfc requires more recent version of glibc than debian unstable has
Browse files Browse the repository at this point in the history
  • Loading branch information
jbbjarnason committed Jun 11, 2024
1 parent 553ec51 commit ba5d1a2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions containers/tfc-runtime/tfc-runtime.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# run with docker run -it --rm --privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:rw --cgroupns=host --name tfc-runtime ghcr.io/skaginn3x/skaginn3x/framework/tfc-runtime:latest

FROM debian:testing-slim
FROM ubuntu:24.04

RUN apt-get update && apt-get install -y systemd dbus-broker
# Let's keep the dbus-daemon for now, it is easier to fork from terminal when using the container in workflows
Expand Down Expand Up @@ -38,8 +38,5 @@ RUN rm -rf /var/lib/{apt,dpkg,cache,log}/
RUN systemctl enable ipc-ruler@def
RUN systemctl enable operations@def

# todo remove
RUN [ -f /usr/local/share/dbus-1/system.d/tfc.conf ] && mv /usr/local/share/dbus-1/system.d/tfc.conf /etc/dbus-1/system.d/

VOLUME [ "/sys/fs/cgroup" ]
CMD ["/lib/systemd/systemd", "--system"]

0 comments on commit ba5d1a2

Please sign in to comment.