Sign inSign up

cermakm/systemd

By cermakm

Updated over 8 years ago

Paste bin for images used by Travis CI to build and test systemd

0

218

cermakm/systemd repository overview

The repository is used by Travis CI to build docker image suitable for systemd unit testing.

Each build can be found under tag corresponding to the commit hash.


Usage:

docker run -dit --name $CUSTOM_CONTAINER_NAME cermakm/systemd:$COMMIT_HASH bash

The container is now running in the background, shell into it using

docker attach $CUSTOM_CONTAINER_NAME

This puts u into systemd directory identical with the CI environment. Feel free to perform any tests.

Detach the container with CTRL+P+Q or stop the container with CTR+D from within container

To stop container from within another shell:

docker stop $CUSTOM_CONTAINER_NAME


NOTES:

  • This repository is cleaned weekly and only 3 latest tags are kept.
  • Coverity Scans are not stored in this container

Tag Summary

No tags have been pushed to this repository yet.