Ubuntu images running upstart and systemd, with Python3 development libs pre-installed.
1.5K
This repository contains specifications for some Docker images used in Continuous Integration of other Cobli projects.
Base: ubuntu:18.04
Ubuntu 18.04 (Bionic Beaver) image with systemd as an init system. A test
user is created, and OpenSSH is set up to access it (either by setting a
password or adding some authorized keys with docker exec).
Additionally contains:
This docker file needs some additional requirements for running it, since systemd needs some system privilegs to run.
/sys/fs/cgroup must be bind-mounted (possibly RO) from the host systemCAP_SYS_ADMIN must be grantedtmpfs mounts must be set up:
/tmp:exec,mode=1777stop_signal must be set to SIGRTMIN+3Base: ubuntu-init:18-04
Adds Python 3 development packages and some dependencies commonly used for building Python packages.
Content type
Image
Digest
Size
197 MB
Last updated
about 6 years ago
docker pull cobli/ubuntu-init-python3:18.04-2bd2cb6