/docker-ubuntu

Ubuntu base image with custom Aptible patches and Dockerfile building tools

Primary LanguageMakefileMIT LicenseMIT

docker-ubuntu

Docker Repository on Quay.io Build Status

Ubuntu base image with custom (originally from Aptible) patches and Dockerfile building tools.

Installation and Usage

docker pull quay.io/cbortz/ubuntu
docker run -i -t quay.io/cbortz/ubuntu

Available Tags

  • latest: Ubuntu 16.04 (LTS)
  • 16.04: Ubuntu 16.04 (LTS)

Included Tools/Patches

  • bats: The Bats Bash Automated Testing System
  • git: Git Version Control System.
  • All Ubuntu LTS security updates (but not non-critical updates).

Tests

Tests are run as part of the Dockerfile build. To execute them separately within a container, run:

bats test

Deployment

To push the Docker image to Quay, run the following command:

make release

Copyright and License

MIT License, see LICENSE for details.

Copyright (c) 2019 Chet Bortz and contributors.


Special Thanks

Frank Macreery, the great folks at Aptible, and all other contributors!