Sign inSign up

ggrandes/ubuntu32

By ggrandes

Updated almost 11 years ago

DEPRECATED: EOL - Ubuntu LTS (32bits)

Image
3

10K+

ggrandes/ubuntu32 repository overview

DEPRECATED

This images are officially deprecated and all users are recommended to find and use suitable replacements ASAP. Official Image alternatives:

THIS REPO IS NOT MAINTAINED

Keep security flaws in mind.

This software is kept here for historical reasons and for testing some really old pieces of software (like emulators or similar).
Please DON'T USE if you don't really needs.

Available tags:

  • 14.04, trusty, latest
  • 12.04, precise

Based on:

https://github.com/tianon/docker-brew-ubuntu-core/blob/dist/${version}/Dockerfile

But 32 bits:

https://partner-images.canonical.com/core/${version}/current/ubuntu-${version}-core-cloudimg-i386-root.tar.gz

And:

# apply patches
RUN apt-get update \
    && DEBIAN_FRONTEND=noninteractive apt-get -y upgrade \
    && apt-get clean

Ubuntu

sources.list
$ docker run "ggrandes/ubuntu32:14.04" grep -v '^#' /etc/apt/sources.list

deb http://archive.ubuntu.com/ubuntu/ trusty main restricted
deb-src http://archive.ubuntu.com/ubuntu/ trusty main restricted

deb http://archive.ubuntu.com/ubuntu/ trusty-updates main restricted
deb-src http://archive.ubuntu.com/ubuntu/ trusty-updates main restricted

deb http://archive.ubuntu.com/ubuntu/ trusty universe
deb-src http://archive.ubuntu.com/ubuntu/ trusty universe
deb http://archive.ubuntu.com/ubuntu/ trusty-updates universe
deb-src http://archive.ubuntu.com/ubuntu/ trusty-updates universe

deb http://archive.ubuntu.com/ubuntu/ trusty-security main restricted
deb-src http://archive.ubuntu.com/ubuntu/ trusty-security main restricted
deb http://archive.ubuntu.com/ubuntu/ trusty-security universe
deb-src http://archive.ubuntu.com/ubuntu/ trusty-security universe

.

$ docker run "ggrandes/ubuntu32:12.04" grep -v '^#' /etc/apt/sources.list 

deb http://archive.ubuntu.com/ubuntu/ precise main restricted
deb-src http://archive.ubuntu.com/ubuntu/ precise main restricted

deb http://archive.ubuntu.com/ubuntu/ precise-updates main restricted
deb-src http://archive.ubuntu.com/ubuntu/ precise-updates main restricted

deb http://archive.ubuntu.com/ubuntu/ precise universe
deb-src http://archive.ubuntu.com/ubuntu/ precise universe
deb http://archive.ubuntu.com/ubuntu/ precise-updates universe
deb-src http://archive.ubuntu.com/ubuntu/ precise-updates universe

deb http://archive.ubuntu.com/ubuntu/ precise-security main restricted
deb-src http://archive.ubuntu.com/ubuntu/ precise-security main restricted
deb http://archive.ubuntu.com/ubuntu/ precise-security universe
deb-src http://archive.ubuntu.com/ubuntu/ precise-security universe

Docker version

These images are made on Docker version 1.0.1 (apt-get install docker.io), but works on more recent versions (1.4.x)

Tag summary

Content type

Image

Digest

sha256:990b25b44

Size

63 MB

Last updated

almost 11 years ago

docker pull ggrandes/ubuntu32