GitXplorerGitXplorer
c

docker-base

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
4994b3f3fd26da25515a15e697b9255c13e6f873

add Ubuntu 18.04 base image Dockerfile

ccmosetick committed 6 years ago
Unverified
6c6395177975741df4326c36f49f4644e44cc685

add telnet, tcpdump to Ubuntu 16.04 base image

ccmosetick committed 7 years ago
Unverified
c09a96a0ae00e3a1f1c93f629faaa0ada5ed44ef

minimal Alpine image with curl as entrypoint

ccmosetick committed 7 years ago
Unverified
90750ec5d96e599aba8448a4e55643680bb11307

minimal Alpine image with just curl added

ccmosetick committed 7 years ago
Unverified
17cf9b19dff30a28c141f740102547dcc938fa1b

add dnsutils package to image

ccmosetick committed 7 years ago
Unverified
ecee1ffd2d29fbf385badbf7c1ae0f7378aeb6e5

remove MAINTAINER, change to LABEL for latest build

ccmosetick committed 7 years ago

README

The README file for this repository.

docker-base

Docker base images to use for interactive tests or use in Dockerfile FROM statements.

Usage

Example interactive usage:

docker run --rm=true -it cmosetick/ubuntu-base:16.04 /bin/bash

docker run --rm=true -it cmosetick/alpine:latest bash

Flavors

ubuntu-16.04
ubuntu-14.04
ubuntu-12.04
alpine:latest aka alpine:3.3

NOTES

  • Alpine Linux container can use bash when ran as interactive container, rather than the Alpine default ash

  • All Ubuntu images include latest stable git from PPA git-core

  • Also include nano htop

  • Ubuntu images use West Coast USA optimized, high-speed, OSU OSL for package mirrors.

  • Package cache files have been purged, so if you do need to install new packages, update the cache first.

Hub Locations