vicamo/ubuntu
Ubuntu-Core docker images for all available versions/architectures
50K+
Dockerfile
linksprecise
, precise-amd64
(precise/amd64/Dockerfile)precise-armhf
(precise/armhf/Dockerfile)precise-i386
(precise/i386/Dockerfile)trusty
, trusty-amd64
(trusty/amd64/Dockerfile)trusty-arm64
(trusty/arm64/Dockerfile)trusty-armhf
(trusty/armhf/Dockerfile)trusty-i386
(trusty/i386/Dockerfile)trusty-ppc64el
(trusty/ppc64el/Dockerfile)utopic
, utopic-amd64
(utopic/amd64/Dockerfile)utopic-arm64
(utopic/arm64/Dockerfile)utopic-armhf
(utopic/armhf/Dockerfile)utopic-i386
(utopic/i386/Dockerfile)utopic-ppc64el
(utopic/ppc64el/Dockerfile)vivid
, vivid-amd64
(vivid/amd64/Dockerfile)vivid-arm64
(vivid/arm64/Dockerfile)vivid-armhf
(vivid/armhf/Dockerfile)vivid-i386
(vivid/i386/Dockerfile)vivid-ppc64el
(vivid/ppc64el/Dockerfile)wily
, wily-amd64
(wily/amd64/Dockerfile)wily-arm64
(wily/arm64/Dockerfile)wily-armhf
(wily/armhf/Dockerfile)wily-i386
(wily/i386/Dockerfile)wily-ppc64el
(wily/ppc64el/Dockerfile)See https://partner-images.canonical.com/core/.
In general, tags have the names in suite-arch
format. Tags named as suite
only are convenient aliases for amd64 architecture. That is, precise
is actually precise-amd64
.
Checkout vicamo/docker-brew-ubuntu-core to master
branch.
git clone -b master git@github.com:vicamo/docker-brew-ubuntu-core.git
Install Debian package qemu-user-static. We need it to create foreign arched images as described in issue #8602.
sudo apt-get install qemu-user-static
Have some fun by:
./update.sh precise/armhf trusty ...
If you have any problems with or questions about this image, please contact us through a GitHub issue.
You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.
Before you start to code, we recommend discussing your plans through a GitHub issue, especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.
docker pull vicamo/ubuntu