Ubuntu base image with custom (originally from Aptible) patches and Dockerfile building tools.
docker pull quay.io/cbortz/ubuntu
docker run -i -t quay.io/cbortz/ubuntu
latest
: Ubuntu 16.04 (LTS)16.04
: Ubuntu 16.04 (LTS)
bats
: The Bats Bash Automated Testing Systemgit
: Git Version Control System.- All Ubuntu LTS security updates (but not non-critical updates).
Tests are run as part of the Dockerfile
build. To execute them separately within a container, run:
bats test
To push the Docker image to Quay, run the following command:
make release
MIT License, see LICENSE for details.
Copyright (c) 2019 Chet Bortz and contributors.
Frank Macreery, the great folks at Aptible, and all other contributors!