Skip to content

Ubuntu base image with custom Aptible patches and Dockerfile building tools

License

Notifications You must be signed in to change notification settings

Anony51/docker-ubuntu-2

 
 

Repository files navigation

aptible/ubuntu

Docker Repository on Quay.io Build Status

Ubuntu base image with custom Aptible patches and Dockerfile building tools.

Intended Use

This image is used internally by Aptible. We do not recommend that customers use this repo, and instead recommend the Official Docker Ubuntu image: https://hub.docker.com/_/ubuntu

Please see our FAQ for further information.

Installation and Usage

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

Available Tags

  • 18.04: Ubuntu 18.04 (LTS)
  • 16.04: Ubuntu 16.04 (LTS)
  • latest: Ubuntu 14.04 (LTS)
  • 14.04: Ubuntu 14.04 (LTS)
  • 12.04: Ubuntu 12.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 Aptible and contributors.

About

Ubuntu base image with custom Aptible patches and Dockerfile building tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 53.5%
  • Shell 28.4%
  • HTML 18.1%