Sign inSign up

tweyand/ubuntu

By tweyand

Updated over 7 years ago

Ubuntu Base Images - Updated Daily to integrate current Updates

Image
0

50K+

tweyand/ubuntu repository overview

Overview

Ubuntu Base Image with current Updates applied.

The Main purpose of this Image is to abstract the update/upgrade routine of images

Base Image

The Basis are the official Ubuntu Docker Images

Added GPG-Keys for APT

NodeJS Docker

Added Software-Packages

  • curl
  • wget
  • apt-transport-https
  • ca-certificates

Autobuild

This Image will be updated if:

  • The ubuntu Base Image is Updated (hook)
  • I change it in github
  • Triggered Daily by cron

Tags

tagDockerfilesize
17.04, zesty, rollingDockerfile
16.10, yakketyDockerfile
16.04, xenial, latestDockerfile
14.04, trustyDockerfile
17.10, artful, develDockerfile

Building

docker build -t tweyand/ubuntu

/etc/apt/sources.list

docker run tweyand/ubuntu:17.04 grep -v '^#' /etc/apt/sources.list deb http://archive.ubuntu.com/ubuntu/ zesty main restricted deb http://archive.ubuntu.com/ubuntu/ zesty-updates main restricted deb http://archive.ubuntu.com/ubuntu/ zesty universe deb-src http://archive.ubuntu.com/ubuntu/ zesty universe deb http://archive.ubuntu.com/ubuntu/ zesty-updates universe deb-src http://archive.ubuntu.com/ubuntu/ zesty-updates universe deb http://archive.ubuntu.com/ubuntu/ zesty multiverse deb http://archive.ubuntu.com/ubuntu/ zesty-updates multiverse deb http://archive.ubuntu.com/ubuntu/ zesty-backports main restricted universe multiverse deb http://security.ubuntu.com/ubuntu/ zesty-security main restricted deb http://security.ubuntu.com/ubuntu/ zesty-security universe deb-src http://security.ubuntu.com/ubuntu/ zesty-security universe deb http://security.ubuntu.com/ubuntu/ zesty-security multiverse deb-src http://archive.ubuntu.com/ubuntu/ zesty main restricted deb-src http://archive.ubuntu.com/ubuntu/ zesty-updates main restricted

docker run tweyand/ubuntu:16.04 grep -v '^#' /etc/apt/sources.list deb http://archive.ubuntu.com/ubuntu/ xenial main restricted deb http://archive.ubuntu.com/ubuntu/ xenial-updates main restricted deb http://archive.ubuntu.com/ubuntu/ xenial universe deb-src http://archive.ubuntu.com/ubuntu/ xenial universe deb http://archive.ubuntu.com/ubuntu/ xenial-updates universe deb-src http://archive.ubuntu.com/ubuntu/ xenial-updates universe deb http://archive.ubuntu.com/ubuntu/ xenial multiverse deb http://archive.ubuntu.com/ubuntu/ xenial-updates multiverse deb http://archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse deb http://security.ubuntu.com/ubuntu/ xenial-security main restricted deb http://security.ubuntu.com/ubuntu/ xenial-security universe deb-src http://security.ubuntu.com/ubuntu/ xenial-security universe deb http://security.ubuntu.com/ubuntu/ xenial-security multiverse deb-src http://archive.ubuntu.com/ubuntu/ xenial main restricted deb-src http://archive.ubuntu.com/ubuntu/ xenial-updates main restricted

docker run tweyand/ubuntu: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

Tag summary

Content type

Image

Digest

Size

59 MB

Last updated

over 7 years ago

docker pull tweyand/ubuntu