Преглед изворни кода

Merge remote-tracking branch 'upstream/master'

David Audet пре 9 година
родитељ
комит
1d338bbbc9
100 измењених фајлова са 680 додато и 28355 уклоњено
  1. 0 19
      .template-helpers/generate-dockerfile-links-partial.tmpl
  2. 0 503
      .template-helpers/generate-tag-details.pl
  3. 1 1
      .template-helpers/template.md
  4. 8 0
      .template-helpers/variant-windowsservercore.md
  5. 5 2
      README.md
  6. 3 5
      aerospike/README.md
  7. 0 152
      aerospike/tag-details.md
  8. 7 9
      alpine/README.md
  9. 0 172
      alpine/tag-details.md
  10. 4 6
      arangodb/README.md
  11. 1 1
      arangodb/content.md
  12. 0 759
      arangodb/tag-details.md
  13. 2 4
      backdrop/README.md
  14. 0 1528
      backdrop/tag-details.md
  15. 97 45
      bonita/README.md
  16. 93 39
      bonita/content.md
  17. 0 341
      bonita/tag-details.md
  18. 9 14
      buildpack-deps/README.md
  19. 0 1291
      buildpack-deps/tag-details.md
  20. 2 4
      busybox/README.md
  21. 0 500
      busybox/tag-details.md
  22. 3 5
      cassandra/README.md
  23. 0 914
      cassandra/tag-details.md
  24. 4 5
      celery/README.md
  25. 0 356
      celery/tag-details.md
  26. 4 6
      centos/README.md
  27. 0 717
      centos/tag-details.md
  28. 4 6
      chronograf/README.md
  29. 0 349
      chronograf/tag-details.md
  30. 2 4
      cirros/README.md
  31. 0 151
      cirros/tag-details.md
  32. 1 0
      clearlinux/README-short.txt
  33. 52 0
      clearlinux/README.md
  34. 18 0
      clearlinux/content.md
  35. 1 0
      clearlinux/github-repo
  36. BIN
      clearlinux/logo.png
  37. 6 8
      clojure/README.md
  38. 0 758
      clojure/tag-details.md
  39. 12 11
      consul/README.md
  40. 8 6
      consul/content.md
  41. 0 140
      consul/tag-details.md
  42. 6 8
      couchbase/README.md
  43. 0 895
      couchbase/tag-details.md
  44. 3 5
      couchdb/README.md
  45. 1 1
      couchdb/content.md
  46. 0 819
      couchdb/tag-details.md
  47. 7 15
      crate/README.md
  48. 4 10
      crate/content.md
  49. 0 463
      crate/tag-details.md
  50. 2 4
      crux/README.md
  51. 0 82
      crux/tag-details.md
  52. 14 16
      debian/README.md
  53. 0 623
      debian/tag-details.md
  54. 5 7
      django/README.md
  55. 0 1103
      django/tag-details.md
  56. 14 14
      docker/README.md
  57. 3 1
      docker/content.md
  58. 0 1619
      docker/tag-details.md
  59. 8 8
      drupal/README.md
  60. 0 2350
      drupal/tag-details.md
  61. 1 0
      eggdrop/README-short.txt
  62. 83 0
      eggdrop/README.md
  63. 43 0
      eggdrop/content.md
  64. 1 0
      eggdrop/github-repo
  65. 1 0
      eggdrop/license.md
  66. BIN
      eggdrop/logo.png
  67. 12 13
      elasticsearch/README.md
  68. 1 1
      elasticsearch/content.md
  69. 0 2629
      elasticsearch/tag-details.md
  70. 2 4
      elixir/README.md
  71. 0 639
      elixir/tag-details.md
  72. 8 10
      erlang/README.md
  73. 0 1944
      erlang/tag-details.md
  74. 4 6
      fedora/README.md
  75. 0 244
      fedora/tag-details.md
  76. 5 7
      fsharp/README.md
  77. 1 1
      fsharp/content.md
  78. 0 272
      fsharp/tag-details.md
  79. 2 4
      gazebo/README.md
  80. 0 727
      gazebo/tag-details.md
  81. 5 7
      gcc/README.md
  82. 0 634
      gcc/tag-details.md
  83. 36 3
      generate-repo-stub-readme.sh
  84. 12 5
      ghost/README.md
  85. 9 0
      ghost/content.md
  86. 0 420
      ghost/tag-details.md
  87. 6 4
      glassfish/README.md
  88. 1 0
      glassfish/deprecated.md
  89. 0 470
      glassfish/tag-details.md
  90. 21 16
      golang/README.md
  91. 0 2386
      golang/tag-details.md
  92. 4 6
      haproxy/README.md
  93. 0 763
      haproxy/tag-details.md
  94. 2 4
      haskell/README.md
  95. 0 180
      haskell/tag-details.md
  96. 2 4
      hello-seattle/README.md
  97. 0 35
      hello-seattle/tag-details.md
  98. 2 4
      hello-world/README.md
  99. 0 35
      hello-world/tag-details.md
  100. 2 4
      hipache/README.md

+ 0 - 19
.template-helpers/generate-dockerfile-links-partial.tmpl

@@ -31,22 +31,3 @@ This template defines the "Supported tags and Dockerfile links" portion of an im
 {{- end -}}
 
 {{- "\n\n" -}}
-
-[![](
-	{{- "https://badge.imagelayers.io/" -}}
-
-	{{- /* either "repo:latest" or "repo:first-tag" */ -}}
-	{{- printf "%s:%s" .RepoName (.Manifest.GetTag "latest" | ternary "latest" ((.Entries | first).Tags | first)) -}}
-
-	{{- ".svg" -}}
-)](
-	{{- "https://imagelayers.io/?images=" -}}
-
-	{{- /* list all "repo:tag" combinations, comma separated */ -}}
-	{{- range $i, $e := $.Entries -}}
-		{{- if $i -}} , {{- end -}}
-		{{- printf "%s:%s" $.RepoName ($e.Tags | first) -}}
-	{{- end -}}
-)
-
-{{- "\n\n" -}}

+ 0 - 503
.template-helpers/generate-tag-details.pl

@@ -1,503 +0,0 @@
-#!/usr/bin/env perl
-use strict;
-use warnings;
-use 5.010;
-use open ':encoding(utf8)';
-
-use Mojo::UserAgent;
-
-die 'no images specified' unless @ARGV;
-
-my $mediaManifestList = 'application/vnd.docker.distribution.manifest.list.v2+json';
-my $mediaManifestV2 = 'application/vnd.docker.distribution.manifest.v2+json';
-my $mediaManifestV1 = 'application/vnd.docker.distribution.manifest.v1+json';
-
-my $ua = Mojo::UserAgent->new->max_redirects(10);
-$ua->transactor->name(join ' ',
-	# https://github.com/docker/docker/blob/v1.11.2/dockerversion/useragent.go#L13-L34
-	'docker/1.11.2',
-	'go/1.6.2',
-	'git-commit/v1.11.2',
-	'kernel/4.4.11',
-	'os/linux',
-	'arch/amd64',
-	# BOGUS USER AGENTS FOR THE BOGUS USER AGENT THRONE
-);
-
-my $maxRetries = 3;
-sub ua_req {
-	my $method = shift;
-	my $tries = $maxRetries;
-	my $tx;
-	do {
-		--$tries;
-		$tx = $ua->$method(@_);
-		return $tx if $tx->success or $tx->res->code == 401 or $tx->res->code == 404;
-	} while ($tries > 0);
-	return $tx;
-}
-
-sub split_image_name {
-	my $image = shift;
-	if ($image =~ m{
-		^
-		(?: ([^/:]+) / )? # optional namespace
-		([^/:]+)          # image name
-		(?: : ([^/:]+) )? # optional tag
-		$
-	}x) {
-		my ($namespace, $name, $tag) = (
-			$1 // 'library', # namespace
-			$2,              # image name
-			$3 // 'latest',  # tag
-		);
-		return ("$namespace/$name", $tag);
-	}
-	die "unrecognized image name format in: $image";
-}
-
-sub registry_req {
-	my $method = shift;
-	my $repo = shift;
-	my $url = shift;
-	my %extHeaders = @_;
-
-	state %tokens;
-
-	$url = "https://registry-1.docker.io/v2/$repo/$url";
-
-	for (;;) {
-		my %headers = (
-			%extHeaders,
-		);
-
-		if (my $token = $tokens{$repo}) {
-			$headers{Authorization} = "Bearer $token";
-		}
-
-		my $tx = ua_req($method => $url => \%headers);
-
-		if ($tx->res->code == 401) {
-			my $auth = $tx->res->headers->www_authenticate;
-			die "unexpected WWW-Authenticate header: $auth" unless $auth =~ m{ ^ Bearer \s+ (\S.*) $ }x;
-			my $realm = $1;
-			my $authUrl = Mojo::URL->new;
-			while ($realm =~ m{
-				# key="val",
-				([^=]+)
-				=
-				"([^"]+)"
-				,?
-			}xg) {
-				my ($key, $val) = ($1, $2);
-				if ($key eq 'realm') {
-					$authUrl->base(Mojo::URL->new($val));
-				} else {
-					$authUrl->query->append($key => $val);
-				}
-			}
-			$authUrl = $authUrl->to_abs;
-			my $tokenTx = ua_req(get => $authUrl);
-			die "failed to fetch token for $repo" unless $tokenTx->success;
-			$tokens{$repo} = $tokenTx->res->json->{token};
-			next;
-		}
-
-		return $tx;
-	}
-}
-
-sub get_manifest {
-	my ($repo, $tag) = @_;
-
-	my $image = "$repo:$tag";
-	state %manifests;
-	return $manifests{$image} if $manifests{$image};
-
-	my $manifestTx = registry_req(get => $repo => "manifests/$tag" => (
-			# prefer a "version 2" manifest
-			# https://docs.docker.com/registry/spec/manifest-v2-2/
-			Accept => [
-				$mediaManifestList,
-				$mediaManifestV2,
-				$mediaManifestV1,
-			],
-		));
-	return () if $manifestTx->res->code == 404; # tag doesn't exist
-	die "failed to get manifest for $image" unless $manifestTx->success;
-	return (
-		$manifestTx->res->headers->header('Docker-Content-Digest'),
-		$manifests{$image} = $manifestTx->res->json,
-	);
-}
-
-sub blob_req {
-	my $method = shift;
-	my $repo = shift;
-	my $blob = shift;
-	my %extHeaders = @_;
-	return registry_req($method => $repo => "blobs/$blob" => %extHeaders);
-}
-
-sub get_blob_json {
-	my ($repo, $blob) = @_;
-
-	my $key = $repo . '@' . $blob;
-	state %blobs;
-	return $blobs{$key} if $blobs{$key};
-
-	my $tx = blob_req(get => ($repo, $blob) => ());
-	die "failed to get blob data for $key" unless $tx->success;
-	return $blobs{$key} = $tx->res->json;
-}
-
-sub get_blob_headers {
-	my ($repo, $blob) = @_;
-
-	my $key = $repo . '@' . $blob;
-	state %headers;
-	return $headers{$key} if $headers{$key};
-
-	my $headersTx = blob_req(head => ($repo, $blob) => ());
-	die "failed to get headers for $key" unless $headersTx->success;
-	return $headers{$key} = $headersTx->res->headers;
-}
-
-sub get_layer_data {
-	my ($repo, $id, $blob, $v1) = @_;
-	$id //= $v1->{id};
-	state %layers;
-	return $layers{$id} if $layers{$id};
-	die "missing v1/blob data for layer $id" unless $blob and $v1;
-	my $data = {
-		map({ $_ => $v1->{$_} } qw(id created parent docker_version)),
-		container_command => $v1->{container_config}{Cmd},
-		virtual_size => $v1->{Size} // 0,
-		blob => $blob,
-	};
-	my $blobHeaders = get_blob_headers($repo, $blob);
-	$data->{blob_content_length} = $blobHeaders->content_length;
-	$data->{blob_last_modified} = $blobHeaders->last_modified;
-	return $layers{$id} = $data;
-}
-
-sub parse_manifest_v1_data {
-	my ($repo, $manifest) = @_;
-
-	my $data = {
-		manifestVersion => $mediaManifestV1,
-		manifest => $manifest,
-		imageId => undef,
-		platform => {},
-		dockerVersion => undef,
-		entrypoint => undef,
-		defaultCommand => undef,
-		layers => [],
-		commands => [],
-	};
-
-	my %seenBlob;
-	for my $fsLayer (@{ $manifest->{fsLayers} // [] }) {
-		my $blob = $fsLayer->{blobSum};
-		next unless $blob;
-
-		next if $seenBlob{$blob};
-		$seenBlob{$blob} = 1;
-
-		push @{ $data->{layers} }, {
-			digest => $blob,
-		};
-	}
-
-	for my $history (@{ $manifest->{history} // [] }) {
-		next unless $history->{v1Compatibility};
-
-		my $v1 = Mojo::Util::encode('UTF-8', $history->{v1Compatibility});
-
-		my $json = Mojo::JSON::decode_json($v1);
-
-		$data->{dockerVersion} //= $json->{docker_version};
-		$data->{platform}{os} //= $json->{os};
-		$data->{platform}{architecture} //= $json->{architecture};
-		$data->{entrypoint} //= $json->{config}{Entrypoint};
-		$data->{defaultCommand} //= $json->{config}{Cmd};
-		$data->{imageId} //= $json->{id};
-
-		# "history" in v1 is in reverse order (hence "unshift" instead of "push")
-		unshift @{ $data->{commands} }, {
-			created => $json->{created},
-			command => $json->{container_config}{Cmd},
-		};
-	}
-
-	return $data;
-}
-
-sub parse_manifest_v2_data {
-	my ($repo, $manifest) = @_;
-
-	my $configDigest = $manifest->{config}{digest};
-	my $config = get_blob_json($repo, $configDigest);
-
-	return {
-		manifestVersion => $mediaManifestV2,
-		manifest => $manifest,
-		imageId => $configDigest,
-		config => $config,
-		platform => {
-			os => $config->{os},
-			architecture => $config->{architecture},
-		},
-		dockerVersion => $config->{docker_version},
-		entrypoint => $config->{config}{Entrypoint},
-		defaultCommand => $config->{config}{Cmd},
-		layers => $manifest->{layers} // [],
-		commands => $config->{history} // [],
-	};
-}
-
-sub get_image_data {
-	my ($image) = @_;
-
-	my ($repo, $tag) = split_image_name($image);
-
-	my ($digest, $manifest) = get_manifest($repo, $tag);
-
-	unless (defined $digest && defined $manifest) {
-		# tag must not exist!
-		return;
-	}
-
-	my $data = {
-		repo => $repo,
-		tag => $tag,
-		digest => $digest,
-		images => [],
-	};
-
-	if ($manifest->{schemaVersion} eq '1') {
-		# https://docs.docker.com/registry/spec/manifest-v2-1/
-		push @{$data->{images}}, parse_manifest_v1_data($repo, $manifest);
-	}
-	elsif ($manifest->{schemaVersion} eq '2') {
-		# https://docs.docker.com/registry/spec/manifest-v2-2/
-		if ($manifest->{mediaType} eq $mediaManifestV2) {
-			push @{$data->{images}}, parse_manifest_v2_data($repo, $manifest);
-		}
-		elsif ($manifest->{mediaType} eq $mediaManifestList) {
-			$data->{manifest} = $manifest;
-			$data->{manifestVersion} = $manifest->{mediaType};
-
-			for my $sub (@{ $manifest->{manifests} // [] }) {
-				my $digest = $sub->{digest};
-				die "sub-manifest missing digest!" unless $digest;
-
-				my $subManifest = get_manifest($repo, $digest);
-				die "manifest $digest does not exist!" unless defined $subManifest;
-
-				my $subData;
-				if ($sub->{mediaType} eq $mediaManifestV1) {
-					$subData = parse_manifest_v1_data($repo, $subManifest);
-				}
-				elsif ($sub->{mediaType} eq $mediaManifestV2) {
-					$subData = parse_manifest_v2_data($repo, $subManifest);
-				}
-				else {
-					die "unknown mediaType $manifest->{mediaType} for $digest";
-				}
-
-				$subData->{digest} = $digest;
-				$subData->{platform} = $sub->{platform};
-
-				push @{$data->{images}}, $subData;
-			}
-		}
-		else {
-			die "unknown mediaType $manifest->{mediaType} for schemaVersion 2";
-		}
-	}
-	else {
-		die "unknown schemaVersion: $manifest->{schemaVersion}";
-	}
-
-	for my $image (@{ $data->{images} }) {
-		$image->{platform} //= {};
-
-		$image->{layers} //= [];
-		$image->{size} = 0;
-		for my $layer (@{ $image->{layers} }) {
-			my $headers = get_blob_headers($repo, $layer->{digest});
-			$layer->{size} //= $headers->content_length;
-			$layer->{mediaType} //= $headers->content_type;
-			$layer->{lastModified} //= $headers->last_modified;
-			$image->{size} += $layer->{size};
-		}
-
-		$image->{commands} //= [];
-		for my $command (@{ $image->{commands} }) {
-			$command->{command} //= [ $command->{created_by} ];
-			$command->{dockerfile} //= cmd_to_dockerfile($command->{command});
-		}
-	}
-
-	return $data;
-}
-
-sub platform_string {
-	my $platform = shift;
-	return (
-		($platform->{os} // 'linux')
-		. (defined $platform->{'os.version'} ? ' version ' . $platform->{'os.version'} : '')
-		. (defined $platform->{'os.features'} ? ' ft. ' . join(', ', @{ $platform->{'os.features'} }) : '')
-		. '; '
-		. ($platform->{architecture} // 'amd64')
-		. (defined $platform->{variant} ? ' variant ' . $platform->{variant} : '')
-		. (defined $platform->{features} ? ' ft. ' . join(', ', @{ $platform->{features} }) : '')
-	);
-}
-
-sub cmd_to_dockerfile {
-	my ($cmd) = @_;
-
-	if (@$cmd == 1) {
-		# likely 1.10+ squashed string :(
-		# https://github.com/docker/docker/issues/22436
-		# let's strip and "parse" to get as close to readable as we can
-
-		my $shC = '/bin/sh -c ';
-		my $nop = '#(nop) ';
-
-		my $str = $cmd->[0];
-		my @prefix = ();
-		if ($str =~ s!^[|]\d+ (.*?) (\Q$shC\E)!$2!) {
-			push @prefix, '# ARGS: ' . $1;
-		}
-		if (substr($str, 0, 1) eq '|' && !@prefix) {
-			# must be something like:
-			#   |6 a=1 b=2 c=3 d=4 e=a b c f=a b " c echo $a
-			# (and thus impossible to parse as-is)
-			return '# unable to parse image command string further:' . "\n" . $str;
-		}
-		$str =~ s!^\Q$shC\E!!;
-		unless ($str =~ s!^\Q$nop\E!!) {
-			# if we don't have "#(nop)", RUN is implied
-			$str = 'RUN ' . $str;
-		}
-		return join "\n", @prefix, $str;
-	}
-
-	my @buildArgs;
-	if (substr($cmd->[0], 0, 1) eq '|') {
-		# must have some build args for this RUN line
-		# https://github.com/docker/docker/blob/a7742e437943bb0c59cc9e01fd9f5e68259ad3ec/builder/dockerfile/dispatchers.go#L353-L365
-		my $n = int(substr(shift(@$cmd), 1)); # number of build args
-		while ($n > 0) {
-			my $arg = shift @$cmd;
-			$arg =~ s/(["\\])/\\$1/g;
-			my ($var, $val) = split /=/, $arg, 2;
-			push @buildArgs, '"' . $var . '" => "' . $val .'"';
-			--$n;
-		}
-	}
-	my $args = join('', map { "# ARG: $_\n" } @buildArgs);
-	if (scalar(@$cmd) == 3 && $cmd->[0] eq '/bin/sh' && $cmd->[1] eq '-c') {
-		$cmd = $cmd->[2];
-		if ($cmd =~ s{^(#[(]nop[)] )}{}) {
-			return $args . $cmd;
-		}
-		# prefix tabs and 4-space-indents with \ and a newline (for readability), but only if we don't already have any newlines
-		$cmd =~ s/ ( (?:\t|[ ]{4})+ ) /\\\n$1/xg unless $cmd =~ m!\n!;
-		return $args . 'RUN ' . $cmd;
-	}
-	return $args . 'RUN ' . Mojo::JSON::encode_json($cmd);
-}
-
-my @humanSizeUnits = qw( B KB MB GB TB );
-my $humanSizeScale = 1000;
-sub human_size {
-	my ($bytes) = @_;
-	my $unit = 0;
-	my $unitBytes = $bytes;
-	while (($unitBytes = int($bytes / ($humanSizeScale ** $unit))) > $humanSizeScale) {
-		last unless $humanSizeUnits[$unit + 1];
-		++$unit;
-	}
-	return sprintf '%.1f %s', $bytes / ($humanSizeScale ** $unit), $humanSizeUnits[$unit];
-}
-
-sub size {
-	my $text = human_size(@_);
-	$text .= " ($_[0] bytes)" unless $text =~ m! \s+ B $ !x;
-	return $text;
-}
-
-sub date {
-	my $date = Mojo::Date->new(@_);
-	return $date->to_string;
-}
-
-while (my $image = shift) {
-	print "\n";
-
-	say '## `' . $image . '`';
-
-	my $data = get_image_data($image);
-
-	unless ($data) {
-		# tag must not exist yet!
-		say "\n", '**does not exist** (yet?)';
-		next;
-	}
-
-	my $repo = $data->{repo};
-	$repo =~ s!^library/!!;
-
-	print "\n";
-	say '```console';
-	say '$ docker pull ' . $repo . '@' . $data->{digest};
-	say '```';
-
-	print "\n";
-	say "-\t" . 'Manifest MIME: `' . $data->{manifestVersion} . '`' if $data->{manifestVersion};
-	say "-\t" . 'Platforms:';
-	for my $imageData (@{ $data->{images} }) {
-		say "\t-\t" . platform_string($imageData->{platform});
-	}
-
-	for my $imageData (@{ $data->{images} }) {
-		print "\n";
-		say '### `' . $image . '` - ' . platform_string($imageData->{platform});
-
-		if ($imageData->{digest}) {
-			print "\n";
-			say '```console';
-			say '$ docker pull ' . $repo . '@' . $imageData->{digest};
-			say '```';
-		}
-
-		print "\n";
-		say "-\t" . 'Docker Version: ' . $imageData->{dockerVersion} if $imageData->{dockerVersion};
-		say "-\t" . 'Manifest MIME: `' . $imageData->{manifestVersion} . '`' if $imageData->{manifestVersion};
-		say "-\t" . 'Total Size: **' . size($imageData->{size}) . '**  ';
-		say "\t" . '(compressed transfer size, not on-disk size)';
-		say "-\t" . 'Image ID: `' . $imageData->{imageId} . '`' if $imageData->{imageId};
-		say "-\t" . 'Entrypoint: `' . Mojo::JSON::encode_json($imageData->{entrypoint}) . '`' if $imageData->{entrypoint} && @{ $imageData->{entrypoint} };
-		say "-\t" . 'Default Command: `' . Mojo::JSON::encode_json($imageData->{defaultCommand}) . '`' if $imageData->{defaultCommand};
-
-		print "\n";
-		say '```dockerfile';
-		for my $command (@{ $imageData->{commands} }) {
-			say '# ' . date($command->{created});
-			say $command->{dockerfile};
-		}
-		say '```';
-
-		print "\n";
-		say "-\t" . 'Layers:';
-		for my $layer (@{ $imageData->{layers} }) {
-			say "\t-\t" . '`' . $layer->{digest} . '`  ';
-			say "\t\t" . 'Last Modified: ' . date($layer->{lastModified}) . '  ';
-			say "\t\t" . 'Size: ' . size($layer->{size});
-		}
-	}
-}

+ 1 - 1
.template-helpers/template.md

@@ -4,7 +4,7 @@
 
 For more information about this image and its history, please see [the relevant manifest file (`library/%%REPO%%`)](https://github.com/docker-library/official-images/blob/master/library/%%REPO%%). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2F%%REPO%%).
 
-For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `%%REPO%%/tag-details.md` file](https://github.com/docker-library/docs/blob/master/%%REPO%%/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs).
+For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `repos/%%REPO%%/tag-details.md` file](https://github.com/docker-library/repo-info/blob/master/repos/%%REPO%%/tag-details.md) in [the `docker-library/repo-info` GitHub repo](https://github.com/docker-library/repo-info).
 
 %%CONTENT%%%%VARIANT%%%%LICENSE%%
 

+ 8 - 0
.template-helpers/variant-windowsservercore.md

@@ -0,0 +1,8 @@
+## `%%REPO%%:windowsservercore`
+
+This image is based on [Windows Server Core (`microsoft/windowsservercore`)](https://hub.docker.com/r/microsoft/windowsservercore/). As such, it only works in places which that image does, such as Windows 10 Professional/Enterprise (Anniversary Edition) or Windows Server 2016.
+
+For information about how to get Docker running on Windows, please see the relevant "Quick Start" guide provided by Microsoft:
+
+-	[Windows Server Quick Start](https://msdn.microsoft.com/en-us/virtualization/windowscontainers/quick_start/quick_start_windows_server)
+-	[Windows 10 Quick Start](https://msdn.microsoft.com/en-us/virtualization/windowscontainers/quick_start/quick_start_windows_10)

+ 5 - 2
README.md

@@ -4,7 +4,10 @@ This repository contains the docs for each of the Docker official images. See [d
 
 All Markdown files here are run through [tianon's fork of `markdownfmt`](https://github.com/tianon/markdownfmt) (only forked to add some smaller-diff preference and minor DockerHub-compatibility changes), and verified as formatted correctly via Travis-CI.
 
-[![Build Status](https://travis-ci.org/docker-library/docs.svg?branch=master)](https://travis-ci.org/docker-library/docs)
+-	[Travis CI:  
+	![build status badge](https://travis-ci.org/docker-library/docs.svg?branch=master)](https://travis-ci.org/docker-library/docs)
+-	[Automated `update.sh` and `push.sh`:  
+	![build status badge](https://doi-janky.infosiftr.net/job/docs/job/update/badge/icon)](https://doi-janky.infosiftr.net/job/docs/job/update/)
 
 # How do I add a new image's docs
 
@@ -103,6 +106,6 @@ This file is an optional override of the default `user-feedback.md` for those re
 
 # Issues and Contributing
 
-If you would like to make a new Official Image, be sure to follow the [guidelines](https://docs.docker.com/docker-hub/official_repos/) and optionally talk to [email protected].
+If you would like to make a new Official Image, be sure to follow the [guidelines](https://docs.docker.com/docker-hub/official_repos/).
 
 Feel free to make a pull request for fixes and improvements to current documentation. For questions or problems on this repo come talk to us via the `#docker-library` IRC channel on [Freenode](https://freenode.net) or open up an issue.

+ 3 - 5
aerospike/README.md

@@ -1,12 +1,10 @@
 # Supported tags and respective `Dockerfile` links
 
--	[`3.9.0`, `latest` (*Dockerfile*)](https://github.com/aerospike/aerospike-server.docker/blob/7ef9d8868b7d82a8f2c961aa40b720d831d7588e/Dockerfile)
-
-[![](https://badge.imagelayers.io/aerospike:latest.svg)](https://imagelayers.io/?images=aerospike:3.9.0)
+-	[`3.9.1-1`, `latest` (*Dockerfile*)](https://github.com/aerospike/aerospike-server.docker/blob/176a3b8cc79eb883052a8fb1cf3802960b82e600/Dockerfile)
 
 For more information about this image and its history, please see [the relevant manifest file (`library/aerospike`)](https://github.com/docker-library/official-images/blob/master/library/aerospike). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Faerospike).
 
-For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `aerospike/tag-details.md` file](https://github.com/docker-library/docs/blob/master/aerospike/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs).
+For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `repos/aerospike/tag-details.md` file](https://github.com/docker-library/repo-info/blob/master/repos/aerospike/tag-details.md) in [the `docker-library/repo-info` GitHub repo](https://github.com/docker-library/repo-info).
 
 # Aerospike
 
@@ -99,7 +97,7 @@ Unless required by applicable law or agreed to in writing, software distributed
 
 # Supported Docker versions
 
-This image is officially supported on Docker version 1.11.2.
+This image is officially supported on Docker version 1.12.1.
 
 Support for older versions (down to 1.6) is provided on a best-effort basis.
 

+ 0 - 152
aerospike/tag-details.md

@@ -1,152 +0,0 @@
-<!-- THIS FILE IS GENERATED VIA '.template-helpers/generate-tag-details.pl' -->
-
-# Tags of `aerospike`
-
--	[`aerospike:3.9.0`](#aerospike390)
--	[`aerospike:latest`](#aerospikelatest)
-
-## `aerospike:3.9.0`
-
-```console
-$ docker pull aerospike@sha256:664f7c3771b16e77a3a3e068d5d216d574487aee4f4e1f4febc7b0d6901990a1
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `aerospike:3.9.0` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **68.4 MB (68410319 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:be26036901cda9ea40f225e16820831c66ea9c04f02655aa30eb9b8c4a2482ae`
--	Entrypoint: `["\/entrypoint.sh"]`
--	Default Command: `["asd"]`
-
-```dockerfile
-# Mon, 18 Jul 2016 17:35:22 GMT
-ADD file:fdbd881d78f9d7d9245d0838389ebc793bef13243b9e3269512046cd75216baf in /
-# Mon, 18 Jul 2016 17:35:24 GMT
-RUN set -xe 		&& echo '#!/bin/sh' > /usr/sbin/policy-rc.d 	&& echo 'exit 101' >> /usr/sbin/policy-rc.d 	&& chmod +x /usr/sbin/policy-rc.d 		&& dpkg-divert --local --rename --add /sbin/initctl 	&& cp -a /usr/sbin/policy-rc.d /sbin/initctl 	&& sed -i 's/^exit.*/exit 0/' /sbin/initctl 		&& echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup 		&& echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean 	&& echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean 	&& echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean 		&& echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages 		&& echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes 		&& echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
-# Mon, 18 Jul 2016 17:35:26 GMT
-RUN rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 17:35:27 GMT
-RUN sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
-# Mon, 18 Jul 2016 17:35:28 GMT
-CMD ["/bin/bash"]
-# Mon, 18 Jul 2016 17:59:49 GMT
-ENV AEROSPIKE_VERSION=3.9.0
-# Mon, 18 Jul 2016 17:59:49 GMT
-ENV AEROSPIKE_SHA256=2da6d4f98c7dfd30b865fd7977860f77529ae52cd115ac3faee68b78a2981c7c
-# Mon, 18 Jul 2016 18:00:15 GMT
-RUN apt-get update -y   &&  apt-get install -y wget python logrotate ca-certificates   && wget "https://www.aerospike.com/artifacts/aerospike-server-community/${AEROSPIKE_VERSION}/aerospike-server-community-${AEROSPIKE_VERSION}-ubuntu16.04.tgz" -O aerospike-server.tgz   && echo "$AEROSPIKE_SHA256 *aerospike-server.tgz" | sha256sum -c -   && mkdir aerospike   && tar xzf aerospike-server.tgz --strip-components=1 -C aerospike   && dpkg -i aerospike/aerospike-server-*.deb   && mkdir -p /var/log/aerospike/   && mkdir -p /var/run/aerospike/   && rm -rf aerospike-server.tgz aerospike /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 18:00:16 GMT
-COPY file:59f374b27ea4d0d2d9576cccc7c2a2a8893a36c2b0498759af9fde54286c59e8 in /etc/aerospike/aerospike.conf
-# Mon, 18 Jul 2016 18:00:16 GMT
-COPY file:ae9470d86ba973bb1d9911d608b000e6da810777ec7bb4e93d778fdbdeae4501 in /entrypoint.sh
-# Mon, 18 Jul 2016 18:00:17 GMT
-VOLUME [/opt/aerospike/data]
-# Mon, 18 Jul 2016 18:00:17 GMT
-EXPOSE 3000/tcp 3001/tcp 3002/tcp 3003/tcp
-# Mon, 18 Jul 2016 18:00:17 GMT
-ENTRYPOINT &{["/entrypoint.sh"]}
-# Mon, 18 Jul 2016 18:00:18 GMT
-CMD ["asd"]
-```
-
--	Layers:
-	-	`sha256:43db9dbdcb300fc39b23e88a1721bdaa95c7fe396bd89d6a4b1a39e8da1a2d4c`  
-		Last Modified: Mon, 18 Jul 2016 17:38:23 GMT  
-		Size: 49.3 MB (49325555 bytes)
-	-	`sha256:85a9cd1fcca227737b80281fed1c60453a7a49b02a956bb6531276df5646e77e`  
-		Last Modified: Mon, 18 Jul 2016 17:38:09 GMT  
-		Size: 21.7 KB (21651 bytes)
-	-	`sha256:c23af84961027ee5a7725040d44b30d563eb6a79f013d2c924e31cae43367f33`  
-		Last Modified: Mon, 18 Jul 2016 17:38:09 GMT  
-		Size: 447.0 B
-	-	`sha256:e88c36ca55d86a9331db93eef6dcac6a7027c19205fdb706185703ef28db154e`  
-		Last Modified: Mon, 18 Jul 2016 17:38:09 GMT  
-		Size: 681.0 B
-	-	`sha256:54ced137d5f18916d50e5580776a689b6708198cff624d9cf0789ad9cf739f9c`  
-		Last Modified: Mon, 18 Jul 2016 18:00:33 GMT  
-		Size: 19.1 MB (19060709 bytes)
-	-	`sha256:1fbb749f93c3f5e146d980b9e7f62ee98a9622c21bbc7d1ef4cfd85e7ec8c4cb`  
-		Last Modified: Mon, 18 Jul 2016 18:00:25 GMT  
-		Size: 965.0 B
-	-	`sha256:a17d6405e3b5d50ae4b7071b8faed17808813f9c8a4b311a37ddb4dcb0564f26`  
-		Last Modified: Mon, 18 Jul 2016 18:00:25 GMT  
-		Size: 311.0 B
-
-## `aerospike:latest`
-
-```console
-$ docker pull aerospike@sha256:664f7c3771b16e77a3a3e068d5d216d574487aee4f4e1f4febc7b0d6901990a1
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `aerospike:latest` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **68.4 MB (68410319 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:be26036901cda9ea40f225e16820831c66ea9c04f02655aa30eb9b8c4a2482ae`
--	Entrypoint: `["\/entrypoint.sh"]`
--	Default Command: `["asd"]`
-
-```dockerfile
-# Mon, 18 Jul 2016 17:35:22 GMT
-ADD file:fdbd881d78f9d7d9245d0838389ebc793bef13243b9e3269512046cd75216baf in /
-# Mon, 18 Jul 2016 17:35:24 GMT
-RUN set -xe 		&& echo '#!/bin/sh' > /usr/sbin/policy-rc.d 	&& echo 'exit 101' >> /usr/sbin/policy-rc.d 	&& chmod +x /usr/sbin/policy-rc.d 		&& dpkg-divert --local --rename --add /sbin/initctl 	&& cp -a /usr/sbin/policy-rc.d /sbin/initctl 	&& sed -i 's/^exit.*/exit 0/' /sbin/initctl 		&& echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup 		&& echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean 	&& echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean 	&& echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean 		&& echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages 		&& echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes 		&& echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
-# Mon, 18 Jul 2016 17:35:26 GMT
-RUN rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 17:35:27 GMT
-RUN sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
-# Mon, 18 Jul 2016 17:35:28 GMT
-CMD ["/bin/bash"]
-# Mon, 18 Jul 2016 17:59:49 GMT
-ENV AEROSPIKE_VERSION=3.9.0
-# Mon, 18 Jul 2016 17:59:49 GMT
-ENV AEROSPIKE_SHA256=2da6d4f98c7dfd30b865fd7977860f77529ae52cd115ac3faee68b78a2981c7c
-# Mon, 18 Jul 2016 18:00:15 GMT
-RUN apt-get update -y   &&  apt-get install -y wget python logrotate ca-certificates   && wget "https://www.aerospike.com/artifacts/aerospike-server-community/${AEROSPIKE_VERSION}/aerospike-server-community-${AEROSPIKE_VERSION}-ubuntu16.04.tgz" -O aerospike-server.tgz   && echo "$AEROSPIKE_SHA256 *aerospike-server.tgz" | sha256sum -c -   && mkdir aerospike   && tar xzf aerospike-server.tgz --strip-components=1 -C aerospike   && dpkg -i aerospike/aerospike-server-*.deb   && mkdir -p /var/log/aerospike/   && mkdir -p /var/run/aerospike/   && rm -rf aerospike-server.tgz aerospike /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 18:00:16 GMT
-COPY file:59f374b27ea4d0d2d9576cccc7c2a2a8893a36c2b0498759af9fde54286c59e8 in /etc/aerospike/aerospike.conf
-# Mon, 18 Jul 2016 18:00:16 GMT
-COPY file:ae9470d86ba973bb1d9911d608b000e6da810777ec7bb4e93d778fdbdeae4501 in /entrypoint.sh
-# Mon, 18 Jul 2016 18:00:17 GMT
-VOLUME [/opt/aerospike/data]
-# Mon, 18 Jul 2016 18:00:17 GMT
-EXPOSE 3000/tcp 3001/tcp 3002/tcp 3003/tcp
-# Mon, 18 Jul 2016 18:00:17 GMT
-ENTRYPOINT &{["/entrypoint.sh"]}
-# Mon, 18 Jul 2016 18:00:18 GMT
-CMD ["asd"]
-```
-
--	Layers:
-	-	`sha256:43db9dbdcb300fc39b23e88a1721bdaa95c7fe396bd89d6a4b1a39e8da1a2d4c`  
-		Last Modified: Mon, 18 Jul 2016 17:38:23 GMT  
-		Size: 49.3 MB (49325555 bytes)
-	-	`sha256:85a9cd1fcca227737b80281fed1c60453a7a49b02a956bb6531276df5646e77e`  
-		Last Modified: Mon, 18 Jul 2016 17:38:09 GMT  
-		Size: 21.7 KB (21651 bytes)
-	-	`sha256:c23af84961027ee5a7725040d44b30d563eb6a79f013d2c924e31cae43367f33`  
-		Last Modified: Mon, 18 Jul 2016 17:38:09 GMT  
-		Size: 447.0 B
-	-	`sha256:e88c36ca55d86a9331db93eef6dcac6a7027c19205fdb706185703ef28db154e`  
-		Last Modified: Mon, 18 Jul 2016 17:38:09 GMT  
-		Size: 681.0 B
-	-	`sha256:54ced137d5f18916d50e5580776a689b6708198cff624d9cf0789ad9cf739f9c`  
-		Last Modified: Mon, 18 Jul 2016 18:00:33 GMT  
-		Size: 19.1 MB (19060709 bytes)
-	-	`sha256:1fbb749f93c3f5e146d980b9e7f62ee98a9622c21bbc7d1ef4cfd85e7ec8c4cb`  
-		Last Modified: Mon, 18 Jul 2016 18:00:25 GMT  
-		Size: 965.0 B
-	-	`sha256:a17d6405e3b5d50ae4b7071b8faed17808813f9c8a4b311a37ddb4dcb0564f26`  
-		Last Modified: Mon, 18 Jul 2016 18:00:25 GMT  
-		Size: 311.0 B

+ 7 - 9
alpine/README.md

@@ -1,16 +1,14 @@
 # Supported tags and respective `Dockerfile` links
 
--	[`3.1` (*versions/library-3.1/Dockerfile*)](https://github.com/gliderlabs/docker-alpine/blob/8b668207b1387ea6a8a81852488f9019bb4fac1a/versions/library-3.1/Dockerfile)
--	[`3.2` (*versions/library-3.2/Dockerfile*)](https://github.com/gliderlabs/docker-alpine/blob/0530f7c6532e301daedde95992b768ac44a90315/versions/library-3.2/Dockerfile)
--	[`3.3` (*versions/library-3.3/Dockerfile*)](https://github.com/gliderlabs/docker-alpine/blob/4b026bc2d50121c47a6bfd2ceda39461668b6d54/versions/library-3.3/Dockerfile)
--	[`3.4`, `latest` (*versions/library-3.4/Dockerfile*)](https://github.com/gliderlabs/docker-alpine/blob/45ba65c1116aaf668f7ab5f2b3ae2ef4b00738be/versions/library-3.4/Dockerfile)
--	[`edge` (*versions/library-edge/Dockerfile*)](https://github.com/gliderlabs/docker-alpine/blob/30bc683424fd34eb520aa856fea9984382a8f8fc/versions/library-edge/Dockerfile)
-
-[![](https://badge.imagelayers.io/alpine:latest.svg)](https://imagelayers.io/?images=alpine:3.1,alpine:3.2,alpine:3.3,alpine:3.4,alpine:edge)
+-	[`3.1` (*versions/library-3.1/Dockerfile*)](https://github.com/gliderlabs/docker-alpine/blob/a9a9643b27e2c3ac5c54aa6652a465795719edf9/versions/library-3.1/Dockerfile)
+-	[`3.2` (*versions/library-3.2/Dockerfile*)](https://github.com/gliderlabs/docker-alpine/blob/322a7330bb18e07a71b648033f5b76e122c064d3/versions/library-3.2/Dockerfile)
+-	[`3.3` (*versions/library-3.3/Dockerfile*)](https://github.com/gliderlabs/docker-alpine/blob/3d320a4b32a6b19c31b4b8b36752138e442031c9/versions/library-3.3/Dockerfile)
+-	[`3.4`, `latest` (*versions/library-3.4/Dockerfile*)](https://github.com/gliderlabs/docker-alpine/blob/8f23fc2e995ab8f7f0f5960c6a1ddd12f57efd0c/versions/library-3.4/Dockerfile)
+-	[`edge` (*versions/library-edge/Dockerfile*)](https://github.com/gliderlabs/docker-alpine/blob/626d0f762c17632c260c7be43a953817bf986c86/versions/library-edge/Dockerfile)
 
 For more information about this image and its history, please see [the relevant manifest file (`library/alpine`)](https://github.com/docker-library/official-images/blob/master/library/alpine). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Falpine).
 
-For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `alpine/tag-details.md` file](https://github.com/docker-library/docs/blob/master/alpine/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs).
+For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `repos/alpine/tag-details.md` file](https://github.com/docker-library/repo-info/blob/master/repos/alpine/tag-details.md) in [the `docker-library/repo-info` GitHub repo](https://github.com/docker-library/repo-info).
 
 # What is Alpine Linux?
 
@@ -48,7 +46,7 @@ This image is well documented. [Check out the documentation at Viewdocs](http://
 
 # Supported Docker versions
 
-This image is officially supported on Docker version 1.11.2.
+This image is officially supported on Docker version 1.12.1.
 
 Support for older versions (down to 1.6) is provided on a best-effort basis.
 

+ 0 - 172
alpine/tag-details.md

@@ -1,172 +0,0 @@
-<!-- THIS FILE IS GENERATED VIA '.template-helpers/generate-tag-details.pl' -->
-
-# Tags of `alpine`
-
--	[`alpine:3.1`](#alpine31)
--	[`alpine:3.2`](#alpine32)
--	[`alpine:3.3`](#alpine33)
--	[`alpine:3.4`](#alpine34)
--	[`alpine:latest`](#alpinelatest)
--	[`alpine:edge`](#alpineedge)
-
-## `alpine:3.1`
-
-```console
-$ docker pull alpine@sha256:0796cca706c64170c29cfefbdd67f32e25dab2247fc31956c86773dae825800f
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `alpine:3.1` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **2.2 MB (2242563 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:39cb6206bacb754ce1467012347b010a47f849bd55a858d3ce6410e8b67bb85c`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:01 GMT
-ADD file:b053de88bdacb21259d9e12dae60e443007afc58fec831fbce9ec0926a2689c5 in /
-```
-
--	Layers:
-	-	`sha256:9dce7caf6169788f9f9acae9e46bf4d89f3f4712390334d5506564a5d95a052e`  
-		Last Modified: Thu, 23 Jun 2016 19:55:32 GMT  
-		Size: 2.2 MB (2242563 bytes)
-
-## `alpine:3.2`
-
-```console
-$ docker pull alpine@sha256:9c6c40abb6a9180603068a413deca450ef13c381974b392a25af948ca87c3c14
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `alpine:3.2` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **2.5 MB (2492870 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:4933271a21f1a3eb183cae296ce2f405c8e0852fb4c90eae577b430393d7ef36`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:07 GMT
-ADD file:6b4981e3e5479b5083a3fedfb648b2b45ccfc1f1fce1b144161727909eb575a7 in /
-```
-
--	Layers:
-	-	`sha256:bfc185be0245882f955f50de01e4702b286d1e8f35e73182bef075233a7fddae`  
-		Last Modified: Thu, 23 Jun 2016 19:55:47 GMT  
-		Size: 2.5 MB (2492870 bytes)
-
-## `alpine:3.3`
-
-```console
-$ docker pull alpine@sha256:4fa633f4feff6a8f02acfc7424efd5cb3e76686ed3218abf4ca0fa4a2a358423
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `alpine:3.3` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **2.3 MB (2320188 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:47cf20d8c26c46fff71be614d9f54997edacfe8d46d51769706e5aba94b16f2b`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:12 GMT
-ADD file:86864edb9037700501e6e016262c29922e0c67762b4525901ca5a8194a078bfb in /
-```
-
--	Layers:
-	-	`sha256:6c123565ed5e79b6c944d6da64bd785ad3ec03c6e853dcb733254aebb215ae55`  
-		Last Modified: Thu, 23 Jun 2016 19:56:02 GMT  
-		Size: 2.3 MB (2320188 bytes)
-
-## `alpine:3.4`
-
-```console
-$ docker pull alpine@sha256:3dcdb92d7432d56604d4545cbd324b14e647b313626d99b889d0626de158f73a
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `alpine:3.4` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **2.3 MB (2310286 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:4e38e38c8ce0b8d9041a9c4fefe786631d1416225e13b0bfe8cfa2321aec4bba`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-
-## `alpine:latest`
-
-```console
-$ docker pull alpine@sha256:3dcdb92d7432d56604d4545cbd324b14e647b313626d99b889d0626de158f73a
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `alpine:latest` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **2.3 MB (2310286 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:4e38e38c8ce0b8d9041a9c4fefe786631d1416225e13b0bfe8cfa2321aec4bba`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-
-## `alpine:edge`
-
-```console
-$ docker pull alpine@sha256:e5ab6f0941eb01c41595d35856f16215021a941e9893501d632ed4c0ee4e53a6
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `alpine:edge` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **2.3 MB (2310627 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:3fc33d6d5e744e1f77730dea7a3fad2abdb4e9169992e99fa222dafe90634423`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:23 GMT
-ADD file:5300ce254c0bf1d3bf6578c41900f3ad965b26a3bf435a3c07860ffc2ae6f7e2 in /
-```
-
--	Layers:
-	-	`sha256:e587fa4f6e1fe3d46e8631927252e3f9df509aeb1c14a9cdaabe137e0f78cf24`  
-		Last Modified: Thu, 23 Jun 2016 19:56:37 GMT  
-		Size: 2.3 MB (2310627 bytes)

+ 4 - 6
arangodb/README.md

@@ -4,13 +4,11 @@
 -	[`2.6`, `2.6.10` (*jessie/2.6.10/Dockerfile*)](https://github.com/arangodb/arangodb-docker/blob/803663b157696616d70e2bb44ce6e256f912e3a6/jessie/2.6.10/Dockerfile)
 -	[`2.7`, `2.7.5` (*jessie/2.7.5/Dockerfile*)](https://github.com/arangodb/arangodb-docker/blob/dbfcc5f3edb37f622a2acd221b58106547b05fae/jessie/2.7.5/Dockerfile)
 -	[`2.8`, `2.8.11` (*jessie/2.8.11/Dockerfile*)](https://github.com/arangodb/arangodb-docker/blob/05366cb4c6a6aab8e1ff9ca74c81b09d9a57b5b5/jessie/2.8.11/Dockerfile)
--	[`3.0`, `3.0.3`, `latest` (*jessie/3.0.3/Dockerfile*)](https://github.com/arangodb/arangodb-docker/blob/05366cb4c6a6aab8e1ff9ca74c81b09d9a57b5b5/jessie/3.0.3/Dockerfile)
-
-[![](https://badge.imagelayers.io/arangodb:latest.svg)](https://imagelayers.io/?images=arangodb:2.5.5,arangodb:2.6,arangodb:2.7,arangodb:2.8,arangodb:3.0)
+-	[`3.0`, `3.0.8`, `latest` (*jessie/3.0.8/Dockerfile*)](https://github.com/arangodb/arangodb-docker/blob/29319c09d3a5364fa538fc03832a5e24b5e1c42b/jessie/3.0.8/Dockerfile)
 
 For more information about this image and its history, please see [the relevant manifest file (`library/arangodb`)](https://github.com/docker-library/official-images/blob/master/library/arangodb). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Farangodb).
 
-For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `arangodb/tag-details.md` file](https://github.com/docker-library/docs/blob/master/arangodb/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs).
+For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `repos/arangodb/tag-details.md` file](https://github.com/docker-library/repo-info/blob/master/repos/arangodb/tag-details.md) in [the `docker-library/repo-info` GitHub repo](https://github.com/docker-library/repo-info).
 
 # What is ArangoDB?
 
@@ -46,7 +44,7 @@ Furthermore, ArangoDB offers a microservice framework called [Foxx](https://www.
 In order to start an ArangoDB instance run
 
 ```console
-unix> docker run -e ARANGO_RANDOM_ROOT_PASSWORD=1 -d --name arangodb-instance -d arangodb
+unix> docker run -e ARANGO_RANDOM_ROOT_PASSWORD=1 -d --name arangodb-instance arangodb
 ```
 
 Will create and launch the arangodb docker instance as background process. The Identifier of the process is printed. By default ArangoDB listen on port 8529 for request and the image includes `EXPOSE 8529`. If you link an application container it is automatically available in the linked container. See the following examples.
@@ -165,7 +163,7 @@ If you are using the image as a base image please make sure to wrap any CMD in t
 
 # Supported Docker versions
 
-This image is officially supported on Docker version 1.11.2.
+This image is officially supported on Docker version 1.12.1.
 
 Support for older versions (down to 1.6) is provided on a best-effort basis.
 

+ 1 - 1
arangodb/content.md

@@ -32,7 +32,7 @@ Furthermore, ArangoDB offers a microservice framework called [Foxx](https://www.
 In order to start an ArangoDB instance run
 
 ```console
-unix> docker run -e ARANGO_RANDOM_ROOT_PASSWORD=1 -d --name arangodb-instance -d arangodb
+unix> docker run -e ARANGO_RANDOM_ROOT_PASSWORD=1 -d --name arangodb-instance arangodb
 ```
 
 Will create and launch the arangodb docker instance as background process. The Identifier of the process is printed. By default ArangoDB listen on port 8529 for request and the image includes `EXPOSE 8529`. If you link an application container it is automatically available in the linked container. See the following examples.

+ 0 - 759
arangodb/tag-details.md

@@ -1,759 +0,0 @@
-<!-- THIS FILE IS GENERATED VIA '.template-helpers/generate-tag-details.pl' -->
-
-# Tags of `arangodb`
-
--	[`arangodb:2.5.5`](#arangodb255)
--	[`arangodb:2.5`](#arangodb25)
--	[`arangodb:2.6`](#arangodb26)
--	[`arangodb:2.6.10`](#arangodb2610)
--	[`arangodb:2.7`](#arangodb27)
--	[`arangodb:2.7.5`](#arangodb275)
--	[`arangodb:2.8`](#arangodb28)
--	[`arangodb:2.8.11`](#arangodb2811)
--	[`arangodb:3.0`](#arangodb30)
--	[`arangodb:3.0.3`](#arangodb303)
--	[`arangodb:latest`](#arangodblatest)
-
-## `arangodb:2.5.5`
-
-```console
-$ docker pull arangodb@sha256:1c020fe7b2743ba81f5192c8e99863d534123239c1c9bf05f7a3fc14d34a1f9c
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `arangodb:2.5.5` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **106.5 MB (106474447 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:310c159a926d23f07b94e43d98887b87abe56b167ed9c47e15fb4f325f9d9344`
--	Default Command: `["\/usr\/sbin\/arangod"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 04:54:34 GMT
-MAINTAINER Frank Celler <[email protected]>
-# Fri, 10 Jun 2016 04:54:36 GMT
-RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys CD8CB0F1E0AD5B52E93F41E7EA93F5E56E751E9B
-# Fri, 10 Jun 2016 04:54:36 GMT
-ENV ARCHITECTURE=amd64
-# Fri, 10 Jun 2016 04:54:37 GMT
-ENV ARANGO_VERSION=2.5.5
-# Fri, 10 Jun 2016 04:54:37 GMT
-ENV ARANGO_URL=https://www.arangodb.com/repositories/arangodb2/Debian_8.0
-# Fri, 10 Jun 2016 04:54:37 GMT
-ENV ARANGO_PACKAGE=arangodb_2.5.5_amd64.deb
-# Fri, 10 Jun 2016 04:54:38 GMT
-ENV ARANGO_PACKAGE_URL=https://www.arangodb.com/repositories/arangodb2/Debian_8.0/amd64/arangodb_2.5.5_amd64.deb
-# Fri, 10 Jun 2016 04:54:38 GMT
-ENV ARANGO_SIGNATURE_URL=https://www.arangodb.com/repositories/arangodb2/Debian_8.0/amd64/arangodb_2.5.5_amd64.deb.asc
-# Fri, 10 Jun 2016 04:56:10 GMT
-RUN apt-get update &&     apt-get install -y --no-install-recommends         ca-certificates         wget     &&     rm -rf /var/lib/apt/lists/* &&     wget ${ARANGO_SIGNATURE_URL} &&           wget ${ARANGO_PACKAGE_URL} &&             gpg --verify ${ARANGO_PACKAGE}.asc &&     dpkg -i ${ARANGO_PACKAGE} &&     sed -ri         -e 's!127\.0\.0\.1!0.0.0.0!g'         -e 's!^(file\s*=).*!\1 -!'         /etc/arangodb/arangod.conf     &&     apt-get purge -y --auto-remove ca-certificates wget &&     rm -f ${ARANGO_PACKAGE}*
-# Fri, 10 Jun 2016 04:56:11 GMT
-VOLUME [/var/lib/arangodb /var/lib/arangodb-apps]
-# Fri, 10 Jun 2016 04:56:11 GMT
-EXPOSE 8529/tcp
-# Fri, 10 Jun 2016 04:56:11 GMT
-CMD ["/usr/sbin/arangod"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:67a300b324c122317cf2ea9fbf8beda6b6600f9adca4d7c244cd3292e1c03373`  
-		Last Modified: Wed, 29 Jun 2016 17:22:47 GMT  
-		Size: 6.8 KB (6771 bytes)
-	-	`sha256:d6ec0109516e9a757a098dc7c47393f5c55fa9ce872df4dfce1c49d27cafee8d`  
-		Last Modified: Wed, 29 Jun 2016 17:23:04 GMT  
-		Size: 55.1 MB (55115141 bytes)
-
-## `arangodb:2.5`
-
-```console
-$ docker pull arangodb@sha256:1c020fe7b2743ba81f5192c8e99863d534123239c1c9bf05f7a3fc14d34a1f9c
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `arangodb:2.5` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **106.5 MB (106474447 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:310c159a926d23f07b94e43d98887b87abe56b167ed9c47e15fb4f325f9d9344`
--	Default Command: `["\/usr\/sbin\/arangod"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 04:54:34 GMT
-MAINTAINER Frank Celler <[email protected]>
-# Fri, 10 Jun 2016 04:54:36 GMT
-RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys CD8CB0F1E0AD5B52E93F41E7EA93F5E56E751E9B
-# Fri, 10 Jun 2016 04:54:36 GMT
-ENV ARCHITECTURE=amd64
-# Fri, 10 Jun 2016 04:54:37 GMT
-ENV ARANGO_VERSION=2.5.5
-# Fri, 10 Jun 2016 04:54:37 GMT
-ENV ARANGO_URL=https://www.arangodb.com/repositories/arangodb2/Debian_8.0
-# Fri, 10 Jun 2016 04:54:37 GMT
-ENV ARANGO_PACKAGE=arangodb_2.5.5_amd64.deb
-# Fri, 10 Jun 2016 04:54:38 GMT
-ENV ARANGO_PACKAGE_URL=https://www.arangodb.com/repositories/arangodb2/Debian_8.0/amd64/arangodb_2.5.5_amd64.deb
-# Fri, 10 Jun 2016 04:54:38 GMT
-ENV ARANGO_SIGNATURE_URL=https://www.arangodb.com/repositories/arangodb2/Debian_8.0/amd64/arangodb_2.5.5_amd64.deb.asc
-# Fri, 10 Jun 2016 04:56:10 GMT
-RUN apt-get update &&     apt-get install -y --no-install-recommends         ca-certificates         wget     &&     rm -rf /var/lib/apt/lists/* &&     wget ${ARANGO_SIGNATURE_URL} &&           wget ${ARANGO_PACKAGE_URL} &&             gpg --verify ${ARANGO_PACKAGE}.asc &&     dpkg -i ${ARANGO_PACKAGE} &&     sed -ri         -e 's!127\.0\.0\.1!0.0.0.0!g'         -e 's!^(file\s*=).*!\1 -!'         /etc/arangodb/arangod.conf     &&     apt-get purge -y --auto-remove ca-certificates wget &&     rm -f ${ARANGO_PACKAGE}*
-# Fri, 10 Jun 2016 04:56:11 GMT
-VOLUME [/var/lib/arangodb /var/lib/arangodb-apps]
-# Fri, 10 Jun 2016 04:56:11 GMT
-EXPOSE 8529/tcp
-# Fri, 10 Jun 2016 04:56:11 GMT
-CMD ["/usr/sbin/arangod"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:67a300b324c122317cf2ea9fbf8beda6b6600f9adca4d7c244cd3292e1c03373`  
-		Last Modified: Wed, 29 Jun 2016 17:22:47 GMT  
-		Size: 6.8 KB (6771 bytes)
-	-	`sha256:d6ec0109516e9a757a098dc7c47393f5c55fa9ce872df4dfce1c49d27cafee8d`  
-		Last Modified: Wed, 29 Jun 2016 17:23:04 GMT  
-		Size: 55.1 MB (55115141 bytes)
-
-## `arangodb:2.6`
-
-```console
-$ docker pull arangodb@sha256:93944d7a1ac3f9673c96313485a90261814614e38680be319c679edf159c44e8
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `arangodb:2.6` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **124.9 MB (124926297 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:b43054a8ac6e83cd957c2ccc405bb61f102d983da0f08a0ae1efefc7c4d7acf9`
--	Default Command: `["\/usr\/sbin\/arangod"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 04:54:34 GMT
-MAINTAINER Frank Celler <[email protected]>
-# Fri, 10 Jun 2016 04:54:36 GMT
-RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys CD8CB0F1E0AD5B52E93F41E7EA93F5E56E751E9B
-# Fri, 10 Jun 2016 04:54:36 GMT
-ENV ARCHITECTURE=amd64
-# Fri, 10 Jun 2016 04:56:12 GMT
-ENV ARANGO_VERSION=2.6.10
-# Fri, 10 Jun 2016 04:56:12 GMT
-ENV ARANGO_URL=https://www.arangodb.com/repositories/arangodb2/Debian_8.0
-# Fri, 10 Jun 2016 04:56:13 GMT
-ENV ARANGO_PACKAGE=arangodb_2.6.10_amd64.deb
-# Fri, 10 Jun 2016 04:56:13 GMT
-ENV ARANGO_PACKAGE_URL=https://www.arangodb.com/repositories/arangodb2/Debian_8.0/amd64/arangodb_2.6.10_amd64.deb
-# Fri, 10 Jun 2016 04:56:13 GMT
-ENV ARANGO_SIGNATURE_URL=https://www.arangodb.com/repositories/arangodb2/Debian_8.0/amd64/arangodb_2.6.10_amd64.deb.asc
-# Fri, 10 Jun 2016 04:57:47 GMT
-RUN apt-get update &&     apt-get install -y --no-install-recommends         libgoogle-perftools4         ca-certificates         wget     &&     rm -rf /var/lib/apt/lists/* &&     wget ${ARANGO_SIGNATURE_URL} &&           wget ${ARANGO_PACKAGE_URL} &&             gpg --verify ${ARANGO_PACKAGE}.asc &&     dpkg -i ${ARANGO_PACKAGE} &&     sed -ri         -e 's!127\.0\.0\.1!0.0.0.0!g'         -e 's!^(file\s*=).*!\1 -!'         /etc/arangodb/arangod.conf     &&     apt-get purge -y --auto-remove ca-certificates wget &&     rm -f ${ARANGO_PACKAGE}*
-# Fri, 10 Jun 2016 04:57:47 GMT
-VOLUME [/var/lib/arangodb /var/lib/arangodb-apps]
-# Fri, 10 Jun 2016 04:57:47 GMT
-EXPOSE 8529/tcp
-# Fri, 10 Jun 2016 04:57:48 GMT
-CMD ["/usr/sbin/arangod"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:67a300b324c122317cf2ea9fbf8beda6b6600f9adca4d7c244cd3292e1c03373`  
-		Last Modified: Wed, 29 Jun 2016 17:22:47 GMT  
-		Size: 6.8 KB (6771 bytes)
-	-	`sha256:e5f867744e7ef583db48547b3b1c9029d7c0cb7dc496d2dfeda5378c04adfbaa`  
-		Last Modified: Wed, 29 Jun 2016 17:23:53 GMT  
-		Size: 73.6 MB (73566991 bytes)
-
-## `arangodb:2.6.10`
-
-```console
-$ docker pull arangodb@sha256:93944d7a1ac3f9673c96313485a90261814614e38680be319c679edf159c44e8
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `arangodb:2.6.10` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **124.9 MB (124926297 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:b43054a8ac6e83cd957c2ccc405bb61f102d983da0f08a0ae1efefc7c4d7acf9`
--	Default Command: `["\/usr\/sbin\/arangod"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 04:54:34 GMT
-MAINTAINER Frank Celler <[email protected]>
-# Fri, 10 Jun 2016 04:54:36 GMT
-RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys CD8CB0F1E0AD5B52E93F41E7EA93F5E56E751E9B
-# Fri, 10 Jun 2016 04:54:36 GMT
-ENV ARCHITECTURE=amd64
-# Fri, 10 Jun 2016 04:56:12 GMT
-ENV ARANGO_VERSION=2.6.10
-# Fri, 10 Jun 2016 04:56:12 GMT
-ENV ARANGO_URL=https://www.arangodb.com/repositories/arangodb2/Debian_8.0
-# Fri, 10 Jun 2016 04:56:13 GMT
-ENV ARANGO_PACKAGE=arangodb_2.6.10_amd64.deb
-# Fri, 10 Jun 2016 04:56:13 GMT
-ENV ARANGO_PACKAGE_URL=https://www.arangodb.com/repositories/arangodb2/Debian_8.0/amd64/arangodb_2.6.10_amd64.deb
-# Fri, 10 Jun 2016 04:56:13 GMT
-ENV ARANGO_SIGNATURE_URL=https://www.arangodb.com/repositories/arangodb2/Debian_8.0/amd64/arangodb_2.6.10_amd64.deb.asc
-# Fri, 10 Jun 2016 04:57:47 GMT
-RUN apt-get update &&     apt-get install -y --no-install-recommends         libgoogle-perftools4         ca-certificates         wget     &&     rm -rf /var/lib/apt/lists/* &&     wget ${ARANGO_SIGNATURE_URL} &&           wget ${ARANGO_PACKAGE_URL} &&             gpg --verify ${ARANGO_PACKAGE}.asc &&     dpkg -i ${ARANGO_PACKAGE} &&     sed -ri         -e 's!127\.0\.0\.1!0.0.0.0!g'         -e 's!^(file\s*=).*!\1 -!'         /etc/arangodb/arangod.conf     &&     apt-get purge -y --auto-remove ca-certificates wget &&     rm -f ${ARANGO_PACKAGE}*
-# Fri, 10 Jun 2016 04:57:47 GMT
-VOLUME [/var/lib/arangodb /var/lib/arangodb-apps]
-# Fri, 10 Jun 2016 04:57:47 GMT
-EXPOSE 8529/tcp
-# Fri, 10 Jun 2016 04:57:48 GMT
-CMD ["/usr/sbin/arangod"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:67a300b324c122317cf2ea9fbf8beda6b6600f9adca4d7c244cd3292e1c03373`  
-		Last Modified: Wed, 29 Jun 2016 17:22:47 GMT  
-		Size: 6.8 KB (6771 bytes)
-	-	`sha256:e5f867744e7ef583db48547b3b1c9029d7c0cb7dc496d2dfeda5378c04adfbaa`  
-		Last Modified: Wed, 29 Jun 2016 17:23:53 GMT  
-		Size: 73.6 MB (73566991 bytes)
-
-## `arangodb:2.7`
-
-```console
-$ docker pull arangodb@sha256:2eee212a127f9ca2287aa7869b11aaf88c5da55d06f4d053301c8f4848500b64
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `arangodb:2.7` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **127.1 MB (127075209 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:6bed22929f9541cbfcefcb342d12b5b67a9ff8991ddb806bfca16138635185b6`
--	Default Command: `["\/usr\/sbin\/arangod"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 04:54:34 GMT
-MAINTAINER Frank Celler <[email protected]>
-# Fri, 10 Jun 2016 04:54:36 GMT
-RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys CD8CB0F1E0AD5B52E93F41E7EA93F5E56E751E9B
-# Fri, 10 Jun 2016 04:54:36 GMT
-ENV ARCHITECTURE=amd64
-# Fri, 10 Jun 2016 04:57:48 GMT
-ENV ARANGO_VERSION=2.7.5
-# Fri, 10 Jun 2016 04:57:48 GMT
-ENV ARANGO_URL=https://www.arangodb.com/repositories/arangodb2/Debian_8.0
-# Fri, 10 Jun 2016 04:57:49 GMT
-ENV ARANGO_PACKAGE=arangodb_2.7.5_amd64.deb
-# Fri, 10 Jun 2016 04:57:49 GMT
-ENV ARANGO_PACKAGE_URL=https://www.arangodb.com/repositories/arangodb2/Debian_8.0/amd64/arangodb_2.7.5_amd64.deb
-# Fri, 10 Jun 2016 04:57:49 GMT
-ENV ARANGO_SIGNATURE_URL=https://www.arangodb.com/repositories/arangodb2/Debian_8.0/amd64/arangodb_2.7.5_amd64.deb.asc
-# Fri, 10 Jun 2016 04:59:24 GMT
-RUN apt-get update &&     apt-get install -y --no-install-recommends         libgoogle-perftools4         ca-certificates         wget     &&     rm -rf /var/lib/apt/lists/* &&     wget ${ARANGO_SIGNATURE_URL} &&           wget ${ARANGO_PACKAGE_URL} &&             gpg --verify ${ARANGO_PACKAGE}.asc &&     dpkg -i ${ARANGO_PACKAGE} &&     sed -ri         -e 's!127\.0\.0\.1!0.0.0.0!g'         -e 's!^(file\s*=).*!\1 -!'         /etc/arangodb/arangod.conf     &&     apt-get purge -y --auto-remove ca-certificates wget &&     rm -f ${ARANGO_PACKAGE}*
-# Fri, 10 Jun 2016 04:59:24 GMT
-VOLUME [/var/lib/arangodb /var/lib/arangodb-apps]
-# Fri, 10 Jun 2016 04:59:24 GMT
-EXPOSE 8529/tcp
-# Fri, 10 Jun 2016 04:59:25 GMT
-CMD ["/usr/sbin/arangod"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:67a300b324c122317cf2ea9fbf8beda6b6600f9adca4d7c244cd3292e1c03373`  
-		Last Modified: Wed, 29 Jun 2016 17:22:47 GMT  
-		Size: 6.8 KB (6771 bytes)
-	-	`sha256:7ec5b24c3e9b082a039e392f9acc9cd5eabbf480e5f8bcc09dc66de4a3994c5a`  
-		Last Modified: Wed, 29 Jun 2016 17:24:44 GMT  
-		Size: 75.7 MB (75715903 bytes)
-
-## `arangodb:2.7.5`
-
-```console
-$ docker pull arangodb@sha256:2eee212a127f9ca2287aa7869b11aaf88c5da55d06f4d053301c8f4848500b64
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `arangodb:2.7.5` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **127.1 MB (127075209 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:6bed22929f9541cbfcefcb342d12b5b67a9ff8991ddb806bfca16138635185b6`
--	Default Command: `["\/usr\/sbin\/arangod"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 04:54:34 GMT
-MAINTAINER Frank Celler <[email protected]>
-# Fri, 10 Jun 2016 04:54:36 GMT
-RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys CD8CB0F1E0AD5B52E93F41E7EA93F5E56E751E9B
-# Fri, 10 Jun 2016 04:54:36 GMT
-ENV ARCHITECTURE=amd64
-# Fri, 10 Jun 2016 04:57:48 GMT
-ENV ARANGO_VERSION=2.7.5
-# Fri, 10 Jun 2016 04:57:48 GMT
-ENV ARANGO_URL=https://www.arangodb.com/repositories/arangodb2/Debian_8.0
-# Fri, 10 Jun 2016 04:57:49 GMT
-ENV ARANGO_PACKAGE=arangodb_2.7.5_amd64.deb
-# Fri, 10 Jun 2016 04:57:49 GMT
-ENV ARANGO_PACKAGE_URL=https://www.arangodb.com/repositories/arangodb2/Debian_8.0/amd64/arangodb_2.7.5_amd64.deb
-# Fri, 10 Jun 2016 04:57:49 GMT
-ENV ARANGO_SIGNATURE_URL=https://www.arangodb.com/repositories/arangodb2/Debian_8.0/amd64/arangodb_2.7.5_amd64.deb.asc
-# Fri, 10 Jun 2016 04:59:24 GMT
-RUN apt-get update &&     apt-get install -y --no-install-recommends         libgoogle-perftools4         ca-certificates         wget     &&     rm -rf /var/lib/apt/lists/* &&     wget ${ARANGO_SIGNATURE_URL} &&           wget ${ARANGO_PACKAGE_URL} &&             gpg --verify ${ARANGO_PACKAGE}.asc &&     dpkg -i ${ARANGO_PACKAGE} &&     sed -ri         -e 's!127\.0\.0\.1!0.0.0.0!g'         -e 's!^(file\s*=).*!\1 -!'         /etc/arangodb/arangod.conf     &&     apt-get purge -y --auto-remove ca-certificates wget &&     rm -f ${ARANGO_PACKAGE}*
-# Fri, 10 Jun 2016 04:59:24 GMT
-VOLUME [/var/lib/arangodb /var/lib/arangodb-apps]
-# Fri, 10 Jun 2016 04:59:24 GMT
-EXPOSE 8529/tcp
-# Fri, 10 Jun 2016 04:59:25 GMT
-CMD ["/usr/sbin/arangod"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:67a300b324c122317cf2ea9fbf8beda6b6600f9adca4d7c244cd3292e1c03373`  
-		Last Modified: Wed, 29 Jun 2016 17:22:47 GMT  
-		Size: 6.8 KB (6771 bytes)
-	-	`sha256:7ec5b24c3e9b082a039e392f9acc9cd5eabbf480e5f8bcc09dc66de4a3994c5a`  
-		Last Modified: Wed, 29 Jun 2016 17:24:44 GMT  
-		Size: 75.7 MB (75715903 bytes)
-
-## `arangodb:2.8`
-
-```console
-$ docker pull arangodb@sha256:0d8ccaa864c98b16a58e273de66e2f3167189db805034f19c53f2ff89092cb87
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `arangodb:2.8` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **110.2 MB (110191537 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:75b3c558dd9bdfa971f9921b52333c1f64639d87f1d5512835425176764a527f`
--	Entrypoint: `["\/entrypoint.sh"]`
--	Default Command: `["arangod"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 04:54:34 GMT
-MAINTAINER Frank Celler <[email protected]>
-# Fri, 10 Jun 2016 04:54:36 GMT
-RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys CD8CB0F1E0AD5B52E93F41E7EA93F5E56E751E9B
-# Fri, 10 Jun 2016 04:54:36 GMT
-ENV ARCHITECTURE=amd64
-# Mon, 18 Jul 2016 16:45:23 GMT
-ENV ARANGO_VERSION=2.8.11
-# Mon, 18 Jul 2016 16:45:24 GMT
-ENV ARANGO_URL=https://www.arangodb.com/repositories/arangodb2/Debian_8.0
-# Mon, 18 Jul 2016 16:45:25 GMT
-ENV ARANGO_PACKAGE=arangodb_2.8.11_amd64.deb
-# Mon, 18 Jul 2016 16:45:25 GMT
-ENV ARANGO_PACKAGE_URL=https://www.arangodb.com/repositories/arangodb2/Debian_8.0/amd64/arangodb_2.8.11_amd64.deb
-# Mon, 18 Jul 2016 16:45:26 GMT
-ENV ARANGO_SIGNATURE_URL=https://www.arangodb.com/repositories/arangodb2/Debian_8.0/amd64/arangodb_2.8.11_amd64.deb.asc
-# Mon, 18 Jul 2016 16:47:04 GMT
-RUN apt-get update &&     apt-get install -y --no-install-recommends         libgoogle-perftools4         ca-certificates         pwgen         wget     &&     rm -rf /var/lib/apt/lists/* &&     wget ${ARANGO_SIGNATURE_URL} &&           wget ${ARANGO_PACKAGE_URL} &&             gpg --verify ${ARANGO_PACKAGE}.asc &&     dpkg -i ${ARANGO_PACKAGE} &&     sed -ri         -e 's!127\.0\.0\.1!0.0.0.0!g'         -e 's!^(file\s*=).*!\1 -!'         -e 's!^#\s*uid\s*=.*!uid = arangodb!'         -e 's!^#\s*gid\s*=.*!gid = arangodb!'         /etc/arangodb/arangod.conf     &&     apt-get purge -y --auto-remove ca-certificates wget &&     rm -f ${ARANGO_PACKAGE}*
-# Mon, 18 Jul 2016 16:47:06 GMT
-RUN chown arangodb:arangodb /var/lib/arangodb &&   chown arangodb:arangodb /var/lib/arangodb-apps
-# Mon, 18 Jul 2016 16:47:07 GMT
-VOLUME [/var/lib/arangodb /var/lib/arangodb-apps]
-# Mon, 18 Jul 2016 16:47:08 GMT
-COPY file:d5e2df43b028efe92b9f4dc2dfd67aa54840beb1e09b6c23c32ae8403b0ae7e4 in /entrypoint.sh
-# Mon, 18 Jul 2016 16:47:09 GMT
-ENTRYPOINT &{["/entrypoint.sh"]}
-# Mon, 18 Jul 2016 16:47:09 GMT
-EXPOSE 8529/tcp
-# Mon, 18 Jul 2016 16:47:10 GMT
-USER [arangodb]
-# Mon, 18 Jul 2016 16:47:11 GMT
-CMD ["arangod"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:67a300b324c122317cf2ea9fbf8beda6b6600f9adca4d7c244cd3292e1c03373`  
-		Last Modified: Wed, 29 Jun 2016 17:22:47 GMT  
-		Size: 6.8 KB (6771 bytes)
-	-	`sha256:e7489091ccef26accf3f86df7e44ab853d9742fe6085021ff50d2736ff152ed2`  
-		Last Modified: Mon, 18 Jul 2016 16:50:27 GMT  
-		Size: 58.8 MB (58830971 bytes)
-	-	`sha256:e43bf0ac909d45549d722ec966c66eb0f13a8bdb03649917bf77d378676bc8d2`  
-		Last Modified: Mon, 18 Jul 2016 16:50:11 GMT  
-		Size: 165.0 B
-	-	`sha256:23529b0caf11cfef25e8b94eb08674b188d17137e819685eda1080d77846a8c3`  
-		Last Modified: Mon, 18 Jul 2016 16:50:11 GMT  
-		Size: 1.1 KB (1095 bytes)
-
-## `arangodb:2.8.11`
-
-```console
-$ docker pull arangodb@sha256:0d8ccaa864c98b16a58e273de66e2f3167189db805034f19c53f2ff89092cb87
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `arangodb:2.8.11` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **110.2 MB (110191537 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:75b3c558dd9bdfa971f9921b52333c1f64639d87f1d5512835425176764a527f`
--	Entrypoint: `["\/entrypoint.sh"]`
--	Default Command: `["arangod"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 04:54:34 GMT
-MAINTAINER Frank Celler <[email protected]>
-# Fri, 10 Jun 2016 04:54:36 GMT
-RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys CD8CB0F1E0AD5B52E93F41E7EA93F5E56E751E9B
-# Fri, 10 Jun 2016 04:54:36 GMT
-ENV ARCHITECTURE=amd64
-# Mon, 18 Jul 2016 16:45:23 GMT
-ENV ARANGO_VERSION=2.8.11
-# Mon, 18 Jul 2016 16:45:24 GMT
-ENV ARANGO_URL=https://www.arangodb.com/repositories/arangodb2/Debian_8.0
-# Mon, 18 Jul 2016 16:45:25 GMT
-ENV ARANGO_PACKAGE=arangodb_2.8.11_amd64.deb
-# Mon, 18 Jul 2016 16:45:25 GMT
-ENV ARANGO_PACKAGE_URL=https://www.arangodb.com/repositories/arangodb2/Debian_8.0/amd64/arangodb_2.8.11_amd64.deb
-# Mon, 18 Jul 2016 16:45:26 GMT
-ENV ARANGO_SIGNATURE_URL=https://www.arangodb.com/repositories/arangodb2/Debian_8.0/amd64/arangodb_2.8.11_amd64.deb.asc
-# Mon, 18 Jul 2016 16:47:04 GMT
-RUN apt-get update &&     apt-get install -y --no-install-recommends         libgoogle-perftools4         ca-certificates         pwgen         wget     &&     rm -rf /var/lib/apt/lists/* &&     wget ${ARANGO_SIGNATURE_URL} &&           wget ${ARANGO_PACKAGE_URL} &&             gpg --verify ${ARANGO_PACKAGE}.asc &&     dpkg -i ${ARANGO_PACKAGE} &&     sed -ri         -e 's!127\.0\.0\.1!0.0.0.0!g'         -e 's!^(file\s*=).*!\1 -!'         -e 's!^#\s*uid\s*=.*!uid = arangodb!'         -e 's!^#\s*gid\s*=.*!gid = arangodb!'         /etc/arangodb/arangod.conf     &&     apt-get purge -y --auto-remove ca-certificates wget &&     rm -f ${ARANGO_PACKAGE}*
-# Mon, 18 Jul 2016 16:47:06 GMT
-RUN chown arangodb:arangodb /var/lib/arangodb &&   chown arangodb:arangodb /var/lib/arangodb-apps
-# Mon, 18 Jul 2016 16:47:07 GMT
-VOLUME [/var/lib/arangodb /var/lib/arangodb-apps]
-# Mon, 18 Jul 2016 16:47:08 GMT
-COPY file:d5e2df43b028efe92b9f4dc2dfd67aa54840beb1e09b6c23c32ae8403b0ae7e4 in /entrypoint.sh
-# Mon, 18 Jul 2016 16:47:09 GMT
-ENTRYPOINT &{["/entrypoint.sh"]}
-# Mon, 18 Jul 2016 16:47:09 GMT
-EXPOSE 8529/tcp
-# Mon, 18 Jul 2016 16:47:10 GMT
-USER [arangodb]
-# Mon, 18 Jul 2016 16:47:11 GMT
-CMD ["arangod"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:67a300b324c122317cf2ea9fbf8beda6b6600f9adca4d7c244cd3292e1c03373`  
-		Last Modified: Wed, 29 Jun 2016 17:22:47 GMT  
-		Size: 6.8 KB (6771 bytes)
-	-	`sha256:e7489091ccef26accf3f86df7e44ab853d9742fe6085021ff50d2736ff152ed2`  
-		Last Modified: Mon, 18 Jul 2016 16:50:27 GMT  
-		Size: 58.8 MB (58830971 bytes)
-	-	`sha256:e43bf0ac909d45549d722ec966c66eb0f13a8bdb03649917bf77d378676bc8d2`  
-		Last Modified: Mon, 18 Jul 2016 16:50:11 GMT  
-		Size: 165.0 B
-	-	`sha256:23529b0caf11cfef25e8b94eb08674b188d17137e819685eda1080d77846a8c3`  
-		Last Modified: Mon, 18 Jul 2016 16:50:11 GMT  
-		Size: 1.1 KB (1095 bytes)
-
-## `arangodb:3.0`
-
-```console
-$ docker pull arangodb@sha256:29e9a7fc0752199c6b2ca36bdec89f591c54604a8742324dc6b5e01530516d26
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `arangodb:3.0` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **119.1 MB (119116877 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:08fa50aa6a78692a3f219d5d919bd71ca2eb8a52b5e1d247fdcfacb9ece4b961`
--	Entrypoint: `["\/entrypoint.sh"]`
--	Default Command: `["arangod"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 04:54:34 GMT
-MAINTAINER Frank Celler <[email protected]>
-# Wed, 29 Jun 2016 17:20:43 GMT
-ENV ARCHITECTURE=amd64
-# Mon, 18 Jul 2016 16:47:12 GMT
-ENV ARANGO_VERSION=3.0.3
-# Mon, 18 Jul 2016 16:47:13 GMT
-ENV ARANGO_URL=https://www.arangodb.com/repositories/arangodb3/Debian_8.0
-# Mon, 18 Jul 2016 16:47:13 GMT
-ENV ARANGO_PACKAGE=arangodb3_3.0.3_amd64.deb
-# Mon, 18 Jul 2016 16:47:14 GMT
-ENV ARANGO_PACKAGE_URL=https://www.arangodb.com/repositories/arangodb3/Debian_8.0/amd64/arangodb3_3.0.3_amd64.deb
-# Mon, 18 Jul 2016 16:47:15 GMT
-ENV ARANGO_SIGNATURE_URL=https://www.arangodb.com/repositories/arangodb3/Debian_8.0/amd64/arangodb3_3.0.3_amd64.deb.asc
-# Mon, 18 Jul 2016 16:47:17 GMT
-RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys CD8CB0F1E0AD5B52E93F41E7EA93F5E56E751E9B
-# Mon, 18 Jul 2016 16:48:20 GMT
-RUN apt-get update &&     apt-get install -y --no-install-recommends         libjemalloc1 	libsnappy1         ca-certificates         pwgen         curl     &&     rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 16:48:22 GMT
-RUN mkdir /docker-entrypoint-initdb.d
-# Mon, 18 Jul 2016 16:49:04 GMT
-RUN curl -O ${ARANGO_SIGNATURE_URL} &&           curl -O ${ARANGO_PACKAGE_URL} &&             gpg --verify ${ARANGO_PACKAGE}.asc &&     (echo arangodb3 arangodb/password password test | debconf-set-selections) &&     (echo arangodb3 arangodb/password_again password test | debconf-set-selections) &&     DEBIAN_FRONTEND="noninteractive" dpkg -i ${ARANGO_PACKAGE} &&     rm -rf /var/lib/arangodb3/* &&     sed -ri         -e 's!127\.0\.0\.1!0.0.0.0!g'         -e 's!^(file\s*=).*!\1 -!'         -e 's!^#\s*uid\s*=.*!uid = arangodb!'         -e 's!^#\s*gid\s*=.*!gid = arangodb!'         /etc/arangodb3/arangod.conf     &&     DEBIAN_FRONTEND="noninteractive" apt-get purge -y --auto-remove ca-certificates &&     rm -f ${ARANGO_PACKAGE}*
-# Mon, 18 Jul 2016 16:49:05 GMT
-VOLUME [/var/lib/arangodb3 /var/lib/arangodb3-apps]
-# Mon, 18 Jul 2016 16:49:06 GMT
-COPY file:b4d76a688137b83503d77bb818e5dfa72d9e1f7b1e660f6d81e5a2ad5567e562 in /entrypoint.sh
-# Mon, 18 Jul 2016 16:49:07 GMT
-ENTRYPOINT &{["/entrypoint.sh"]}
-# Mon, 18 Jul 2016 16:49:07 GMT
-EXPOSE 8529/tcp
-# Mon, 18 Jul 2016 16:49:08 GMT
-CMD ["arangod"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:758f58ee3e6f9a693b1cdefdb842150f0ebc8851827e32d112481ad1b86bf4ac`  
-		Last Modified: Mon, 18 Jul 2016 16:50:52 GMT  
-		Size: 6.8 KB (6768 bytes)
-	-	`sha256:d03f037f094ea407da842aec6202bd5783093b7b317d156dc1128ce57f82e8bb`  
-		Last Modified: Mon, 18 Jul 2016 16:50:54 GMT  
-		Size: 6.7 MB (6703536 bytes)
-	-	`sha256:e6895097ba7a1d7f52a612c572ab0f42c62577a21884737aee11cdb872203735`  
-		Last Modified: Mon, 18 Jul 2016 16:50:52 GMT  
-		Size: 113.0 B
-	-	`sha256:5c088af307311e1af34c13698f139dfd5d14cae90698ab7c195d96add1b09cd6`  
-		Last Modified: Mon, 18 Jul 2016 16:51:09 GMT  
-		Size: 61.1 MB (61052502 bytes)
-	-	`sha256:1b30bd1d74d909d04d8ba8b98e298976acab71e76667a99d17a7e44292ba7d30`  
-		Last Modified: Mon, 18 Jul 2016 16:50:52 GMT  
-		Size: 1.4 KB (1423 bytes)
-
-## `arangodb:3.0.3`
-
-```console
-$ docker pull arangodb@sha256:29e9a7fc0752199c6b2ca36bdec89f591c54604a8742324dc6b5e01530516d26
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `arangodb:3.0.3` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **119.1 MB (119116877 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:08fa50aa6a78692a3f219d5d919bd71ca2eb8a52b5e1d247fdcfacb9ece4b961`
--	Entrypoint: `["\/entrypoint.sh"]`
--	Default Command: `["arangod"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 04:54:34 GMT
-MAINTAINER Frank Celler <[email protected]>
-# Wed, 29 Jun 2016 17:20:43 GMT
-ENV ARCHITECTURE=amd64
-# Mon, 18 Jul 2016 16:47:12 GMT
-ENV ARANGO_VERSION=3.0.3
-# Mon, 18 Jul 2016 16:47:13 GMT
-ENV ARANGO_URL=https://www.arangodb.com/repositories/arangodb3/Debian_8.0
-# Mon, 18 Jul 2016 16:47:13 GMT
-ENV ARANGO_PACKAGE=arangodb3_3.0.3_amd64.deb
-# Mon, 18 Jul 2016 16:47:14 GMT
-ENV ARANGO_PACKAGE_URL=https://www.arangodb.com/repositories/arangodb3/Debian_8.0/amd64/arangodb3_3.0.3_amd64.deb
-# Mon, 18 Jul 2016 16:47:15 GMT
-ENV ARANGO_SIGNATURE_URL=https://www.arangodb.com/repositories/arangodb3/Debian_8.0/amd64/arangodb3_3.0.3_amd64.deb.asc
-# Mon, 18 Jul 2016 16:47:17 GMT
-RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys CD8CB0F1E0AD5B52E93F41E7EA93F5E56E751E9B
-# Mon, 18 Jul 2016 16:48:20 GMT
-RUN apt-get update &&     apt-get install -y --no-install-recommends         libjemalloc1 	libsnappy1         ca-certificates         pwgen         curl     &&     rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 16:48:22 GMT
-RUN mkdir /docker-entrypoint-initdb.d
-# Mon, 18 Jul 2016 16:49:04 GMT
-RUN curl -O ${ARANGO_SIGNATURE_URL} &&           curl -O ${ARANGO_PACKAGE_URL} &&             gpg --verify ${ARANGO_PACKAGE}.asc &&     (echo arangodb3 arangodb/password password test | debconf-set-selections) &&     (echo arangodb3 arangodb/password_again password test | debconf-set-selections) &&     DEBIAN_FRONTEND="noninteractive" dpkg -i ${ARANGO_PACKAGE} &&     rm -rf /var/lib/arangodb3/* &&     sed -ri         -e 's!127\.0\.0\.1!0.0.0.0!g'         -e 's!^(file\s*=).*!\1 -!'         -e 's!^#\s*uid\s*=.*!uid = arangodb!'         -e 's!^#\s*gid\s*=.*!gid = arangodb!'         /etc/arangodb3/arangod.conf     &&     DEBIAN_FRONTEND="noninteractive" apt-get purge -y --auto-remove ca-certificates &&     rm -f ${ARANGO_PACKAGE}*
-# Mon, 18 Jul 2016 16:49:05 GMT
-VOLUME [/var/lib/arangodb3 /var/lib/arangodb3-apps]
-# Mon, 18 Jul 2016 16:49:06 GMT
-COPY file:b4d76a688137b83503d77bb818e5dfa72d9e1f7b1e660f6d81e5a2ad5567e562 in /entrypoint.sh
-# Mon, 18 Jul 2016 16:49:07 GMT
-ENTRYPOINT &{["/entrypoint.sh"]}
-# Mon, 18 Jul 2016 16:49:07 GMT
-EXPOSE 8529/tcp
-# Mon, 18 Jul 2016 16:49:08 GMT
-CMD ["arangod"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:758f58ee3e6f9a693b1cdefdb842150f0ebc8851827e32d112481ad1b86bf4ac`  
-		Last Modified: Mon, 18 Jul 2016 16:50:52 GMT  
-		Size: 6.8 KB (6768 bytes)
-	-	`sha256:d03f037f094ea407da842aec6202bd5783093b7b317d156dc1128ce57f82e8bb`  
-		Last Modified: Mon, 18 Jul 2016 16:50:54 GMT  
-		Size: 6.7 MB (6703536 bytes)
-	-	`sha256:e6895097ba7a1d7f52a612c572ab0f42c62577a21884737aee11cdb872203735`  
-		Last Modified: Mon, 18 Jul 2016 16:50:52 GMT  
-		Size: 113.0 B
-	-	`sha256:5c088af307311e1af34c13698f139dfd5d14cae90698ab7c195d96add1b09cd6`  
-		Last Modified: Mon, 18 Jul 2016 16:51:09 GMT  
-		Size: 61.1 MB (61052502 bytes)
-	-	`sha256:1b30bd1d74d909d04d8ba8b98e298976acab71e76667a99d17a7e44292ba7d30`  
-		Last Modified: Mon, 18 Jul 2016 16:50:52 GMT  
-		Size: 1.4 KB (1423 bytes)
-
-## `arangodb:latest`
-
-```console
-$ docker pull arangodb@sha256:29e9a7fc0752199c6b2ca36bdec89f591c54604a8742324dc6b5e01530516d26
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `arangodb:latest` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **119.1 MB (119116877 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:08fa50aa6a78692a3f219d5d919bd71ca2eb8a52b5e1d247fdcfacb9ece4b961`
--	Entrypoint: `["\/entrypoint.sh"]`
--	Default Command: `["arangod"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 04:54:34 GMT
-MAINTAINER Frank Celler <[email protected]>
-# Wed, 29 Jun 2016 17:20:43 GMT
-ENV ARCHITECTURE=amd64
-# Mon, 18 Jul 2016 16:47:12 GMT
-ENV ARANGO_VERSION=3.0.3
-# Mon, 18 Jul 2016 16:47:13 GMT
-ENV ARANGO_URL=https://www.arangodb.com/repositories/arangodb3/Debian_8.0
-# Mon, 18 Jul 2016 16:47:13 GMT
-ENV ARANGO_PACKAGE=arangodb3_3.0.3_amd64.deb
-# Mon, 18 Jul 2016 16:47:14 GMT
-ENV ARANGO_PACKAGE_URL=https://www.arangodb.com/repositories/arangodb3/Debian_8.0/amd64/arangodb3_3.0.3_amd64.deb
-# Mon, 18 Jul 2016 16:47:15 GMT
-ENV ARANGO_SIGNATURE_URL=https://www.arangodb.com/repositories/arangodb3/Debian_8.0/amd64/arangodb3_3.0.3_amd64.deb.asc
-# Mon, 18 Jul 2016 16:47:17 GMT
-RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys CD8CB0F1E0AD5B52E93F41E7EA93F5E56E751E9B
-# Mon, 18 Jul 2016 16:48:20 GMT
-RUN apt-get update &&     apt-get install -y --no-install-recommends         libjemalloc1 	libsnappy1         ca-certificates         pwgen         curl     &&     rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 16:48:22 GMT
-RUN mkdir /docker-entrypoint-initdb.d
-# Mon, 18 Jul 2016 16:49:04 GMT
-RUN curl -O ${ARANGO_SIGNATURE_URL} &&           curl -O ${ARANGO_PACKAGE_URL} &&             gpg --verify ${ARANGO_PACKAGE}.asc &&     (echo arangodb3 arangodb/password password test | debconf-set-selections) &&     (echo arangodb3 arangodb/password_again password test | debconf-set-selections) &&     DEBIAN_FRONTEND="noninteractive" dpkg -i ${ARANGO_PACKAGE} &&     rm -rf /var/lib/arangodb3/* &&     sed -ri         -e 's!127\.0\.0\.1!0.0.0.0!g'         -e 's!^(file\s*=).*!\1 -!'         -e 's!^#\s*uid\s*=.*!uid = arangodb!'         -e 's!^#\s*gid\s*=.*!gid = arangodb!'         /etc/arangodb3/arangod.conf     &&     DEBIAN_FRONTEND="noninteractive" apt-get purge -y --auto-remove ca-certificates &&     rm -f ${ARANGO_PACKAGE}*
-# Mon, 18 Jul 2016 16:49:05 GMT
-VOLUME [/var/lib/arangodb3 /var/lib/arangodb3-apps]
-# Mon, 18 Jul 2016 16:49:06 GMT
-COPY file:b4d76a688137b83503d77bb818e5dfa72d9e1f7b1e660f6d81e5a2ad5567e562 in /entrypoint.sh
-# Mon, 18 Jul 2016 16:49:07 GMT
-ENTRYPOINT &{["/entrypoint.sh"]}
-# Mon, 18 Jul 2016 16:49:07 GMT
-EXPOSE 8529/tcp
-# Mon, 18 Jul 2016 16:49:08 GMT
-CMD ["arangod"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:758f58ee3e6f9a693b1cdefdb842150f0ebc8851827e32d112481ad1b86bf4ac`  
-		Last Modified: Mon, 18 Jul 2016 16:50:52 GMT  
-		Size: 6.8 KB (6768 bytes)
-	-	`sha256:d03f037f094ea407da842aec6202bd5783093b7b317d156dc1128ce57f82e8bb`  
-		Last Modified: Mon, 18 Jul 2016 16:50:54 GMT  
-		Size: 6.7 MB (6703536 bytes)
-	-	`sha256:e6895097ba7a1d7f52a612c572ab0f42c62577a21884737aee11cdb872203735`  
-		Last Modified: Mon, 18 Jul 2016 16:50:52 GMT  
-		Size: 113.0 B
-	-	`sha256:5c088af307311e1af34c13698f139dfd5d14cae90698ab7c195d96add1b09cd6`  
-		Last Modified: Mon, 18 Jul 2016 16:51:09 GMT  
-		Size: 61.1 MB (61052502 bytes)
-	-	`sha256:1b30bd1d74d909d04d8ba8b98e298976acab71e76667a99d17a7e44292ba7d30`  
-		Last Modified: Mon, 18 Jul 2016 16:50:52 GMT  
-		Size: 1.4 KB (1423 bytes)

+ 2 - 4
backdrop/README.md

@@ -3,11 +3,9 @@
 -	[`1.3.4`, `1.3`, `1`, `1.3.4-apache`, `1.3-apache`, `1-apache`, `apache`, `latest` (*1/apache/Dockerfile*)](https://github.com/backdrop-ops/backdrop-docker/blob/ce9edf32f4263d00181cc58a5fb23437316675b3/1/apache/Dockerfile)
 -	[`1.3.4-fpm`, `1.3-fpm`, `1-fpm`, `fpm` (*1/fpm/Dockerfile*)](https://github.com/backdrop-ops/backdrop-docker/blob/ce9edf32f4263d00181cc58a5fb23437316675b3/1/fpm/Dockerfile)
 
-[![](https://badge.imagelayers.io/backdrop:latest.svg)](https://imagelayers.io/?images=backdrop:1.3.4,backdrop:1.3.4-fpm)
-
 For more information about this image and its history, please see [the relevant manifest file (`library/backdrop`)](https://github.com/docker-library/official-images/blob/master/library/backdrop). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fbackdrop).
 
-For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `backdrop/tag-details.md` file](https://github.com/docker-library/docs/blob/master/backdrop/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs).
+For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `repos/backdrop/tag-details.md` file](https://github.com/docker-library/repo-info/blob/master/repos/backdrop/tag-details.md) in [the `docker-library/repo-info` GitHub repo](https://github.com/docker-library/repo-info).
 
 # What is Backdrop CMS?
 
@@ -96,7 +94,7 @@ View [license information](https://backdropcms.org/license) for the software con
 
 # Supported Docker versions
 
-This image is officially supported on Docker version 1.11.2.
+This image is officially supported on Docker version 1.12.1.
 
 Support for older versions (down to 1.6) is provided on a best-effort basis.
 

+ 0 - 1528
backdrop/tag-details.md

@@ -1,1528 +0,0 @@
-<!-- THIS FILE IS GENERATED VIA '.template-helpers/generate-tag-details.pl' -->
-
-# Tags of `backdrop`
-
--	[`backdrop:1.3.4`](#backdrop134)
--	[`backdrop:1.3`](#backdrop13)
--	[`backdrop:1`](#backdrop1)
--	[`backdrop:1.3.4-apache`](#backdrop134-apache)
--	[`backdrop:1.3-apache`](#backdrop13-apache)
--	[`backdrop:1-apache`](#backdrop1-apache)
--	[`backdrop:apache`](#backdropapache)
--	[`backdrop:latest`](#backdroplatest)
--	[`backdrop:1.3.4-fpm`](#backdrop134-fpm)
--	[`backdrop:1.3-fpm`](#backdrop13-fpm)
--	[`backdrop:1-fpm`](#backdrop1-fpm)
--	[`backdrop:fpm`](#backdropfpm)
-
-## `backdrop:1.3.4`
-
-```console
-$ docker pull backdrop@sha256:99efb297cbda12147e6b803f035eba2fd2a0409b1c3724681c788c98d9f8f403
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `backdrop:1.3.4` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **184.4 MB (184384004 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:6f61523d0405c32eba394e8941dd9c4ced73834950a6bb5d118389144e2fa468`
--	Entrypoint: `["\/entrypoint.sh"]`
--	Default Command: `["apache2-foreground"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 02:34:30 GMT
-ENV PHPIZE_DEPS=autoconf 		file 		g++ 		gcc 		libc-dev 		make 		pkg-config 		re2c
-# Fri, 10 Jun 2016 02:35:57 GMT
-RUN apt-get update && apt-get install -y 		$PHPIZE_DEPS 		ca-certificates 		curl 		libedit2 		libsqlite3-0 		libxml2 	--no-install-recommends && rm -r /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 02:35:58 GMT
-ENV PHP_INI_DIR=/usr/local/etc/php
-# Fri, 10 Jun 2016 02:35:59 GMT
-RUN mkdir -p $PHP_INI_DIR/conf.d
-# Fri, 10 Jun 2016 02:43:42 GMT
-RUN apt-get update && apt-get install -y apache2-bin apache2.2-common --no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Thu, 07 Jul 2016 19:23:45 GMT
-ENV APACHE_CONFDIR=/etc/apache2
-# Thu, 07 Jul 2016 19:23:46 GMT
-ENV APACHE_ENVVARS=/etc/apache2/envvars
-# Thu, 07 Jul 2016 19:23:48 GMT
-RUN set -ex 	&& . "$APACHE_ENVVARS" 	&& for dir in 		"$APACHE_LOCK_DIR" 		"$APACHE_RUN_DIR" 		"$APACHE_LOG_DIR" 		/var/www/html 	; do 		rm -rvf "$dir" 		&& mkdir -p "$dir" 		&& chown -R "$APACHE_RUN_USER:$APACHE_RUN_GROUP" "$dir"; 	done
-# Thu, 07 Jul 2016 19:23:49 GMT
-RUN a2dismod mpm_event && a2enmod mpm_prefork
-# Thu, 07 Jul 2016 19:23:51 GMT
-RUN set -ex 	&& . "$APACHE_ENVVARS" 	&& ln -sfT /dev/stderr "$APACHE_LOG_DIR/error.log" 	&& ln -sfT /dev/stdout "$APACHE_LOG_DIR/access.log" 	&& ln -sfT /dev/stdout "$APACHE_LOG_DIR/other_vhosts_access.log"
-# Fri, 08 Jul 2016 22:14:00 GMT
-RUN { 		echo '<FilesMatch \.php$>'; 		echo '\tSetHandler application/x-httpd-php'; 		echo '</FilesMatch>'; 		echo; 		echo 'DirectoryIndex disabled'; 		echo 'DirectoryIndex index.php index.html'; 		echo; 		echo '<Directory /var/www/>'; 		echo '\tOptions -Indexes'; 		echo '\tAllowOverride All'; 		echo '</Directory>'; 	} | tee "$APACHE_CONFDIR/conf-available/docker-php.conf" 	&& a2enconf docker-php
-# Fri, 08 Jul 2016 22:14:01 GMT
-ENV PHP_EXTRA_BUILD_DEPS=apache2-dev
-# Fri, 08 Jul 2016 22:14:01 GMT
-ENV PHP_EXTRA_CONFIGURE_ARGS=--with-apxs2
-# Fri, 08 Jul 2016 22:19:29 GMT
-ENV GPG_KEYS=0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
-# Fri, 08 Jul 2016 22:19:30 GMT
-ENV PHP_VERSION=5.6.23
-# Fri, 08 Jul 2016 22:19:30 GMT
-ENV PHP_FILENAME=php-5.6.23.tar.xz
-# Fri, 08 Jul 2016 22:19:30 GMT
-ENV PHP_SHA256=39141e9a617af172aedbbacee7a63eb15502850f7cea20d759a9cffa7cfb0a1a
-# Fri, 08 Jul 2016 22:24:42 GMT
-RUN set -xe 	&& buildDeps=" 		$PHP_EXTRA_BUILD_DEPS 		libcurl4-openssl-dev 		libedit-dev 		libsqlite3-dev 		libssl-dev 		libxml2-dev 		xz-utils 	" 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& curl -fSL "http://php.net/get/$PHP_FILENAME/from/this/mirror" -o "$PHP_FILENAME" 	&& echo "$PHP_SHA256 *$PHP_FILENAME" | sha256sum -c - 	&& curl -fSL "http://php.net/get/$PHP_FILENAME.asc/from/this/mirror" -o "$PHP_FILENAME.asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& for key in $GPG_KEYS; do 		gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; 	done 	&& gpg --batch --verify "$PHP_FILENAME.asc" "$PHP_FILENAME" 	&& rm -r "$GNUPGHOME" "$PHP_FILENAME.asc" 	&& mkdir -p /usr/src/php 	&& tar -xf "$PHP_FILENAME" -C /usr/src/php --strip-components=1 	&& rm "$PHP_FILENAME" 	&& cd /usr/src/php 	&& ./configure 		--with-config-file-path="$PHP_INI_DIR" 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" 		$PHP_EXTRA_CONFIGURE_ARGS 		--disable-cgi 		--enable-mysqlnd 		--enable-mbstring 		--with-curl 		--with-libedit 		--with-openssl 		--with-zlib 	&& make -j"$(nproc)" 	&& make install 	&& { find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; } 	&& make clean 	&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false -o APT::AutoRemove::SuggestsImportant=false $buildDeps
-# Fri, 08 Jul 2016 22:24:43 GMT
-COPY multi:a8819301efc7ce6569bcf183723931153c5b968224bce96498ddbabe72ce7eaa in /usr/local/bin/
-# Fri, 08 Jul 2016 22:24:44 GMT
-COPY file:3014772111b66da3129ca8caeafdd1dcfa9a3bf518f015ae9acc3c7b9b1b44c9 in /usr/local/bin/
-# Fri, 08 Jul 2016 22:24:44 GMT
-WORKDIR /var/www/html
-# Fri, 08 Jul 2016 22:24:45 GMT
-EXPOSE 80/tcp
-# Fri, 08 Jul 2016 22:24:45 GMT
-CMD ["apache2-foreground"]
-# Fri, 08 Jul 2016 22:32:45 GMT
-RUN a2enmod rewrite
-# Fri, 08 Jul 2016 22:36:19 GMT
-RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev 	&& rm -rf /var/lib/apt/lists/* 	&& docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr 	&& docker-php-ext-install gd mbstring pdo pdo_mysql pdo_pgsql zip
-# Fri, 08 Jul 2016 22:36:20 GMT
-WORKDIR /var/www/html
-# Fri, 08 Jul 2016 22:36:21 GMT
-ENV BACKDROP_VERSION=1.3.4
-# Fri, 08 Jul 2016 22:36:21 GMT
-ENV BACKDROP_MD5=1bcfacab25cd71743ad87bdf391a53c8
-# Fri, 08 Jul 2016 22:36:26 GMT
-RUN curl -fSL "https://github.com/backdrop/backdrop/archive/${BACKDROP_VERSION}.tar.gz" -o backdrop.tar.gz   && echo "${BACKDROP_MD5} *backdrop.tar.gz" | md5sum -c -   && tar -xz --strip-components=1 -f backdrop.tar.gz   && rm backdrop.tar.gz   && chown -R www-data:www-data sites
-# Fri, 08 Jul 2016 22:36:28 GMT
-COPY file:c0486d85988902f1e562ad397588637d225d7c83881bf98527f6b5585f66ee13 in /entrypoint.sh
-# Fri, 08 Jul 2016 22:36:28 GMT
-ENTRYPOINT &{["/entrypoint.sh"]}
-# Fri, 08 Jul 2016 22:36:29 GMT
-CMD ["apache2-foreground"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:357b76a4983822c380125e911928d20bf853d3a4ca869181c757d855408a9c90`  
-		Last Modified: Tue, 14 Jun 2016 21:44:40 GMT  
-		Size: 77.3 MB (77343405 bytes)
-	-	`sha256:0e87614c69f0ba521d6a89ea9b82a5712ff209dfa89e14b1fef8be2056d5680d`  
-		Last Modified: Tue, 14 Jun 2016 21:44:12 GMT  
-		Size: 180.0 B
-	-	`sha256:a3a94d3df9be4137d53c70f13e1bf0e40d300e41c9773a3b5b26d68d75f31797`  
-		Last Modified: Tue, 14 Jun 2016 21:44:14 GMT  
-		Size: 2.9 MB (2874106 bytes)
-	-	`sha256:ac140e12d947b453d23e00fd4099540ef06a9cfec9ac8d0183641b8d301e0f4f`  
-		Last Modified: Thu, 07 Jul 2016 19:41:39 GMT  
-		Size: 277.0 B
-	-	`sha256:e08ee42cd95f62a54fcd329593aa277c5a62fb2fb6bfc8a3103556b23f7a9cd8`  
-		Last Modified: Thu, 07 Jul 2016 19:41:39 GMT  
-		Size: 430.0 B
-	-	`sha256:d4cac1e00ff618b3862877517bb6b85ad52560be5ea79d076c2f670ed7471f34`  
-		Last Modified: Thu, 07 Jul 2016 19:41:36 GMT  
-		Size: 224.0 B
-	-	`sha256:f2749ebafcf639d790352065364892fb26e952ee2c90f41a94b9af3e2a06b6fc`  
-		Last Modified: Fri, 08 Jul 2016 22:31:48 GMT  
-		Size: 474.0 B
-	-	`sha256:b83b18211b0e6523d464cf2237852f82bbc2f6477a2b8a6e27b88a9cdd7c884c`  
-		Last Modified: Fri, 08 Jul 2016 22:36:55 GMT  
-		Size: 33.5 MB (33498380 bytes)
-	-	`sha256:eff2616aae67a23b0fa5482b3a3771e05a0875eae9d3a02c20ced93b155098ab`  
-		Last Modified: Fri, 08 Jul 2016 22:36:40 GMT  
-		Size: 1.8 KB (1756 bytes)
-	-	`sha256:76333cc4945328a2d994e3b590629e2fd2bfa8f9e82f395816da523fc11ac31f`  
-		Last Modified: Fri, 08 Jul 2016 22:36:37 GMT  
-		Size: 584.0 B
-	-	`sha256:3ac85d8f78e07002c34d580675d6dd32e7b472b1b236a901b59486b8b08b23a2`  
-		Last Modified: Fri, 08 Jul 2016 22:36:37 GMT  
-		Size: 293.0 B
-	-	`sha256:912d257884521ddf132da5609f8ef9d4b4f37ae12fb16e86cbc815f25aea1a0a`  
-		Last Modified: Fri, 08 Jul 2016 22:36:42 GMT  
-		Size: 11.5 MB (11526552 bytes)
-	-	`sha256:2230efdd91ae5ea16b7281e298bd3fb22ae7081124f4682d804c9424e6240f26`  
-		Last Modified: Fri, 08 Jul 2016 22:36:41 GMT  
-		Size: 7.8 MB (7783861 bytes)
-	-	`sha256:83045777e1f01b52b322767273fe3fefa81458f1e10e0f40ed996fb3a76d14ef`  
-		Last Modified: Fri, 08 Jul 2016 22:36:37 GMT  
-		Size: 947.0 B
-
-## `backdrop:1.3`
-
-```console
-$ docker pull backdrop@sha256:99efb297cbda12147e6b803f035eba2fd2a0409b1c3724681c788c98d9f8f403
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `backdrop:1.3` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **184.4 MB (184384004 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:6f61523d0405c32eba394e8941dd9c4ced73834950a6bb5d118389144e2fa468`
--	Entrypoint: `["\/entrypoint.sh"]`
--	Default Command: `["apache2-foreground"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 02:34:30 GMT
-ENV PHPIZE_DEPS=autoconf 		file 		g++ 		gcc 		libc-dev 		make 		pkg-config 		re2c
-# Fri, 10 Jun 2016 02:35:57 GMT
-RUN apt-get update && apt-get install -y 		$PHPIZE_DEPS 		ca-certificates 		curl 		libedit2 		libsqlite3-0 		libxml2 	--no-install-recommends && rm -r /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 02:35:58 GMT
-ENV PHP_INI_DIR=/usr/local/etc/php
-# Fri, 10 Jun 2016 02:35:59 GMT
-RUN mkdir -p $PHP_INI_DIR/conf.d
-# Fri, 10 Jun 2016 02:43:42 GMT
-RUN apt-get update && apt-get install -y apache2-bin apache2.2-common --no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Thu, 07 Jul 2016 19:23:45 GMT
-ENV APACHE_CONFDIR=/etc/apache2
-# Thu, 07 Jul 2016 19:23:46 GMT
-ENV APACHE_ENVVARS=/etc/apache2/envvars
-# Thu, 07 Jul 2016 19:23:48 GMT
-RUN set -ex 	&& . "$APACHE_ENVVARS" 	&& for dir in 		"$APACHE_LOCK_DIR" 		"$APACHE_RUN_DIR" 		"$APACHE_LOG_DIR" 		/var/www/html 	; do 		rm -rvf "$dir" 		&& mkdir -p "$dir" 		&& chown -R "$APACHE_RUN_USER:$APACHE_RUN_GROUP" "$dir"; 	done
-# Thu, 07 Jul 2016 19:23:49 GMT
-RUN a2dismod mpm_event && a2enmod mpm_prefork
-# Thu, 07 Jul 2016 19:23:51 GMT
-RUN set -ex 	&& . "$APACHE_ENVVARS" 	&& ln -sfT /dev/stderr "$APACHE_LOG_DIR/error.log" 	&& ln -sfT /dev/stdout "$APACHE_LOG_DIR/access.log" 	&& ln -sfT /dev/stdout "$APACHE_LOG_DIR/other_vhosts_access.log"
-# Fri, 08 Jul 2016 22:14:00 GMT
-RUN { 		echo '<FilesMatch \.php$>'; 		echo '\tSetHandler application/x-httpd-php'; 		echo '</FilesMatch>'; 		echo; 		echo 'DirectoryIndex disabled'; 		echo 'DirectoryIndex index.php index.html'; 		echo; 		echo '<Directory /var/www/>'; 		echo '\tOptions -Indexes'; 		echo '\tAllowOverride All'; 		echo '</Directory>'; 	} | tee "$APACHE_CONFDIR/conf-available/docker-php.conf" 	&& a2enconf docker-php
-# Fri, 08 Jul 2016 22:14:01 GMT
-ENV PHP_EXTRA_BUILD_DEPS=apache2-dev
-# Fri, 08 Jul 2016 22:14:01 GMT
-ENV PHP_EXTRA_CONFIGURE_ARGS=--with-apxs2
-# Fri, 08 Jul 2016 22:19:29 GMT
-ENV GPG_KEYS=0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
-# Fri, 08 Jul 2016 22:19:30 GMT
-ENV PHP_VERSION=5.6.23
-# Fri, 08 Jul 2016 22:19:30 GMT
-ENV PHP_FILENAME=php-5.6.23.tar.xz
-# Fri, 08 Jul 2016 22:19:30 GMT
-ENV PHP_SHA256=39141e9a617af172aedbbacee7a63eb15502850f7cea20d759a9cffa7cfb0a1a
-# Fri, 08 Jul 2016 22:24:42 GMT
-RUN set -xe 	&& buildDeps=" 		$PHP_EXTRA_BUILD_DEPS 		libcurl4-openssl-dev 		libedit-dev 		libsqlite3-dev 		libssl-dev 		libxml2-dev 		xz-utils 	" 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& curl -fSL "http://php.net/get/$PHP_FILENAME/from/this/mirror" -o "$PHP_FILENAME" 	&& echo "$PHP_SHA256 *$PHP_FILENAME" | sha256sum -c - 	&& curl -fSL "http://php.net/get/$PHP_FILENAME.asc/from/this/mirror" -o "$PHP_FILENAME.asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& for key in $GPG_KEYS; do 		gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; 	done 	&& gpg --batch --verify "$PHP_FILENAME.asc" "$PHP_FILENAME" 	&& rm -r "$GNUPGHOME" "$PHP_FILENAME.asc" 	&& mkdir -p /usr/src/php 	&& tar -xf "$PHP_FILENAME" -C /usr/src/php --strip-components=1 	&& rm "$PHP_FILENAME" 	&& cd /usr/src/php 	&& ./configure 		--with-config-file-path="$PHP_INI_DIR" 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" 		$PHP_EXTRA_CONFIGURE_ARGS 		--disable-cgi 		--enable-mysqlnd 		--enable-mbstring 		--with-curl 		--with-libedit 		--with-openssl 		--with-zlib 	&& make -j"$(nproc)" 	&& make install 	&& { find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; } 	&& make clean 	&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false -o APT::AutoRemove::SuggestsImportant=false $buildDeps
-# Fri, 08 Jul 2016 22:24:43 GMT
-COPY multi:a8819301efc7ce6569bcf183723931153c5b968224bce96498ddbabe72ce7eaa in /usr/local/bin/
-# Fri, 08 Jul 2016 22:24:44 GMT
-COPY file:3014772111b66da3129ca8caeafdd1dcfa9a3bf518f015ae9acc3c7b9b1b44c9 in /usr/local/bin/
-# Fri, 08 Jul 2016 22:24:44 GMT
-WORKDIR /var/www/html
-# Fri, 08 Jul 2016 22:24:45 GMT
-EXPOSE 80/tcp
-# Fri, 08 Jul 2016 22:24:45 GMT
-CMD ["apache2-foreground"]
-# Fri, 08 Jul 2016 22:32:45 GMT
-RUN a2enmod rewrite
-# Fri, 08 Jul 2016 22:36:19 GMT
-RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev 	&& rm -rf /var/lib/apt/lists/* 	&& docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr 	&& docker-php-ext-install gd mbstring pdo pdo_mysql pdo_pgsql zip
-# Fri, 08 Jul 2016 22:36:20 GMT
-WORKDIR /var/www/html
-# Fri, 08 Jul 2016 22:36:21 GMT
-ENV BACKDROP_VERSION=1.3.4
-# Fri, 08 Jul 2016 22:36:21 GMT
-ENV BACKDROP_MD5=1bcfacab25cd71743ad87bdf391a53c8
-# Fri, 08 Jul 2016 22:36:26 GMT
-RUN curl -fSL "https://github.com/backdrop/backdrop/archive/${BACKDROP_VERSION}.tar.gz" -o backdrop.tar.gz   && echo "${BACKDROP_MD5} *backdrop.tar.gz" | md5sum -c -   && tar -xz --strip-components=1 -f backdrop.tar.gz   && rm backdrop.tar.gz   && chown -R www-data:www-data sites
-# Fri, 08 Jul 2016 22:36:28 GMT
-COPY file:c0486d85988902f1e562ad397588637d225d7c83881bf98527f6b5585f66ee13 in /entrypoint.sh
-# Fri, 08 Jul 2016 22:36:28 GMT
-ENTRYPOINT &{["/entrypoint.sh"]}
-# Fri, 08 Jul 2016 22:36:29 GMT
-CMD ["apache2-foreground"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:357b76a4983822c380125e911928d20bf853d3a4ca869181c757d855408a9c90`  
-		Last Modified: Tue, 14 Jun 2016 21:44:40 GMT  
-		Size: 77.3 MB (77343405 bytes)
-	-	`sha256:0e87614c69f0ba521d6a89ea9b82a5712ff209dfa89e14b1fef8be2056d5680d`  
-		Last Modified: Tue, 14 Jun 2016 21:44:12 GMT  
-		Size: 180.0 B
-	-	`sha256:a3a94d3df9be4137d53c70f13e1bf0e40d300e41c9773a3b5b26d68d75f31797`  
-		Last Modified: Tue, 14 Jun 2016 21:44:14 GMT  
-		Size: 2.9 MB (2874106 bytes)
-	-	`sha256:ac140e12d947b453d23e00fd4099540ef06a9cfec9ac8d0183641b8d301e0f4f`  
-		Last Modified: Thu, 07 Jul 2016 19:41:39 GMT  
-		Size: 277.0 B
-	-	`sha256:e08ee42cd95f62a54fcd329593aa277c5a62fb2fb6bfc8a3103556b23f7a9cd8`  
-		Last Modified: Thu, 07 Jul 2016 19:41:39 GMT  
-		Size: 430.0 B
-	-	`sha256:d4cac1e00ff618b3862877517bb6b85ad52560be5ea79d076c2f670ed7471f34`  
-		Last Modified: Thu, 07 Jul 2016 19:41:36 GMT  
-		Size: 224.0 B
-	-	`sha256:f2749ebafcf639d790352065364892fb26e952ee2c90f41a94b9af3e2a06b6fc`  
-		Last Modified: Fri, 08 Jul 2016 22:31:48 GMT  
-		Size: 474.0 B
-	-	`sha256:b83b18211b0e6523d464cf2237852f82bbc2f6477a2b8a6e27b88a9cdd7c884c`  
-		Last Modified: Fri, 08 Jul 2016 22:36:55 GMT  
-		Size: 33.5 MB (33498380 bytes)
-	-	`sha256:eff2616aae67a23b0fa5482b3a3771e05a0875eae9d3a02c20ced93b155098ab`  
-		Last Modified: Fri, 08 Jul 2016 22:36:40 GMT  
-		Size: 1.8 KB (1756 bytes)
-	-	`sha256:76333cc4945328a2d994e3b590629e2fd2bfa8f9e82f395816da523fc11ac31f`  
-		Last Modified: Fri, 08 Jul 2016 22:36:37 GMT  
-		Size: 584.0 B
-	-	`sha256:3ac85d8f78e07002c34d580675d6dd32e7b472b1b236a901b59486b8b08b23a2`  
-		Last Modified: Fri, 08 Jul 2016 22:36:37 GMT  
-		Size: 293.0 B
-	-	`sha256:912d257884521ddf132da5609f8ef9d4b4f37ae12fb16e86cbc815f25aea1a0a`  
-		Last Modified: Fri, 08 Jul 2016 22:36:42 GMT  
-		Size: 11.5 MB (11526552 bytes)
-	-	`sha256:2230efdd91ae5ea16b7281e298bd3fb22ae7081124f4682d804c9424e6240f26`  
-		Last Modified: Fri, 08 Jul 2016 22:36:41 GMT  
-		Size: 7.8 MB (7783861 bytes)
-	-	`sha256:83045777e1f01b52b322767273fe3fefa81458f1e10e0f40ed996fb3a76d14ef`  
-		Last Modified: Fri, 08 Jul 2016 22:36:37 GMT  
-		Size: 947.0 B
-
-## `backdrop:1`
-
-```console
-$ docker pull backdrop@sha256:99efb297cbda12147e6b803f035eba2fd2a0409b1c3724681c788c98d9f8f403
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `backdrop:1` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **184.4 MB (184384004 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:6f61523d0405c32eba394e8941dd9c4ced73834950a6bb5d118389144e2fa468`
--	Entrypoint: `["\/entrypoint.sh"]`
--	Default Command: `["apache2-foreground"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 02:34:30 GMT
-ENV PHPIZE_DEPS=autoconf 		file 		g++ 		gcc 		libc-dev 		make 		pkg-config 		re2c
-# Fri, 10 Jun 2016 02:35:57 GMT
-RUN apt-get update && apt-get install -y 		$PHPIZE_DEPS 		ca-certificates 		curl 		libedit2 		libsqlite3-0 		libxml2 	--no-install-recommends && rm -r /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 02:35:58 GMT
-ENV PHP_INI_DIR=/usr/local/etc/php
-# Fri, 10 Jun 2016 02:35:59 GMT
-RUN mkdir -p $PHP_INI_DIR/conf.d
-# Fri, 10 Jun 2016 02:43:42 GMT
-RUN apt-get update && apt-get install -y apache2-bin apache2.2-common --no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Thu, 07 Jul 2016 19:23:45 GMT
-ENV APACHE_CONFDIR=/etc/apache2
-# Thu, 07 Jul 2016 19:23:46 GMT
-ENV APACHE_ENVVARS=/etc/apache2/envvars
-# Thu, 07 Jul 2016 19:23:48 GMT
-RUN set -ex 	&& . "$APACHE_ENVVARS" 	&& for dir in 		"$APACHE_LOCK_DIR" 		"$APACHE_RUN_DIR" 		"$APACHE_LOG_DIR" 		/var/www/html 	; do 		rm -rvf "$dir" 		&& mkdir -p "$dir" 		&& chown -R "$APACHE_RUN_USER:$APACHE_RUN_GROUP" "$dir"; 	done
-# Thu, 07 Jul 2016 19:23:49 GMT
-RUN a2dismod mpm_event && a2enmod mpm_prefork
-# Thu, 07 Jul 2016 19:23:51 GMT
-RUN set -ex 	&& . "$APACHE_ENVVARS" 	&& ln -sfT /dev/stderr "$APACHE_LOG_DIR/error.log" 	&& ln -sfT /dev/stdout "$APACHE_LOG_DIR/access.log" 	&& ln -sfT /dev/stdout "$APACHE_LOG_DIR/other_vhosts_access.log"
-# Fri, 08 Jul 2016 22:14:00 GMT
-RUN { 		echo '<FilesMatch \.php$>'; 		echo '\tSetHandler application/x-httpd-php'; 		echo '</FilesMatch>'; 		echo; 		echo 'DirectoryIndex disabled'; 		echo 'DirectoryIndex index.php index.html'; 		echo; 		echo '<Directory /var/www/>'; 		echo '\tOptions -Indexes'; 		echo '\tAllowOverride All'; 		echo '</Directory>'; 	} | tee "$APACHE_CONFDIR/conf-available/docker-php.conf" 	&& a2enconf docker-php
-# Fri, 08 Jul 2016 22:14:01 GMT
-ENV PHP_EXTRA_BUILD_DEPS=apache2-dev
-# Fri, 08 Jul 2016 22:14:01 GMT
-ENV PHP_EXTRA_CONFIGURE_ARGS=--with-apxs2
-# Fri, 08 Jul 2016 22:19:29 GMT
-ENV GPG_KEYS=0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
-# Fri, 08 Jul 2016 22:19:30 GMT
-ENV PHP_VERSION=5.6.23
-# Fri, 08 Jul 2016 22:19:30 GMT
-ENV PHP_FILENAME=php-5.6.23.tar.xz
-# Fri, 08 Jul 2016 22:19:30 GMT
-ENV PHP_SHA256=39141e9a617af172aedbbacee7a63eb15502850f7cea20d759a9cffa7cfb0a1a
-# Fri, 08 Jul 2016 22:24:42 GMT
-RUN set -xe 	&& buildDeps=" 		$PHP_EXTRA_BUILD_DEPS 		libcurl4-openssl-dev 		libedit-dev 		libsqlite3-dev 		libssl-dev 		libxml2-dev 		xz-utils 	" 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& curl -fSL "http://php.net/get/$PHP_FILENAME/from/this/mirror" -o "$PHP_FILENAME" 	&& echo "$PHP_SHA256 *$PHP_FILENAME" | sha256sum -c - 	&& curl -fSL "http://php.net/get/$PHP_FILENAME.asc/from/this/mirror" -o "$PHP_FILENAME.asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& for key in $GPG_KEYS; do 		gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; 	done 	&& gpg --batch --verify "$PHP_FILENAME.asc" "$PHP_FILENAME" 	&& rm -r "$GNUPGHOME" "$PHP_FILENAME.asc" 	&& mkdir -p /usr/src/php 	&& tar -xf "$PHP_FILENAME" -C /usr/src/php --strip-components=1 	&& rm "$PHP_FILENAME" 	&& cd /usr/src/php 	&& ./configure 		--with-config-file-path="$PHP_INI_DIR" 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" 		$PHP_EXTRA_CONFIGURE_ARGS 		--disable-cgi 		--enable-mysqlnd 		--enable-mbstring 		--with-curl 		--with-libedit 		--with-openssl 		--with-zlib 	&& make -j"$(nproc)" 	&& make install 	&& { find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; } 	&& make clean 	&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false -o APT::AutoRemove::SuggestsImportant=false $buildDeps
-# Fri, 08 Jul 2016 22:24:43 GMT
-COPY multi:a8819301efc7ce6569bcf183723931153c5b968224bce96498ddbabe72ce7eaa in /usr/local/bin/
-# Fri, 08 Jul 2016 22:24:44 GMT
-COPY file:3014772111b66da3129ca8caeafdd1dcfa9a3bf518f015ae9acc3c7b9b1b44c9 in /usr/local/bin/
-# Fri, 08 Jul 2016 22:24:44 GMT
-WORKDIR /var/www/html
-# Fri, 08 Jul 2016 22:24:45 GMT
-EXPOSE 80/tcp
-# Fri, 08 Jul 2016 22:24:45 GMT
-CMD ["apache2-foreground"]
-# Fri, 08 Jul 2016 22:32:45 GMT
-RUN a2enmod rewrite
-# Fri, 08 Jul 2016 22:36:19 GMT
-RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev 	&& rm -rf /var/lib/apt/lists/* 	&& docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr 	&& docker-php-ext-install gd mbstring pdo pdo_mysql pdo_pgsql zip
-# Fri, 08 Jul 2016 22:36:20 GMT
-WORKDIR /var/www/html
-# Fri, 08 Jul 2016 22:36:21 GMT
-ENV BACKDROP_VERSION=1.3.4
-# Fri, 08 Jul 2016 22:36:21 GMT
-ENV BACKDROP_MD5=1bcfacab25cd71743ad87bdf391a53c8
-# Fri, 08 Jul 2016 22:36:26 GMT
-RUN curl -fSL "https://github.com/backdrop/backdrop/archive/${BACKDROP_VERSION}.tar.gz" -o backdrop.tar.gz   && echo "${BACKDROP_MD5} *backdrop.tar.gz" | md5sum -c -   && tar -xz --strip-components=1 -f backdrop.tar.gz   && rm backdrop.tar.gz   && chown -R www-data:www-data sites
-# Fri, 08 Jul 2016 22:36:28 GMT
-COPY file:c0486d85988902f1e562ad397588637d225d7c83881bf98527f6b5585f66ee13 in /entrypoint.sh
-# Fri, 08 Jul 2016 22:36:28 GMT
-ENTRYPOINT &{["/entrypoint.sh"]}
-# Fri, 08 Jul 2016 22:36:29 GMT
-CMD ["apache2-foreground"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:357b76a4983822c380125e911928d20bf853d3a4ca869181c757d855408a9c90`  
-		Last Modified: Tue, 14 Jun 2016 21:44:40 GMT  
-		Size: 77.3 MB (77343405 bytes)
-	-	`sha256:0e87614c69f0ba521d6a89ea9b82a5712ff209dfa89e14b1fef8be2056d5680d`  
-		Last Modified: Tue, 14 Jun 2016 21:44:12 GMT  
-		Size: 180.0 B
-	-	`sha256:a3a94d3df9be4137d53c70f13e1bf0e40d300e41c9773a3b5b26d68d75f31797`  
-		Last Modified: Tue, 14 Jun 2016 21:44:14 GMT  
-		Size: 2.9 MB (2874106 bytes)
-	-	`sha256:ac140e12d947b453d23e00fd4099540ef06a9cfec9ac8d0183641b8d301e0f4f`  
-		Last Modified: Thu, 07 Jul 2016 19:41:39 GMT  
-		Size: 277.0 B
-	-	`sha256:e08ee42cd95f62a54fcd329593aa277c5a62fb2fb6bfc8a3103556b23f7a9cd8`  
-		Last Modified: Thu, 07 Jul 2016 19:41:39 GMT  
-		Size: 430.0 B
-	-	`sha256:d4cac1e00ff618b3862877517bb6b85ad52560be5ea79d076c2f670ed7471f34`  
-		Last Modified: Thu, 07 Jul 2016 19:41:36 GMT  
-		Size: 224.0 B
-	-	`sha256:f2749ebafcf639d790352065364892fb26e952ee2c90f41a94b9af3e2a06b6fc`  
-		Last Modified: Fri, 08 Jul 2016 22:31:48 GMT  
-		Size: 474.0 B
-	-	`sha256:b83b18211b0e6523d464cf2237852f82bbc2f6477a2b8a6e27b88a9cdd7c884c`  
-		Last Modified: Fri, 08 Jul 2016 22:36:55 GMT  
-		Size: 33.5 MB (33498380 bytes)
-	-	`sha256:eff2616aae67a23b0fa5482b3a3771e05a0875eae9d3a02c20ced93b155098ab`  
-		Last Modified: Fri, 08 Jul 2016 22:36:40 GMT  
-		Size: 1.8 KB (1756 bytes)
-	-	`sha256:76333cc4945328a2d994e3b590629e2fd2bfa8f9e82f395816da523fc11ac31f`  
-		Last Modified: Fri, 08 Jul 2016 22:36:37 GMT  
-		Size: 584.0 B
-	-	`sha256:3ac85d8f78e07002c34d580675d6dd32e7b472b1b236a901b59486b8b08b23a2`  
-		Last Modified: Fri, 08 Jul 2016 22:36:37 GMT  
-		Size: 293.0 B
-	-	`sha256:912d257884521ddf132da5609f8ef9d4b4f37ae12fb16e86cbc815f25aea1a0a`  
-		Last Modified: Fri, 08 Jul 2016 22:36:42 GMT  
-		Size: 11.5 MB (11526552 bytes)
-	-	`sha256:2230efdd91ae5ea16b7281e298bd3fb22ae7081124f4682d804c9424e6240f26`  
-		Last Modified: Fri, 08 Jul 2016 22:36:41 GMT  
-		Size: 7.8 MB (7783861 bytes)
-	-	`sha256:83045777e1f01b52b322767273fe3fefa81458f1e10e0f40ed996fb3a76d14ef`  
-		Last Modified: Fri, 08 Jul 2016 22:36:37 GMT  
-		Size: 947.0 B
-
-## `backdrop:1.3.4-apache`
-
-```console
-$ docker pull backdrop@sha256:99efb297cbda12147e6b803f035eba2fd2a0409b1c3724681c788c98d9f8f403
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `backdrop:1.3.4-apache` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **184.4 MB (184384004 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:6f61523d0405c32eba394e8941dd9c4ced73834950a6bb5d118389144e2fa468`
--	Entrypoint: `["\/entrypoint.sh"]`
--	Default Command: `["apache2-foreground"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 02:34:30 GMT
-ENV PHPIZE_DEPS=autoconf 		file 		g++ 		gcc 		libc-dev 		make 		pkg-config 		re2c
-# Fri, 10 Jun 2016 02:35:57 GMT
-RUN apt-get update && apt-get install -y 		$PHPIZE_DEPS 		ca-certificates 		curl 		libedit2 		libsqlite3-0 		libxml2 	--no-install-recommends && rm -r /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 02:35:58 GMT
-ENV PHP_INI_DIR=/usr/local/etc/php
-# Fri, 10 Jun 2016 02:35:59 GMT
-RUN mkdir -p $PHP_INI_DIR/conf.d
-# Fri, 10 Jun 2016 02:43:42 GMT
-RUN apt-get update && apt-get install -y apache2-bin apache2.2-common --no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Thu, 07 Jul 2016 19:23:45 GMT
-ENV APACHE_CONFDIR=/etc/apache2
-# Thu, 07 Jul 2016 19:23:46 GMT
-ENV APACHE_ENVVARS=/etc/apache2/envvars
-# Thu, 07 Jul 2016 19:23:48 GMT
-RUN set -ex 	&& . "$APACHE_ENVVARS" 	&& for dir in 		"$APACHE_LOCK_DIR" 		"$APACHE_RUN_DIR" 		"$APACHE_LOG_DIR" 		/var/www/html 	; do 		rm -rvf "$dir" 		&& mkdir -p "$dir" 		&& chown -R "$APACHE_RUN_USER:$APACHE_RUN_GROUP" "$dir"; 	done
-# Thu, 07 Jul 2016 19:23:49 GMT
-RUN a2dismod mpm_event && a2enmod mpm_prefork
-# Thu, 07 Jul 2016 19:23:51 GMT
-RUN set -ex 	&& . "$APACHE_ENVVARS" 	&& ln -sfT /dev/stderr "$APACHE_LOG_DIR/error.log" 	&& ln -sfT /dev/stdout "$APACHE_LOG_DIR/access.log" 	&& ln -sfT /dev/stdout "$APACHE_LOG_DIR/other_vhosts_access.log"
-# Fri, 08 Jul 2016 22:14:00 GMT
-RUN { 		echo '<FilesMatch \.php$>'; 		echo '\tSetHandler application/x-httpd-php'; 		echo '</FilesMatch>'; 		echo; 		echo 'DirectoryIndex disabled'; 		echo 'DirectoryIndex index.php index.html'; 		echo; 		echo '<Directory /var/www/>'; 		echo '\tOptions -Indexes'; 		echo '\tAllowOverride All'; 		echo '</Directory>'; 	} | tee "$APACHE_CONFDIR/conf-available/docker-php.conf" 	&& a2enconf docker-php
-# Fri, 08 Jul 2016 22:14:01 GMT
-ENV PHP_EXTRA_BUILD_DEPS=apache2-dev
-# Fri, 08 Jul 2016 22:14:01 GMT
-ENV PHP_EXTRA_CONFIGURE_ARGS=--with-apxs2
-# Fri, 08 Jul 2016 22:19:29 GMT
-ENV GPG_KEYS=0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
-# Fri, 08 Jul 2016 22:19:30 GMT
-ENV PHP_VERSION=5.6.23
-# Fri, 08 Jul 2016 22:19:30 GMT
-ENV PHP_FILENAME=php-5.6.23.tar.xz
-# Fri, 08 Jul 2016 22:19:30 GMT
-ENV PHP_SHA256=39141e9a617af172aedbbacee7a63eb15502850f7cea20d759a9cffa7cfb0a1a
-# Fri, 08 Jul 2016 22:24:42 GMT
-RUN set -xe 	&& buildDeps=" 		$PHP_EXTRA_BUILD_DEPS 		libcurl4-openssl-dev 		libedit-dev 		libsqlite3-dev 		libssl-dev 		libxml2-dev 		xz-utils 	" 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& curl -fSL "http://php.net/get/$PHP_FILENAME/from/this/mirror" -o "$PHP_FILENAME" 	&& echo "$PHP_SHA256 *$PHP_FILENAME" | sha256sum -c - 	&& curl -fSL "http://php.net/get/$PHP_FILENAME.asc/from/this/mirror" -o "$PHP_FILENAME.asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& for key in $GPG_KEYS; do 		gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; 	done 	&& gpg --batch --verify "$PHP_FILENAME.asc" "$PHP_FILENAME" 	&& rm -r "$GNUPGHOME" "$PHP_FILENAME.asc" 	&& mkdir -p /usr/src/php 	&& tar -xf "$PHP_FILENAME" -C /usr/src/php --strip-components=1 	&& rm "$PHP_FILENAME" 	&& cd /usr/src/php 	&& ./configure 		--with-config-file-path="$PHP_INI_DIR" 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" 		$PHP_EXTRA_CONFIGURE_ARGS 		--disable-cgi 		--enable-mysqlnd 		--enable-mbstring 		--with-curl 		--with-libedit 		--with-openssl 		--with-zlib 	&& make -j"$(nproc)" 	&& make install 	&& { find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; } 	&& make clean 	&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false -o APT::AutoRemove::SuggestsImportant=false $buildDeps
-# Fri, 08 Jul 2016 22:24:43 GMT
-COPY multi:a8819301efc7ce6569bcf183723931153c5b968224bce96498ddbabe72ce7eaa in /usr/local/bin/
-# Fri, 08 Jul 2016 22:24:44 GMT
-COPY file:3014772111b66da3129ca8caeafdd1dcfa9a3bf518f015ae9acc3c7b9b1b44c9 in /usr/local/bin/
-# Fri, 08 Jul 2016 22:24:44 GMT
-WORKDIR /var/www/html
-# Fri, 08 Jul 2016 22:24:45 GMT
-EXPOSE 80/tcp
-# Fri, 08 Jul 2016 22:24:45 GMT
-CMD ["apache2-foreground"]
-# Fri, 08 Jul 2016 22:32:45 GMT
-RUN a2enmod rewrite
-# Fri, 08 Jul 2016 22:36:19 GMT
-RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev 	&& rm -rf /var/lib/apt/lists/* 	&& docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr 	&& docker-php-ext-install gd mbstring pdo pdo_mysql pdo_pgsql zip
-# Fri, 08 Jul 2016 22:36:20 GMT
-WORKDIR /var/www/html
-# Fri, 08 Jul 2016 22:36:21 GMT
-ENV BACKDROP_VERSION=1.3.4
-# Fri, 08 Jul 2016 22:36:21 GMT
-ENV BACKDROP_MD5=1bcfacab25cd71743ad87bdf391a53c8
-# Fri, 08 Jul 2016 22:36:26 GMT
-RUN curl -fSL "https://github.com/backdrop/backdrop/archive/${BACKDROP_VERSION}.tar.gz" -o backdrop.tar.gz   && echo "${BACKDROP_MD5} *backdrop.tar.gz" | md5sum -c -   && tar -xz --strip-components=1 -f backdrop.tar.gz   && rm backdrop.tar.gz   && chown -R www-data:www-data sites
-# Fri, 08 Jul 2016 22:36:28 GMT
-COPY file:c0486d85988902f1e562ad397588637d225d7c83881bf98527f6b5585f66ee13 in /entrypoint.sh
-# Fri, 08 Jul 2016 22:36:28 GMT
-ENTRYPOINT &{["/entrypoint.sh"]}
-# Fri, 08 Jul 2016 22:36:29 GMT
-CMD ["apache2-foreground"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:357b76a4983822c380125e911928d20bf853d3a4ca869181c757d855408a9c90`  
-		Last Modified: Tue, 14 Jun 2016 21:44:40 GMT  
-		Size: 77.3 MB (77343405 bytes)
-	-	`sha256:0e87614c69f0ba521d6a89ea9b82a5712ff209dfa89e14b1fef8be2056d5680d`  
-		Last Modified: Tue, 14 Jun 2016 21:44:12 GMT  
-		Size: 180.0 B
-	-	`sha256:a3a94d3df9be4137d53c70f13e1bf0e40d300e41c9773a3b5b26d68d75f31797`  
-		Last Modified: Tue, 14 Jun 2016 21:44:14 GMT  
-		Size: 2.9 MB (2874106 bytes)
-	-	`sha256:ac140e12d947b453d23e00fd4099540ef06a9cfec9ac8d0183641b8d301e0f4f`  
-		Last Modified: Thu, 07 Jul 2016 19:41:39 GMT  
-		Size: 277.0 B
-	-	`sha256:e08ee42cd95f62a54fcd329593aa277c5a62fb2fb6bfc8a3103556b23f7a9cd8`  
-		Last Modified: Thu, 07 Jul 2016 19:41:39 GMT  
-		Size: 430.0 B
-	-	`sha256:d4cac1e00ff618b3862877517bb6b85ad52560be5ea79d076c2f670ed7471f34`  
-		Last Modified: Thu, 07 Jul 2016 19:41:36 GMT  
-		Size: 224.0 B
-	-	`sha256:f2749ebafcf639d790352065364892fb26e952ee2c90f41a94b9af3e2a06b6fc`  
-		Last Modified: Fri, 08 Jul 2016 22:31:48 GMT  
-		Size: 474.0 B
-	-	`sha256:b83b18211b0e6523d464cf2237852f82bbc2f6477a2b8a6e27b88a9cdd7c884c`  
-		Last Modified: Fri, 08 Jul 2016 22:36:55 GMT  
-		Size: 33.5 MB (33498380 bytes)
-	-	`sha256:eff2616aae67a23b0fa5482b3a3771e05a0875eae9d3a02c20ced93b155098ab`  
-		Last Modified: Fri, 08 Jul 2016 22:36:40 GMT  
-		Size: 1.8 KB (1756 bytes)
-	-	`sha256:76333cc4945328a2d994e3b590629e2fd2bfa8f9e82f395816da523fc11ac31f`  
-		Last Modified: Fri, 08 Jul 2016 22:36:37 GMT  
-		Size: 584.0 B
-	-	`sha256:3ac85d8f78e07002c34d580675d6dd32e7b472b1b236a901b59486b8b08b23a2`  
-		Last Modified: Fri, 08 Jul 2016 22:36:37 GMT  
-		Size: 293.0 B
-	-	`sha256:912d257884521ddf132da5609f8ef9d4b4f37ae12fb16e86cbc815f25aea1a0a`  
-		Last Modified: Fri, 08 Jul 2016 22:36:42 GMT  
-		Size: 11.5 MB (11526552 bytes)
-	-	`sha256:2230efdd91ae5ea16b7281e298bd3fb22ae7081124f4682d804c9424e6240f26`  
-		Last Modified: Fri, 08 Jul 2016 22:36:41 GMT  
-		Size: 7.8 MB (7783861 bytes)
-	-	`sha256:83045777e1f01b52b322767273fe3fefa81458f1e10e0f40ed996fb3a76d14ef`  
-		Last Modified: Fri, 08 Jul 2016 22:36:37 GMT  
-		Size: 947.0 B
-
-## `backdrop:1.3-apache`
-
-```console
-$ docker pull backdrop@sha256:99efb297cbda12147e6b803f035eba2fd2a0409b1c3724681c788c98d9f8f403
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `backdrop:1.3-apache` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **184.4 MB (184384004 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:6f61523d0405c32eba394e8941dd9c4ced73834950a6bb5d118389144e2fa468`
--	Entrypoint: `["\/entrypoint.sh"]`
--	Default Command: `["apache2-foreground"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 02:34:30 GMT
-ENV PHPIZE_DEPS=autoconf 		file 		g++ 		gcc 		libc-dev 		make 		pkg-config 		re2c
-# Fri, 10 Jun 2016 02:35:57 GMT
-RUN apt-get update && apt-get install -y 		$PHPIZE_DEPS 		ca-certificates 		curl 		libedit2 		libsqlite3-0 		libxml2 	--no-install-recommends && rm -r /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 02:35:58 GMT
-ENV PHP_INI_DIR=/usr/local/etc/php
-# Fri, 10 Jun 2016 02:35:59 GMT
-RUN mkdir -p $PHP_INI_DIR/conf.d
-# Fri, 10 Jun 2016 02:43:42 GMT
-RUN apt-get update && apt-get install -y apache2-bin apache2.2-common --no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Thu, 07 Jul 2016 19:23:45 GMT
-ENV APACHE_CONFDIR=/etc/apache2
-# Thu, 07 Jul 2016 19:23:46 GMT
-ENV APACHE_ENVVARS=/etc/apache2/envvars
-# Thu, 07 Jul 2016 19:23:48 GMT
-RUN set -ex 	&& . "$APACHE_ENVVARS" 	&& for dir in 		"$APACHE_LOCK_DIR" 		"$APACHE_RUN_DIR" 		"$APACHE_LOG_DIR" 		/var/www/html 	; do 		rm -rvf "$dir" 		&& mkdir -p "$dir" 		&& chown -R "$APACHE_RUN_USER:$APACHE_RUN_GROUP" "$dir"; 	done
-# Thu, 07 Jul 2016 19:23:49 GMT
-RUN a2dismod mpm_event && a2enmod mpm_prefork
-# Thu, 07 Jul 2016 19:23:51 GMT
-RUN set -ex 	&& . "$APACHE_ENVVARS" 	&& ln -sfT /dev/stderr "$APACHE_LOG_DIR/error.log" 	&& ln -sfT /dev/stdout "$APACHE_LOG_DIR/access.log" 	&& ln -sfT /dev/stdout "$APACHE_LOG_DIR/other_vhosts_access.log"
-# Fri, 08 Jul 2016 22:14:00 GMT
-RUN { 		echo '<FilesMatch \.php$>'; 		echo '\tSetHandler application/x-httpd-php'; 		echo '</FilesMatch>'; 		echo; 		echo 'DirectoryIndex disabled'; 		echo 'DirectoryIndex index.php index.html'; 		echo; 		echo '<Directory /var/www/>'; 		echo '\tOptions -Indexes'; 		echo '\tAllowOverride All'; 		echo '</Directory>'; 	} | tee "$APACHE_CONFDIR/conf-available/docker-php.conf" 	&& a2enconf docker-php
-# Fri, 08 Jul 2016 22:14:01 GMT
-ENV PHP_EXTRA_BUILD_DEPS=apache2-dev
-# Fri, 08 Jul 2016 22:14:01 GMT
-ENV PHP_EXTRA_CONFIGURE_ARGS=--with-apxs2
-# Fri, 08 Jul 2016 22:19:29 GMT
-ENV GPG_KEYS=0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
-# Fri, 08 Jul 2016 22:19:30 GMT
-ENV PHP_VERSION=5.6.23
-# Fri, 08 Jul 2016 22:19:30 GMT
-ENV PHP_FILENAME=php-5.6.23.tar.xz
-# Fri, 08 Jul 2016 22:19:30 GMT
-ENV PHP_SHA256=39141e9a617af172aedbbacee7a63eb15502850f7cea20d759a9cffa7cfb0a1a
-# Fri, 08 Jul 2016 22:24:42 GMT
-RUN set -xe 	&& buildDeps=" 		$PHP_EXTRA_BUILD_DEPS 		libcurl4-openssl-dev 		libedit-dev 		libsqlite3-dev 		libssl-dev 		libxml2-dev 		xz-utils 	" 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& curl -fSL "http://php.net/get/$PHP_FILENAME/from/this/mirror" -o "$PHP_FILENAME" 	&& echo "$PHP_SHA256 *$PHP_FILENAME" | sha256sum -c - 	&& curl -fSL "http://php.net/get/$PHP_FILENAME.asc/from/this/mirror" -o "$PHP_FILENAME.asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& for key in $GPG_KEYS; do 		gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; 	done 	&& gpg --batch --verify "$PHP_FILENAME.asc" "$PHP_FILENAME" 	&& rm -r "$GNUPGHOME" "$PHP_FILENAME.asc" 	&& mkdir -p /usr/src/php 	&& tar -xf "$PHP_FILENAME" -C /usr/src/php --strip-components=1 	&& rm "$PHP_FILENAME" 	&& cd /usr/src/php 	&& ./configure 		--with-config-file-path="$PHP_INI_DIR" 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" 		$PHP_EXTRA_CONFIGURE_ARGS 		--disable-cgi 		--enable-mysqlnd 		--enable-mbstring 		--with-curl 		--with-libedit 		--with-openssl 		--with-zlib 	&& make -j"$(nproc)" 	&& make install 	&& { find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; } 	&& make clean 	&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false -o APT::AutoRemove::SuggestsImportant=false $buildDeps
-# Fri, 08 Jul 2016 22:24:43 GMT
-COPY multi:a8819301efc7ce6569bcf183723931153c5b968224bce96498ddbabe72ce7eaa in /usr/local/bin/
-# Fri, 08 Jul 2016 22:24:44 GMT
-COPY file:3014772111b66da3129ca8caeafdd1dcfa9a3bf518f015ae9acc3c7b9b1b44c9 in /usr/local/bin/
-# Fri, 08 Jul 2016 22:24:44 GMT
-WORKDIR /var/www/html
-# Fri, 08 Jul 2016 22:24:45 GMT
-EXPOSE 80/tcp
-# Fri, 08 Jul 2016 22:24:45 GMT
-CMD ["apache2-foreground"]
-# Fri, 08 Jul 2016 22:32:45 GMT
-RUN a2enmod rewrite
-# Fri, 08 Jul 2016 22:36:19 GMT
-RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev 	&& rm -rf /var/lib/apt/lists/* 	&& docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr 	&& docker-php-ext-install gd mbstring pdo pdo_mysql pdo_pgsql zip
-# Fri, 08 Jul 2016 22:36:20 GMT
-WORKDIR /var/www/html
-# Fri, 08 Jul 2016 22:36:21 GMT
-ENV BACKDROP_VERSION=1.3.4
-# Fri, 08 Jul 2016 22:36:21 GMT
-ENV BACKDROP_MD5=1bcfacab25cd71743ad87bdf391a53c8
-# Fri, 08 Jul 2016 22:36:26 GMT
-RUN curl -fSL "https://github.com/backdrop/backdrop/archive/${BACKDROP_VERSION}.tar.gz" -o backdrop.tar.gz   && echo "${BACKDROP_MD5} *backdrop.tar.gz" | md5sum -c -   && tar -xz --strip-components=1 -f backdrop.tar.gz   && rm backdrop.tar.gz   && chown -R www-data:www-data sites
-# Fri, 08 Jul 2016 22:36:28 GMT
-COPY file:c0486d85988902f1e562ad397588637d225d7c83881bf98527f6b5585f66ee13 in /entrypoint.sh
-# Fri, 08 Jul 2016 22:36:28 GMT
-ENTRYPOINT &{["/entrypoint.sh"]}
-# Fri, 08 Jul 2016 22:36:29 GMT
-CMD ["apache2-foreground"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:357b76a4983822c380125e911928d20bf853d3a4ca869181c757d855408a9c90`  
-		Last Modified: Tue, 14 Jun 2016 21:44:40 GMT  
-		Size: 77.3 MB (77343405 bytes)
-	-	`sha256:0e87614c69f0ba521d6a89ea9b82a5712ff209dfa89e14b1fef8be2056d5680d`  
-		Last Modified: Tue, 14 Jun 2016 21:44:12 GMT  
-		Size: 180.0 B
-	-	`sha256:a3a94d3df9be4137d53c70f13e1bf0e40d300e41c9773a3b5b26d68d75f31797`  
-		Last Modified: Tue, 14 Jun 2016 21:44:14 GMT  
-		Size: 2.9 MB (2874106 bytes)
-	-	`sha256:ac140e12d947b453d23e00fd4099540ef06a9cfec9ac8d0183641b8d301e0f4f`  
-		Last Modified: Thu, 07 Jul 2016 19:41:39 GMT  
-		Size: 277.0 B
-	-	`sha256:e08ee42cd95f62a54fcd329593aa277c5a62fb2fb6bfc8a3103556b23f7a9cd8`  
-		Last Modified: Thu, 07 Jul 2016 19:41:39 GMT  
-		Size: 430.0 B
-	-	`sha256:d4cac1e00ff618b3862877517bb6b85ad52560be5ea79d076c2f670ed7471f34`  
-		Last Modified: Thu, 07 Jul 2016 19:41:36 GMT  
-		Size: 224.0 B
-	-	`sha256:f2749ebafcf639d790352065364892fb26e952ee2c90f41a94b9af3e2a06b6fc`  
-		Last Modified: Fri, 08 Jul 2016 22:31:48 GMT  
-		Size: 474.0 B
-	-	`sha256:b83b18211b0e6523d464cf2237852f82bbc2f6477a2b8a6e27b88a9cdd7c884c`  
-		Last Modified: Fri, 08 Jul 2016 22:36:55 GMT  
-		Size: 33.5 MB (33498380 bytes)
-	-	`sha256:eff2616aae67a23b0fa5482b3a3771e05a0875eae9d3a02c20ced93b155098ab`  
-		Last Modified: Fri, 08 Jul 2016 22:36:40 GMT  
-		Size: 1.8 KB (1756 bytes)
-	-	`sha256:76333cc4945328a2d994e3b590629e2fd2bfa8f9e82f395816da523fc11ac31f`  
-		Last Modified: Fri, 08 Jul 2016 22:36:37 GMT  
-		Size: 584.0 B
-	-	`sha256:3ac85d8f78e07002c34d580675d6dd32e7b472b1b236a901b59486b8b08b23a2`  
-		Last Modified: Fri, 08 Jul 2016 22:36:37 GMT  
-		Size: 293.0 B
-	-	`sha256:912d257884521ddf132da5609f8ef9d4b4f37ae12fb16e86cbc815f25aea1a0a`  
-		Last Modified: Fri, 08 Jul 2016 22:36:42 GMT  
-		Size: 11.5 MB (11526552 bytes)
-	-	`sha256:2230efdd91ae5ea16b7281e298bd3fb22ae7081124f4682d804c9424e6240f26`  
-		Last Modified: Fri, 08 Jul 2016 22:36:41 GMT  
-		Size: 7.8 MB (7783861 bytes)
-	-	`sha256:83045777e1f01b52b322767273fe3fefa81458f1e10e0f40ed996fb3a76d14ef`  
-		Last Modified: Fri, 08 Jul 2016 22:36:37 GMT  
-		Size: 947.0 B
-
-## `backdrop:1-apache`
-
-```console
-$ docker pull backdrop@sha256:99efb297cbda12147e6b803f035eba2fd2a0409b1c3724681c788c98d9f8f403
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `backdrop:1-apache` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **184.4 MB (184384004 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:6f61523d0405c32eba394e8941dd9c4ced73834950a6bb5d118389144e2fa468`
--	Entrypoint: `["\/entrypoint.sh"]`
--	Default Command: `["apache2-foreground"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 02:34:30 GMT
-ENV PHPIZE_DEPS=autoconf 		file 		g++ 		gcc 		libc-dev 		make 		pkg-config 		re2c
-# Fri, 10 Jun 2016 02:35:57 GMT
-RUN apt-get update && apt-get install -y 		$PHPIZE_DEPS 		ca-certificates 		curl 		libedit2 		libsqlite3-0 		libxml2 	--no-install-recommends && rm -r /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 02:35:58 GMT
-ENV PHP_INI_DIR=/usr/local/etc/php
-# Fri, 10 Jun 2016 02:35:59 GMT
-RUN mkdir -p $PHP_INI_DIR/conf.d
-# Fri, 10 Jun 2016 02:43:42 GMT
-RUN apt-get update && apt-get install -y apache2-bin apache2.2-common --no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Thu, 07 Jul 2016 19:23:45 GMT
-ENV APACHE_CONFDIR=/etc/apache2
-# Thu, 07 Jul 2016 19:23:46 GMT
-ENV APACHE_ENVVARS=/etc/apache2/envvars
-# Thu, 07 Jul 2016 19:23:48 GMT
-RUN set -ex 	&& . "$APACHE_ENVVARS" 	&& for dir in 		"$APACHE_LOCK_DIR" 		"$APACHE_RUN_DIR" 		"$APACHE_LOG_DIR" 		/var/www/html 	; do 		rm -rvf "$dir" 		&& mkdir -p "$dir" 		&& chown -R "$APACHE_RUN_USER:$APACHE_RUN_GROUP" "$dir"; 	done
-# Thu, 07 Jul 2016 19:23:49 GMT
-RUN a2dismod mpm_event && a2enmod mpm_prefork
-# Thu, 07 Jul 2016 19:23:51 GMT
-RUN set -ex 	&& . "$APACHE_ENVVARS" 	&& ln -sfT /dev/stderr "$APACHE_LOG_DIR/error.log" 	&& ln -sfT /dev/stdout "$APACHE_LOG_DIR/access.log" 	&& ln -sfT /dev/stdout "$APACHE_LOG_DIR/other_vhosts_access.log"
-# Fri, 08 Jul 2016 22:14:00 GMT
-RUN { 		echo '<FilesMatch \.php$>'; 		echo '\tSetHandler application/x-httpd-php'; 		echo '</FilesMatch>'; 		echo; 		echo 'DirectoryIndex disabled'; 		echo 'DirectoryIndex index.php index.html'; 		echo; 		echo '<Directory /var/www/>'; 		echo '\tOptions -Indexes'; 		echo '\tAllowOverride All'; 		echo '</Directory>'; 	} | tee "$APACHE_CONFDIR/conf-available/docker-php.conf" 	&& a2enconf docker-php
-# Fri, 08 Jul 2016 22:14:01 GMT
-ENV PHP_EXTRA_BUILD_DEPS=apache2-dev
-# Fri, 08 Jul 2016 22:14:01 GMT
-ENV PHP_EXTRA_CONFIGURE_ARGS=--with-apxs2
-# Fri, 08 Jul 2016 22:19:29 GMT
-ENV GPG_KEYS=0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
-# Fri, 08 Jul 2016 22:19:30 GMT
-ENV PHP_VERSION=5.6.23
-# Fri, 08 Jul 2016 22:19:30 GMT
-ENV PHP_FILENAME=php-5.6.23.tar.xz
-# Fri, 08 Jul 2016 22:19:30 GMT
-ENV PHP_SHA256=39141e9a617af172aedbbacee7a63eb15502850f7cea20d759a9cffa7cfb0a1a
-# Fri, 08 Jul 2016 22:24:42 GMT
-RUN set -xe 	&& buildDeps=" 		$PHP_EXTRA_BUILD_DEPS 		libcurl4-openssl-dev 		libedit-dev 		libsqlite3-dev 		libssl-dev 		libxml2-dev 		xz-utils 	" 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& curl -fSL "http://php.net/get/$PHP_FILENAME/from/this/mirror" -o "$PHP_FILENAME" 	&& echo "$PHP_SHA256 *$PHP_FILENAME" | sha256sum -c - 	&& curl -fSL "http://php.net/get/$PHP_FILENAME.asc/from/this/mirror" -o "$PHP_FILENAME.asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& for key in $GPG_KEYS; do 		gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; 	done 	&& gpg --batch --verify "$PHP_FILENAME.asc" "$PHP_FILENAME" 	&& rm -r "$GNUPGHOME" "$PHP_FILENAME.asc" 	&& mkdir -p /usr/src/php 	&& tar -xf "$PHP_FILENAME" -C /usr/src/php --strip-components=1 	&& rm "$PHP_FILENAME" 	&& cd /usr/src/php 	&& ./configure 		--with-config-file-path="$PHP_INI_DIR" 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" 		$PHP_EXTRA_CONFIGURE_ARGS 		--disable-cgi 		--enable-mysqlnd 		--enable-mbstring 		--with-curl 		--with-libedit 		--with-openssl 		--with-zlib 	&& make -j"$(nproc)" 	&& make install 	&& { find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; } 	&& make clean 	&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false -o APT::AutoRemove::SuggestsImportant=false $buildDeps
-# Fri, 08 Jul 2016 22:24:43 GMT
-COPY multi:a8819301efc7ce6569bcf183723931153c5b968224bce96498ddbabe72ce7eaa in /usr/local/bin/
-# Fri, 08 Jul 2016 22:24:44 GMT
-COPY file:3014772111b66da3129ca8caeafdd1dcfa9a3bf518f015ae9acc3c7b9b1b44c9 in /usr/local/bin/
-# Fri, 08 Jul 2016 22:24:44 GMT
-WORKDIR /var/www/html
-# Fri, 08 Jul 2016 22:24:45 GMT
-EXPOSE 80/tcp
-# Fri, 08 Jul 2016 22:24:45 GMT
-CMD ["apache2-foreground"]
-# Fri, 08 Jul 2016 22:32:45 GMT
-RUN a2enmod rewrite
-# Fri, 08 Jul 2016 22:36:19 GMT
-RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev 	&& rm -rf /var/lib/apt/lists/* 	&& docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr 	&& docker-php-ext-install gd mbstring pdo pdo_mysql pdo_pgsql zip
-# Fri, 08 Jul 2016 22:36:20 GMT
-WORKDIR /var/www/html
-# Fri, 08 Jul 2016 22:36:21 GMT
-ENV BACKDROP_VERSION=1.3.4
-# Fri, 08 Jul 2016 22:36:21 GMT
-ENV BACKDROP_MD5=1bcfacab25cd71743ad87bdf391a53c8
-# Fri, 08 Jul 2016 22:36:26 GMT
-RUN curl -fSL "https://github.com/backdrop/backdrop/archive/${BACKDROP_VERSION}.tar.gz" -o backdrop.tar.gz   && echo "${BACKDROP_MD5} *backdrop.tar.gz" | md5sum -c -   && tar -xz --strip-components=1 -f backdrop.tar.gz   && rm backdrop.tar.gz   && chown -R www-data:www-data sites
-# Fri, 08 Jul 2016 22:36:28 GMT
-COPY file:c0486d85988902f1e562ad397588637d225d7c83881bf98527f6b5585f66ee13 in /entrypoint.sh
-# Fri, 08 Jul 2016 22:36:28 GMT
-ENTRYPOINT &{["/entrypoint.sh"]}
-# Fri, 08 Jul 2016 22:36:29 GMT
-CMD ["apache2-foreground"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:357b76a4983822c380125e911928d20bf853d3a4ca869181c757d855408a9c90`  
-		Last Modified: Tue, 14 Jun 2016 21:44:40 GMT  
-		Size: 77.3 MB (77343405 bytes)
-	-	`sha256:0e87614c69f0ba521d6a89ea9b82a5712ff209dfa89e14b1fef8be2056d5680d`  
-		Last Modified: Tue, 14 Jun 2016 21:44:12 GMT  
-		Size: 180.0 B
-	-	`sha256:a3a94d3df9be4137d53c70f13e1bf0e40d300e41c9773a3b5b26d68d75f31797`  
-		Last Modified: Tue, 14 Jun 2016 21:44:14 GMT  
-		Size: 2.9 MB (2874106 bytes)
-	-	`sha256:ac140e12d947b453d23e00fd4099540ef06a9cfec9ac8d0183641b8d301e0f4f`  
-		Last Modified: Thu, 07 Jul 2016 19:41:39 GMT  
-		Size: 277.0 B
-	-	`sha256:e08ee42cd95f62a54fcd329593aa277c5a62fb2fb6bfc8a3103556b23f7a9cd8`  
-		Last Modified: Thu, 07 Jul 2016 19:41:39 GMT  
-		Size: 430.0 B
-	-	`sha256:d4cac1e00ff618b3862877517bb6b85ad52560be5ea79d076c2f670ed7471f34`  
-		Last Modified: Thu, 07 Jul 2016 19:41:36 GMT  
-		Size: 224.0 B
-	-	`sha256:f2749ebafcf639d790352065364892fb26e952ee2c90f41a94b9af3e2a06b6fc`  
-		Last Modified: Fri, 08 Jul 2016 22:31:48 GMT  
-		Size: 474.0 B
-	-	`sha256:b83b18211b0e6523d464cf2237852f82bbc2f6477a2b8a6e27b88a9cdd7c884c`  
-		Last Modified: Fri, 08 Jul 2016 22:36:55 GMT  
-		Size: 33.5 MB (33498380 bytes)
-	-	`sha256:eff2616aae67a23b0fa5482b3a3771e05a0875eae9d3a02c20ced93b155098ab`  
-		Last Modified: Fri, 08 Jul 2016 22:36:40 GMT  
-		Size: 1.8 KB (1756 bytes)
-	-	`sha256:76333cc4945328a2d994e3b590629e2fd2bfa8f9e82f395816da523fc11ac31f`  
-		Last Modified: Fri, 08 Jul 2016 22:36:37 GMT  
-		Size: 584.0 B
-	-	`sha256:3ac85d8f78e07002c34d580675d6dd32e7b472b1b236a901b59486b8b08b23a2`  
-		Last Modified: Fri, 08 Jul 2016 22:36:37 GMT  
-		Size: 293.0 B
-	-	`sha256:912d257884521ddf132da5609f8ef9d4b4f37ae12fb16e86cbc815f25aea1a0a`  
-		Last Modified: Fri, 08 Jul 2016 22:36:42 GMT  
-		Size: 11.5 MB (11526552 bytes)
-	-	`sha256:2230efdd91ae5ea16b7281e298bd3fb22ae7081124f4682d804c9424e6240f26`  
-		Last Modified: Fri, 08 Jul 2016 22:36:41 GMT  
-		Size: 7.8 MB (7783861 bytes)
-	-	`sha256:83045777e1f01b52b322767273fe3fefa81458f1e10e0f40ed996fb3a76d14ef`  
-		Last Modified: Fri, 08 Jul 2016 22:36:37 GMT  
-		Size: 947.0 B
-
-## `backdrop:apache`
-
-```console
-$ docker pull backdrop@sha256:99efb297cbda12147e6b803f035eba2fd2a0409b1c3724681c788c98d9f8f403
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `backdrop:apache` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **184.4 MB (184384004 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:6f61523d0405c32eba394e8941dd9c4ced73834950a6bb5d118389144e2fa468`
--	Entrypoint: `["\/entrypoint.sh"]`
--	Default Command: `["apache2-foreground"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 02:34:30 GMT
-ENV PHPIZE_DEPS=autoconf 		file 		g++ 		gcc 		libc-dev 		make 		pkg-config 		re2c
-# Fri, 10 Jun 2016 02:35:57 GMT
-RUN apt-get update && apt-get install -y 		$PHPIZE_DEPS 		ca-certificates 		curl 		libedit2 		libsqlite3-0 		libxml2 	--no-install-recommends && rm -r /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 02:35:58 GMT
-ENV PHP_INI_DIR=/usr/local/etc/php
-# Fri, 10 Jun 2016 02:35:59 GMT
-RUN mkdir -p $PHP_INI_DIR/conf.d
-# Fri, 10 Jun 2016 02:43:42 GMT
-RUN apt-get update && apt-get install -y apache2-bin apache2.2-common --no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Thu, 07 Jul 2016 19:23:45 GMT
-ENV APACHE_CONFDIR=/etc/apache2
-# Thu, 07 Jul 2016 19:23:46 GMT
-ENV APACHE_ENVVARS=/etc/apache2/envvars
-# Thu, 07 Jul 2016 19:23:48 GMT
-RUN set -ex 	&& . "$APACHE_ENVVARS" 	&& for dir in 		"$APACHE_LOCK_DIR" 		"$APACHE_RUN_DIR" 		"$APACHE_LOG_DIR" 		/var/www/html 	; do 		rm -rvf "$dir" 		&& mkdir -p "$dir" 		&& chown -R "$APACHE_RUN_USER:$APACHE_RUN_GROUP" "$dir"; 	done
-# Thu, 07 Jul 2016 19:23:49 GMT
-RUN a2dismod mpm_event && a2enmod mpm_prefork
-# Thu, 07 Jul 2016 19:23:51 GMT
-RUN set -ex 	&& . "$APACHE_ENVVARS" 	&& ln -sfT /dev/stderr "$APACHE_LOG_DIR/error.log" 	&& ln -sfT /dev/stdout "$APACHE_LOG_DIR/access.log" 	&& ln -sfT /dev/stdout "$APACHE_LOG_DIR/other_vhosts_access.log"
-# Fri, 08 Jul 2016 22:14:00 GMT
-RUN { 		echo '<FilesMatch \.php$>'; 		echo '\tSetHandler application/x-httpd-php'; 		echo '</FilesMatch>'; 		echo; 		echo 'DirectoryIndex disabled'; 		echo 'DirectoryIndex index.php index.html'; 		echo; 		echo '<Directory /var/www/>'; 		echo '\tOptions -Indexes'; 		echo '\tAllowOverride All'; 		echo '</Directory>'; 	} | tee "$APACHE_CONFDIR/conf-available/docker-php.conf" 	&& a2enconf docker-php
-# Fri, 08 Jul 2016 22:14:01 GMT
-ENV PHP_EXTRA_BUILD_DEPS=apache2-dev
-# Fri, 08 Jul 2016 22:14:01 GMT
-ENV PHP_EXTRA_CONFIGURE_ARGS=--with-apxs2
-# Fri, 08 Jul 2016 22:19:29 GMT
-ENV GPG_KEYS=0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
-# Fri, 08 Jul 2016 22:19:30 GMT
-ENV PHP_VERSION=5.6.23
-# Fri, 08 Jul 2016 22:19:30 GMT
-ENV PHP_FILENAME=php-5.6.23.tar.xz
-# Fri, 08 Jul 2016 22:19:30 GMT
-ENV PHP_SHA256=39141e9a617af172aedbbacee7a63eb15502850f7cea20d759a9cffa7cfb0a1a
-# Fri, 08 Jul 2016 22:24:42 GMT
-RUN set -xe 	&& buildDeps=" 		$PHP_EXTRA_BUILD_DEPS 		libcurl4-openssl-dev 		libedit-dev 		libsqlite3-dev 		libssl-dev 		libxml2-dev 		xz-utils 	" 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& curl -fSL "http://php.net/get/$PHP_FILENAME/from/this/mirror" -o "$PHP_FILENAME" 	&& echo "$PHP_SHA256 *$PHP_FILENAME" | sha256sum -c - 	&& curl -fSL "http://php.net/get/$PHP_FILENAME.asc/from/this/mirror" -o "$PHP_FILENAME.asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& for key in $GPG_KEYS; do 		gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; 	done 	&& gpg --batch --verify "$PHP_FILENAME.asc" "$PHP_FILENAME" 	&& rm -r "$GNUPGHOME" "$PHP_FILENAME.asc" 	&& mkdir -p /usr/src/php 	&& tar -xf "$PHP_FILENAME" -C /usr/src/php --strip-components=1 	&& rm "$PHP_FILENAME" 	&& cd /usr/src/php 	&& ./configure 		--with-config-file-path="$PHP_INI_DIR" 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" 		$PHP_EXTRA_CONFIGURE_ARGS 		--disable-cgi 		--enable-mysqlnd 		--enable-mbstring 		--with-curl 		--with-libedit 		--with-openssl 		--with-zlib 	&& make -j"$(nproc)" 	&& make install 	&& { find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; } 	&& make clean 	&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false -o APT::AutoRemove::SuggestsImportant=false $buildDeps
-# Fri, 08 Jul 2016 22:24:43 GMT
-COPY multi:a8819301efc7ce6569bcf183723931153c5b968224bce96498ddbabe72ce7eaa in /usr/local/bin/
-# Fri, 08 Jul 2016 22:24:44 GMT
-COPY file:3014772111b66da3129ca8caeafdd1dcfa9a3bf518f015ae9acc3c7b9b1b44c9 in /usr/local/bin/
-# Fri, 08 Jul 2016 22:24:44 GMT
-WORKDIR /var/www/html
-# Fri, 08 Jul 2016 22:24:45 GMT
-EXPOSE 80/tcp
-# Fri, 08 Jul 2016 22:24:45 GMT
-CMD ["apache2-foreground"]
-# Fri, 08 Jul 2016 22:32:45 GMT
-RUN a2enmod rewrite
-# Fri, 08 Jul 2016 22:36:19 GMT
-RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev 	&& rm -rf /var/lib/apt/lists/* 	&& docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr 	&& docker-php-ext-install gd mbstring pdo pdo_mysql pdo_pgsql zip
-# Fri, 08 Jul 2016 22:36:20 GMT
-WORKDIR /var/www/html
-# Fri, 08 Jul 2016 22:36:21 GMT
-ENV BACKDROP_VERSION=1.3.4
-# Fri, 08 Jul 2016 22:36:21 GMT
-ENV BACKDROP_MD5=1bcfacab25cd71743ad87bdf391a53c8
-# Fri, 08 Jul 2016 22:36:26 GMT
-RUN curl -fSL "https://github.com/backdrop/backdrop/archive/${BACKDROP_VERSION}.tar.gz" -o backdrop.tar.gz   && echo "${BACKDROP_MD5} *backdrop.tar.gz" | md5sum -c -   && tar -xz --strip-components=1 -f backdrop.tar.gz   && rm backdrop.tar.gz   && chown -R www-data:www-data sites
-# Fri, 08 Jul 2016 22:36:28 GMT
-COPY file:c0486d85988902f1e562ad397588637d225d7c83881bf98527f6b5585f66ee13 in /entrypoint.sh
-# Fri, 08 Jul 2016 22:36:28 GMT
-ENTRYPOINT &{["/entrypoint.sh"]}
-# Fri, 08 Jul 2016 22:36:29 GMT
-CMD ["apache2-foreground"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:357b76a4983822c380125e911928d20bf853d3a4ca869181c757d855408a9c90`  
-		Last Modified: Tue, 14 Jun 2016 21:44:40 GMT  
-		Size: 77.3 MB (77343405 bytes)
-	-	`sha256:0e87614c69f0ba521d6a89ea9b82a5712ff209dfa89e14b1fef8be2056d5680d`  
-		Last Modified: Tue, 14 Jun 2016 21:44:12 GMT  
-		Size: 180.0 B
-	-	`sha256:a3a94d3df9be4137d53c70f13e1bf0e40d300e41c9773a3b5b26d68d75f31797`  
-		Last Modified: Tue, 14 Jun 2016 21:44:14 GMT  
-		Size: 2.9 MB (2874106 bytes)
-	-	`sha256:ac140e12d947b453d23e00fd4099540ef06a9cfec9ac8d0183641b8d301e0f4f`  
-		Last Modified: Thu, 07 Jul 2016 19:41:39 GMT  
-		Size: 277.0 B
-	-	`sha256:e08ee42cd95f62a54fcd329593aa277c5a62fb2fb6bfc8a3103556b23f7a9cd8`  
-		Last Modified: Thu, 07 Jul 2016 19:41:39 GMT  
-		Size: 430.0 B
-	-	`sha256:d4cac1e00ff618b3862877517bb6b85ad52560be5ea79d076c2f670ed7471f34`  
-		Last Modified: Thu, 07 Jul 2016 19:41:36 GMT  
-		Size: 224.0 B
-	-	`sha256:f2749ebafcf639d790352065364892fb26e952ee2c90f41a94b9af3e2a06b6fc`  
-		Last Modified: Fri, 08 Jul 2016 22:31:48 GMT  
-		Size: 474.0 B
-	-	`sha256:b83b18211b0e6523d464cf2237852f82bbc2f6477a2b8a6e27b88a9cdd7c884c`  
-		Last Modified: Fri, 08 Jul 2016 22:36:55 GMT  
-		Size: 33.5 MB (33498380 bytes)
-	-	`sha256:eff2616aae67a23b0fa5482b3a3771e05a0875eae9d3a02c20ced93b155098ab`  
-		Last Modified: Fri, 08 Jul 2016 22:36:40 GMT  
-		Size: 1.8 KB (1756 bytes)
-	-	`sha256:76333cc4945328a2d994e3b590629e2fd2bfa8f9e82f395816da523fc11ac31f`  
-		Last Modified: Fri, 08 Jul 2016 22:36:37 GMT  
-		Size: 584.0 B
-	-	`sha256:3ac85d8f78e07002c34d580675d6dd32e7b472b1b236a901b59486b8b08b23a2`  
-		Last Modified: Fri, 08 Jul 2016 22:36:37 GMT  
-		Size: 293.0 B
-	-	`sha256:912d257884521ddf132da5609f8ef9d4b4f37ae12fb16e86cbc815f25aea1a0a`  
-		Last Modified: Fri, 08 Jul 2016 22:36:42 GMT  
-		Size: 11.5 MB (11526552 bytes)
-	-	`sha256:2230efdd91ae5ea16b7281e298bd3fb22ae7081124f4682d804c9424e6240f26`  
-		Last Modified: Fri, 08 Jul 2016 22:36:41 GMT  
-		Size: 7.8 MB (7783861 bytes)
-	-	`sha256:83045777e1f01b52b322767273fe3fefa81458f1e10e0f40ed996fb3a76d14ef`  
-		Last Modified: Fri, 08 Jul 2016 22:36:37 GMT  
-		Size: 947.0 B
-
-## `backdrop:latest`
-
-```console
-$ docker pull backdrop@sha256:99efb297cbda12147e6b803f035eba2fd2a0409b1c3724681c788c98d9f8f403
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `backdrop:latest` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **184.4 MB (184384004 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:6f61523d0405c32eba394e8941dd9c4ced73834950a6bb5d118389144e2fa468`
--	Entrypoint: `["\/entrypoint.sh"]`
--	Default Command: `["apache2-foreground"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 02:34:30 GMT
-ENV PHPIZE_DEPS=autoconf 		file 		g++ 		gcc 		libc-dev 		make 		pkg-config 		re2c
-# Fri, 10 Jun 2016 02:35:57 GMT
-RUN apt-get update && apt-get install -y 		$PHPIZE_DEPS 		ca-certificates 		curl 		libedit2 		libsqlite3-0 		libxml2 	--no-install-recommends && rm -r /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 02:35:58 GMT
-ENV PHP_INI_DIR=/usr/local/etc/php
-# Fri, 10 Jun 2016 02:35:59 GMT
-RUN mkdir -p $PHP_INI_DIR/conf.d
-# Fri, 10 Jun 2016 02:43:42 GMT
-RUN apt-get update && apt-get install -y apache2-bin apache2.2-common --no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Thu, 07 Jul 2016 19:23:45 GMT
-ENV APACHE_CONFDIR=/etc/apache2
-# Thu, 07 Jul 2016 19:23:46 GMT
-ENV APACHE_ENVVARS=/etc/apache2/envvars
-# Thu, 07 Jul 2016 19:23:48 GMT
-RUN set -ex 	&& . "$APACHE_ENVVARS" 	&& for dir in 		"$APACHE_LOCK_DIR" 		"$APACHE_RUN_DIR" 		"$APACHE_LOG_DIR" 		/var/www/html 	; do 		rm -rvf "$dir" 		&& mkdir -p "$dir" 		&& chown -R "$APACHE_RUN_USER:$APACHE_RUN_GROUP" "$dir"; 	done
-# Thu, 07 Jul 2016 19:23:49 GMT
-RUN a2dismod mpm_event && a2enmod mpm_prefork
-# Thu, 07 Jul 2016 19:23:51 GMT
-RUN set -ex 	&& . "$APACHE_ENVVARS" 	&& ln -sfT /dev/stderr "$APACHE_LOG_DIR/error.log" 	&& ln -sfT /dev/stdout "$APACHE_LOG_DIR/access.log" 	&& ln -sfT /dev/stdout "$APACHE_LOG_DIR/other_vhosts_access.log"
-# Fri, 08 Jul 2016 22:14:00 GMT
-RUN { 		echo '<FilesMatch \.php$>'; 		echo '\tSetHandler application/x-httpd-php'; 		echo '</FilesMatch>'; 		echo; 		echo 'DirectoryIndex disabled'; 		echo 'DirectoryIndex index.php index.html'; 		echo; 		echo '<Directory /var/www/>'; 		echo '\tOptions -Indexes'; 		echo '\tAllowOverride All'; 		echo '</Directory>'; 	} | tee "$APACHE_CONFDIR/conf-available/docker-php.conf" 	&& a2enconf docker-php
-# Fri, 08 Jul 2016 22:14:01 GMT
-ENV PHP_EXTRA_BUILD_DEPS=apache2-dev
-# Fri, 08 Jul 2016 22:14:01 GMT
-ENV PHP_EXTRA_CONFIGURE_ARGS=--with-apxs2
-# Fri, 08 Jul 2016 22:19:29 GMT
-ENV GPG_KEYS=0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
-# Fri, 08 Jul 2016 22:19:30 GMT
-ENV PHP_VERSION=5.6.23
-# Fri, 08 Jul 2016 22:19:30 GMT
-ENV PHP_FILENAME=php-5.6.23.tar.xz
-# Fri, 08 Jul 2016 22:19:30 GMT
-ENV PHP_SHA256=39141e9a617af172aedbbacee7a63eb15502850f7cea20d759a9cffa7cfb0a1a
-# Fri, 08 Jul 2016 22:24:42 GMT
-RUN set -xe 	&& buildDeps=" 		$PHP_EXTRA_BUILD_DEPS 		libcurl4-openssl-dev 		libedit-dev 		libsqlite3-dev 		libssl-dev 		libxml2-dev 		xz-utils 	" 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& curl -fSL "http://php.net/get/$PHP_FILENAME/from/this/mirror" -o "$PHP_FILENAME" 	&& echo "$PHP_SHA256 *$PHP_FILENAME" | sha256sum -c - 	&& curl -fSL "http://php.net/get/$PHP_FILENAME.asc/from/this/mirror" -o "$PHP_FILENAME.asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& for key in $GPG_KEYS; do 		gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; 	done 	&& gpg --batch --verify "$PHP_FILENAME.asc" "$PHP_FILENAME" 	&& rm -r "$GNUPGHOME" "$PHP_FILENAME.asc" 	&& mkdir -p /usr/src/php 	&& tar -xf "$PHP_FILENAME" -C /usr/src/php --strip-components=1 	&& rm "$PHP_FILENAME" 	&& cd /usr/src/php 	&& ./configure 		--with-config-file-path="$PHP_INI_DIR" 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" 		$PHP_EXTRA_CONFIGURE_ARGS 		--disable-cgi 		--enable-mysqlnd 		--enable-mbstring 		--with-curl 		--with-libedit 		--with-openssl 		--with-zlib 	&& make -j"$(nproc)" 	&& make install 	&& { find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; } 	&& make clean 	&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false -o APT::AutoRemove::SuggestsImportant=false $buildDeps
-# Fri, 08 Jul 2016 22:24:43 GMT
-COPY multi:a8819301efc7ce6569bcf183723931153c5b968224bce96498ddbabe72ce7eaa in /usr/local/bin/
-# Fri, 08 Jul 2016 22:24:44 GMT
-COPY file:3014772111b66da3129ca8caeafdd1dcfa9a3bf518f015ae9acc3c7b9b1b44c9 in /usr/local/bin/
-# Fri, 08 Jul 2016 22:24:44 GMT
-WORKDIR /var/www/html
-# Fri, 08 Jul 2016 22:24:45 GMT
-EXPOSE 80/tcp
-# Fri, 08 Jul 2016 22:24:45 GMT
-CMD ["apache2-foreground"]
-# Fri, 08 Jul 2016 22:32:45 GMT
-RUN a2enmod rewrite
-# Fri, 08 Jul 2016 22:36:19 GMT
-RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev 	&& rm -rf /var/lib/apt/lists/* 	&& docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr 	&& docker-php-ext-install gd mbstring pdo pdo_mysql pdo_pgsql zip
-# Fri, 08 Jul 2016 22:36:20 GMT
-WORKDIR /var/www/html
-# Fri, 08 Jul 2016 22:36:21 GMT
-ENV BACKDROP_VERSION=1.3.4
-# Fri, 08 Jul 2016 22:36:21 GMT
-ENV BACKDROP_MD5=1bcfacab25cd71743ad87bdf391a53c8
-# Fri, 08 Jul 2016 22:36:26 GMT
-RUN curl -fSL "https://github.com/backdrop/backdrop/archive/${BACKDROP_VERSION}.tar.gz" -o backdrop.tar.gz   && echo "${BACKDROP_MD5} *backdrop.tar.gz" | md5sum -c -   && tar -xz --strip-components=1 -f backdrop.tar.gz   && rm backdrop.tar.gz   && chown -R www-data:www-data sites
-# Fri, 08 Jul 2016 22:36:28 GMT
-COPY file:c0486d85988902f1e562ad397588637d225d7c83881bf98527f6b5585f66ee13 in /entrypoint.sh
-# Fri, 08 Jul 2016 22:36:28 GMT
-ENTRYPOINT &{["/entrypoint.sh"]}
-# Fri, 08 Jul 2016 22:36:29 GMT
-CMD ["apache2-foreground"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:357b76a4983822c380125e911928d20bf853d3a4ca869181c757d855408a9c90`  
-		Last Modified: Tue, 14 Jun 2016 21:44:40 GMT  
-		Size: 77.3 MB (77343405 bytes)
-	-	`sha256:0e87614c69f0ba521d6a89ea9b82a5712ff209dfa89e14b1fef8be2056d5680d`  
-		Last Modified: Tue, 14 Jun 2016 21:44:12 GMT  
-		Size: 180.0 B
-	-	`sha256:a3a94d3df9be4137d53c70f13e1bf0e40d300e41c9773a3b5b26d68d75f31797`  
-		Last Modified: Tue, 14 Jun 2016 21:44:14 GMT  
-		Size: 2.9 MB (2874106 bytes)
-	-	`sha256:ac140e12d947b453d23e00fd4099540ef06a9cfec9ac8d0183641b8d301e0f4f`  
-		Last Modified: Thu, 07 Jul 2016 19:41:39 GMT  
-		Size: 277.0 B
-	-	`sha256:e08ee42cd95f62a54fcd329593aa277c5a62fb2fb6bfc8a3103556b23f7a9cd8`  
-		Last Modified: Thu, 07 Jul 2016 19:41:39 GMT  
-		Size: 430.0 B
-	-	`sha256:d4cac1e00ff618b3862877517bb6b85ad52560be5ea79d076c2f670ed7471f34`  
-		Last Modified: Thu, 07 Jul 2016 19:41:36 GMT  
-		Size: 224.0 B
-	-	`sha256:f2749ebafcf639d790352065364892fb26e952ee2c90f41a94b9af3e2a06b6fc`  
-		Last Modified: Fri, 08 Jul 2016 22:31:48 GMT  
-		Size: 474.0 B
-	-	`sha256:b83b18211b0e6523d464cf2237852f82bbc2f6477a2b8a6e27b88a9cdd7c884c`  
-		Last Modified: Fri, 08 Jul 2016 22:36:55 GMT  
-		Size: 33.5 MB (33498380 bytes)
-	-	`sha256:eff2616aae67a23b0fa5482b3a3771e05a0875eae9d3a02c20ced93b155098ab`  
-		Last Modified: Fri, 08 Jul 2016 22:36:40 GMT  
-		Size: 1.8 KB (1756 bytes)
-	-	`sha256:76333cc4945328a2d994e3b590629e2fd2bfa8f9e82f395816da523fc11ac31f`  
-		Last Modified: Fri, 08 Jul 2016 22:36:37 GMT  
-		Size: 584.0 B
-	-	`sha256:3ac85d8f78e07002c34d580675d6dd32e7b472b1b236a901b59486b8b08b23a2`  
-		Last Modified: Fri, 08 Jul 2016 22:36:37 GMT  
-		Size: 293.0 B
-	-	`sha256:912d257884521ddf132da5609f8ef9d4b4f37ae12fb16e86cbc815f25aea1a0a`  
-		Last Modified: Fri, 08 Jul 2016 22:36:42 GMT  
-		Size: 11.5 MB (11526552 bytes)
-	-	`sha256:2230efdd91ae5ea16b7281e298bd3fb22ae7081124f4682d804c9424e6240f26`  
-		Last Modified: Fri, 08 Jul 2016 22:36:41 GMT  
-		Size: 7.8 MB (7783861 bytes)
-	-	`sha256:83045777e1f01b52b322767273fe3fefa81458f1e10e0f40ed996fb3a76d14ef`  
-		Last Modified: Fri, 08 Jul 2016 22:36:37 GMT  
-		Size: 947.0 B
-
-## `backdrop:1.3.4-fpm`
-
-```console
-$ docker pull backdrop@sha256:e22ef709360e2e17aae9a6e93c64b5efa03c674efa8692321ac97f138a0b4a9c
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `backdrop:1.3.4-fpm` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **174.5 MB (174514869 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:2b053204cc61349952ee980fe155b0b214e06c72ac6e809b7b639b1a5691827a`
--	Entrypoint: `["\/entrypoint.sh"]`
--	Default Command: `["php-fpm"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 02:34:30 GMT
-ENV PHPIZE_DEPS=autoconf 		file 		g++ 		gcc 		libc-dev 		make 		pkg-config 		re2c
-# Fri, 10 Jun 2016 02:35:57 GMT
-RUN apt-get update && apt-get install -y 		$PHPIZE_DEPS 		ca-certificates 		curl 		libedit2 		libsqlite3-0 		libxml2 	--no-install-recommends && rm -r /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 02:35:58 GMT
-ENV PHP_INI_DIR=/usr/local/etc/php
-# Fri, 10 Jun 2016 02:35:59 GMT
-RUN mkdir -p $PHP_INI_DIR/conf.d
-# Fri, 10 Jun 2016 02:49:04 GMT
-ENV PHP_EXTRA_CONFIGURE_ARGS=--enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data
-# Fri, 10 Jun 2016 03:14:30 GMT
-ENV GPG_KEYS=0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
-# Fri, 24 Jun 2016 00:29:15 GMT
-ENV PHP_VERSION=5.6.23
-# Fri, 24 Jun 2016 00:29:16 GMT
-ENV PHP_FILENAME=php-5.6.23.tar.xz
-# Fri, 24 Jun 2016 00:29:16 GMT
-ENV PHP_SHA256=39141e9a617af172aedbbacee7a63eb15502850f7cea20d759a9cffa7cfb0a1a
-# Fri, 24 Jun 2016 00:35:59 GMT
-RUN set -xe 	&& buildDeps=" 		$PHP_EXTRA_BUILD_DEPS 		libcurl4-openssl-dev 		libedit-dev 		libsqlite3-dev 		libssl-dev 		libxml2-dev 		xz-utils 	" 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& curl -fSL "http://php.net/get/$PHP_FILENAME/from/this/mirror" -o "$PHP_FILENAME" 	&& echo "$PHP_SHA256 *$PHP_FILENAME" | sha256sum -c - 	&& curl -fSL "http://php.net/get/$PHP_FILENAME.asc/from/this/mirror" -o "$PHP_FILENAME.asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& for key in $GPG_KEYS; do 		gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; 	done 	&& gpg --batch --verify "$PHP_FILENAME.asc" "$PHP_FILENAME" 	&& rm -r "$GNUPGHOME" "$PHP_FILENAME.asc" 	&& mkdir -p /usr/src/php 	&& tar -xf "$PHP_FILENAME" -C /usr/src/php --strip-components=1 	&& rm "$PHP_FILENAME" 	&& cd /usr/src/php 	&& ./configure 		--with-config-file-path="$PHP_INI_DIR" 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" 		$PHP_EXTRA_CONFIGURE_ARGS 		--disable-cgi 		--enable-mysqlnd 		--enable-mbstring 		--with-curl 		--with-libedit 		--with-openssl 		--with-zlib 	&& make -j"$(nproc)" 	&& make install 	&& { find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; } 	&& make clean 	&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false -o APT::AutoRemove::SuggestsImportant=false $buildDeps
-# Fri, 24 Jun 2016 00:36:00 GMT
-COPY multi:a8819301efc7ce6569bcf183723931153c5b968224bce96498ddbabe72ce7eaa in /usr/local/bin/
-# Fri, 24 Jun 2016 00:36:01 GMT
-WORKDIR /var/www/html
-# Fri, 24 Jun 2016 00:36:02 GMT
-RUN set -ex 	&& cd /usr/local/etc 	&& if [ -d php-fpm.d ]; then 		sed 's!=NONE/!=!g' php-fpm.conf.default | tee php-fpm.conf > /dev/null; 		cp php-fpm.d/www.conf.default php-fpm.d/www.conf; 	else 		mkdir php-fpm.d; 		cp php-fpm.conf.default php-fpm.d/www.conf; 		{ 			echo '[global]'; 			echo 'include=etc/php-fpm.d/*.conf'; 		} | tee php-fpm.conf; 	fi 	&& { 		echo '[global]'; 		echo 'error_log = /proc/self/fd/2'; 		echo; 		echo '[www]'; 		echo '; if we send this to /proc/self/fd/1, it never appears'; 		echo 'access.log = /proc/self/fd/2'; 		echo; 		echo 'clear_env = no'; 		echo; 		echo '; Ensure worker stdout and stderr are sent to the main error log.'; 		echo 'catch_workers_output = yes'; 	} | tee php-fpm.d/docker.conf 	&& { 		echo '[global]'; 		echo 'daemonize = no'; 		echo; 		echo '[www]'; 		echo 'listen = [::]:9000'; 	} | tee php-fpm.d/zz-docker.conf
-# Fri, 24 Jun 2016 00:36:02 GMT
-EXPOSE 9000/tcp
-# Fri, 24 Jun 2016 00:36:02 GMT
-CMD ["php-fpm"]
-# Fri, 24 Jun 2016 15:41:09 GMT
-RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev 	&& rm -rf /var/lib/apt/lists/* 	&& docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr 	&& docker-php-ext-install gd mbstring pdo pdo_mysql pdo_pgsql zip
-# Fri, 24 Jun 2016 15:41:09 GMT
-WORKDIR /var/www/html
-# Fri, 24 Jun 2016 15:41:10 GMT
-ENV BACKDROP_VERSION=1.3.4
-# Fri, 24 Jun 2016 15:41:10 GMT
-ENV BACKDROP_MD5=1bcfacab25cd71743ad87bdf391a53c8
-# Fri, 24 Jun 2016 15:41:15 GMT
-RUN curl -fSL "https://github.com/backdrop/backdrop/archive/${BACKDROP_VERSION}.tar.gz" -o backdrop.tar.gz 	&& echo "${BACKDROP_MD5} *backdrop.tar.gz" | md5sum -c - 	&& tar -xz --strip-components=1 -f backdrop.tar.gz 	&& rm backdrop.tar.gz 	&& chown -R www-data:www-data sites
-# Fri, 24 Jun 2016 15:41:16 GMT
-COPY file:c0486d85988902f1e562ad397588637d225d7c83881bf98527f6b5585f66ee13 in /entrypoint.sh
-# Fri, 24 Jun 2016 15:41:16 GMT
-ENTRYPOINT &{["/entrypoint.sh"]}
-# Fri, 24 Jun 2016 15:41:17 GMT
-CMD ["php-fpm"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:357b76a4983822c380125e911928d20bf853d3a4ca869181c757d855408a9c90`  
-		Last Modified: Tue, 14 Jun 2016 21:44:40 GMT  
-		Size: 77.3 MB (77343405 bytes)
-	-	`sha256:0e87614c69f0ba521d6a89ea9b82a5712ff209dfa89e14b1fef8be2056d5680d`  
-		Last Modified: Tue, 14 Jun 2016 21:44:12 GMT  
-		Size: 180.0 B
-	-	`sha256:dca7b62ed238246a5a9fe201c16335c65abec3876ad66a39efa01991739f32e3`  
-		Last Modified: Fri, 24 Jun 2016 01:03:34 GMT  
-		Size: 26.5 MB (26520348 bytes)
-	-	`sha256:5a5345ffe0a9c6653ef129eb8c276dd94885a8dc371f070f3430d59e708df90a`  
-		Last Modified: Fri, 24 Jun 2016 01:03:23 GMT  
-		Size: 1.8 KB (1755 bytes)
-	-	`sha256:41df7d32ab4bc9e57df974c3c0e4646faaf6524fab6ded19c7524aecd9e73e91`  
-		Last Modified: Fri, 24 Jun 2016 01:03:23 GMT  
-		Size: 127.0 B
-	-	`sha256:d051a6853807ad1601ea2f61f37967b7d0d1be26e02f31139fee8c1459f7c3da`  
-		Last Modified: Fri, 24 Jun 2016 01:03:23 GMT  
-		Size: 7.6 KB (7627 bytes)
-	-	`sha256:21d2849cbdd1844ebc961a1f5f6ab0b7c132eb9dcd55763b4f9f2f1327d4adce`  
-		Last Modified: Fri, 24 Jun 2016 15:41:28 GMT  
-		Size: 11.5 MB (11504095 bytes)
-	-	`sha256:b6f8b95addf3cb910da276cba9605a6b887ec36197cbe10e936d7b67b0b4acf9`  
-		Last Modified: Fri, 24 Jun 2016 15:41:27 GMT  
-		Size: 7.8 MB (7783851 bytes)
-	-	`sha256:1f6b0f7ddcf1963741f0e96070a41f4ac0a852f09cf3ad52bd3c40e324906504`  
-		Last Modified: Fri, 24 Jun 2016 15:41:23 GMT  
-		Size: 946.0 B
-
-## `backdrop:1.3-fpm`
-
-```console
-$ docker pull backdrop@sha256:e22ef709360e2e17aae9a6e93c64b5efa03c674efa8692321ac97f138a0b4a9c
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `backdrop:1.3-fpm` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **174.5 MB (174514869 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:2b053204cc61349952ee980fe155b0b214e06c72ac6e809b7b639b1a5691827a`
--	Entrypoint: `["\/entrypoint.sh"]`
--	Default Command: `["php-fpm"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 02:34:30 GMT
-ENV PHPIZE_DEPS=autoconf 		file 		g++ 		gcc 		libc-dev 		make 		pkg-config 		re2c
-# Fri, 10 Jun 2016 02:35:57 GMT
-RUN apt-get update && apt-get install -y 		$PHPIZE_DEPS 		ca-certificates 		curl 		libedit2 		libsqlite3-0 		libxml2 	--no-install-recommends && rm -r /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 02:35:58 GMT
-ENV PHP_INI_DIR=/usr/local/etc/php
-# Fri, 10 Jun 2016 02:35:59 GMT
-RUN mkdir -p $PHP_INI_DIR/conf.d
-# Fri, 10 Jun 2016 02:49:04 GMT
-ENV PHP_EXTRA_CONFIGURE_ARGS=--enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data
-# Fri, 10 Jun 2016 03:14:30 GMT
-ENV GPG_KEYS=0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
-# Fri, 24 Jun 2016 00:29:15 GMT
-ENV PHP_VERSION=5.6.23
-# Fri, 24 Jun 2016 00:29:16 GMT
-ENV PHP_FILENAME=php-5.6.23.tar.xz
-# Fri, 24 Jun 2016 00:29:16 GMT
-ENV PHP_SHA256=39141e9a617af172aedbbacee7a63eb15502850f7cea20d759a9cffa7cfb0a1a
-# Fri, 24 Jun 2016 00:35:59 GMT
-RUN set -xe 	&& buildDeps=" 		$PHP_EXTRA_BUILD_DEPS 		libcurl4-openssl-dev 		libedit-dev 		libsqlite3-dev 		libssl-dev 		libxml2-dev 		xz-utils 	" 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& curl -fSL "http://php.net/get/$PHP_FILENAME/from/this/mirror" -o "$PHP_FILENAME" 	&& echo "$PHP_SHA256 *$PHP_FILENAME" | sha256sum -c - 	&& curl -fSL "http://php.net/get/$PHP_FILENAME.asc/from/this/mirror" -o "$PHP_FILENAME.asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& for key in $GPG_KEYS; do 		gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; 	done 	&& gpg --batch --verify "$PHP_FILENAME.asc" "$PHP_FILENAME" 	&& rm -r "$GNUPGHOME" "$PHP_FILENAME.asc" 	&& mkdir -p /usr/src/php 	&& tar -xf "$PHP_FILENAME" -C /usr/src/php --strip-components=1 	&& rm "$PHP_FILENAME" 	&& cd /usr/src/php 	&& ./configure 		--with-config-file-path="$PHP_INI_DIR" 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" 		$PHP_EXTRA_CONFIGURE_ARGS 		--disable-cgi 		--enable-mysqlnd 		--enable-mbstring 		--with-curl 		--with-libedit 		--with-openssl 		--with-zlib 	&& make -j"$(nproc)" 	&& make install 	&& { find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; } 	&& make clean 	&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false -o APT::AutoRemove::SuggestsImportant=false $buildDeps
-# Fri, 24 Jun 2016 00:36:00 GMT
-COPY multi:a8819301efc7ce6569bcf183723931153c5b968224bce96498ddbabe72ce7eaa in /usr/local/bin/
-# Fri, 24 Jun 2016 00:36:01 GMT
-WORKDIR /var/www/html
-# Fri, 24 Jun 2016 00:36:02 GMT
-RUN set -ex 	&& cd /usr/local/etc 	&& if [ -d php-fpm.d ]; then 		sed 's!=NONE/!=!g' php-fpm.conf.default | tee php-fpm.conf > /dev/null; 		cp php-fpm.d/www.conf.default php-fpm.d/www.conf; 	else 		mkdir php-fpm.d; 		cp php-fpm.conf.default php-fpm.d/www.conf; 		{ 			echo '[global]'; 			echo 'include=etc/php-fpm.d/*.conf'; 		} | tee php-fpm.conf; 	fi 	&& { 		echo '[global]'; 		echo 'error_log = /proc/self/fd/2'; 		echo; 		echo '[www]'; 		echo '; if we send this to /proc/self/fd/1, it never appears'; 		echo 'access.log = /proc/self/fd/2'; 		echo; 		echo 'clear_env = no'; 		echo; 		echo '; Ensure worker stdout and stderr are sent to the main error log.'; 		echo 'catch_workers_output = yes'; 	} | tee php-fpm.d/docker.conf 	&& { 		echo '[global]'; 		echo 'daemonize = no'; 		echo; 		echo '[www]'; 		echo 'listen = [::]:9000'; 	} | tee php-fpm.d/zz-docker.conf
-# Fri, 24 Jun 2016 00:36:02 GMT
-EXPOSE 9000/tcp
-# Fri, 24 Jun 2016 00:36:02 GMT
-CMD ["php-fpm"]
-# Fri, 24 Jun 2016 15:41:09 GMT
-RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev 	&& rm -rf /var/lib/apt/lists/* 	&& docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr 	&& docker-php-ext-install gd mbstring pdo pdo_mysql pdo_pgsql zip
-# Fri, 24 Jun 2016 15:41:09 GMT
-WORKDIR /var/www/html
-# Fri, 24 Jun 2016 15:41:10 GMT
-ENV BACKDROP_VERSION=1.3.4
-# Fri, 24 Jun 2016 15:41:10 GMT
-ENV BACKDROP_MD5=1bcfacab25cd71743ad87bdf391a53c8
-# Fri, 24 Jun 2016 15:41:15 GMT
-RUN curl -fSL "https://github.com/backdrop/backdrop/archive/${BACKDROP_VERSION}.tar.gz" -o backdrop.tar.gz 	&& echo "${BACKDROP_MD5} *backdrop.tar.gz" | md5sum -c - 	&& tar -xz --strip-components=1 -f backdrop.tar.gz 	&& rm backdrop.tar.gz 	&& chown -R www-data:www-data sites
-# Fri, 24 Jun 2016 15:41:16 GMT
-COPY file:c0486d85988902f1e562ad397588637d225d7c83881bf98527f6b5585f66ee13 in /entrypoint.sh
-# Fri, 24 Jun 2016 15:41:16 GMT
-ENTRYPOINT &{["/entrypoint.sh"]}
-# Fri, 24 Jun 2016 15:41:17 GMT
-CMD ["php-fpm"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:357b76a4983822c380125e911928d20bf853d3a4ca869181c757d855408a9c90`  
-		Last Modified: Tue, 14 Jun 2016 21:44:40 GMT  
-		Size: 77.3 MB (77343405 bytes)
-	-	`sha256:0e87614c69f0ba521d6a89ea9b82a5712ff209dfa89e14b1fef8be2056d5680d`  
-		Last Modified: Tue, 14 Jun 2016 21:44:12 GMT  
-		Size: 180.0 B
-	-	`sha256:dca7b62ed238246a5a9fe201c16335c65abec3876ad66a39efa01991739f32e3`  
-		Last Modified: Fri, 24 Jun 2016 01:03:34 GMT  
-		Size: 26.5 MB (26520348 bytes)
-	-	`sha256:5a5345ffe0a9c6653ef129eb8c276dd94885a8dc371f070f3430d59e708df90a`  
-		Last Modified: Fri, 24 Jun 2016 01:03:23 GMT  
-		Size: 1.8 KB (1755 bytes)
-	-	`sha256:41df7d32ab4bc9e57df974c3c0e4646faaf6524fab6ded19c7524aecd9e73e91`  
-		Last Modified: Fri, 24 Jun 2016 01:03:23 GMT  
-		Size: 127.0 B
-	-	`sha256:d051a6853807ad1601ea2f61f37967b7d0d1be26e02f31139fee8c1459f7c3da`  
-		Last Modified: Fri, 24 Jun 2016 01:03:23 GMT  
-		Size: 7.6 KB (7627 bytes)
-	-	`sha256:21d2849cbdd1844ebc961a1f5f6ab0b7c132eb9dcd55763b4f9f2f1327d4adce`  
-		Last Modified: Fri, 24 Jun 2016 15:41:28 GMT  
-		Size: 11.5 MB (11504095 bytes)
-	-	`sha256:b6f8b95addf3cb910da276cba9605a6b887ec36197cbe10e936d7b67b0b4acf9`  
-		Last Modified: Fri, 24 Jun 2016 15:41:27 GMT  
-		Size: 7.8 MB (7783851 bytes)
-	-	`sha256:1f6b0f7ddcf1963741f0e96070a41f4ac0a852f09cf3ad52bd3c40e324906504`  
-		Last Modified: Fri, 24 Jun 2016 15:41:23 GMT  
-		Size: 946.0 B
-
-## `backdrop:1-fpm`
-
-```console
-$ docker pull backdrop@sha256:e22ef709360e2e17aae9a6e93c64b5efa03c674efa8692321ac97f138a0b4a9c
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `backdrop:1-fpm` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **174.5 MB (174514869 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:2b053204cc61349952ee980fe155b0b214e06c72ac6e809b7b639b1a5691827a`
--	Entrypoint: `["\/entrypoint.sh"]`
--	Default Command: `["php-fpm"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 02:34:30 GMT
-ENV PHPIZE_DEPS=autoconf 		file 		g++ 		gcc 		libc-dev 		make 		pkg-config 		re2c
-# Fri, 10 Jun 2016 02:35:57 GMT
-RUN apt-get update && apt-get install -y 		$PHPIZE_DEPS 		ca-certificates 		curl 		libedit2 		libsqlite3-0 		libxml2 	--no-install-recommends && rm -r /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 02:35:58 GMT
-ENV PHP_INI_DIR=/usr/local/etc/php
-# Fri, 10 Jun 2016 02:35:59 GMT
-RUN mkdir -p $PHP_INI_DIR/conf.d
-# Fri, 10 Jun 2016 02:49:04 GMT
-ENV PHP_EXTRA_CONFIGURE_ARGS=--enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data
-# Fri, 10 Jun 2016 03:14:30 GMT
-ENV GPG_KEYS=0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
-# Fri, 24 Jun 2016 00:29:15 GMT
-ENV PHP_VERSION=5.6.23
-# Fri, 24 Jun 2016 00:29:16 GMT
-ENV PHP_FILENAME=php-5.6.23.tar.xz
-# Fri, 24 Jun 2016 00:29:16 GMT
-ENV PHP_SHA256=39141e9a617af172aedbbacee7a63eb15502850f7cea20d759a9cffa7cfb0a1a
-# Fri, 24 Jun 2016 00:35:59 GMT
-RUN set -xe 	&& buildDeps=" 		$PHP_EXTRA_BUILD_DEPS 		libcurl4-openssl-dev 		libedit-dev 		libsqlite3-dev 		libssl-dev 		libxml2-dev 		xz-utils 	" 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& curl -fSL "http://php.net/get/$PHP_FILENAME/from/this/mirror" -o "$PHP_FILENAME" 	&& echo "$PHP_SHA256 *$PHP_FILENAME" | sha256sum -c - 	&& curl -fSL "http://php.net/get/$PHP_FILENAME.asc/from/this/mirror" -o "$PHP_FILENAME.asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& for key in $GPG_KEYS; do 		gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; 	done 	&& gpg --batch --verify "$PHP_FILENAME.asc" "$PHP_FILENAME" 	&& rm -r "$GNUPGHOME" "$PHP_FILENAME.asc" 	&& mkdir -p /usr/src/php 	&& tar -xf "$PHP_FILENAME" -C /usr/src/php --strip-components=1 	&& rm "$PHP_FILENAME" 	&& cd /usr/src/php 	&& ./configure 		--with-config-file-path="$PHP_INI_DIR" 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" 		$PHP_EXTRA_CONFIGURE_ARGS 		--disable-cgi 		--enable-mysqlnd 		--enable-mbstring 		--with-curl 		--with-libedit 		--with-openssl 		--with-zlib 	&& make -j"$(nproc)" 	&& make install 	&& { find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; } 	&& make clean 	&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false -o APT::AutoRemove::SuggestsImportant=false $buildDeps
-# Fri, 24 Jun 2016 00:36:00 GMT
-COPY multi:a8819301efc7ce6569bcf183723931153c5b968224bce96498ddbabe72ce7eaa in /usr/local/bin/
-# Fri, 24 Jun 2016 00:36:01 GMT
-WORKDIR /var/www/html
-# Fri, 24 Jun 2016 00:36:02 GMT
-RUN set -ex 	&& cd /usr/local/etc 	&& if [ -d php-fpm.d ]; then 		sed 's!=NONE/!=!g' php-fpm.conf.default | tee php-fpm.conf > /dev/null; 		cp php-fpm.d/www.conf.default php-fpm.d/www.conf; 	else 		mkdir php-fpm.d; 		cp php-fpm.conf.default php-fpm.d/www.conf; 		{ 			echo '[global]'; 			echo 'include=etc/php-fpm.d/*.conf'; 		} | tee php-fpm.conf; 	fi 	&& { 		echo '[global]'; 		echo 'error_log = /proc/self/fd/2'; 		echo; 		echo '[www]'; 		echo '; if we send this to /proc/self/fd/1, it never appears'; 		echo 'access.log = /proc/self/fd/2'; 		echo; 		echo 'clear_env = no'; 		echo; 		echo '; Ensure worker stdout and stderr are sent to the main error log.'; 		echo 'catch_workers_output = yes'; 	} | tee php-fpm.d/docker.conf 	&& { 		echo '[global]'; 		echo 'daemonize = no'; 		echo; 		echo '[www]'; 		echo 'listen = [::]:9000'; 	} | tee php-fpm.d/zz-docker.conf
-# Fri, 24 Jun 2016 00:36:02 GMT
-EXPOSE 9000/tcp
-# Fri, 24 Jun 2016 00:36:02 GMT
-CMD ["php-fpm"]
-# Fri, 24 Jun 2016 15:41:09 GMT
-RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev 	&& rm -rf /var/lib/apt/lists/* 	&& docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr 	&& docker-php-ext-install gd mbstring pdo pdo_mysql pdo_pgsql zip
-# Fri, 24 Jun 2016 15:41:09 GMT
-WORKDIR /var/www/html
-# Fri, 24 Jun 2016 15:41:10 GMT
-ENV BACKDROP_VERSION=1.3.4
-# Fri, 24 Jun 2016 15:41:10 GMT
-ENV BACKDROP_MD5=1bcfacab25cd71743ad87bdf391a53c8
-# Fri, 24 Jun 2016 15:41:15 GMT
-RUN curl -fSL "https://github.com/backdrop/backdrop/archive/${BACKDROP_VERSION}.tar.gz" -o backdrop.tar.gz 	&& echo "${BACKDROP_MD5} *backdrop.tar.gz" | md5sum -c - 	&& tar -xz --strip-components=1 -f backdrop.tar.gz 	&& rm backdrop.tar.gz 	&& chown -R www-data:www-data sites
-# Fri, 24 Jun 2016 15:41:16 GMT
-COPY file:c0486d85988902f1e562ad397588637d225d7c83881bf98527f6b5585f66ee13 in /entrypoint.sh
-# Fri, 24 Jun 2016 15:41:16 GMT
-ENTRYPOINT &{["/entrypoint.sh"]}
-# Fri, 24 Jun 2016 15:41:17 GMT
-CMD ["php-fpm"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:357b76a4983822c380125e911928d20bf853d3a4ca869181c757d855408a9c90`  
-		Last Modified: Tue, 14 Jun 2016 21:44:40 GMT  
-		Size: 77.3 MB (77343405 bytes)
-	-	`sha256:0e87614c69f0ba521d6a89ea9b82a5712ff209dfa89e14b1fef8be2056d5680d`  
-		Last Modified: Tue, 14 Jun 2016 21:44:12 GMT  
-		Size: 180.0 B
-	-	`sha256:dca7b62ed238246a5a9fe201c16335c65abec3876ad66a39efa01991739f32e3`  
-		Last Modified: Fri, 24 Jun 2016 01:03:34 GMT  
-		Size: 26.5 MB (26520348 bytes)
-	-	`sha256:5a5345ffe0a9c6653ef129eb8c276dd94885a8dc371f070f3430d59e708df90a`  
-		Last Modified: Fri, 24 Jun 2016 01:03:23 GMT  
-		Size: 1.8 KB (1755 bytes)
-	-	`sha256:41df7d32ab4bc9e57df974c3c0e4646faaf6524fab6ded19c7524aecd9e73e91`  
-		Last Modified: Fri, 24 Jun 2016 01:03:23 GMT  
-		Size: 127.0 B
-	-	`sha256:d051a6853807ad1601ea2f61f37967b7d0d1be26e02f31139fee8c1459f7c3da`  
-		Last Modified: Fri, 24 Jun 2016 01:03:23 GMT  
-		Size: 7.6 KB (7627 bytes)
-	-	`sha256:21d2849cbdd1844ebc961a1f5f6ab0b7c132eb9dcd55763b4f9f2f1327d4adce`  
-		Last Modified: Fri, 24 Jun 2016 15:41:28 GMT  
-		Size: 11.5 MB (11504095 bytes)
-	-	`sha256:b6f8b95addf3cb910da276cba9605a6b887ec36197cbe10e936d7b67b0b4acf9`  
-		Last Modified: Fri, 24 Jun 2016 15:41:27 GMT  
-		Size: 7.8 MB (7783851 bytes)
-	-	`sha256:1f6b0f7ddcf1963741f0e96070a41f4ac0a852f09cf3ad52bd3c40e324906504`  
-		Last Modified: Fri, 24 Jun 2016 15:41:23 GMT  
-		Size: 946.0 B
-
-## `backdrop:fpm`
-
-```console
-$ docker pull backdrop@sha256:e22ef709360e2e17aae9a6e93c64b5efa03c674efa8692321ac97f138a0b4a9c
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `backdrop:fpm` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **174.5 MB (174514869 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:2b053204cc61349952ee980fe155b0b214e06c72ac6e809b7b639b1a5691827a`
--	Entrypoint: `["\/entrypoint.sh"]`
--	Default Command: `["php-fpm"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 02:34:30 GMT
-ENV PHPIZE_DEPS=autoconf 		file 		g++ 		gcc 		libc-dev 		make 		pkg-config 		re2c
-# Fri, 10 Jun 2016 02:35:57 GMT
-RUN apt-get update && apt-get install -y 		$PHPIZE_DEPS 		ca-certificates 		curl 		libedit2 		libsqlite3-0 		libxml2 	--no-install-recommends && rm -r /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 02:35:58 GMT
-ENV PHP_INI_DIR=/usr/local/etc/php
-# Fri, 10 Jun 2016 02:35:59 GMT
-RUN mkdir -p $PHP_INI_DIR/conf.d
-# Fri, 10 Jun 2016 02:49:04 GMT
-ENV PHP_EXTRA_CONFIGURE_ARGS=--enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data
-# Fri, 10 Jun 2016 03:14:30 GMT
-ENV GPG_KEYS=0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
-# Fri, 24 Jun 2016 00:29:15 GMT
-ENV PHP_VERSION=5.6.23
-# Fri, 24 Jun 2016 00:29:16 GMT
-ENV PHP_FILENAME=php-5.6.23.tar.xz
-# Fri, 24 Jun 2016 00:29:16 GMT
-ENV PHP_SHA256=39141e9a617af172aedbbacee7a63eb15502850f7cea20d759a9cffa7cfb0a1a
-# Fri, 24 Jun 2016 00:35:59 GMT
-RUN set -xe 	&& buildDeps=" 		$PHP_EXTRA_BUILD_DEPS 		libcurl4-openssl-dev 		libedit-dev 		libsqlite3-dev 		libssl-dev 		libxml2-dev 		xz-utils 	" 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& curl -fSL "http://php.net/get/$PHP_FILENAME/from/this/mirror" -o "$PHP_FILENAME" 	&& echo "$PHP_SHA256 *$PHP_FILENAME" | sha256sum -c - 	&& curl -fSL "http://php.net/get/$PHP_FILENAME.asc/from/this/mirror" -o "$PHP_FILENAME.asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& for key in $GPG_KEYS; do 		gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; 	done 	&& gpg --batch --verify "$PHP_FILENAME.asc" "$PHP_FILENAME" 	&& rm -r "$GNUPGHOME" "$PHP_FILENAME.asc" 	&& mkdir -p /usr/src/php 	&& tar -xf "$PHP_FILENAME" -C /usr/src/php --strip-components=1 	&& rm "$PHP_FILENAME" 	&& cd /usr/src/php 	&& ./configure 		--with-config-file-path="$PHP_INI_DIR" 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" 		$PHP_EXTRA_CONFIGURE_ARGS 		--disable-cgi 		--enable-mysqlnd 		--enable-mbstring 		--with-curl 		--with-libedit 		--with-openssl 		--with-zlib 	&& make -j"$(nproc)" 	&& make install 	&& { find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; } 	&& make clean 	&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false -o APT::AutoRemove::SuggestsImportant=false $buildDeps
-# Fri, 24 Jun 2016 00:36:00 GMT
-COPY multi:a8819301efc7ce6569bcf183723931153c5b968224bce96498ddbabe72ce7eaa in /usr/local/bin/
-# Fri, 24 Jun 2016 00:36:01 GMT
-WORKDIR /var/www/html
-# Fri, 24 Jun 2016 00:36:02 GMT
-RUN set -ex 	&& cd /usr/local/etc 	&& if [ -d php-fpm.d ]; then 		sed 's!=NONE/!=!g' php-fpm.conf.default | tee php-fpm.conf > /dev/null; 		cp php-fpm.d/www.conf.default php-fpm.d/www.conf; 	else 		mkdir php-fpm.d; 		cp php-fpm.conf.default php-fpm.d/www.conf; 		{ 			echo '[global]'; 			echo 'include=etc/php-fpm.d/*.conf'; 		} | tee php-fpm.conf; 	fi 	&& { 		echo '[global]'; 		echo 'error_log = /proc/self/fd/2'; 		echo; 		echo '[www]'; 		echo '; if we send this to /proc/self/fd/1, it never appears'; 		echo 'access.log = /proc/self/fd/2'; 		echo; 		echo 'clear_env = no'; 		echo; 		echo '; Ensure worker stdout and stderr are sent to the main error log.'; 		echo 'catch_workers_output = yes'; 	} | tee php-fpm.d/docker.conf 	&& { 		echo '[global]'; 		echo 'daemonize = no'; 		echo; 		echo '[www]'; 		echo 'listen = [::]:9000'; 	} | tee php-fpm.d/zz-docker.conf
-# Fri, 24 Jun 2016 00:36:02 GMT
-EXPOSE 9000/tcp
-# Fri, 24 Jun 2016 00:36:02 GMT
-CMD ["php-fpm"]
-# Fri, 24 Jun 2016 15:41:09 GMT
-RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev 	&& rm -rf /var/lib/apt/lists/* 	&& docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr 	&& docker-php-ext-install gd mbstring pdo pdo_mysql pdo_pgsql zip
-# Fri, 24 Jun 2016 15:41:09 GMT
-WORKDIR /var/www/html
-# Fri, 24 Jun 2016 15:41:10 GMT
-ENV BACKDROP_VERSION=1.3.4
-# Fri, 24 Jun 2016 15:41:10 GMT
-ENV BACKDROP_MD5=1bcfacab25cd71743ad87bdf391a53c8
-# Fri, 24 Jun 2016 15:41:15 GMT
-RUN curl -fSL "https://github.com/backdrop/backdrop/archive/${BACKDROP_VERSION}.tar.gz" -o backdrop.tar.gz 	&& echo "${BACKDROP_MD5} *backdrop.tar.gz" | md5sum -c - 	&& tar -xz --strip-components=1 -f backdrop.tar.gz 	&& rm backdrop.tar.gz 	&& chown -R www-data:www-data sites
-# Fri, 24 Jun 2016 15:41:16 GMT
-COPY file:c0486d85988902f1e562ad397588637d225d7c83881bf98527f6b5585f66ee13 in /entrypoint.sh
-# Fri, 24 Jun 2016 15:41:16 GMT
-ENTRYPOINT &{["/entrypoint.sh"]}
-# Fri, 24 Jun 2016 15:41:17 GMT
-CMD ["php-fpm"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:357b76a4983822c380125e911928d20bf853d3a4ca869181c757d855408a9c90`  
-		Last Modified: Tue, 14 Jun 2016 21:44:40 GMT  
-		Size: 77.3 MB (77343405 bytes)
-	-	`sha256:0e87614c69f0ba521d6a89ea9b82a5712ff209dfa89e14b1fef8be2056d5680d`  
-		Last Modified: Tue, 14 Jun 2016 21:44:12 GMT  
-		Size: 180.0 B
-	-	`sha256:dca7b62ed238246a5a9fe201c16335c65abec3876ad66a39efa01991739f32e3`  
-		Last Modified: Fri, 24 Jun 2016 01:03:34 GMT  
-		Size: 26.5 MB (26520348 bytes)
-	-	`sha256:5a5345ffe0a9c6653ef129eb8c276dd94885a8dc371f070f3430d59e708df90a`  
-		Last Modified: Fri, 24 Jun 2016 01:03:23 GMT  
-		Size: 1.8 KB (1755 bytes)
-	-	`sha256:41df7d32ab4bc9e57df974c3c0e4646faaf6524fab6ded19c7524aecd9e73e91`  
-		Last Modified: Fri, 24 Jun 2016 01:03:23 GMT  
-		Size: 127.0 B
-	-	`sha256:d051a6853807ad1601ea2f61f37967b7d0d1be26e02f31139fee8c1459f7c3da`  
-		Last Modified: Fri, 24 Jun 2016 01:03:23 GMT  
-		Size: 7.6 KB (7627 bytes)
-	-	`sha256:21d2849cbdd1844ebc961a1f5f6ab0b7c132eb9dcd55763b4f9f2f1327d4adce`  
-		Last Modified: Fri, 24 Jun 2016 15:41:28 GMT  
-		Size: 11.5 MB (11504095 bytes)
-	-	`sha256:b6f8b95addf3cb910da276cba9605a6b887ec36197cbe10e936d7b67b0b4acf9`  
-		Last Modified: Fri, 24 Jun 2016 15:41:27 GMT  
-		Size: 7.8 MB (7783851 bytes)
-	-	`sha256:1f6b0f7ddcf1963741f0e96070a41f4ac0a852f09cf3ad52bd3c40e324906504`  
-		Last Modified: Fri, 24 Jun 2016 15:41:23 GMT  
-		Size: 946.0 B

+ 97 - 45
bonita/README.md

@@ -1,13 +1,11 @@
 # Supported tags and respective `Dockerfile` links
 
--	[`7.0.3` (*7.0/Dockerfile*)](https://github.com/Bonitasoft-Community/docker_bonita/blob/a4da793e2e8db73532ceb9a7cbbc9b82ab90ca1a/7.0/Dockerfile)
--	[`7.2.4`, `latest` (*7.2/Dockerfile*)](https://github.com/Bonitasoft-Community/docker_bonita/blob/c8d6cbb007b77a9ce5b22a7e874608962f863e99/7.2/Dockerfile)
-
-[![](https://badge.imagelayers.io/bonita:latest.svg)](https://imagelayers.io/?images=bonita:7.0.3,bonita:7.2.4)
+-	[`7.2.4` (*7.2/Dockerfile*)](https://github.com/Bonitasoft-Community/docker_bonita/blob/c8d6cbb007b77a9ce5b22a7e874608962f863e99/7.2/Dockerfile)
+-	[`7.3.2`, `latest` (*7.3/Dockerfile*)](https://github.com/Bonitasoft-Community/docker_bonita/blob/50a2a367f8538ada69e3e17889896d98ff28ca21/7.3/Dockerfile)
 
 For more information about this image and its history, please see [the relevant manifest file (`library/bonita`)](https://github.com/docker-library/official-images/blob/master/library/bonita). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fbonita).
 
-For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `bonita/tag-details.md` file](https://github.com/docker-library/docs/blob/master/bonita/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs).
+For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `repos/bonita/tag-details.md` file](https://github.com/docker-library/repo-info/blob/master/repos/bonita/tag-details.md) in [the `docker-library/repo-info` GitHub repo](https://github.com/docker-library/repo-info).
 
 # What is Bonita BPM?
 
@@ -112,47 +110,49 @@ $ chcon -Rt svirt_sandbox_file_t /my/own/datadir
 
 ## Migrate from an earlier version of Bonita BPM
 
-1.	Stop the container to perform a backup
+-	Stop the container to perform a backup
 
 	```console
-	$ docker stop bonita_7.0.0_postgres
+	$ docker stop bonita_7.2.3_postgres
 	```
 
-2.	Check where your data are stored
+-	For containers < 7.3.0 :
 
-	```console
-	$ docker inspect bonita_7.0.0_postgres
-	[...]
-	    "Mounts": [
-	        {
-	            "Source": "/home/user/Documents/Docker/Volumes/bonita_7.0.0_postgres",
-	            "Destination": "/opt/bonita",
-	            "Mode": "",
-	            "RW": true
-	        }
-	    ],
-	[...]
-	```
+	-	Check where your data are stored
 
-3.	Copy data from the filesystem
+		```console
+		$ docker inspect bonita_7.2.3_postgres
+		[...]
+		    "Mounts": [
+		        {
+		            "Source": "/home/user/Documents/Docker/Volumes/bonita_7.2.3_postgres",
+		            "Destination": "/opt/bonita",
+		            "Mode": "",
+		            "RW": true
+		        }
+		    ],
+		[...]
+		```
 
-		cp -r bonita_7.0.0_postgres bonita_7.0.3_postgres
+	-	Copy data from the filesystem
 
-4.	Retrieve the DB container IP
+			cp -r bonita_7.2.3_postgres bonita_migration
+
+-	Retrieve the DB container IP
 
 	```console
 	$ docker inspect --format '{{ .NetworkSettings.IPAddress }}' mydbpostgres
 	172.17.0.26
 	```
 
-5.	Dump the database
+-	Dump the database
 
 		export PGPASSWORD=mysecretpassword
 		pg_dump -O -x -h 172.17.0.26 -U postgres bonitadb > /tmp/bonitadb.sql
 
 	Note that businessdb won't be updated with the migration tool but you may want to also backup/move it.
 
-6.	Load the dump
+-	Load the dump
 
 		export PGPASSWORD=mysecretpassword
 		psql -U postgres -h 172.17.0.26 -d postgres -c "CREATE USER newbonitauser WITH PASSWORD 'newbonitapass';"
@@ -160,26 +160,38 @@ $ chcon -Rt svirt_sandbox_file_t /my/own/datadir
 		export PGPASSWORD=newbonitapass
 		cat /tmp/bonitadb.sql | psql -U newbonitauser -h 172.17.0.26 newbonitadb
 
-7.	Retrieve the last migration tool and the target version of the Bonita bundle
+-	Retrieve the last migration tool
+
+	-	If you migrate to a version < 7.3.0
+
+		-	get also the target version of the Bonita bundle
 
-		cd bonita_7.0.3_postgres
-		wget http://download.forge.ow2.org/bonita/bonita-migration-distrib-2.2.0.zip
-		wget http://download.forge.ow2.org/bonita/BonitaBPMCommunity-7.0.3-Tomcat-7.0.55.zip
-		unzip bonita-migration-distrib-2.2.0.zip -d bonita-migration-distrib-2.2.0
-		unzip BonitaBPMCommunity-7.0.3-Tomcat-7.0.55.zip
+		```console
+		cd bonita_migration
+		wget http://download.forge.ow2.org/bonita/bonita-migration-distrib-2.15.0.zip
+		wget http://download.forge.ow2.org/bonita/BonitaBPMCommunity-7.2.4-Tomcat-7.0.67.zip
+		unzip bonita-migration-distrib-2.15.0.zip
+		unzip BonitaBPMCommunity-7.2.4-Tomcat-7.0.67.zip
+		```
 
-8.	Move the previous Home into the new bundle
+		-	Move the previous Home into the new bundle
 
-		mv BonitaBPMCommunity-7.0.3-Tomcat-7.0.55/bonita/ BonitaBPMCommunity-7.0.3-Tomcat-7.0.55/bonita.orig
-		cp -r BonitaBPMCommunity-7.0.0-Tomcat-7.0.55/bonita/ BonitaBPMCommunity-7.0.3-Tomcat-7.0.55/bonita/
+		```console
+		mv BonitaBPMCommunity-7.2.4-Tomcat-7.0.67/bonita/ BonitaBPMCommunity-7.2.4-Tomcat-7.0.67/bonita.orig
+		cp -r BonitaBPMCommunity-7.2.3-Tomcat-7.0.67/bonita/ BonitaBPMCommunity-7.2.4-Tomcat-7.0.67/bonita/
+		```
 
-9.	Configure the migration tool
+	-	If you migrate to a version >= 7.3.0
 
-		cd bonita-migration-distrib-2.2.0/
+		```console
+		cd bonita_migration
+		wget http://download.forge.ow2.org/bonita/bonita-migration-distrib-2.15.0.zip
+		unzip bonita-migration-distrib-2.15.0.zip
+		```
 
-	add the jdbc driver
+-	Configure the migration tool
 
-		cp ../BonitaBPMCommunity-7.0.0-Tomcat-7.0.55/lib/bonita/postgresql-9.3-1102.jdbc41.jar lib/
+		cd bonita-migration-distrib-2.15.0
 
 	edit the migration tool config to point towards the copy of bonita home and db
 
@@ -187,21 +199,61 @@ $ chcon -Rt svirt_sandbox_file_t /my/own/datadir
 
 	For example :
 
-		bonita.home=/home/user/Documents/Docker/Volumes/bonita_7.0.3_postgres/BonitaBPMCommunity-7.0.3-Tomcat-7.0.55/bonita
 		db.vendor=postgres
 		db.url=jdbc:postgresql://172.17.0.26:5432/newbonitadb
 		db.driverClass=org.postgresql.Driver
 		db.user=newbonitauser
 		db.password=newbonitapass
+		# location of the bonita home (only useful when migration from version before 7.3.0)
+		bonita.home=/home/user/Documents/Docker/Volumes/bonita_migration/BonitaBPMCommunity-7.2.3-Tomcat-7.0.67/bonita
 
-10.	Launch the migration
+-	Launch the migration
 
-		./migration.sh
+		cd bin
+		./bonita-migration-distrib
+
+-	Launch the new container pointing towards the copy of DB and filesystem
+
+	-	If < 7.3.0
+
+	```console
+	$ docker run --name=bonita_7.2.4_postgres --link mydbpostgres:postgres -e "DB_NAME=newbonitadb" -e "DB_USER=newbonitauser" -e "DB_PASS=newbonitapass" -v "$PWD"/bonita_migration:/opt/bonita/ -d -p 8081:8080 bonita:7.2.4
+	```
 
-11.	Launch the new container pointing towards the copy of DB and filesystem
+	-	If >= 7.3.0
+
+	```console
+	$ docker run --name=bonita_7.3.0_postgres --link mydbpostgres:postgres -e "DB_NAME=newbonitadb" -e "DB_USER=newbonitauser" -e "DB_PASS=newbonitapass" -d -p 8081:8080 bonita:7.3.0
+	```
+
+-	Reapply specific configuration if needed, for example with a version >= 7.3.0 :
+
+	```console
+	$ docker exec -ti bonita_7.3.0_postgres /bin/bash
+	```
+
+	```console
+	$ cd /opt/bonita/BonitaBPMCommunity-7.3.0-Tomcat-7.0.67/setup
+	$ ./setup.sh pull
+	$ TENANT_LOGIN=tech_user
+	$ TENANT_PASSWORD=secret
+	$ PLATFORM_LOGIN=pfadmin
+	$ PLATFORM_PASSWORD=pfsecret
+	$ sed -e 's/^#userName\s*=.*/'"userName=${TENANT_LOGIN}"'/' \
+	      -e 's/^#userPassword\s*=.*/'"userPassword=${TENANT_PASSWORD}"'/' \
+	      -i platform_conf/current/tenants/1/tenant_engine/bonita-tenant-community-custom.properties
+	$ sed -e 's/^platform.tenant.default.username\s*=.*/'"platform.tenant.default.username=${TENANT_LOGIN}"'/' \
+	      -e 's/^platform.tenant.default.password\s*=.*/'"platform.tenant.default.password=${TENANT_PASSWORD}"'/' \
+	      -i platform_conf/current/platform_portal/platform-tenant-config.properties
+	$ sed -e 's/^#platformAdminUsername\s*=.*/'"platformAdminUsername=${PLATFORM_LOGIN}"'/' \
+	      -e 's/^#platformAdminPassword\s*=.*/'"platformAdminPassword=${PLATFORM_PASSWORD}"'/' \
+	      -i platform_conf/current/platform_engine/bonita-platform-community-custom.properties
+	$ sed -i -e 's/^#GET|/GET|/' -e 's/^#POST|/POST|/' -e 's/^#PUT|/PUT|/' -e 's/^#DELETE|/DELETE|/' -i platform_conf/current/tenants/1/tenant_portal/dynamic-permissions-checks.properties
+	$ ./setup.sh push
+	```
 
 	```console
-	$ docker run --name=bonita_7.0.3_postgres --link mydbpostgres:postgres -e "DB_NAME=newbonitadb" -e "DB_USER=newbonitauser" -e "DB_PASS=newbonitapass" -v "$PWD"/bonita_7.0.3_postgres:/opt/bonita/ -d -p 8081:8080 bonita:7.0.3
+	$ docker restart bonita_7.3.0_postgres
 	```
 
 For more details regarding Bonita migration, see the [documentation](http://documentation.bonitasoft.com/migrate-earlier-version-bonita-bpm-0).
@@ -326,7 +378,7 @@ Bonita BPM image includes two parts :
 
 # Supported Docker versions
 
-This image is officially supported on Docker version 1.11.2.
+This image is officially supported on Docker version 1.12.1.
 
 Support for older versions (down to 1.6) is provided on a best-effort basis.
 

+ 93 - 39
bonita/content.md

@@ -101,47 +101,49 @@ $ chcon -Rt svirt_sandbox_file_t /my/own/datadir
 
 ## Migrate from an earlier version of Bonita BPM
 
-1.	Stop the container to perform a backup
+-	Stop the container to perform a backup
 
 	```console
-	$ docker stop bonita_7.0.0_postgres
+	$ docker stop bonita_7.2.3_postgres
 	```
 
-2.	Check where your data are stored
+-	For containers < 7.3.0 :
 
-	```console
-	$ docker inspect bonita_7.0.0_postgres
-	[...]
-	    "Mounts": [
-	        {
-	            "Source": "/home/user/Documents/Docker/Volumes/bonita_7.0.0_postgres",
-	            "Destination": "/opt/bonita",
-	            "Mode": "",
-	            "RW": true
-	        }
-	    ],
-	[...]
-	```
+	-	Check where your data are stored
+
+		```console
+		$ docker inspect bonita_7.2.3_postgres
+		[...]
+		    "Mounts": [
+		        {
+		            "Source": "/home/user/Documents/Docker/Volumes/bonita_7.2.3_postgres",
+		            "Destination": "/opt/bonita",
+		            "Mode": "",
+		            "RW": true
+		        }
+		    ],
+		[...]
+		```
 
-3.	Copy data from the filesystem
+	-	Copy data from the filesystem
 
-		cp -r bonita_7.0.0_postgres bonita_7.0.3_postgres
+			cp -r bonita_7.2.3_postgres bonita_migration
 
-4.	Retrieve the DB container IP
+-	Retrieve the DB container IP
 
 	```console
 	$ docker inspect --format '{{ .NetworkSettings.IPAddress }}' mydbpostgres
 	172.17.0.26
 	```
 
-5.	Dump the database
+-	Dump the database
 
 		export PGPASSWORD=mysecretpassword
 		pg_dump -O -x -h 172.17.0.26 -U postgres bonitadb > /tmp/bonitadb.sql
 
 	Note that businessdb won't be updated with the migration tool but you may want to also backup/move it.
 
-6.	Load the dump
+-	Load the dump
 
 		export PGPASSWORD=mysecretpassword
 		psql -U postgres -h 172.17.0.26 -d postgres -c "CREATE USER newbonitauser WITH PASSWORD 'newbonitapass';"
@@ -149,26 +151,38 @@ $ chcon -Rt svirt_sandbox_file_t /my/own/datadir
 		export PGPASSWORD=newbonitapass
 		cat /tmp/bonitadb.sql | psql -U newbonitauser -h 172.17.0.26 newbonitadb
 
-7.	Retrieve the last migration tool and the target version of the Bonita bundle
+-	Retrieve the last migration tool
+
+	-	If you migrate to a version < 7.3.0
+
+		-	get also the target version of the Bonita bundle
 
-		cd bonita_7.0.3_postgres
-		wget http://download.forge.ow2.org/bonita/bonita-migration-distrib-2.2.0.zip
-		wget http://download.forge.ow2.org/bonita/BonitaBPMCommunity-7.0.3-Tomcat-7.0.55.zip
-		unzip bonita-migration-distrib-2.2.0.zip -d bonita-migration-distrib-2.2.0
-		unzip BonitaBPMCommunity-7.0.3-Tomcat-7.0.55.zip
+		```console
+		cd bonita_migration
+		wget http://download.forge.ow2.org/bonita/bonita-migration-distrib-2.15.0.zip
+		wget http://download.forge.ow2.org/bonita/BonitaBPMCommunity-7.2.4-Tomcat-7.0.67.zip
+		unzip bonita-migration-distrib-2.15.0.zip
+		unzip BonitaBPMCommunity-7.2.4-Tomcat-7.0.67.zip
+		```
 
-8.	Move the previous Home into the new bundle
+		-	Move the previous Home into the new bundle
 
-		mv BonitaBPMCommunity-7.0.3-Tomcat-7.0.55/bonita/ BonitaBPMCommunity-7.0.3-Tomcat-7.0.55/bonita.orig
-		cp -r BonitaBPMCommunity-7.0.0-Tomcat-7.0.55/bonita/ BonitaBPMCommunity-7.0.3-Tomcat-7.0.55/bonita/
+		```console
+		mv BonitaBPMCommunity-7.2.4-Tomcat-7.0.67/bonita/ BonitaBPMCommunity-7.2.4-Tomcat-7.0.67/bonita.orig
+		cp -r BonitaBPMCommunity-7.2.3-Tomcat-7.0.67/bonita/ BonitaBPMCommunity-7.2.4-Tomcat-7.0.67/bonita/
+		```
 
-9.	Configure the migration tool
+	-	If you migrate to a version >= 7.3.0
 
-		cd bonita-migration-distrib-2.2.0/
+		```console
+		cd bonita_migration
+		wget http://download.forge.ow2.org/bonita/bonita-migration-distrib-2.15.0.zip
+		unzip bonita-migration-distrib-2.15.0.zip
+		```
 
-	add the jdbc driver
+-	Configure the migration tool
 
-		cp ../BonitaBPMCommunity-7.0.0-Tomcat-7.0.55/lib/bonita/postgresql-9.3-1102.jdbc41.jar lib/
+		cd bonita-migration-distrib-2.15.0
 
 	edit the migration tool config to point towards the copy of bonita home and db
 
@@ -176,21 +190,61 @@ $ chcon -Rt svirt_sandbox_file_t /my/own/datadir
 
 	For example :
 
-		bonita.home=/home/user/Documents/Docker/Volumes/bonita_7.0.3_postgres/BonitaBPMCommunity-7.0.3-Tomcat-7.0.55/bonita
 		db.vendor=postgres
 		db.url=jdbc:postgresql://172.17.0.26:5432/newbonitadb
 		db.driverClass=org.postgresql.Driver
 		db.user=newbonitauser
 		db.password=newbonitapass
+		# location of the bonita home (only useful when migration from version before 7.3.0)
+		bonita.home=/home/user/Documents/Docker/Volumes/bonita_migration/BonitaBPMCommunity-7.2.3-Tomcat-7.0.67/bonita
+
+-	Launch the migration
+
+		cd bin
+		./bonita-migration-distrib
+
+-	Launch the new container pointing towards the copy of DB and filesystem
+
+	-	If < 7.3.0
+
+	```console
+	$ docker run --name=bonita_7.2.4_postgres --link mydbpostgres:postgres -e "DB_NAME=newbonitadb" -e "DB_USER=newbonitauser" -e "DB_PASS=newbonitapass" -v "$PWD"/bonita_migration:/opt/bonita/ -d -p 8081:8080 bonita:7.2.4
+	```
+
+	-	If >= 7.3.0
+
+	```console
+	$ docker run --name=bonita_7.3.0_postgres --link mydbpostgres:postgres -e "DB_NAME=newbonitadb" -e "DB_USER=newbonitauser" -e "DB_PASS=newbonitapass" -d -p 8081:8080 bonita:7.3.0
+	```
 
-10.	Launch the migration
+-	Reapply specific configuration if needed, for example with a version >= 7.3.0 :
 
-		./migration.sh
+	```console
+	$ docker exec -ti bonita_7.3.0_postgres /bin/bash
+	```
 
-11.	Launch the new container pointing towards the copy of DB and filesystem
+	```console
+	$ cd /opt/bonita/BonitaBPMCommunity-7.3.0-Tomcat-7.0.67/setup
+	$ ./setup.sh pull
+	$ TENANT_LOGIN=tech_user
+	$ TENANT_PASSWORD=secret
+	$ PLATFORM_LOGIN=pfadmin
+	$ PLATFORM_PASSWORD=pfsecret
+	$ sed -e 's/^#userName\s*=.*/'"userName=${TENANT_LOGIN}"'/' \
+	      -e 's/^#userPassword\s*=.*/'"userPassword=${TENANT_PASSWORD}"'/' \
+	      -i platform_conf/current/tenants/1/tenant_engine/bonita-tenant-community-custom.properties
+	$ sed -e 's/^platform.tenant.default.username\s*=.*/'"platform.tenant.default.username=${TENANT_LOGIN}"'/' \
+	      -e 's/^platform.tenant.default.password\s*=.*/'"platform.tenant.default.password=${TENANT_PASSWORD}"'/' \
+	      -i platform_conf/current/platform_portal/platform-tenant-config.properties
+	$ sed -e 's/^#platformAdminUsername\s*=.*/'"platformAdminUsername=${PLATFORM_LOGIN}"'/' \
+	      -e 's/^#platformAdminPassword\s*=.*/'"platformAdminPassword=${PLATFORM_PASSWORD}"'/' \
+	      -i platform_conf/current/platform_engine/bonita-platform-community-custom.properties
+	$ sed -i -e 's/^#GET|/GET|/' -e 's/^#POST|/POST|/' -e 's/^#PUT|/PUT|/' -e 's/^#DELETE|/DELETE|/' -i platform_conf/current/tenants/1/tenant_portal/dynamic-permissions-checks.properties
+	$ ./setup.sh push
+	```
 
 	```console
-	$ docker run --name=bonita_7.0.3_postgres --link mydbpostgres:postgres -e "DB_NAME=newbonitadb" -e "DB_USER=newbonitauser" -e "DB_PASS=newbonitapass" -v "$PWD"/bonita_7.0.3_postgres:/opt/bonita/ -d -p 8081:8080 bonita:7.0.3
+	$ docker restart bonita_7.3.0_postgres
 	```
 
 For more details regarding Bonita migration, see the [documentation](http://documentation.bonitasoft.com/migrate-earlier-version-bonita-bpm-0).

+ 0 - 341
bonita/tag-details.md

@@ -1,341 +0,0 @@
-<!-- THIS FILE IS GENERATED VIA '.template-helpers/generate-tag-details.pl' -->
-
-# Tags of `bonita`
-
--	[`bonita:7.0.3`](#bonita703)
--	[`bonita:7.2.4`](#bonita724)
--	[`bonita:latest`](#bonitalatest)
-
-## `bonita:7.0.3`
-
-```console
-$ docker pull bonita@sha256:42d82c1562ecde97d4a02452b1bb0dcca66bbb9eef36641a7895225d0efc831c
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `bonita:7.0.3` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **203.6 MB (203617724 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:5751ad95a59c799f2c233630d53b77b293dad696ea39932750e4e036544539be`
--	Default Command: `["\/opt\/files\/startup.sh"]`
-
-```dockerfile
-# Mon, 18 Jul 2016 17:34:50 GMT
-ADD file:dc3b1b2c44af75026bc24b3f3a5bd5f45b9ca7ed395b91dfacd1b47fe0545fb5 in /
-# Mon, 18 Jul 2016 17:34:53 GMT
-RUN set -xe 		&& echo '#!/bin/sh' > /usr/sbin/policy-rc.d 	&& echo 'exit 101' >> /usr/sbin/policy-rc.d 	&& chmod +x /usr/sbin/policy-rc.d 		&& dpkg-divert --local --rename --add /sbin/initctl 	&& cp -a /usr/sbin/policy-rc.d /sbin/initctl 	&& sed -i 's/^exit.*/exit 0/' /sbin/initctl 		&& echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup 		&& echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean 	&& echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean 	&& echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean 		&& echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages 		&& echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes 		&& echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
-# Mon, 18 Jul 2016 17:34:54 GMT
-RUN rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 17:34:57 GMT
-RUN sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
-# Mon, 18 Jul 2016 17:34:58 GMT
-CMD ["/bin/bash"]
-# Mon, 18 Jul 2016 18:00:51 GMT
-MAINTAINER Jérémy Jacquier-Roux <[email protected]>
-# Mon, 18 Jul 2016 18:02:17 GMT
-RUN apt-get update && apt-get install -y   mysql-client-core-5.5   openjdk-7-jre-headless   postgresql-client   unzip   wget   zip   && rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 18:02:19 GMT
-RUN mkdir /opt/custom-init.d/
-# Mon, 18 Jul 2016 18:02:21 GMT
-RUN groupadd -r bonita -g 1000   && useradd -u 1000 -r -g bonita -d /opt/bonita/ -s /sbin/nologin -c "Bonita User" bonita
-# Mon, 18 Jul 2016 18:02:23 GMT
-RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4
-# Mon, 18 Jul 2016 18:02:28 GMT
-RUN wget -q "https://github.com/tianon/gosu/releases/download/1.6/gosu-$(dpkg --print-architecture)" -O /usr/local/bin/gosu   && wget -q "https://github.com/tianon/gosu/releases/download/1.6/gosu-$(dpkg --print-architecture).asc" -O /usr/local/bin/gosu.asc   && gpg --verify /usr/local/bin/gosu.asc   && rm /usr/local/bin/gosu.asc   && chmod +x /usr/local/bin/gosu
-# Mon, 18 Jul 2016 18:02:29 GMT
-ENV BONITA_VERSION=7.0.3
-# Mon, 18 Jul 2016 18:02:30 GMT
-ENV BONITA_SHA256=4f4a1498ce2fd8e00eb7e2e79bdaa52bd5ad7449dcff8a7ce177b989c53d53be
-# Mon, 18 Jul 2016 18:02:30 GMT
-ENV POSTGRES_JDBC_DRIVER=postgresql-9.3-1102.jdbc41.jar
-# Mon, 18 Jul 2016 18:02:31 GMT
-ENV POSTGRES_SHA256=b78749d536da75c382d0a71c717cde6850df64e16594676fc7cacb5a74541d66
-# Mon, 18 Jul 2016 18:02:31 GMT
-ENV MYSQL_JDBC_DRIVER=mysql-connector-java-5.1.26
-# Mon, 18 Jul 2016 18:02:32 GMT
-ENV MYSQL_SHA256=40b2d49f6f2551cc7fa54552af806e8026bf8405f03342205852e57a3205a868
-# Mon, 18 Jul 2016 18:02:36 GMT
-RUN mkdir /opt/files   && wget -q https://jdbc.postgresql.org/download/${POSTGRES_JDBC_DRIVER} -O /opt/files/${POSTGRES_JDBC_DRIVER}   && echo "$POSTGRES_SHA256" /opt/files/${POSTGRES_JDBC_DRIVER} | sha256sum -c -   && wget -q http://dev.mysql.com/get/Downloads/Connector-J/${MYSQL_JDBC_DRIVER}.zip -O /opt/files/${MYSQL_JDBC_DRIVER}.zip   && echo "$MYSQL_SHA256" /opt/files/${MYSQL_JDBC_DRIVER}.zip | sha256sum -c -   && unzip -q /opt/files/${MYSQL_JDBC_DRIVER}.zip -d /opt/files/   && mv /opt/files/${MYSQL_JDBC_DRIVER}/${MYSQL_JDBC_DRIVER}-bin.jar /opt/files/   && rm -r /opt/files/${MYSQL_JDBC_DRIVER}   && rm /opt/files/${MYSQL_JDBC_DRIVER}.zip
-# Mon, 18 Jul 2016 18:02:57 GMT
-RUN wget -q http://download.forge.ow2.org/bonita/BonitaBPMCommunity-${BONITA_VERSION}-Tomcat-7.0.55.zip -O /opt/files/BonitaBPMCommunity-${BONITA_VERSION}-Tomcat-7.0.55.zip   && echo "$BONITA_SHA256" /opt/files/BonitaBPMCommunity-${BONITA_VERSION}-Tomcat-7.0.55.zip | sha256sum -c -
-# Mon, 18 Jul 2016 18:02:58 GMT
-VOLUME [/opt/bonita]
-# Mon, 18 Jul 2016 18:02:59 GMT
-COPY dir:c56772a9acd61d9b7fd7d01eb97f9e1ec7db496b04590e6fb457d8c7b6af95ff in /opt/files
-# Mon, 18 Jul 2016 18:03:00 GMT
-COPY dir:4024f665b5e26ffe45bb55870cc8577a94dfc16fda7d53f0fe54dbfe45c11977 in /opt/templates
-# Mon, 18 Jul 2016 18:03:00 GMT
-EXPOSE 8080/tcp
-# Mon, 18 Jul 2016 18:03:01 GMT
-CMD ["/opt/files/startup.sh"]
-```
-
--	Layers:
-	-	`sha256:96c6a1f3c3b0183063a9dad891fe6d8ec466c2fdf9571a0c19b3319ea8a58871`  
-		Last Modified: Mon, 18 Jul 2016 17:36:54 GMT  
-		Size: 65.7 MB (65699069 bytes)
-	-	`sha256:4767a2d70a73a271b76a76e4d5edf1426c49ccc24dc7df06ebccd880f01bbeab`  
-		Last Modified: Mon, 18 Jul 2016 17:36:35 GMT  
-		Size: 92.3 KB (92340 bytes)
-	-	`sha256:422639bc8a94f4f9ece99c13140bd78b9f25eb62492dd0402ffa4ec58b0d6d9b`  
-		Last Modified: Mon, 18 Jul 2016 17:36:35 GMT  
-		Size: 366.0 B
-	-	`sha256:a797489a324abb3d09826e5f5a529034aecdc962d54ca4dd642f9548c455295f`  
-		Last Modified: Mon, 18 Jul 2016 17:36:35 GMT  
-		Size: 682.0 B
-	-	`sha256:c95f3d58a0f8d710184e5508ad01f15c5d2793493bc07a96a3db9d9098775fae`  
-		Last Modified: Mon, 18 Jul 2016 18:03:24 GMT  
-		Size: 64.9 MB (64920585 bytes)
-	-	`sha256:20eb1a5f33dbc87b27011e52d727a4f59e0108466d33259352c26ecc35e71c16`  
-		Last Modified: Mon, 18 Jul 2016 18:03:12 GMT  
-		Size: 120.0 B
-	-	`sha256:a237fccaf5889d84109a47c3bdd8d862e0d990bc874cb487601598d624f96ff2`  
-		Last Modified: Mon, 18 Jul 2016 18:03:12 GMT  
-		Size: 1.8 KB (1784 bytes)
-	-	`sha256:b94636b6412722404dfa94a1701f51e1560cd29decb5f05bd845cee7746a8ad0`  
-		Last Modified: Mon, 18 Jul 2016 18:03:12 GMT  
-		Size: 114.8 KB (114792 bytes)
-	-	`sha256:ebcbbfb8915b444b33e2d92e57a1fd9033ae95d51f1686b71d5ff1f831de5a33`  
-		Last Modified: Mon, 18 Jul 2016 18:03:10 GMT  
-		Size: 807.6 KB (807587 bytes)
-	-	`sha256:600bd79dbe9b6f947d3c974016904dbcc5b474380238071bad869329d195b9d9`  
-		Last Modified: Mon, 18 Jul 2016 18:03:09 GMT  
-		Size: 1.4 MB (1382493 bytes)
-	-	`sha256:2c4424c5a9acdd8f74c5ab0ca024353c90733186d1fd4dddac1751f9ac14d3ff`  
-		Last Modified: Mon, 18 Jul 2016 18:03:17 GMT  
-		Size: 70.6 MB (70589933 bytes)
-	-	`sha256:bb9f2ee4e7e1622978d5674054af1bc97c1aebd143c4ffa56a34d087c2f22e75`  
-		Last Modified: Mon, 18 Jul 2016 18:03:09 GMT  
-		Size: 5.8 KB (5774 bytes)
-	-	`sha256:cf91f98c2995fdc07c98e6c8e739f435284450153e88a9312b6b772936e89761`  
-		Last Modified: Mon, 18 Jul 2016 18:03:09 GMT  
-		Size: 2.2 KB (2199 bytes)
-
-## `bonita:7.2.4`
-
-```console
-$ docker pull bonita@sha256:91babe2079e75912991cdf7234e50e5160ff6f663594370bc8a30d992f59de8c
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `bonita:7.2.4` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **207.0 MB (206986676 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:e4fcec46a575698b0a0c07be0c8a18b5265f8608d422f83b03aa835747a231a0`
--	Default Command: `["\/opt\/files\/startup.sh"]`
-
-```dockerfile
-# Mon, 18 Jul 2016 17:34:50 GMT
-ADD file:dc3b1b2c44af75026bc24b3f3a5bd5f45b9ca7ed395b91dfacd1b47fe0545fb5 in /
-# Mon, 18 Jul 2016 17:34:53 GMT
-RUN set -xe 		&& echo '#!/bin/sh' > /usr/sbin/policy-rc.d 	&& echo 'exit 101' >> /usr/sbin/policy-rc.d 	&& chmod +x /usr/sbin/policy-rc.d 		&& dpkg-divert --local --rename --add /sbin/initctl 	&& cp -a /usr/sbin/policy-rc.d /sbin/initctl 	&& sed -i 's/^exit.*/exit 0/' /sbin/initctl 		&& echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup 		&& echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean 	&& echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean 	&& echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean 		&& echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages 		&& echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes 		&& echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
-# Mon, 18 Jul 2016 17:34:54 GMT
-RUN rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 17:34:57 GMT
-RUN sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
-# Mon, 18 Jul 2016 17:34:58 GMT
-CMD ["/bin/bash"]
-# Mon, 18 Jul 2016 18:00:51 GMT
-MAINTAINER Jérémy Jacquier-Roux <[email protected]>
-# Mon, 18 Jul 2016 18:02:17 GMT
-RUN apt-get update && apt-get install -y   mysql-client-core-5.5   openjdk-7-jre-headless   postgresql-client   unzip   wget   zip   && rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 18:02:19 GMT
-RUN mkdir /opt/custom-init.d/
-# Mon, 18 Jul 2016 18:02:21 GMT
-RUN groupadd -r bonita -g 1000   && useradd -u 1000 -r -g bonita -d /opt/bonita/ -s /sbin/nologin -c "Bonita User" bonita
-# Mon, 18 Jul 2016 18:02:23 GMT
-RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4
-# Mon, 18 Jul 2016 18:02:28 GMT
-RUN wget -q "https://github.com/tianon/gosu/releases/download/1.6/gosu-$(dpkg --print-architecture)" -O /usr/local/bin/gosu   && wget -q "https://github.com/tianon/gosu/releases/download/1.6/gosu-$(dpkg --print-architecture).asc" -O /usr/local/bin/gosu.asc   && gpg --verify /usr/local/bin/gosu.asc   && rm /usr/local/bin/gosu.asc   && chmod +x /usr/local/bin/gosu
-# Mon, 18 Jul 2016 18:03:33 GMT
-ENV BONITA_VERSION=7.2.4
-# Mon, 18 Jul 2016 18:03:33 GMT
-ENV TOMCAT_VERSION=7.0.67
-# Mon, 18 Jul 2016 18:03:34 GMT
-ENV BONITA_SHA256=6b444fd6a681491f89a12cf801650ecbbd9b2342f6073baca0909c4bf1e36e07
-# Mon, 18 Jul 2016 18:03:34 GMT
-ENV POSTGRES_JDBC_DRIVER=postgresql-9.3-1102.jdbc41.jar
-# Mon, 18 Jul 2016 18:03:35 GMT
-ENV POSTGRES_SHA256=b78749d536da75c382d0a71c717cde6850df64e16594676fc7cacb5a74541d66
-# Mon, 18 Jul 2016 18:03:36 GMT
-ENV MYSQL_JDBC_DRIVER=mysql-connector-java-5.1.26
-# Mon, 18 Jul 2016 18:03:36 GMT
-ENV MYSQL_SHA256=40b2d49f6f2551cc7fa54552af806e8026bf8405f03342205852e57a3205a868
-# Mon, 18 Jul 2016 18:03:39 GMT
-RUN mkdir /opt/files   && wget -q https://jdbc.postgresql.org/download/${POSTGRES_JDBC_DRIVER} -O /opt/files/${POSTGRES_JDBC_DRIVER}   && echo "$POSTGRES_SHA256" /opt/files/${POSTGRES_JDBC_DRIVER} | sha256sum -c -   && wget -q http://dev.mysql.com/get/Downloads/Connector-J/${MYSQL_JDBC_DRIVER}.zip -O /opt/files/${MYSQL_JDBC_DRIVER}.zip   && echo "$MYSQL_SHA256" /opt/files/${MYSQL_JDBC_DRIVER}.zip | sha256sum -c -   && unzip -q /opt/files/${MYSQL_JDBC_DRIVER}.zip -d /opt/files/   && mv /opt/files/${MYSQL_JDBC_DRIVER}/${MYSQL_JDBC_DRIVER}-bin.jar /opt/files/   && rm -r /opt/files/${MYSQL_JDBC_DRIVER}   && rm /opt/files/${MYSQL_JDBC_DRIVER}.zip
-# Mon, 18 Jul 2016 18:03:54 GMT
-RUN wget -q http://download.forge.ow2.org/bonita/BonitaBPMCommunity-${BONITA_VERSION}-Tomcat-${TOMCAT_VERSION}.zip -O /opt/files/BonitaBPMCommunity-${BONITA_VERSION}-Tomcat-${TOMCAT_VERSION}.zip   && echo "$BONITA_SHA256" /opt/files/BonitaBPMCommunity-${BONITA_VERSION}-Tomcat-${TOMCAT_VERSION}.zip | sha256sum -c -
-# Mon, 18 Jul 2016 18:03:54 GMT
-VOLUME [/opt/bonita]
-# Mon, 18 Jul 2016 18:03:55 GMT
-COPY dir:c46d790a33226426e306313e34c7d1f3c42ed57c5e8a3410a973d72aeb886df3 in /opt/files
-# Mon, 18 Jul 2016 18:03:56 GMT
-COPY dir:4024f665b5e26ffe45bb55870cc8577a94dfc16fda7d53f0fe54dbfe45c11977 in /opt/templates
-# Mon, 18 Jul 2016 18:03:57 GMT
-EXPOSE 8080/tcp
-# Mon, 18 Jul 2016 18:03:57 GMT
-CMD ["/opt/files/startup.sh"]
-```
-
--	Layers:
-	-	`sha256:96c6a1f3c3b0183063a9dad891fe6d8ec466c2fdf9571a0c19b3319ea8a58871`  
-		Last Modified: Mon, 18 Jul 2016 17:36:54 GMT  
-		Size: 65.7 MB (65699069 bytes)
-	-	`sha256:4767a2d70a73a271b76a76e4d5edf1426c49ccc24dc7df06ebccd880f01bbeab`  
-		Last Modified: Mon, 18 Jul 2016 17:36:35 GMT  
-		Size: 92.3 KB (92340 bytes)
-	-	`sha256:422639bc8a94f4f9ece99c13140bd78b9f25eb62492dd0402ffa4ec58b0d6d9b`  
-		Last Modified: Mon, 18 Jul 2016 17:36:35 GMT  
-		Size: 366.0 B
-	-	`sha256:a797489a324abb3d09826e5f5a529034aecdc962d54ca4dd642f9548c455295f`  
-		Last Modified: Mon, 18 Jul 2016 17:36:35 GMT  
-		Size: 682.0 B
-	-	`sha256:c95f3d58a0f8d710184e5508ad01f15c5d2793493bc07a96a3db9d9098775fae`  
-		Last Modified: Mon, 18 Jul 2016 18:03:24 GMT  
-		Size: 64.9 MB (64920585 bytes)
-	-	`sha256:20eb1a5f33dbc87b27011e52d727a4f59e0108466d33259352c26ecc35e71c16`  
-		Last Modified: Mon, 18 Jul 2016 18:03:12 GMT  
-		Size: 120.0 B
-	-	`sha256:a237fccaf5889d84109a47c3bdd8d862e0d990bc874cb487601598d624f96ff2`  
-		Last Modified: Mon, 18 Jul 2016 18:03:12 GMT  
-		Size: 1.8 KB (1784 bytes)
-	-	`sha256:b94636b6412722404dfa94a1701f51e1560cd29decb5f05bd845cee7746a8ad0`  
-		Last Modified: Mon, 18 Jul 2016 18:03:12 GMT  
-		Size: 114.8 KB (114792 bytes)
-	-	`sha256:ebcbbfb8915b444b33e2d92e57a1fd9033ae95d51f1686b71d5ff1f831de5a33`  
-		Last Modified: Mon, 18 Jul 2016 18:03:10 GMT  
-		Size: 807.6 KB (807587 bytes)
-	-	`sha256:dd4c4b0e03a013779e834ba769b394f5f3e4bf8efa41bd154e15a21a2998a5e5`  
-		Last Modified: Mon, 18 Jul 2016 18:04:07 GMT  
-		Size: 1.4 MB (1382494 bytes)
-	-	`sha256:6d1f4ca55cf50b0610f8a320a937ed55036ad62a12a91838e1576b79c284e07c`  
-		Last Modified: Mon, 18 Jul 2016 18:04:12 GMT  
-		Size: 74.0 MB (73958855 bytes)
-	-	`sha256:517c1921c41ba96b0b596cf13f15b736adab92e297b5e2c26f1d20b2c34ddef7`  
-		Last Modified: Mon, 18 Jul 2016 18:04:06 GMT  
-		Size: 5.8 KB (5805 bytes)
-	-	`sha256:3b6d6870917b17fe86ae92e340726c22499dbadc9985665353414ac7fcc39cb3`  
-		Last Modified: Mon, 18 Jul 2016 18:04:05 GMT  
-		Size: 2.2 KB (2197 bytes)
-
-## `bonita:latest`
-
-```console
-$ docker pull bonita@sha256:91babe2079e75912991cdf7234e50e5160ff6f663594370bc8a30d992f59de8c
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `bonita:latest` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **207.0 MB (206986676 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:e4fcec46a575698b0a0c07be0c8a18b5265f8608d422f83b03aa835747a231a0`
--	Default Command: `["\/opt\/files\/startup.sh"]`
-
-```dockerfile
-# Mon, 18 Jul 2016 17:34:50 GMT
-ADD file:dc3b1b2c44af75026bc24b3f3a5bd5f45b9ca7ed395b91dfacd1b47fe0545fb5 in /
-# Mon, 18 Jul 2016 17:34:53 GMT
-RUN set -xe 		&& echo '#!/bin/sh' > /usr/sbin/policy-rc.d 	&& echo 'exit 101' >> /usr/sbin/policy-rc.d 	&& chmod +x /usr/sbin/policy-rc.d 		&& dpkg-divert --local --rename --add /sbin/initctl 	&& cp -a /usr/sbin/policy-rc.d /sbin/initctl 	&& sed -i 's/^exit.*/exit 0/' /sbin/initctl 		&& echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup 		&& echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean 	&& echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean 	&& echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean 		&& echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages 		&& echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes 		&& echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
-# Mon, 18 Jul 2016 17:34:54 GMT
-RUN rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 17:34:57 GMT
-RUN sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
-# Mon, 18 Jul 2016 17:34:58 GMT
-CMD ["/bin/bash"]
-# Mon, 18 Jul 2016 18:00:51 GMT
-MAINTAINER Jérémy Jacquier-Roux <[email protected]>
-# Mon, 18 Jul 2016 18:02:17 GMT
-RUN apt-get update && apt-get install -y   mysql-client-core-5.5   openjdk-7-jre-headless   postgresql-client   unzip   wget   zip   && rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 18:02:19 GMT
-RUN mkdir /opt/custom-init.d/
-# Mon, 18 Jul 2016 18:02:21 GMT
-RUN groupadd -r bonita -g 1000   && useradd -u 1000 -r -g bonita -d /opt/bonita/ -s /sbin/nologin -c "Bonita User" bonita
-# Mon, 18 Jul 2016 18:02:23 GMT
-RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4
-# Mon, 18 Jul 2016 18:02:28 GMT
-RUN wget -q "https://github.com/tianon/gosu/releases/download/1.6/gosu-$(dpkg --print-architecture)" -O /usr/local/bin/gosu   && wget -q "https://github.com/tianon/gosu/releases/download/1.6/gosu-$(dpkg --print-architecture).asc" -O /usr/local/bin/gosu.asc   && gpg --verify /usr/local/bin/gosu.asc   && rm /usr/local/bin/gosu.asc   && chmod +x /usr/local/bin/gosu
-# Mon, 18 Jul 2016 18:03:33 GMT
-ENV BONITA_VERSION=7.2.4
-# Mon, 18 Jul 2016 18:03:33 GMT
-ENV TOMCAT_VERSION=7.0.67
-# Mon, 18 Jul 2016 18:03:34 GMT
-ENV BONITA_SHA256=6b444fd6a681491f89a12cf801650ecbbd9b2342f6073baca0909c4bf1e36e07
-# Mon, 18 Jul 2016 18:03:34 GMT
-ENV POSTGRES_JDBC_DRIVER=postgresql-9.3-1102.jdbc41.jar
-# Mon, 18 Jul 2016 18:03:35 GMT
-ENV POSTGRES_SHA256=b78749d536da75c382d0a71c717cde6850df64e16594676fc7cacb5a74541d66
-# Mon, 18 Jul 2016 18:03:36 GMT
-ENV MYSQL_JDBC_DRIVER=mysql-connector-java-5.1.26
-# Mon, 18 Jul 2016 18:03:36 GMT
-ENV MYSQL_SHA256=40b2d49f6f2551cc7fa54552af806e8026bf8405f03342205852e57a3205a868
-# Mon, 18 Jul 2016 18:03:39 GMT
-RUN mkdir /opt/files   && wget -q https://jdbc.postgresql.org/download/${POSTGRES_JDBC_DRIVER} -O /opt/files/${POSTGRES_JDBC_DRIVER}   && echo "$POSTGRES_SHA256" /opt/files/${POSTGRES_JDBC_DRIVER} | sha256sum -c -   && wget -q http://dev.mysql.com/get/Downloads/Connector-J/${MYSQL_JDBC_DRIVER}.zip -O /opt/files/${MYSQL_JDBC_DRIVER}.zip   && echo "$MYSQL_SHA256" /opt/files/${MYSQL_JDBC_DRIVER}.zip | sha256sum -c -   && unzip -q /opt/files/${MYSQL_JDBC_DRIVER}.zip -d /opt/files/   && mv /opt/files/${MYSQL_JDBC_DRIVER}/${MYSQL_JDBC_DRIVER}-bin.jar /opt/files/   && rm -r /opt/files/${MYSQL_JDBC_DRIVER}   && rm /opt/files/${MYSQL_JDBC_DRIVER}.zip
-# Mon, 18 Jul 2016 18:03:54 GMT
-RUN wget -q http://download.forge.ow2.org/bonita/BonitaBPMCommunity-${BONITA_VERSION}-Tomcat-${TOMCAT_VERSION}.zip -O /opt/files/BonitaBPMCommunity-${BONITA_VERSION}-Tomcat-${TOMCAT_VERSION}.zip   && echo "$BONITA_SHA256" /opt/files/BonitaBPMCommunity-${BONITA_VERSION}-Tomcat-${TOMCAT_VERSION}.zip | sha256sum -c -
-# Mon, 18 Jul 2016 18:03:54 GMT
-VOLUME [/opt/bonita]
-# Mon, 18 Jul 2016 18:03:55 GMT
-COPY dir:c46d790a33226426e306313e34c7d1f3c42ed57c5e8a3410a973d72aeb886df3 in /opt/files
-# Mon, 18 Jul 2016 18:03:56 GMT
-COPY dir:4024f665b5e26ffe45bb55870cc8577a94dfc16fda7d53f0fe54dbfe45c11977 in /opt/templates
-# Mon, 18 Jul 2016 18:03:57 GMT
-EXPOSE 8080/tcp
-# Mon, 18 Jul 2016 18:03:57 GMT
-CMD ["/opt/files/startup.sh"]
-```
-
--	Layers:
-	-	`sha256:96c6a1f3c3b0183063a9dad891fe6d8ec466c2fdf9571a0c19b3319ea8a58871`  
-		Last Modified: Mon, 18 Jul 2016 17:36:54 GMT  
-		Size: 65.7 MB (65699069 bytes)
-	-	`sha256:4767a2d70a73a271b76a76e4d5edf1426c49ccc24dc7df06ebccd880f01bbeab`  
-		Last Modified: Mon, 18 Jul 2016 17:36:35 GMT  
-		Size: 92.3 KB (92340 bytes)
-	-	`sha256:422639bc8a94f4f9ece99c13140bd78b9f25eb62492dd0402ffa4ec58b0d6d9b`  
-		Last Modified: Mon, 18 Jul 2016 17:36:35 GMT  
-		Size: 366.0 B
-	-	`sha256:a797489a324abb3d09826e5f5a529034aecdc962d54ca4dd642f9548c455295f`  
-		Last Modified: Mon, 18 Jul 2016 17:36:35 GMT  
-		Size: 682.0 B
-	-	`sha256:c95f3d58a0f8d710184e5508ad01f15c5d2793493bc07a96a3db9d9098775fae`  
-		Last Modified: Mon, 18 Jul 2016 18:03:24 GMT  
-		Size: 64.9 MB (64920585 bytes)
-	-	`sha256:20eb1a5f33dbc87b27011e52d727a4f59e0108466d33259352c26ecc35e71c16`  
-		Last Modified: Mon, 18 Jul 2016 18:03:12 GMT  
-		Size: 120.0 B
-	-	`sha256:a237fccaf5889d84109a47c3bdd8d862e0d990bc874cb487601598d624f96ff2`  
-		Last Modified: Mon, 18 Jul 2016 18:03:12 GMT  
-		Size: 1.8 KB (1784 bytes)
-	-	`sha256:b94636b6412722404dfa94a1701f51e1560cd29decb5f05bd845cee7746a8ad0`  
-		Last Modified: Mon, 18 Jul 2016 18:03:12 GMT  
-		Size: 114.8 KB (114792 bytes)
-	-	`sha256:ebcbbfb8915b444b33e2d92e57a1fd9033ae95d51f1686b71d5ff1f831de5a33`  
-		Last Modified: Mon, 18 Jul 2016 18:03:10 GMT  
-		Size: 807.6 KB (807587 bytes)
-	-	`sha256:dd4c4b0e03a013779e834ba769b394f5f3e4bf8efa41bd154e15a21a2998a5e5`  
-		Last Modified: Mon, 18 Jul 2016 18:04:07 GMT  
-		Size: 1.4 MB (1382494 bytes)
-	-	`sha256:6d1f4ca55cf50b0610f8a320a937ed55036ad62a12a91838e1576b79c284e07c`  
-		Last Modified: Mon, 18 Jul 2016 18:04:12 GMT  
-		Size: 74.0 MB (73958855 bytes)
-	-	`sha256:517c1921c41ba96b0b596cf13f15b736adab92e297b5e2c26f1d20b2c34ddef7`  
-		Last Modified: Mon, 18 Jul 2016 18:04:06 GMT  
-		Size: 5.8 KB (5805 bytes)
-	-	`sha256:3b6d6870917b17fe86ae92e340726c22499dbadc9985665353414ac7fcc39cb3`  
-		Last Modified: Mon, 18 Jul 2016 18:04:05 GMT  
-		Size: 2.2 KB (2197 bytes)

+ 9 - 14
buildpack-deps/README.md

@@ -2,34 +2,29 @@
 
 -	[`jessie-curl`, `curl` (*jessie/curl/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/a0a59c61102e8b079d568db69368fb89421f75f2/jessie/curl/Dockerfile)
 -	[`jessie-scm`, `scm` (*jessie/scm/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/1845b3f918f69b4c97912b0d4d68a5658458e84f/jessie/scm/Dockerfile)
--	[`jessie`, `latest` (*jessie/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/e7534be05255522954f50542ebf9c5f06485838d/jessie/Dockerfile)
+-	[`jessie`, `latest` (*jessie/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/f1d33d5c92e1bd2aee9f2333ceb316251e6388d4/jessie/Dockerfile)
 -	[`precise-curl` (*precise/curl/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/af914a5bde2a749884177393c8140384048dc5f9/precise/curl/Dockerfile)
 -	[`precise-scm` (*precise/scm/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/1845b3f918f69b4c97912b0d4d68a5658458e84f/precise/scm/Dockerfile)
--	[`precise` (*precise/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/e7534be05255522954f50542ebf9c5f06485838d/precise/Dockerfile)
+-	[`precise` (*precise/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/f1d33d5c92e1bd2aee9f2333ceb316251e6388d4/precise/Dockerfile)
 -	[`sid-curl` (*sid/curl/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/a0a59c61102e8b079d568db69368fb89421f75f2/sid/curl/Dockerfile)
 -	[`sid-scm` (*sid/scm/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/1845b3f918f69b4c97912b0d4d68a5658458e84f/sid/scm/Dockerfile)
--	[`sid` (*sid/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/e7534be05255522954f50542ebf9c5f06485838d/sid/Dockerfile)
+-	[`sid` (*sid/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/f1d33d5c92e1bd2aee9f2333ceb316251e6388d4/sid/Dockerfile)
 -	[`stretch-curl` (*stretch/curl/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/c7478e564dd5dc063cdb0231764379a6916fe525/stretch/curl/Dockerfile)
 -	[`stretch-scm` (*stretch/scm/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/1845b3f918f69b4c97912b0d4d68a5658458e84f/stretch/scm/Dockerfile)
--	[`stretch` (*stretch/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/e7534be05255522954f50542ebf9c5f06485838d/stretch/Dockerfile)
+-	[`stretch` (*stretch/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/f1d33d5c92e1bd2aee9f2333ceb316251e6388d4/stretch/Dockerfile)
 -	[`trusty-curl` (*trusty/curl/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/af914a5bde2a749884177393c8140384048dc5f9/trusty/curl/Dockerfile)
 -	[`trusty-scm` (*trusty/scm/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/1845b3f918f69b4c97912b0d4d68a5658458e84f/trusty/scm/Dockerfile)
--	[`trusty` (*trusty/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/e7534be05255522954f50542ebf9c5f06485838d/trusty/Dockerfile)
+-	[`trusty` (*trusty/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/f1d33d5c92e1bd2aee9f2333ceb316251e6388d4/trusty/Dockerfile)
 -	[`wheezy-curl` (*wheezy/curl/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/a0a59c61102e8b079d568db69368fb89421f75f2/wheezy/curl/Dockerfile)
 -	[`wheezy-scm` (*wheezy/scm/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/1845b3f918f69b4c97912b0d4d68a5658458e84f/wheezy/scm/Dockerfile)
--	[`wheezy` (*wheezy/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/e7534be05255522954f50542ebf9c5f06485838d/wheezy/Dockerfile)
--	[`wily-curl` (*wily/curl/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/af914a5bde2a749884177393c8140384048dc5f9/wily/curl/Dockerfile)
--	[`wily-scm` (*wily/scm/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/1845b3f918f69b4c97912b0d4d68a5658458e84f/wily/scm/Dockerfile)
--	[`wily` (*wily/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/e7534be05255522954f50542ebf9c5f06485838d/wily/Dockerfile)
+-	[`wheezy` (*wheezy/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/f1d33d5c92e1bd2aee9f2333ceb316251e6388d4/wheezy/Dockerfile)
 -	[`xenial-curl` (*xenial/curl/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/2da658b9a1b91fa61d63ffad2ea52685cac6c702/xenial/curl/Dockerfile)
 -	[`xenial-scm` (*xenial/scm/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/2da658b9a1b91fa61d63ffad2ea52685cac6c702/xenial/scm/Dockerfile)
--	[`xenial` (*xenial/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/e7534be05255522954f50542ebf9c5f06485838d/xenial/Dockerfile)
-
-[![](https://badge.imagelayers.io/buildpack-deps:latest.svg)](https://imagelayers.io/?images=buildpack-deps:jessie-curl,buildpack-deps:jessie-scm,buildpack-deps:jessie,buildpack-deps:precise-curl,buildpack-deps:precise-scm,buildpack-deps:precise,buildpack-deps:sid-curl,buildpack-deps:sid-scm,buildpack-deps:sid,buildpack-deps:stretch-curl,buildpack-deps:stretch-scm,buildpack-deps:stretch,buildpack-deps:trusty-curl,buildpack-deps:trusty-scm,buildpack-deps:trusty,buildpack-deps:wheezy-curl,buildpack-deps:wheezy-scm,buildpack-deps:wheezy,buildpack-deps:wily-curl,buildpack-deps:wily-scm,buildpack-deps:wily,buildpack-deps:xenial-curl,buildpack-deps:xenial-scm,buildpack-deps:xenial)
+-	[`xenial` (*xenial/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/f1d33d5c92e1bd2aee9f2333ceb316251e6388d4/xenial/Dockerfile)
 
 For more information about this image and its history, please see [the relevant manifest file (`library/buildpack-deps`)](https://github.com/docker-library/official-images/blob/master/library/buildpack-deps). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fbuildpack-deps).
 
-For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `buildpack-deps/tag-details.md` file](https://github.com/docker-library/docs/blob/master/buildpack-deps/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs).
+For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `repos/buildpack-deps/tag-details.md` file](https://github.com/docker-library/repo-info/blob/master/repos/buildpack-deps/tag-details.md) in [the `docker-library/repo-info` GitHub repo](https://github.com/docker-library/repo-info).
 
 # What is `buildpack-deps`?
 
@@ -61,7 +56,7 @@ View [license information](https://www.debian.org/social_contract#guidelines) fo
 
 # Supported Docker versions
 
-This image is officially supported on Docker version 1.11.2.
+This image is officially supported on Docker version 1.12.1.
 
 Support for older versions (down to 1.6) is provided on a best-effort basis.
 

+ 0 - 1291
buildpack-deps/tag-details.md

@@ -1,1291 +0,0 @@
-<!-- THIS FILE IS GENERATED VIA '.template-helpers/generate-tag-details.pl' -->
-
-# Tags of `buildpack-deps`
-
--	[`buildpack-deps:jessie-curl`](#buildpack-depsjessie-curl)
--	[`buildpack-deps:curl`](#buildpack-depscurl)
--	[`buildpack-deps:jessie-scm`](#buildpack-depsjessie-scm)
--	[`buildpack-deps:scm`](#buildpack-depsscm)
--	[`buildpack-deps:jessie`](#buildpack-depsjessie)
--	[`buildpack-deps:latest`](#buildpack-depslatest)
--	[`buildpack-deps:precise-curl`](#buildpack-depsprecise-curl)
--	[`buildpack-deps:precise-scm`](#buildpack-depsprecise-scm)
--	[`buildpack-deps:precise`](#buildpack-depsprecise)
--	[`buildpack-deps:sid-curl`](#buildpack-depssid-curl)
--	[`buildpack-deps:sid-scm`](#buildpack-depssid-scm)
--	[`buildpack-deps:sid`](#buildpack-depssid)
--	[`buildpack-deps:stretch-curl`](#buildpack-depsstretch-curl)
--	[`buildpack-deps:stretch-scm`](#buildpack-depsstretch-scm)
--	[`buildpack-deps:stretch`](#buildpack-depsstretch)
--	[`buildpack-deps:trusty-curl`](#buildpack-depstrusty-curl)
--	[`buildpack-deps:trusty-scm`](#buildpack-depstrusty-scm)
--	[`buildpack-deps:trusty`](#buildpack-depstrusty)
--	[`buildpack-deps:wheezy-curl`](#buildpack-depswheezy-curl)
--	[`buildpack-deps:wheezy-scm`](#buildpack-depswheezy-scm)
--	[`buildpack-deps:wheezy`](#buildpack-depswheezy)
--	[`buildpack-deps:wily-curl`](#buildpack-depswily-curl)
--	[`buildpack-deps:wily-scm`](#buildpack-depswily-scm)
--	[`buildpack-deps:wily`](#buildpack-depswily)
--	[`buildpack-deps:xenial-curl`](#buildpack-depsxenial-curl)
--	[`buildpack-deps:xenial-scm`](#buildpack-depsxenial-scm)
--	[`buildpack-deps:xenial`](#buildpack-depsxenial)
-
-## `buildpack-deps:jessie-curl`
-
-```console
-$ docker pull buildpack-deps@sha256:d9914c1d5b7fb4a90d996cac6664bb82034c8e2ee7205bef2699b467fc04003e
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `buildpack-deps:jessie-curl` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **69.9 MB (69899754 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:beb210b3e177a19d796846346dd0803b76547d7b58f647e9982723000dbee934`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-
-## `buildpack-deps:curl`
-
-```console
-$ docker pull buildpack-deps@sha256:d9914c1d5b7fb4a90d996cac6664bb82034c8e2ee7205bef2699b467fc04003e
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `buildpack-deps:curl` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **69.9 MB (69899754 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:beb210b3e177a19d796846346dd0803b76547d7b58f647e9982723000dbee934`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-
-## `buildpack-deps:jessie-scm`
-
-```console
-$ docker pull buildpack-deps@sha256:5471d3f1c460d288cc40a568be5c0bf99947b14bb8b979db2fe5827a9b056242
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `buildpack-deps:jessie-scm` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **112.4 MB (112425125 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:842afdb29e362abeb822d16b2a03ba4117a638288289419c7a1d5be081ac20bd`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-
-## `buildpack-deps:scm`
-
-```console
-$ docker pull buildpack-deps@sha256:5471d3f1c460d288cc40a568be5c0bf99947b14bb8b979db2fe5827a9b056242
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `buildpack-deps:scm` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **112.4 MB (112425125 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:842afdb29e362abeb822d16b2a03ba4117a638288289419c7a1d5be081ac20bd`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-
-## `buildpack-deps:jessie`
-
-```console
-$ docker pull buildpack-deps@sha256:3b04dd4f84367ed30cd2ca2d896f12894911153c329d8752aca4f6a54e99d671
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `buildpack-deps:jessie` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **242.1 MB (242129508 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:877c36103ed74bcf810991d1b815fef3527f20211436726404cbdc61594164c4`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:39:19 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e`  
-		Last Modified: Thu, 09 Jun 2016 21:47:38 GMT  
-		Size: 129.7 MB (129704383 bytes)
-
-## `buildpack-deps:latest`
-
-```console
-$ docker pull buildpack-deps@sha256:3b04dd4f84367ed30cd2ca2d896f12894911153c329d8752aca4f6a54e99d671
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `buildpack-deps:latest` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **242.1 MB (242129508 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:877c36103ed74bcf810991d1b815fef3527f20211436726404cbdc61594164c4`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:39:19 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e`  
-		Last Modified: Thu, 09 Jun 2016 21:47:38 GMT  
-		Size: 129.7 MB (129704383 bytes)
-
-## `buildpack-deps:precise-curl`
-
-```console
-$ docker pull buildpack-deps@sha256:fc7f40ff2fcbe718199432cfec9cf88d6dd5005e363564b2e67adbf0a5c5d7fb
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `buildpack-deps:precise-curl` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **49.6 MB (49593004 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:2ae93260ac3fb26146949f26dc84ed42217d414e20489dd85ca9da73bbe1bce4`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Fri, 08 Jul 2016 18:38:49 GMT
-ADD file:a5827d860bc00fbb0b885782e98401c104f962c243de0390e1db0b51cc61e1c8 in /
-# Mon, 18 Jul 2016 17:34:30 GMT
-RUN set -xe 		&& echo '#!/bin/sh' > /usr/sbin/policy-rc.d 	&& echo 'exit 101' >> /usr/sbin/policy-rc.d 	&& chmod +x /usr/sbin/policy-rc.d 		&& dpkg-divert --local --rename --add /sbin/initctl 	&& cp -a /usr/sbin/policy-rc.d /sbin/initctl 	&& sed -i 's/^exit.*/exit 0/' /sbin/initctl 		&& echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup 		&& echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean 	&& echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean 	&& echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean 		&& echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages 		&& echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes 		&& echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
-# Mon, 18 Jul 2016 17:34:32 GMT
-RUN rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 17:34:34 GMT
-RUN sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
-# Mon, 18 Jul 2016 17:34:35 GMT
-CMD ["/bin/bash"]
-# Mon, 18 Jul 2016 18:08:11 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-```
-
--	Layers:
-	-	`sha256:76582687379951c724499c3f12ea80dd492283a4115aa509474880830e9d14f4`  
-		Last Modified: Fri, 08 Jul 2016 18:40:28 GMT  
-		Size: 44.4 MB (44362818 bytes)
-	-	`sha256:580e6785cdfb8e5f9d2048241d8a29752d63a508e11d836330a75320a1d2c780`  
-		Last Modified: Mon, 18 Jul 2016 17:35:55 GMT  
-		Size: 87.9 KB (87874 bytes)
-	-	`sha256:3b463dce042919034b143e09611cd48d92731ebf0415dd6f8e45671b5559e203`  
-		Last Modified: Mon, 18 Jul 2016 17:35:54 GMT  
-		Size: 721.0 B
-	-	`sha256:27ec34d038d233ee561e5f4528967823c9bf708e37fde1c4fc90eebf560703ac`  
-		Last Modified: Mon, 18 Jul 2016 17:35:55 GMT  
-		Size: 680.0 B
-	-	`sha256:94cad893dc6feec9eb40c3c9b91a19634038c27a529da4c1d3f8768bd265e07c`  
-		Last Modified: Mon, 18 Jul 2016 18:08:21 GMT  
-		Size: 5.1 MB (5140911 bytes)
-
-## `buildpack-deps:precise-scm`
-
-```console
-$ docker pull buildpack-deps@sha256:ddf65b9628c036dac2ef6bb484d66b5e0dab5341c6ae8e7a65bbd56d13037357
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `buildpack-deps:precise-scm` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **80.5 MB (80470562 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:1f3017e493de747906fdc3e3d052aa27117fd38da67142784b8557db101d7f2c`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Fri, 08 Jul 2016 18:38:49 GMT
-ADD file:a5827d860bc00fbb0b885782e98401c104f962c243de0390e1db0b51cc61e1c8 in /
-# Mon, 18 Jul 2016 17:34:30 GMT
-RUN set -xe 		&& echo '#!/bin/sh' > /usr/sbin/policy-rc.d 	&& echo 'exit 101' >> /usr/sbin/policy-rc.d 	&& chmod +x /usr/sbin/policy-rc.d 		&& dpkg-divert --local --rename --add /sbin/initctl 	&& cp -a /usr/sbin/policy-rc.d /sbin/initctl 	&& sed -i 's/^exit.*/exit 0/' /sbin/initctl 		&& echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup 		&& echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean 	&& echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean 	&& echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean 		&& echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages 		&& echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes 		&& echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
-# Mon, 18 Jul 2016 17:34:32 GMT
-RUN rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 17:34:34 GMT
-RUN sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
-# Mon, 18 Jul 2016 17:34:35 GMT
-CMD ["/bin/bash"]
-# Mon, 18 Jul 2016 18:08:11 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 18:08:54 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-```
-
--	Layers:
-	-	`sha256:76582687379951c724499c3f12ea80dd492283a4115aa509474880830e9d14f4`  
-		Last Modified: Fri, 08 Jul 2016 18:40:28 GMT  
-		Size: 44.4 MB (44362818 bytes)
-	-	`sha256:580e6785cdfb8e5f9d2048241d8a29752d63a508e11d836330a75320a1d2c780`  
-		Last Modified: Mon, 18 Jul 2016 17:35:55 GMT  
-		Size: 87.9 KB (87874 bytes)
-	-	`sha256:3b463dce042919034b143e09611cd48d92731ebf0415dd6f8e45671b5559e203`  
-		Last Modified: Mon, 18 Jul 2016 17:35:54 GMT  
-		Size: 721.0 B
-	-	`sha256:27ec34d038d233ee561e5f4528967823c9bf708e37fde1c4fc90eebf560703ac`  
-		Last Modified: Mon, 18 Jul 2016 17:35:55 GMT  
-		Size: 680.0 B
-	-	`sha256:94cad893dc6feec9eb40c3c9b91a19634038c27a529da4c1d3f8768bd265e07c`  
-		Last Modified: Mon, 18 Jul 2016 18:08:21 GMT  
-		Size: 5.1 MB (5140911 bytes)
-	-	`sha256:35076e31593295c70c5f93f295bf6046f022dbde51c87f2b1e38a21f81c59145`  
-		Last Modified: Mon, 18 Jul 2016 18:09:13 GMT  
-		Size: 30.9 MB (30877558 bytes)
-
-## `buildpack-deps:precise`
-
-```console
-$ docker pull buildpack-deps@sha256:e17f50d2687579da3334dd803a49ce534680b5b340e9f98ba61cd5567018adfb
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `buildpack-deps:precise` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **162.6 MB (162621770 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:866a177a38b36a5136007590d25e42e61fb0ecbee64f043fe6d0c3ceffc292f6`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Fri, 08 Jul 2016 18:38:49 GMT
-ADD file:a5827d860bc00fbb0b885782e98401c104f962c243de0390e1db0b51cc61e1c8 in /
-# Fri, 08 Jul 2016 18:38:51 GMT
-RUN set -xe 		&& echo '#!/bin/sh' > /usr/sbin/policy-rc.d 	&& echo 'exit 101' >> /usr/sbin/policy-rc.d 	&& chmod +x /usr/sbin/policy-rc.d 		&& dpkg-divert --local --rename --add /sbin/initctl 	&& cp -a /usr/sbin/policy-rc.d /sbin/initctl 	&& sed -i 's/^exit.*/exit 0/' /sbin/initctl 		&& echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup 		&& echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean 	&& echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean 	&& echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean 		&& echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages 		&& echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes
-# Fri, 08 Jul 2016 18:38:53 GMT
-RUN rm -rf /var/lib/apt/lists/*
-# Fri, 08 Jul 2016 18:38:55 GMT
-RUN sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
-# Fri, 08 Jul 2016 18:38:55 GMT
-CMD ["/bin/bash"]
-# Fri, 08 Jul 2016 18:48:57 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 08 Jul 2016 18:49:45 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 18:05:25 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-```
-
--	Layers:
-	-	`sha256:76582687379951c724499c3f12ea80dd492283a4115aa509474880830e9d14f4`  
-		Last Modified: Fri, 08 Jul 2016 18:40:28 GMT  
-		Size: 44.4 MB (44362818 bytes)
-	-	`sha256:54b547b873253c5aa919a602a37828ca99b68d00e9c3ece8d0311648ea3a9e51`  
-		Last Modified: Fri, 08 Jul 2016 18:40:14 GMT  
-		Size: 78.6 KB (78634 bytes)
-	-	`sha256:6ad0a1551226a44db2a61999149235d5ad61446e96ba2d57382d157857d59b5d`  
-		Last Modified: Fri, 08 Jul 2016 18:40:14 GMT  
-		Size: 724.0 B
-	-	`sha256:b14b694087e21079904b53feedf66595145b0d5de18dd622162ee871e41cf7f1`  
-		Last Modified: Fri, 08 Jul 2016 18:40:14 GMT  
-		Size: 681.0 B
-	-	`sha256:00d39745fd785183ab5b27f3262c5af7d2600f71981d3e587774235a09394443`  
-		Last Modified: Fri, 08 Jul 2016 18:49:07 GMT  
-		Size: 5.1 MB (5131215 bytes)
-	-	`sha256:2fac7b750b642a378193ab7239d1dadffb63917c3e30a68b1ed1209f93569e25`  
-		Last Modified: Fri, 08 Jul 2016 18:50:13 GMT  
-		Size: 30.9 MB (30867527 bytes)
-	-	`sha256:51ddcffba24ce5c22d32a21fe51b2b50db568a872c2b7bda65befd114ef9fcdd`  
-		Last Modified: Mon, 18 Jul 2016 18:05:56 GMT  
-		Size: 82.2 MB (82180171 bytes)
-
-## `buildpack-deps:sid-curl`
-
-```console
-$ docker pull buildpack-deps@sha256:23aae03677af7cf8493f57ea63a23d531165f3f6be34e175f1732b47eb44ee18
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `buildpack-deps:sid-curl` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **64.6 MB (64598304 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:97d311f2d4b673317fc0bd6d62ae5b2dafeb54289a1c85689ae080e4591f5756`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:29:06 GMT
-ADD file:8fdc004f9416952c9e1590e8cabcbb49792bbd424d6ee25dae34e39fb952832b in /
-# Thu, 09 Jun 2016 21:29:06 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:39:36 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-```
-
--	Layers:
-	-	`sha256:2346a4d49ad1b9c5274a3f172de0791bc0a0dd146df3f2a860a7d471c06ebf6e`  
-		Last Modified: Thu, 09 Jun 2016 21:32:04 GMT  
-		Size: 44.1 MB (44108517 bytes)
-	-	`sha256:881ef9f33a20eb7545a8f0377184054f31f8b6f5369d81b4d91e0a313a867d10`  
-		Last Modified: Thu, 09 Jun 2016 21:49:39 GMT  
-		Size: 20.5 MB (20489787 bytes)
-
-## `buildpack-deps:sid-scm`
-
-```console
-$ docker pull buildpack-deps@sha256:349181f00b969385ae12b74440ce0318e3a3b5815ee703705e650c30f0198d36
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `buildpack-deps:sid-scm` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **111.8 MB (111821559 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:fd611630bb4d05dba799674090081839780a4a79046c080a70005111281220c0`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:29:06 GMT
-ADD file:8fdc004f9416952c9e1590e8cabcbb49792bbd424d6ee25dae34e39fb952832b in /
-# Thu, 09 Jun 2016 21:29:06 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:39:36 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:40:04 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-```
-
--	Layers:
-	-	`sha256:2346a4d49ad1b9c5274a3f172de0791bc0a0dd146df3f2a860a7d471c06ebf6e`  
-		Last Modified: Thu, 09 Jun 2016 21:32:04 GMT  
-		Size: 44.1 MB (44108517 bytes)
-	-	`sha256:881ef9f33a20eb7545a8f0377184054f31f8b6f5369d81b4d91e0a313a867d10`  
-		Last Modified: Thu, 09 Jun 2016 21:49:39 GMT  
-		Size: 20.5 MB (20489787 bytes)
-	-	`sha256:07941125c95738fc85a9df97621da186ed1600919a59109e4e3ce16934405c4c`  
-		Last Modified: Thu, 09 Jun 2016 21:50:04 GMT  
-		Size: 47.2 MB (47223255 bytes)
-
-## `buildpack-deps:sid`
-
-```console
-$ docker pull buildpack-deps@sha256:ca982c5a0e5d290d46061820fe4522984386d170417e02b45f136d4c9bb11916
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `buildpack-deps:sid` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **364.6 MB (364560552 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:7da7de2a4d80211c10562ae767c8c7d2a0c54dea805fcc6e8cb82a54a080182b`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:29:06 GMT
-ADD file:8fdc004f9416952c9e1590e8cabcbb49792bbd424d6ee25dae34e39fb952832b in /
-# Thu, 09 Jun 2016 21:29:06 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:39:36 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:40:04 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:41:26 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-```
-
--	Layers:
-	-	`sha256:2346a4d49ad1b9c5274a3f172de0791bc0a0dd146df3f2a860a7d471c06ebf6e`  
-		Last Modified: Thu, 09 Jun 2016 21:32:04 GMT  
-		Size: 44.1 MB (44108517 bytes)
-	-	`sha256:881ef9f33a20eb7545a8f0377184054f31f8b6f5369d81b4d91e0a313a867d10`  
-		Last Modified: Thu, 09 Jun 2016 21:49:39 GMT  
-		Size: 20.5 MB (20489787 bytes)
-	-	`sha256:07941125c95738fc85a9df97621da186ed1600919a59109e4e3ce16934405c4c`  
-		Last Modified: Thu, 09 Jun 2016 21:50:04 GMT  
-		Size: 47.2 MB (47223255 bytes)
-	-	`sha256:f5574b0825ab8dee722905aebe0e01bdd03f0b2b30346e2a61a303c4c03aa042`  
-		Last Modified: Thu, 09 Jun 2016 21:51:29 GMT  
-		Size: 252.7 MB (252738993 bytes)
-
-## `buildpack-deps:stretch-curl`
-
-```console
-$ docker pull buildpack-deps@sha256:7eb9d4e665c4bff5b54e5a8aace1b191e9ae7d42e761c03ed851ddaa156561b4
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `buildpack-deps:stretch-curl` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **64.6 MB (64602725 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:7c84747acacf6464dd1f789e71ad23a096762d0e3ab008f7ab8f739d6e0f205e`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:29:38 GMT
-ADD file:e91fa3dd38b229ee62e6a72db099274d69a22affdae34e06276400a0824255bf in /
-# Thu, 09 Jun 2016 21:29:39 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:41:46 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-```
-
--	Layers:
-	-	`sha256:c12270f957b9db8fe01efad59a55d34a28364597c051658e92590dfc22f18db8`  
-		Last Modified: Thu, 09 Jun 2016 21:33:01 GMT  
-		Size: 44.1 MB (44107040 bytes)
-	-	`sha256:c6e2dbd99782b2d2b51a2dd9ce8ff9ef579d1ad7c2d9fe93c2416684d6d0d762`  
-		Last Modified: Thu, 09 Jun 2016 21:51:52 GMT  
-		Size: 20.5 MB (20495685 bytes)
-
-## `buildpack-deps:stretch-scm`
-
-```console
-$ docker pull buildpack-deps@sha256:22050defa0c178a1da812658a41ec0821014c7197e1ed634f593f7cd627cce33
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `buildpack-deps:stretch-scm` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **111.7 MB (111705310 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:b3c882cf6f9eb7bd680f9a5a9543c9e3908bfe9e95ca3689012490523ec64f52`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:29:38 GMT
-ADD file:e91fa3dd38b229ee62e6a72db099274d69a22affdae34e06276400a0824255bf in /
-# Thu, 09 Jun 2016 21:29:39 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:41:46 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:42:11 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-```
-
--	Layers:
-	-	`sha256:c12270f957b9db8fe01efad59a55d34a28364597c051658e92590dfc22f18db8`  
-		Last Modified: Thu, 09 Jun 2016 21:33:01 GMT  
-		Size: 44.1 MB (44107040 bytes)
-	-	`sha256:c6e2dbd99782b2d2b51a2dd9ce8ff9ef579d1ad7c2d9fe93c2416684d6d0d762`  
-		Last Modified: Thu, 09 Jun 2016 21:51:52 GMT  
-		Size: 20.5 MB (20495685 bytes)
-	-	`sha256:a0ff8e8f8d17ac63f06a66574f40e0b088317554c87dc32a2af7bf7db97c2b44`  
-		Last Modified: Thu, 09 Jun 2016 21:52:17 GMT  
-		Size: 47.1 MB (47102585 bytes)
-
-## `buildpack-deps:stretch`
-
-```console
-$ docker pull buildpack-deps@sha256:24e40e8b27b20c263c97f66c0a20f514f978a45677b6b2b1492597ae4c34e167
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `buildpack-deps:stretch` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **364.7 MB (364722626 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:e6bbfd104a2b7c762bee14bdea597137f34e2432a73245a6e575a234cca49c0f`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:29:38 GMT
-ADD file:e91fa3dd38b229ee62e6a72db099274d69a22affdae34e06276400a0824255bf in /
-# Thu, 09 Jun 2016 21:29:39 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:41:46 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:42:11 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:43:29 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-```
-
--	Layers:
-	-	`sha256:c12270f957b9db8fe01efad59a55d34a28364597c051658e92590dfc22f18db8`  
-		Last Modified: Thu, 09 Jun 2016 21:33:01 GMT  
-		Size: 44.1 MB (44107040 bytes)
-	-	`sha256:c6e2dbd99782b2d2b51a2dd9ce8ff9ef579d1ad7c2d9fe93c2416684d6d0d762`  
-		Last Modified: Thu, 09 Jun 2016 21:51:52 GMT  
-		Size: 20.5 MB (20495685 bytes)
-	-	`sha256:a0ff8e8f8d17ac63f06a66574f40e0b088317554c87dc32a2af7bf7db97c2b44`  
-		Last Modified: Thu, 09 Jun 2016 21:52:17 GMT  
-		Size: 47.1 MB (47102585 bytes)
-	-	`sha256:efd975bcfa4e478a2c7aca7042e1b26fea08a3c7d2efe185f75ec25d09606b75`  
-		Last Modified: Thu, 09 Jun 2016 21:53:42 GMT  
-		Size: 253.0 MB (253017316 bytes)
-
-## `buildpack-deps:trusty-curl`
-
-```console
-$ docker pull buildpack-deps@sha256:7e2a4bb51102706f57541e4a001bb8de8633ea3274bbf1f58e598ead9797b80d
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `buildpack-deps:trusty-curl` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **70.4 MB (70411788 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:d177427666ce069dbda8ea5c546dc6d3adee6b250e08b99ca751292b36b44f9b`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Mon, 18 Jul 2016 17:34:50 GMT
-ADD file:dc3b1b2c44af75026bc24b3f3a5bd5f45b9ca7ed395b91dfacd1b47fe0545fb5 in /
-# Mon, 18 Jul 2016 17:34:53 GMT
-RUN set -xe 		&& echo '#!/bin/sh' > /usr/sbin/policy-rc.d 	&& echo 'exit 101' >> /usr/sbin/policy-rc.d 	&& chmod +x /usr/sbin/policy-rc.d 		&& dpkg-divert --local --rename --add /sbin/initctl 	&& cp -a /usr/sbin/policy-rc.d /sbin/initctl 	&& sed -i 's/^exit.*/exit 0/' /sbin/initctl 		&& echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup 		&& echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean 	&& echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean 	&& echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean 		&& echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages 		&& echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes 		&& echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
-# Mon, 18 Jul 2016 17:34:54 GMT
-RUN rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 17:34:57 GMT
-RUN sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
-# Mon, 18 Jul 2016 17:34:58 GMT
-CMD ["/bin/bash"]
-# Mon, 18 Jul 2016 18:10:32 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-```
-
--	Layers:
-	-	`sha256:96c6a1f3c3b0183063a9dad891fe6d8ec466c2fdf9571a0c19b3319ea8a58871`  
-		Last Modified: Mon, 18 Jul 2016 17:36:54 GMT  
-		Size: 65.7 MB (65699069 bytes)
-	-	`sha256:4767a2d70a73a271b76a76e4d5edf1426c49ccc24dc7df06ebccd880f01bbeab`  
-		Last Modified: Mon, 18 Jul 2016 17:36:35 GMT  
-		Size: 92.3 KB (92340 bytes)
-	-	`sha256:422639bc8a94f4f9ece99c13140bd78b9f25eb62492dd0402ffa4ec58b0d6d9b`  
-		Last Modified: Mon, 18 Jul 2016 17:36:35 GMT  
-		Size: 366.0 B
-	-	`sha256:a797489a324abb3d09826e5f5a529034aecdc962d54ca4dd642f9548c455295f`  
-		Last Modified: Mon, 18 Jul 2016 17:36:35 GMT  
-		Size: 682.0 B
-	-	`sha256:15ad7a7bbe0e989ce0dd1d68e948145d52c46cb7ad3d4d9ff783dbd4966113c5`  
-		Last Modified: Mon, 18 Jul 2016 18:10:42 GMT  
-		Size: 4.6 MB (4619331 bytes)
-
-## `buildpack-deps:trusty-scm`
-
-```console
-$ docker pull buildpack-deps@sha256:6267b9c4bcdf3b3e4d9732439757bff93e64702bb8e59a32bd1fd932cc7abe6b
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `buildpack-deps:trusty-scm` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **99.4 MB (99437367 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:689aec70e6ca9d3815fe0fd529bbbccfe67cd74325f28b20669a9fa3c86346c4`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Mon, 18 Jul 2016 17:34:50 GMT
-ADD file:dc3b1b2c44af75026bc24b3f3a5bd5f45b9ca7ed395b91dfacd1b47fe0545fb5 in /
-# Mon, 18 Jul 2016 17:34:53 GMT
-RUN set -xe 		&& echo '#!/bin/sh' > /usr/sbin/policy-rc.d 	&& echo 'exit 101' >> /usr/sbin/policy-rc.d 	&& chmod +x /usr/sbin/policy-rc.d 		&& dpkg-divert --local --rename --add /sbin/initctl 	&& cp -a /usr/sbin/policy-rc.d /sbin/initctl 	&& sed -i 's/^exit.*/exit 0/' /sbin/initctl 		&& echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup 		&& echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean 	&& echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean 	&& echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean 		&& echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages 		&& echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes 		&& echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
-# Mon, 18 Jul 2016 17:34:54 GMT
-RUN rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 17:34:57 GMT
-RUN sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
-# Mon, 18 Jul 2016 17:34:58 GMT
-CMD ["/bin/bash"]
-# Mon, 18 Jul 2016 18:10:32 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 18:12:00 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-```
-
--	Layers:
-	-	`sha256:96c6a1f3c3b0183063a9dad891fe6d8ec466c2fdf9571a0c19b3319ea8a58871`  
-		Last Modified: Mon, 18 Jul 2016 17:36:54 GMT  
-		Size: 65.7 MB (65699069 bytes)
-	-	`sha256:4767a2d70a73a271b76a76e4d5edf1426c49ccc24dc7df06ebccd880f01bbeab`  
-		Last Modified: Mon, 18 Jul 2016 17:36:35 GMT  
-		Size: 92.3 KB (92340 bytes)
-	-	`sha256:422639bc8a94f4f9ece99c13140bd78b9f25eb62492dd0402ffa4ec58b0d6d9b`  
-		Last Modified: Mon, 18 Jul 2016 17:36:35 GMT  
-		Size: 366.0 B
-	-	`sha256:a797489a324abb3d09826e5f5a529034aecdc962d54ca4dd642f9548c455295f`  
-		Last Modified: Mon, 18 Jul 2016 17:36:35 GMT  
-		Size: 682.0 B
-	-	`sha256:15ad7a7bbe0e989ce0dd1d68e948145d52c46cb7ad3d4d9ff783dbd4966113c5`  
-		Last Modified: Mon, 18 Jul 2016 18:10:42 GMT  
-		Size: 4.6 MB (4619331 bytes)
-	-	`sha256:a6e64fd01eca539ae37de88be7ea4b9daae6c2db44bd411bd6eaaac11985be4f`  
-		Last Modified: Mon, 18 Jul 2016 18:12:17 GMT  
-		Size: 29.0 MB (29025579 bytes)
-
-## `buildpack-deps:trusty`
-
-```console
-$ docker pull buildpack-deps@sha256:33dedb724965173f35c62599f2bb818cc0cb24458044272906bb938527376207
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `buildpack-deps:trusty` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **199.3 MB (199277013 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:cf54d0dd6d1765226d2151e1dd48397c1610f94960f43d8903331d6fb9721c6e`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Fri, 24 Jun 2016 17:29:06 GMT
-ADD file:b6ff401cf2a7a08c11d2bdfbfec31c7ec105fd7ab29c529fb90025762b077e2c in /
-# Fri, 24 Jun 2016 17:29:10 GMT
-RUN set -xe 		&& echo '#!/bin/sh' > /usr/sbin/policy-rc.d 	&& echo 'exit 101' >> /usr/sbin/policy-rc.d 	&& chmod +x /usr/sbin/policy-rc.d 		&& dpkg-divert --local --rename --add /sbin/initctl 	&& cp -a /usr/sbin/policy-rc.d /sbin/initctl 	&& sed -i 's/^exit.*/exit 0/' /sbin/initctl 		&& echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup 		&& echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean 	&& echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean 	&& echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean 		&& echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages 		&& echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes
-# Fri, 24 Jun 2016 17:29:11 GMT
-RUN rm -rf /var/lib/apt/lists/*
-# Fri, 24 Jun 2016 17:29:13 GMT
-RUN sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
-# Fri, 24 Jun 2016 17:29:14 GMT
-CMD ["/bin/bash"]
-# Fri, 24 Jun 2016 18:19:48 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 24 Jun 2016 18:21:11 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Wed, 29 Jun 2016 18:58:43 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-```
-
--	Layers:
-	-	`sha256:56eb14001cebec19f2255d95e125c9f5199c9e1d97dd708e1f3ebda3d32e5da7`  
-		Last Modified: Fri, 24 Jun 2016 17:30:48 GMT  
-		Size: 65.7 MB (65699368 bytes)
-	-	`sha256:7ff49c327d838cf14f7db33fa44f6057b7209298e9c03369257485a085e231df`  
-		Last Modified: Fri, 24 Jun 2016 17:30:29 GMT  
-		Size: 101.4 KB (101415 bytes)
-	-	`sha256:6e532f87f96dd5821006d02e65e7d4729a4e6957a34c3f4ec72046e221eb7c52`  
-		Last Modified: Fri, 24 Jun 2016 17:30:29 GMT  
-		Size: 365.0 B
-	-	`sha256:3ce63537e70c2c250fbc41b5f04bfb31f445be4034effc4b4c513bf8899dfa0a`  
-		Last Modified: Fri, 24 Jun 2016 17:30:29 GMT  
-		Size: 681.0 B
-	-	`sha256:7d347d9063d029c97a306ad58b09bbbc9168b51a90170804b9bb457364af5bc9`  
-		Last Modified: Fri, 24 Jun 2016 18:19:57 GMT  
-		Size: 4.6 MB (4619845 bytes)
-	-	`sha256:2a5568b50420b9473214b05c353ebff716ea0649a8c18e0d9b3a5ee2ad5a1ca5`  
-		Last Modified: Fri, 24 Jun 2016 18:21:27 GMT  
-		Size: 29.0 MB (29035922 bytes)
-	-	`sha256:79353f08fa97083773d931c13855278a1affc2726fcb142ab2430fd833cea5bf`  
-		Last Modified: Wed, 29 Jun 2016 18:59:14 GMT  
-		Size: 99.8 MB (99819417 bytes)
-
-## `buildpack-deps:wheezy-curl`
-
-```console
-$ docker pull buildpack-deps@sha256:cc661fc57998f956a375208be524bcb3fac0a9f8a4c46b93324234d7c6948a51
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `buildpack-deps:wheezy-curl` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **44.0 MB (43960939 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:7010f98f30feea4b04518ddc354b89d62ef2e9a65aaa51fc9bb976d5e799b861`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:30:19 GMT
-ADD file:add5fc8cb18678647f395d0a743c4ca93466b70b9e42847d850aa206b7ad0d8d in /
-# Thu, 09 Jun 2016 21:30:20 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:43:48 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-```
-
--	Layers:
-	-	`sha256:8ceedfe606fc6a2449001a47b33357a1aefaa3538bff8ce98af64fc6cd810225`  
-		Last Modified: Thu, 09 Jun 2016 21:34:10 GMT  
-		Size: 37.2 MB (37209549 bytes)
-	-	`sha256:6523e37a38fa9bfac81a0773979ea1b66dce8df121a732b1c3c86c13965e00d6`  
-		Last Modified: Thu, 09 Jun 2016 21:55:48 GMT  
-		Size: 6.8 MB (6751390 bytes)
-
-## `buildpack-deps:wheezy-scm`
-
-```console
-$ docker pull buildpack-deps@sha256:cfb8326600d848fbf1e26de8d19eb770ab0ebf79c522a5aee3cc0cd0699c1bff
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `buildpack-deps:wheezy-scm` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **81.4 MB (81350811 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:0a788765e7733c9b247e6869322694f7a0b6c9131e385ed2ecb5a4ff9da69850`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:30:19 GMT
-ADD file:add5fc8cb18678647f395d0a743c4ca93466b70b9e42847d850aa206b7ad0d8d in /
-# Thu, 09 Jun 2016 21:30:20 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:43:48 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:44:24 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-```
-
--	Layers:
-	-	`sha256:8ceedfe606fc6a2449001a47b33357a1aefaa3538bff8ce98af64fc6cd810225`  
-		Last Modified: Thu, 09 Jun 2016 21:34:10 GMT  
-		Size: 37.2 MB (37209549 bytes)
-	-	`sha256:6523e37a38fa9bfac81a0773979ea1b66dce8df121a732b1c3c86c13965e00d6`  
-		Last Modified: Thu, 09 Jun 2016 21:55:48 GMT  
-		Size: 6.8 MB (6751390 bytes)
-	-	`sha256:808895c4b06b9264d617f83d39d8c4dd8d8b4dccdb53102a49707851cd59db47`  
-		Last Modified: Thu, 09 Jun 2016 21:56:11 GMT  
-		Size: 37.4 MB (37389872 bytes)
-
-## `buildpack-deps:wheezy`
-
-```console
-$ docker pull buildpack-deps@sha256:05a6f4a458005f9412cff62229aada0bc7ac3611da1a582a03083e593aff82f8
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `buildpack-deps:wheezy` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **176.6 MB (176595309 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:680ac6f4e1c7c50c2e8317fcdc4022359eff5326309b5feae1144bd7b5aa494e`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:30:19 GMT
-ADD file:add5fc8cb18678647f395d0a743c4ca93466b70b9e42847d850aa206b7ad0d8d in /
-# Thu, 09 Jun 2016 21:30:20 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:43:48 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:44:24 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:45:35 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-```
-
--	Layers:
-	-	`sha256:8ceedfe606fc6a2449001a47b33357a1aefaa3538bff8ce98af64fc6cd810225`  
-		Last Modified: Thu, 09 Jun 2016 21:34:10 GMT  
-		Size: 37.2 MB (37209549 bytes)
-	-	`sha256:6523e37a38fa9bfac81a0773979ea1b66dce8df121a732b1c3c86c13965e00d6`  
-		Last Modified: Thu, 09 Jun 2016 21:55:48 GMT  
-		Size: 6.8 MB (6751390 bytes)
-	-	`sha256:808895c4b06b9264d617f83d39d8c4dd8d8b4dccdb53102a49707851cd59db47`  
-		Last Modified: Thu, 09 Jun 2016 21:56:11 GMT  
-		Size: 37.4 MB (37389872 bytes)
-	-	`sha256:b8a880ae2cb1f424c6775cbfb6d69735a3711b3da1ffceb8363dfebd4021acec`  
-		Last Modified: Thu, 09 Jun 2016 21:56:55 GMT  
-		Size: 95.2 MB (95244498 bytes)
-
-## `buildpack-deps:wily-curl`
-
-```console
-$ docker pull buildpack-deps@sha256:324c400bb2aaa73b6f617cf317f711da0cfa21c54f07d1e2d616d9a6d71bc2a4
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `buildpack-deps:wily-curl` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **58.3 MB (58299982 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:c61d7dc90ca2e2d74e2a827edd397b40d7a252b31a7cc5eefd0e62ec4ed77c0a`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Fri, 08 Jul 2016 18:39:16 GMT
-ADD file:d5d47c6a963e950e735765bfaf16851fc7297115de6c17bdd61148288e5b8873 in /
-# Mon, 18 Jul 2016 17:35:06 GMT
-RUN set -xe 		&& echo '#!/bin/sh' > /usr/sbin/policy-rc.d 	&& echo 'exit 101' >> /usr/sbin/policy-rc.d 	&& chmod +x /usr/sbin/policy-rc.d 		&& dpkg-divert --local --rename --add /sbin/initctl 	&& cp -a /usr/sbin/policy-rc.d /sbin/initctl 	&& sed -i 's/^exit.*/exit 0/' /sbin/initctl 		&& echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup 		&& echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean 	&& echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean 	&& echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean 		&& echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages 		&& echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes 		&& echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
-# Mon, 18 Jul 2016 17:35:08 GMT
-RUN rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 17:35:09 GMT
-RUN sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
-# Mon, 18 Jul 2016 17:35:10 GMT
-CMD ["/bin/bash"]
-# Mon, 18 Jul 2016 18:15:27 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-```
-
--	Layers:
-	-	`sha256:7dcf5a4443927558c6720517b7996d912d98288d6f565e99195d1b72431a38ca`  
-		Last Modified: Fri, 08 Jul 2016 18:42:06 GMT  
-		Size: 51.1 MB (51067308 bytes)
-	-	`sha256:9eebba75a87f9339364057266fcd7c79489b809835388c2d5dd662f0d47ffaef`  
-		Last Modified: Mon, 18 Jul 2016 17:37:36 GMT  
-		Size: 21.7 KB (21663 bytes)
-	-	`sha256:1f0440d87cc73c252220267fbf1712ddd2c5df8a333a594c6a4f543af5fec207`  
-		Last Modified: Mon, 18 Jul 2016 17:37:36 GMT  
-		Size: 511.0 B
-	-	`sha256:dacd0555c1b42ff436bba2b824b6e2f04ddb70fd484b4bbb489bd11e4e2c1f24`  
-		Last Modified: Mon, 18 Jul 2016 17:37:37 GMT  
-		Size: 681.0 B
-	-	`sha256:adea8e3478c840213606acf9386704372850acfe131da3c120db39db45d30db7`  
-		Last Modified: Mon, 18 Jul 2016 18:15:37 GMT  
-		Size: 7.2 MB (7209819 bytes)
-
-## `buildpack-deps:wily-scm`
-
-```console
-$ docker pull buildpack-deps@sha256:09e28af0e56948835c4cdd51d0be32bcc16f06e3dbe49b06c7cc1b444b1f2834
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `buildpack-deps:wily-scm` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **96.6 MB (96551529 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:02ea1eb8875430cbc3b5933aebf4c46d167143711612aa8ef4a70469b9dda17f`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Fri, 08 Jul 2016 18:39:16 GMT
-ADD file:d5d47c6a963e950e735765bfaf16851fc7297115de6c17bdd61148288e5b8873 in /
-# Mon, 18 Jul 2016 17:35:06 GMT
-RUN set -xe 		&& echo '#!/bin/sh' > /usr/sbin/policy-rc.d 	&& echo 'exit 101' >> /usr/sbin/policy-rc.d 	&& chmod +x /usr/sbin/policy-rc.d 		&& dpkg-divert --local --rename --add /sbin/initctl 	&& cp -a /usr/sbin/policy-rc.d /sbin/initctl 	&& sed -i 's/^exit.*/exit 0/' /sbin/initctl 		&& echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup 		&& echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean 	&& echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean 	&& echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean 		&& echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages 		&& echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes 		&& echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
-# Mon, 18 Jul 2016 17:35:08 GMT
-RUN rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 17:35:09 GMT
-RUN sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
-# Mon, 18 Jul 2016 17:35:10 GMT
-CMD ["/bin/bash"]
-# Mon, 18 Jul 2016 18:15:27 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 18:16:18 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-```
-
--	Layers:
-	-	`sha256:7dcf5a4443927558c6720517b7996d912d98288d6f565e99195d1b72431a38ca`  
-		Last Modified: Fri, 08 Jul 2016 18:42:06 GMT  
-		Size: 51.1 MB (51067308 bytes)
-	-	`sha256:9eebba75a87f9339364057266fcd7c79489b809835388c2d5dd662f0d47ffaef`  
-		Last Modified: Mon, 18 Jul 2016 17:37:36 GMT  
-		Size: 21.7 KB (21663 bytes)
-	-	`sha256:1f0440d87cc73c252220267fbf1712ddd2c5df8a333a594c6a4f543af5fec207`  
-		Last Modified: Mon, 18 Jul 2016 17:37:36 GMT  
-		Size: 511.0 B
-	-	`sha256:dacd0555c1b42ff436bba2b824b6e2f04ddb70fd484b4bbb489bd11e4e2c1f24`  
-		Last Modified: Mon, 18 Jul 2016 17:37:37 GMT  
-		Size: 681.0 B
-	-	`sha256:adea8e3478c840213606acf9386704372850acfe131da3c120db39db45d30db7`  
-		Last Modified: Mon, 18 Jul 2016 18:15:37 GMT  
-		Size: 7.2 MB (7209819 bytes)
-	-	`sha256:ffe9b0669337980d809564ee6922b091335fe64d8f6cbc11bfad0b465468bf3a`  
-		Last Modified: Mon, 18 Jul 2016 18:16:38 GMT  
-		Size: 38.3 MB (38251547 bytes)
-
-## `buildpack-deps:wily`
-
-```console
-$ docker pull buildpack-deps@sha256:0016b10b7726949c01686bb5a015fb279ada4731a1921a36e9d656eb28cf694a
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `buildpack-deps:wily` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **231.1 MB (231114425 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:0ddbeef4afc8ae15588ce1397a432e284765fbf837fc2a1a4f46ba839019408c`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Fri, 08 Jul 2016 18:39:16 GMT
-ADD file:d5d47c6a963e950e735765bfaf16851fc7297115de6c17bdd61148288e5b8873 in /
-# Fri, 08 Jul 2016 18:39:18 GMT
-RUN set -xe 		&& echo '#!/bin/sh' > /usr/sbin/policy-rc.d 	&& echo 'exit 101' >> /usr/sbin/policy-rc.d 	&& chmod +x /usr/sbin/policy-rc.d 		&& dpkg-divert --local --rename --add /sbin/initctl 	&& cp -a /usr/sbin/policy-rc.d /sbin/initctl 	&& sed -i 's/^exit.*/exit 0/' /sbin/initctl 		&& echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup 		&& echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean 	&& echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean 	&& echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean 		&& echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages 		&& echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes
-# Fri, 08 Jul 2016 18:39:20 GMT
-RUN rm -rf /var/lib/apt/lists/*
-# Fri, 08 Jul 2016 18:39:22 GMT
-RUN sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
-# Fri, 08 Jul 2016 18:39:22 GMT
-CMD ["/bin/bash"]
-# Fri, 08 Jul 2016 18:51:26 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 08 Jul 2016 18:52:20 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 18:14:02 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-```
-
--	Layers:
-	-	`sha256:7dcf5a4443927558c6720517b7996d912d98288d6f565e99195d1b72431a38ca`  
-		Last Modified: Fri, 08 Jul 2016 18:42:06 GMT  
-		Size: 51.1 MB (51067308 bytes)
-	-	`sha256:e364dd51c286572ba2089627ab3ea67589908ade37159d61dc98772cf6232327`  
-		Last Modified: Fri, 08 Jul 2016 18:41:42 GMT  
-		Size: 21.6 KB (21584 bytes)
-	-	`sha256:69d55d4f9a396900ad93bbdf5766082d6301cd336b7762cb6a59830d1ad607bc`  
-		Last Modified: Fri, 08 Jul 2016 18:41:42 GMT  
-		Size: 506.0 B
-	-	`sha256:372861b65afceddfd72f421d2ad1a9f1ade132d8255344c8947a91f08dc7410a`  
-		Last Modified: Fri, 08 Jul 2016 18:41:42 GMT  
-		Size: 679.0 B
-	-	`sha256:2bee3f8c9a43e61384823117b5d13c681ef339a927fa55e5387e606774986821`  
-		Last Modified: Fri, 08 Jul 2016 18:51:37 GMT  
-		Size: 7.2 MB (7217926 bytes)
-	-	`sha256:960e526cd64c0d9aea4f0c155a069e2b9d6d94a3c00482dab9ffdb63939e018e`  
-		Last Modified: Fri, 08 Jul 2016 18:52:42 GMT  
-		Size: 38.3 MB (38253073 bytes)
-	-	`sha256:f220e7f6f080aa4a6dd06af94df4c339a2706952d116126a2b20511cc30e08cd`  
-		Last Modified: Mon, 18 Jul 2016 18:14:49 GMT  
-		Size: 134.6 MB (134553349 bytes)
-
-## `buildpack-deps:xenial-curl`
-
-```console
-$ docker pull buildpack-deps@sha256:592785e98489370eafda76a099ea5c4edcea1331c2dfaaaba8059e8edf83154c
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `buildpack-deps:xenial-curl` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **56.7 MB (56660561 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:3d25cfaae532d13a9a0acf1bc85f950bca8e5acc70ddb380c5b562368e248963`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Mon, 18 Jul 2016 17:35:22 GMT
-ADD file:fdbd881d78f9d7d9245d0838389ebc793bef13243b9e3269512046cd75216baf in /
-# Mon, 18 Jul 2016 17:35:24 GMT
-RUN set -xe 		&& echo '#!/bin/sh' > /usr/sbin/policy-rc.d 	&& echo 'exit 101' >> /usr/sbin/policy-rc.d 	&& chmod +x /usr/sbin/policy-rc.d 		&& dpkg-divert --local --rename --add /sbin/initctl 	&& cp -a /usr/sbin/policy-rc.d /sbin/initctl 	&& sed -i 's/^exit.*/exit 0/' /sbin/initctl 		&& echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup 		&& echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean 	&& echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean 	&& echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean 		&& echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages 		&& echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes 		&& echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
-# Mon, 18 Jul 2016 17:35:26 GMT
-RUN rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 17:35:27 GMT
-RUN sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
-# Mon, 18 Jul 2016 17:35:28 GMT
-CMD ["/bin/bash"]
-# Mon, 18 Jul 2016 18:06:40 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-```
-
--	Layers:
-	-	`sha256:43db9dbdcb300fc39b23e88a1721bdaa95c7fe396bd89d6a4b1a39e8da1a2d4c`  
-		Last Modified: Mon, 18 Jul 2016 17:38:23 GMT  
-		Size: 49.3 MB (49325555 bytes)
-	-	`sha256:85a9cd1fcca227737b80281fed1c60453a7a49b02a956bb6531276df5646e77e`  
-		Last Modified: Mon, 18 Jul 2016 17:38:09 GMT  
-		Size: 21.7 KB (21651 bytes)
-	-	`sha256:c23af84961027ee5a7725040d44b30d563eb6a79f013d2c924e31cae43367f33`  
-		Last Modified: Mon, 18 Jul 2016 17:38:09 GMT  
-		Size: 447.0 B
-	-	`sha256:e88c36ca55d86a9331db93eef6dcac6a7027c19205fdb706185703ef28db154e`  
-		Last Modified: Mon, 18 Jul 2016 17:38:09 GMT  
-		Size: 681.0 B
-	-	`sha256:62a2cd15f28cb6361ff494fd175cb749079ba5406d10c9a15fc154f1f061e6ab`  
-		Last Modified: Mon, 18 Jul 2016 18:06:50 GMT  
-		Size: 7.3 MB (7312227 bytes)
-
-## `buildpack-deps:xenial-scm`
-
-```console
-$ docker pull buildpack-deps@sha256:c65c52183885b013e7347e0520a407edf9368d3ac81d9bc455ff592dd3e37eae
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `buildpack-deps:xenial-scm` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **97.9 MB (97895705 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:8acf13c9def18a83162c7e01d09d238d8c7160add46971769ebddea2c9518878`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Mon, 18 Jul 2016 17:35:22 GMT
-ADD file:fdbd881d78f9d7d9245d0838389ebc793bef13243b9e3269512046cd75216baf in /
-# Mon, 18 Jul 2016 17:35:24 GMT
-RUN set -xe 		&& echo '#!/bin/sh' > /usr/sbin/policy-rc.d 	&& echo 'exit 101' >> /usr/sbin/policy-rc.d 	&& chmod +x /usr/sbin/policy-rc.d 		&& dpkg-divert --local --rename --add /sbin/initctl 	&& cp -a /usr/sbin/policy-rc.d /sbin/initctl 	&& sed -i 's/^exit.*/exit 0/' /sbin/initctl 		&& echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup 		&& echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean 	&& echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean 	&& echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean 		&& echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages 		&& echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes 		&& echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
-# Mon, 18 Jul 2016 17:35:26 GMT
-RUN rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 17:35:27 GMT
-RUN sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
-# Mon, 18 Jul 2016 17:35:28 GMT
-CMD ["/bin/bash"]
-# Mon, 18 Jul 2016 18:06:40 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 18:07:23 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-```
-
--	Layers:
-	-	`sha256:43db9dbdcb300fc39b23e88a1721bdaa95c7fe396bd89d6a4b1a39e8da1a2d4c`  
-		Last Modified: Mon, 18 Jul 2016 17:38:23 GMT  
-		Size: 49.3 MB (49325555 bytes)
-	-	`sha256:85a9cd1fcca227737b80281fed1c60453a7a49b02a956bb6531276df5646e77e`  
-		Last Modified: Mon, 18 Jul 2016 17:38:09 GMT  
-		Size: 21.7 KB (21651 bytes)
-	-	`sha256:c23af84961027ee5a7725040d44b30d563eb6a79f013d2c924e31cae43367f33`  
-		Last Modified: Mon, 18 Jul 2016 17:38:09 GMT  
-		Size: 447.0 B
-	-	`sha256:e88c36ca55d86a9331db93eef6dcac6a7027c19205fdb706185703ef28db154e`  
-		Last Modified: Mon, 18 Jul 2016 17:38:09 GMT  
-		Size: 681.0 B
-	-	`sha256:62a2cd15f28cb6361ff494fd175cb749079ba5406d10c9a15fc154f1f061e6ab`  
-		Last Modified: Mon, 18 Jul 2016 18:06:50 GMT  
-		Size: 7.3 MB (7312227 bytes)
-	-	`sha256:399a761d27b92a432743603f720edee3a9e0c6833a2b6929d13d6e2b27f745ba`  
-		Last Modified: Mon, 18 Jul 2016 18:07:44 GMT  
-		Size: 41.2 MB (41235144 bytes)
-
-## `buildpack-deps:xenial`
-
-```console
-$ docker pull buildpack-deps@sha256:ce7a18885b549d17d8be330f0737719c13289842b0d584254e961397b2d3cf8e
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `buildpack-deps:xenial` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **231.0 MB (231038327 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:11bd5e5f996715b3691e248c4a8c703d6d2a503026211838a59712c20eb81f33`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Mon, 18 Jul 2016 17:35:22 GMT
-ADD file:fdbd881d78f9d7d9245d0838389ebc793bef13243b9e3269512046cd75216baf in /
-# Mon, 18 Jul 2016 17:35:24 GMT
-RUN set -xe 		&& echo '#!/bin/sh' > /usr/sbin/policy-rc.d 	&& echo 'exit 101' >> /usr/sbin/policy-rc.d 	&& chmod +x /usr/sbin/policy-rc.d 		&& dpkg-divert --local --rename --add /sbin/initctl 	&& cp -a /usr/sbin/policy-rc.d /sbin/initctl 	&& sed -i 's/^exit.*/exit 0/' /sbin/initctl 		&& echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup 		&& echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean 	&& echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean 	&& echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean 		&& echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages 		&& echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes 		&& echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
-# Mon, 18 Jul 2016 17:35:26 GMT
-RUN rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 17:35:27 GMT
-RUN sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
-# Mon, 18 Jul 2016 17:35:28 GMT
-CMD ["/bin/bash"]
-# Mon, 18 Jul 2016 18:06:40 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 18:07:23 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 18:17:51 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-```
-
--	Layers:
-	-	`sha256:43db9dbdcb300fc39b23e88a1721bdaa95c7fe396bd89d6a4b1a39e8da1a2d4c`  
-		Last Modified: Mon, 18 Jul 2016 17:38:23 GMT  
-		Size: 49.3 MB (49325555 bytes)
-	-	`sha256:85a9cd1fcca227737b80281fed1c60453a7a49b02a956bb6531276df5646e77e`  
-		Last Modified: Mon, 18 Jul 2016 17:38:09 GMT  
-		Size: 21.7 KB (21651 bytes)
-	-	`sha256:c23af84961027ee5a7725040d44b30d563eb6a79f013d2c924e31cae43367f33`  
-		Last Modified: Mon, 18 Jul 2016 17:38:09 GMT  
-		Size: 447.0 B
-	-	`sha256:e88c36ca55d86a9331db93eef6dcac6a7027c19205fdb706185703ef28db154e`  
-		Last Modified: Mon, 18 Jul 2016 17:38:09 GMT  
-		Size: 681.0 B
-	-	`sha256:62a2cd15f28cb6361ff494fd175cb749079ba5406d10c9a15fc154f1f061e6ab`  
-		Last Modified: Mon, 18 Jul 2016 18:06:50 GMT  
-		Size: 7.3 MB (7312227 bytes)
-	-	`sha256:399a761d27b92a432743603f720edee3a9e0c6833a2b6929d13d6e2b27f745ba`  
-		Last Modified: Mon, 18 Jul 2016 18:07:44 GMT  
-		Size: 41.2 MB (41235144 bytes)
-	-	`sha256:30c3381060737a2681270ce6ac6ab2bcad81f5cdb571a3fa39e7c452c2689bf4`  
-		Last Modified: Mon, 18 Jul 2016 18:18:56 GMT  
-		Size: 133.1 MB (133142622 bytes)

+ 2 - 4
busybox/README.md

@@ -4,11 +4,9 @@
 -	[`1.25.0-musl`, `1.25-musl`, `1-musl`, `musl` (*musl/Dockerfile*)](https://github.com/docker-library/busybox/blob/a0558a9006ce0dd6f6ec5d56cfd3f32ebeeb815f/musl/Dockerfile)
 -	[`1.25.0-uclibc`, `1.25-uclibc`, `1-uclibc`, `uclibc`, `1.25.0`, `1.25`, `1`, `latest` (*uclibc/Dockerfile*)](https://github.com/docker-library/busybox/blob/a0558a9006ce0dd6f6ec5d56cfd3f32ebeeb815f/uclibc/Dockerfile)
 
-[![](https://badge.imagelayers.io/busybox:latest.svg)](https://imagelayers.io/?images=busybox:1.25.0-glibc,busybox:1.25.0-musl,busybox:1.25.0-uclibc)
-
 For more information about this image and its history, please see [the relevant manifest file (`library/busybox`)](https://github.com/docker-library/official-images/blob/master/library/busybox). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fbusybox).
 
-For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `busybox/tag-details.md` file](https://github.com/docker-library/docs/blob/master/busybox/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs).
+For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `repos/busybox/tag-details.md` file](https://github.com/docker-library/repo-info/blob/master/repos/busybox/tag-details.md) in [the `docker-library/repo-info` GitHub repo](https://github.com/docker-library/repo-info).
 
 # What is BusyBox? The Swiss Army Knife of Embedded Linux
 
@@ -56,7 +54,7 @@ View [license information](http://www.busybox.net/license.html) for the software
 
 # Supported Docker versions
 
-This image is officially supported on Docker version 1.11.2.
+This image is officially supported on Docker version 1.12.1.
 
 Support for older versions (down to 1.6) is provided on a best-effort basis.
 

+ 0 - 500
busybox/tag-details.md

@@ -1,500 +0,0 @@
-<!-- THIS FILE IS GENERATED VIA '.template-helpers/generate-tag-details.pl' -->
-
-# Tags of `busybox`
-
--	[`busybox:1.25.0-glibc`](#busybox1250-glibc)
--	[`busybox:1.25-glibc`](#busybox125-glibc)
--	[`busybox:1-glibc`](#busybox1-glibc)
--	[`busybox:glibc`](#busyboxglibc)
--	[`busybox:1.25.0-musl`](#busybox1250-musl)
--	[`busybox:1.25-musl`](#busybox125-musl)
--	[`busybox:1-musl`](#busybox1-musl)
--	[`busybox:musl`](#busyboxmusl)
--	[`busybox:1.25.0-uclibc`](#busybox1250-uclibc)
--	[`busybox:1.25-uclibc`](#busybox125-uclibc)
--	[`busybox:1-uclibc`](#busybox1-uclibc)
--	[`busybox:uclibc`](#busyboxuclibc)
--	[`busybox:1.25.0`](#busybox1250)
--	[`busybox:1.25`](#busybox125)
--	[`busybox:1`](#busybox1)
--	[`busybox:latest`](#busyboxlatest)
-
-## `busybox:1.25.0-glibc`
-
-```console
-$ docker pull busybox@sha256:acb3bca769a78928e95d188c519bae8c4abada60ec87cec2fdce959ba88bc703
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `busybox:1.25.0-glibc` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **2.2 MB (2204582 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:c76ece91fb877430b30e50336b607e1858612eb02e3ca232d8378c684a3bcd15`
--	Default Command: `["sh"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 23:23:27 GMT
-ADD file:374237007e4afdb8484cd425f34b16c567318ab7de3867f9d85d9277014e974a in /
-# Thu, 23 Jun 2016 23:23:28 GMT
-CMD ["sh"]
-```
-
--	Layers:
-	-	`sha256:9495713bb019088f95e1d6e007340baab2acceb41cfbdbaac0dbae695de06044`  
-		Last Modified: Thu, 23 Jun 2016 23:23:45 GMT  
-		Size: 2.2 MB (2204582 bytes)
-
-## `busybox:1.25-glibc`
-
-```console
-$ docker pull busybox@sha256:acb3bca769a78928e95d188c519bae8c4abada60ec87cec2fdce959ba88bc703
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `busybox:1.25-glibc` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **2.2 MB (2204582 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:c76ece91fb877430b30e50336b607e1858612eb02e3ca232d8378c684a3bcd15`
--	Default Command: `["sh"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 23:23:27 GMT
-ADD file:374237007e4afdb8484cd425f34b16c567318ab7de3867f9d85d9277014e974a in /
-# Thu, 23 Jun 2016 23:23:28 GMT
-CMD ["sh"]
-```
-
--	Layers:
-	-	`sha256:9495713bb019088f95e1d6e007340baab2acceb41cfbdbaac0dbae695de06044`  
-		Last Modified: Thu, 23 Jun 2016 23:23:45 GMT  
-		Size: 2.2 MB (2204582 bytes)
-
-## `busybox:1-glibc`
-
-```console
-$ docker pull busybox@sha256:acb3bca769a78928e95d188c519bae8c4abada60ec87cec2fdce959ba88bc703
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `busybox:1-glibc` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **2.2 MB (2204582 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:c76ece91fb877430b30e50336b607e1858612eb02e3ca232d8378c684a3bcd15`
--	Default Command: `["sh"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 23:23:27 GMT
-ADD file:374237007e4afdb8484cd425f34b16c567318ab7de3867f9d85d9277014e974a in /
-# Thu, 23 Jun 2016 23:23:28 GMT
-CMD ["sh"]
-```
-
--	Layers:
-	-	`sha256:9495713bb019088f95e1d6e007340baab2acceb41cfbdbaac0dbae695de06044`  
-		Last Modified: Thu, 23 Jun 2016 23:23:45 GMT  
-		Size: 2.2 MB (2204582 bytes)
-
-## `busybox:glibc`
-
-```console
-$ docker pull busybox@sha256:acb3bca769a78928e95d188c519bae8c4abada60ec87cec2fdce959ba88bc703
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `busybox:glibc` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **2.2 MB (2204582 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:c76ece91fb877430b30e50336b607e1858612eb02e3ca232d8378c684a3bcd15`
--	Default Command: `["sh"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 23:23:27 GMT
-ADD file:374237007e4afdb8484cd425f34b16c567318ab7de3867f9d85d9277014e974a in /
-# Thu, 23 Jun 2016 23:23:28 GMT
-CMD ["sh"]
-```
-
--	Layers:
-	-	`sha256:9495713bb019088f95e1d6e007340baab2acceb41cfbdbaac0dbae695de06044`  
-		Last Modified: Thu, 23 Jun 2016 23:23:45 GMT  
-		Size: 2.2 MB (2204582 bytes)
-
-## `busybox:1.25.0-musl`
-
-```console
-$ docker pull busybox@sha256:47c3bdbad2da3d0cb1644bce926013caacf99d8c1a85a0ccb3458f0c1a36e4db
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `busybox:1.25.0-musl` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **690.2 KB (690189 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:4f4228f93f675f8ecb24eca5c43540e2139c10e531913325db73480a2a6af4dd`
--	Default Command: `["sh"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 23:23:32 GMT
-ADD file:a90e5d9e2784fd2d125a11840c96da52558d1b2bd1bbfd9bdfd26a12d06c920d in /
-# Thu, 23 Jun 2016 23:23:32 GMT
-CMD ["sh"]
-```
-
--	Layers:
-	-	`sha256:1e26b85822f765bd4cf1101dd5f5d69aa059f0185f92add4bae7f8653895c631`  
-		Last Modified: Thu, 23 Jun 2016 23:24:18 GMT  
-		Size: 690.2 KB (690189 bytes)
-
-## `busybox:1.25-musl`
-
-```console
-$ docker pull busybox@sha256:47c3bdbad2da3d0cb1644bce926013caacf99d8c1a85a0ccb3458f0c1a36e4db
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `busybox:1.25-musl` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **690.2 KB (690189 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:4f4228f93f675f8ecb24eca5c43540e2139c10e531913325db73480a2a6af4dd`
--	Default Command: `["sh"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 23:23:32 GMT
-ADD file:a90e5d9e2784fd2d125a11840c96da52558d1b2bd1bbfd9bdfd26a12d06c920d in /
-# Thu, 23 Jun 2016 23:23:32 GMT
-CMD ["sh"]
-```
-
--	Layers:
-	-	`sha256:1e26b85822f765bd4cf1101dd5f5d69aa059f0185f92add4bae7f8653895c631`  
-		Last Modified: Thu, 23 Jun 2016 23:24:18 GMT  
-		Size: 690.2 KB (690189 bytes)
-
-## `busybox:1-musl`
-
-```console
-$ docker pull busybox@sha256:47c3bdbad2da3d0cb1644bce926013caacf99d8c1a85a0ccb3458f0c1a36e4db
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `busybox:1-musl` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **690.2 KB (690189 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:4f4228f93f675f8ecb24eca5c43540e2139c10e531913325db73480a2a6af4dd`
--	Default Command: `["sh"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 23:23:32 GMT
-ADD file:a90e5d9e2784fd2d125a11840c96da52558d1b2bd1bbfd9bdfd26a12d06c920d in /
-# Thu, 23 Jun 2016 23:23:32 GMT
-CMD ["sh"]
-```
-
--	Layers:
-	-	`sha256:1e26b85822f765bd4cf1101dd5f5d69aa059f0185f92add4bae7f8653895c631`  
-		Last Modified: Thu, 23 Jun 2016 23:24:18 GMT  
-		Size: 690.2 KB (690189 bytes)
-
-## `busybox:musl`
-
-```console
-$ docker pull busybox@sha256:47c3bdbad2da3d0cb1644bce926013caacf99d8c1a85a0ccb3458f0c1a36e4db
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `busybox:musl` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **690.2 KB (690189 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:4f4228f93f675f8ecb24eca5c43540e2139c10e531913325db73480a2a6af4dd`
--	Default Command: `["sh"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 23:23:32 GMT
-ADD file:a90e5d9e2784fd2d125a11840c96da52558d1b2bd1bbfd9bdfd26a12d06c920d in /
-# Thu, 23 Jun 2016 23:23:32 GMT
-CMD ["sh"]
-```
-
--	Layers:
-	-	`sha256:1e26b85822f765bd4cf1101dd5f5d69aa059f0185f92add4bae7f8653895c631`  
-		Last Modified: Thu, 23 Jun 2016 23:24:18 GMT  
-		Size: 690.2 KB (690189 bytes)
-
-## `busybox:1.25.0-uclibc`
-
-```console
-$ docker pull busybox@sha256:a59906e33509d14c036c8678d687bd4eec81ed7c4b8ce907b888c607f6a1e0e6
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `busybox:1.25.0-uclibc` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **667.6 KB (667590 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:2b8fd9751c4c0f5dd266fcae00707e67a2545ef34f9a29354585f93dac906749`
--	Default Command: `["sh"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 23:23:36 GMT
-ADD file:9ca60502d646bdd815bb51e612c458e2d447b597b95cf435f9673f0966d41c1a in /
-# Thu, 23 Jun 2016 23:23:37 GMT
-CMD ["sh"]
-```
-
--	Layers:
-	-	`sha256:8ddc19f16526912237dd8af81971d5e4dd0587907234be2b83e249518d5b673f`  
-		Last Modified: Thu, 23 Jun 2016 23:24:52 GMT  
-		Size: 667.6 KB (667590 bytes)
-
-## `busybox:1.25-uclibc`
-
-```console
-$ docker pull busybox@sha256:a59906e33509d14c036c8678d687bd4eec81ed7c4b8ce907b888c607f6a1e0e6
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `busybox:1.25-uclibc` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **667.6 KB (667590 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:2b8fd9751c4c0f5dd266fcae00707e67a2545ef34f9a29354585f93dac906749`
--	Default Command: `["sh"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 23:23:36 GMT
-ADD file:9ca60502d646bdd815bb51e612c458e2d447b597b95cf435f9673f0966d41c1a in /
-# Thu, 23 Jun 2016 23:23:37 GMT
-CMD ["sh"]
-```
-
--	Layers:
-	-	`sha256:8ddc19f16526912237dd8af81971d5e4dd0587907234be2b83e249518d5b673f`  
-		Last Modified: Thu, 23 Jun 2016 23:24:52 GMT  
-		Size: 667.6 KB (667590 bytes)
-
-## `busybox:1-uclibc`
-
-```console
-$ docker pull busybox@sha256:a59906e33509d14c036c8678d687bd4eec81ed7c4b8ce907b888c607f6a1e0e6
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `busybox:1-uclibc` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **667.6 KB (667590 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:2b8fd9751c4c0f5dd266fcae00707e67a2545ef34f9a29354585f93dac906749`
--	Default Command: `["sh"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 23:23:36 GMT
-ADD file:9ca60502d646bdd815bb51e612c458e2d447b597b95cf435f9673f0966d41c1a in /
-# Thu, 23 Jun 2016 23:23:37 GMT
-CMD ["sh"]
-```
-
--	Layers:
-	-	`sha256:8ddc19f16526912237dd8af81971d5e4dd0587907234be2b83e249518d5b673f`  
-		Last Modified: Thu, 23 Jun 2016 23:24:52 GMT  
-		Size: 667.6 KB (667590 bytes)
-
-## `busybox:uclibc`
-
-```console
-$ docker pull busybox@sha256:a59906e33509d14c036c8678d687bd4eec81ed7c4b8ce907b888c607f6a1e0e6
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `busybox:uclibc` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **667.6 KB (667590 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:2b8fd9751c4c0f5dd266fcae00707e67a2545ef34f9a29354585f93dac906749`
--	Default Command: `["sh"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 23:23:36 GMT
-ADD file:9ca60502d646bdd815bb51e612c458e2d447b597b95cf435f9673f0966d41c1a in /
-# Thu, 23 Jun 2016 23:23:37 GMT
-CMD ["sh"]
-```
-
--	Layers:
-	-	`sha256:8ddc19f16526912237dd8af81971d5e4dd0587907234be2b83e249518d5b673f`  
-		Last Modified: Thu, 23 Jun 2016 23:24:52 GMT  
-		Size: 667.6 KB (667590 bytes)
-
-## `busybox:1.25.0`
-
-```console
-$ docker pull busybox@sha256:a59906e33509d14c036c8678d687bd4eec81ed7c4b8ce907b888c607f6a1e0e6
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `busybox:1.25.0` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **667.6 KB (667590 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:2b8fd9751c4c0f5dd266fcae00707e67a2545ef34f9a29354585f93dac906749`
--	Default Command: `["sh"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 23:23:36 GMT
-ADD file:9ca60502d646bdd815bb51e612c458e2d447b597b95cf435f9673f0966d41c1a in /
-# Thu, 23 Jun 2016 23:23:37 GMT
-CMD ["sh"]
-```
-
--	Layers:
-	-	`sha256:8ddc19f16526912237dd8af81971d5e4dd0587907234be2b83e249518d5b673f`  
-		Last Modified: Thu, 23 Jun 2016 23:24:52 GMT  
-		Size: 667.6 KB (667590 bytes)
-
-## `busybox:1.25`
-
-```console
-$ docker pull busybox@sha256:a59906e33509d14c036c8678d687bd4eec81ed7c4b8ce907b888c607f6a1e0e6
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `busybox:1.25` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **667.6 KB (667590 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:2b8fd9751c4c0f5dd266fcae00707e67a2545ef34f9a29354585f93dac906749`
--	Default Command: `["sh"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 23:23:36 GMT
-ADD file:9ca60502d646bdd815bb51e612c458e2d447b597b95cf435f9673f0966d41c1a in /
-# Thu, 23 Jun 2016 23:23:37 GMT
-CMD ["sh"]
-```
-
--	Layers:
-	-	`sha256:8ddc19f16526912237dd8af81971d5e4dd0587907234be2b83e249518d5b673f`  
-		Last Modified: Thu, 23 Jun 2016 23:24:52 GMT  
-		Size: 667.6 KB (667590 bytes)
-
-## `busybox:1`
-
-```console
-$ docker pull busybox@sha256:a59906e33509d14c036c8678d687bd4eec81ed7c4b8ce907b888c607f6a1e0e6
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `busybox:1` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **667.6 KB (667590 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:2b8fd9751c4c0f5dd266fcae00707e67a2545ef34f9a29354585f93dac906749`
--	Default Command: `["sh"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 23:23:36 GMT
-ADD file:9ca60502d646bdd815bb51e612c458e2d447b597b95cf435f9673f0966d41c1a in /
-# Thu, 23 Jun 2016 23:23:37 GMT
-CMD ["sh"]
-```
-
--	Layers:
-	-	`sha256:8ddc19f16526912237dd8af81971d5e4dd0587907234be2b83e249518d5b673f`  
-		Last Modified: Thu, 23 Jun 2016 23:24:52 GMT  
-		Size: 667.6 KB (667590 bytes)
-
-## `busybox:latest`
-
-```console
-$ docker pull busybox@sha256:a59906e33509d14c036c8678d687bd4eec81ed7c4b8ce907b888c607f6a1e0e6
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `busybox:latest` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **667.6 KB (667590 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:2b8fd9751c4c0f5dd266fcae00707e67a2545ef34f9a29354585f93dac906749`
--	Default Command: `["sh"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 23:23:36 GMT
-ADD file:9ca60502d646bdd815bb51e612c458e2d447b597b95cf435f9673f0966d41c1a in /
-# Thu, 23 Jun 2016 23:23:37 GMT
-CMD ["sh"]
-```
-
--	Layers:
-	-	`sha256:8ddc19f16526912237dd8af81971d5e4dd0587907234be2b83e249518d5b673f`  
-		Last Modified: Thu, 23 Jun 2016 23:24:52 GMT  
-		Size: 667.6 KB (667590 bytes)

+ 3 - 5
cassandra/README.md

@@ -2,14 +2,12 @@
 
 -	[`2.1.15`, `2.1` (*2.1/Dockerfile*)](https://github.com/docker-library/cassandra/blob/ef66ec669d3930aea018f74dc58f5bd2ef5df880/2.1/Dockerfile)
 -	[`2.2.7`, `2.2`, `2` (*2.2/Dockerfile*)](https://github.com/docker-library/cassandra/blob/ef66ec669d3930aea018f74dc58f5bd2ef5df880/2.2/Dockerfile)
--	[`3.0.8`, `3.0` (*3.0/Dockerfile*)](https://github.com/docker-library/cassandra/blob/ef66ec669d3930aea018f74dc58f5bd2ef5df880/3.0/Dockerfile)
+-	[`3.0.9`, `3.0` (*3.0/Dockerfile*)](https://github.com/docker-library/cassandra/blob/caf1d916f7ffaecef5685668a878495dc6222537/3.0/Dockerfile)
 -	[`3.7`, `3`, `latest` (*3.7/Dockerfile*)](https://github.com/docker-library/cassandra/blob/c3c26f2efdb9874dc5b3717662462e8ca0b2d944/3.7/Dockerfile)
 
-[![](https://badge.imagelayers.io/cassandra:latest.svg)](https://imagelayers.io/?images=cassandra:2.1.15,cassandra:2.2.7,cassandra:3.0.8,cassandra:3.7)
-
 For more information about this image and its history, please see [the relevant manifest file (`library/cassandra`)](https://github.com/docker-library/official-images/blob/master/library/cassandra). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fcassandra).
 
-For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `cassandra/tag-details.md` file](https://github.com/docker-library/docs/blob/master/cassandra/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs).
+For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `repos/cassandra/tag-details.md` file](https://github.com/docker-library/repo-info/blob/master/repos/cassandra/tag-details.md) in [the `docker-library/repo-info` GitHub repo](https://github.com/docker-library/repo-info).
 
 # What is Cassandra?
 
@@ -177,7 +175,7 @@ If there is no database initialized when the container starts, then a default da
 
 # Supported Docker versions
 
-This image is officially supported on Docker version 1.11.2.
+This image is officially supported on Docker version 1.12.1.
 
 Support for older versions (down to 1.6) is provided on a best-effort basis.
 

+ 0 - 914
cassandra/tag-details.md

@@ -1,914 +0,0 @@
-<!-- THIS FILE IS GENERATED VIA '.template-helpers/generate-tag-details.pl' -->
-
-# Tags of `cassandra`
-
--	[`cassandra:2.1.15`](#cassandra2115)
--	[`cassandra:2.1`](#cassandra21)
--	[`cassandra:2.2.7`](#cassandra227)
--	[`cassandra:2.2`](#cassandra22)
--	[`cassandra:2`](#cassandra2)
--	[`cassandra:3.0.8`](#cassandra308)
--	[`cassandra:3.0`](#cassandra30)
--	[`cassandra:3.7`](#cassandra37)
--	[`cassandra:3`](#cassandra3)
--	[`cassandra:latest`](#cassandralatest)
-
-## `cassandra:2.1.15`
-
-```console
-$ docker pull cassandra@sha256:a1fef314fcb3129c082ce8d17ba2eb9a3173a4af4802aff825f93443b1893930
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `cassandra:2.1.15` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **167.1 MB (167108953 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:58119909e348c1df70c2f373cc2747d51bc474e8d1f69cad7f5f108607eb7ad7`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["cassandra","-f"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:28:47 GMT
-RUN awk '$1 ~ "^deb" { $3 = $3 "-backports"; print; exit }' /etc/apt/sources.list > /etc/apt/sources.list.d/backports.list
-# Thu, 09 Jun 2016 23:40:17 GMT
-RUN groupadd -r cassandra --gid=999 && useradd -r -g cassandra --uid=999 cassandra
-# Thu, 09 Jun 2016 23:40:18 GMT
-ENV GOSU_VERSION=1.7
-# Thu, 09 Jun 2016 23:41:55 GMT
-RUN set -x 	&& apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* 	&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" 	&& wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 	&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu 	&& rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc 	&& chmod +x /usr/local/bin/gosu 	&& gosu nobody true 	&& apt-get purge -y --auto-remove ca-certificates wget
-# Thu, 09 Jun 2016 23:42:13 GMT
-RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 514A2AD631A57A16DD0047EC749D6EEC0353B12C
-# Thu, 09 Jun 2016 23:42:14 GMT
-RUN echo 'deb http://www.apache.org/dist/cassandra/debian 21x main' >> /etc/apt/sources.list.d/cassandra.list
-# Fri, 08 Jul 2016 19:16:34 GMT
-ENV CASSANDRA_VERSION=2.1.15
-# Fri, 08 Jul 2016 19:19:27 GMT
-RUN apt-get update 	&& apt-get install -y cassandra="$CASSANDRA_VERSION" 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 08 Jul 2016 19:19:30 GMT
-RUN sed -ri 's/^(JVM_PATCH_VERSION)=.*/\1=25/' /etc/cassandra/cassandra-env.sh
-# Fri, 08 Jul 2016 19:19:31 GMT
-ENV CASSANDRA_CONFIG=/etc/cassandra
-# Fri, 08 Jul 2016 19:19:32 GMT
-COPY file:fe6ed91be8debf19da443f09935b578bf6599e644b7a670bf7048d33fb2efa9e in /docker-entrypoint.sh
-# Fri, 08 Jul 2016 19:19:33 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Fri, 08 Jul 2016 19:19:34 GMT
-RUN mkdir -p /var/lib/cassandra "$CASSANDRA_CONFIG" 	&& chown -R cassandra:cassandra /var/lib/cassandra "$CASSANDRA_CONFIG" 	&& chmod 777 /var/lib/cassandra "$CASSANDRA_CONFIG"
-# Fri, 08 Jul 2016 19:19:35 GMT
-VOLUME [/var/lib/cassandra]
-# Fri, 08 Jul 2016 19:19:35 GMT
-EXPOSE 7000/tcp 7001/tcp 7199/tcp 9042/tcp 9160/tcp
-# Fri, 08 Jul 2016 19:19:36 GMT
-CMD ["cassandra" "-f"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:fdf442b3a2aacd7c59060647a1aae6df1b9e502a124d789bda352ba603028d00`  
-		Last Modified: Thu, 09 Jun 2016 21:31:09 GMT  
-		Size: 220.0 B
-	-	`sha256:3f338921a7f43ae1721905952be1622bf8e1aa8fe6327edd5ba0d80845d4262b`  
-		Last Modified: Thu, 09 Jun 2016 23:51:39 GMT  
-		Size: 2.0 KB (2040 bytes)
-	-	`sha256:46699e0990a44225b4e9d0c18809fc50bd4c07d7a9e10eda3f73a95c888f289a`  
-		Last Modified: Thu, 09 Jun 2016 23:51:40 GMT  
-		Size: 1.2 MB (1236834 bytes)
-	-	`sha256:0ea0efbc9d2928f201d5f81cbeb787762a00fdeca73da3b5b1bf7573fa779d5c`  
-		Last Modified: Thu, 09 Jun 2016 23:51:40 GMT  
-		Size: 3.0 KB (3049 bytes)
-	-	`sha256:ef4febd04fbf0893b12bbaccf89fac0b8c0974e7dd468a02baa2fe437adfde75`  
-		Last Modified: Thu, 09 Jun 2016 23:51:37 GMT  
-		Size: 220.0 B
-	-	`sha256:c76ac263bbc026d0827daa7eb6915da908a6aefc71250bc9df382324abb35736`  
-		Last Modified: Fri, 08 Jul 2016 19:26:12 GMT  
-		Size: 114.5 MB (114488486 bytes)
-	-	`sha256:553449b164eb6b99f2eb84c8ee1dce1e7d80435602468be46c3cfae942062293`  
-		Last Modified: Fri, 08 Jul 2016 19:25:44 GMT  
-		Size: 4.7 KB (4654 bytes)
-	-	`sha256:813b2cc9f53866e64504827f0ed013cab833ea918f18143f79a589d6fc389c09`  
-		Last Modified: Fri, 08 Jul 2016 19:25:44 GMT  
-		Size: 722.0 B
-	-	`sha256:00de475dbb23100fa5a07fb54f504521fac5c27032bf7b73757e7b27688a6abb`  
-		Last Modified: Fri, 08 Jul 2016 19:25:44 GMT  
-		Size: 20.2 KB (20193 bytes)
-
-## `cassandra:2.1`
-
-```console
-$ docker pull cassandra@sha256:a1fef314fcb3129c082ce8d17ba2eb9a3173a4af4802aff825f93443b1893930
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `cassandra:2.1` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **167.1 MB (167108953 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:58119909e348c1df70c2f373cc2747d51bc474e8d1f69cad7f5f108607eb7ad7`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["cassandra","-f"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:28:47 GMT
-RUN awk '$1 ~ "^deb" { $3 = $3 "-backports"; print; exit }' /etc/apt/sources.list > /etc/apt/sources.list.d/backports.list
-# Thu, 09 Jun 2016 23:40:17 GMT
-RUN groupadd -r cassandra --gid=999 && useradd -r -g cassandra --uid=999 cassandra
-# Thu, 09 Jun 2016 23:40:18 GMT
-ENV GOSU_VERSION=1.7
-# Thu, 09 Jun 2016 23:41:55 GMT
-RUN set -x 	&& apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* 	&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" 	&& wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 	&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu 	&& rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc 	&& chmod +x /usr/local/bin/gosu 	&& gosu nobody true 	&& apt-get purge -y --auto-remove ca-certificates wget
-# Thu, 09 Jun 2016 23:42:13 GMT
-RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 514A2AD631A57A16DD0047EC749D6EEC0353B12C
-# Thu, 09 Jun 2016 23:42:14 GMT
-RUN echo 'deb http://www.apache.org/dist/cassandra/debian 21x main' >> /etc/apt/sources.list.d/cassandra.list
-# Fri, 08 Jul 2016 19:16:34 GMT
-ENV CASSANDRA_VERSION=2.1.15
-# Fri, 08 Jul 2016 19:19:27 GMT
-RUN apt-get update 	&& apt-get install -y cassandra="$CASSANDRA_VERSION" 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 08 Jul 2016 19:19:30 GMT
-RUN sed -ri 's/^(JVM_PATCH_VERSION)=.*/\1=25/' /etc/cassandra/cassandra-env.sh
-# Fri, 08 Jul 2016 19:19:31 GMT
-ENV CASSANDRA_CONFIG=/etc/cassandra
-# Fri, 08 Jul 2016 19:19:32 GMT
-COPY file:fe6ed91be8debf19da443f09935b578bf6599e644b7a670bf7048d33fb2efa9e in /docker-entrypoint.sh
-# Fri, 08 Jul 2016 19:19:33 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Fri, 08 Jul 2016 19:19:34 GMT
-RUN mkdir -p /var/lib/cassandra "$CASSANDRA_CONFIG" 	&& chown -R cassandra:cassandra /var/lib/cassandra "$CASSANDRA_CONFIG" 	&& chmod 777 /var/lib/cassandra "$CASSANDRA_CONFIG"
-# Fri, 08 Jul 2016 19:19:35 GMT
-VOLUME [/var/lib/cassandra]
-# Fri, 08 Jul 2016 19:19:35 GMT
-EXPOSE 7000/tcp 7001/tcp 7199/tcp 9042/tcp 9160/tcp
-# Fri, 08 Jul 2016 19:19:36 GMT
-CMD ["cassandra" "-f"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:fdf442b3a2aacd7c59060647a1aae6df1b9e502a124d789bda352ba603028d00`  
-		Last Modified: Thu, 09 Jun 2016 21:31:09 GMT  
-		Size: 220.0 B
-	-	`sha256:3f338921a7f43ae1721905952be1622bf8e1aa8fe6327edd5ba0d80845d4262b`  
-		Last Modified: Thu, 09 Jun 2016 23:51:39 GMT  
-		Size: 2.0 KB (2040 bytes)
-	-	`sha256:46699e0990a44225b4e9d0c18809fc50bd4c07d7a9e10eda3f73a95c888f289a`  
-		Last Modified: Thu, 09 Jun 2016 23:51:40 GMT  
-		Size: 1.2 MB (1236834 bytes)
-	-	`sha256:0ea0efbc9d2928f201d5f81cbeb787762a00fdeca73da3b5b1bf7573fa779d5c`  
-		Last Modified: Thu, 09 Jun 2016 23:51:40 GMT  
-		Size: 3.0 KB (3049 bytes)
-	-	`sha256:ef4febd04fbf0893b12bbaccf89fac0b8c0974e7dd468a02baa2fe437adfde75`  
-		Last Modified: Thu, 09 Jun 2016 23:51:37 GMT  
-		Size: 220.0 B
-	-	`sha256:c76ac263bbc026d0827daa7eb6915da908a6aefc71250bc9df382324abb35736`  
-		Last Modified: Fri, 08 Jul 2016 19:26:12 GMT  
-		Size: 114.5 MB (114488486 bytes)
-	-	`sha256:553449b164eb6b99f2eb84c8ee1dce1e7d80435602468be46c3cfae942062293`  
-		Last Modified: Fri, 08 Jul 2016 19:25:44 GMT  
-		Size: 4.7 KB (4654 bytes)
-	-	`sha256:813b2cc9f53866e64504827f0ed013cab833ea918f18143f79a589d6fc389c09`  
-		Last Modified: Fri, 08 Jul 2016 19:25:44 GMT  
-		Size: 722.0 B
-	-	`sha256:00de475dbb23100fa5a07fb54f504521fac5c27032bf7b73757e7b27688a6abb`  
-		Last Modified: Fri, 08 Jul 2016 19:25:44 GMT  
-		Size: 20.2 KB (20193 bytes)
-
-## `cassandra:2.2.7`
-
-```console
-$ docker pull cassandra@sha256:a15037573f57f30a121a5620df39d61a9d714cafc0be4c27d551d5a37c8d3703
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `cassandra:2.2.7` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **171.4 MB (171387345 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:b35273cdcd8be94c8e27dfe8768c02919a186978b28b215337630a44c72c48e5`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["cassandra","-f"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:28:47 GMT
-RUN awk '$1 ~ "^deb" { $3 = $3 "-backports"; print; exit }' /etc/apt/sources.list > /etc/apt/sources.list.d/backports.list
-# Thu, 09 Jun 2016 23:40:17 GMT
-RUN groupadd -r cassandra --gid=999 && useradd -r -g cassandra --uid=999 cassandra
-# Thu, 09 Jun 2016 23:40:18 GMT
-ENV GOSU_VERSION=1.7
-# Thu, 09 Jun 2016 23:41:55 GMT
-RUN set -x 	&& apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* 	&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" 	&& wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 	&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu 	&& rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc 	&& chmod +x /usr/local/bin/gosu 	&& gosu nobody true 	&& apt-get purge -y --auto-remove ca-certificates wget
-# Thu, 09 Jun 2016 23:42:13 GMT
-RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 514A2AD631A57A16DD0047EC749D6EEC0353B12C
-# Thu, 09 Jun 2016 23:44:41 GMT
-RUN echo 'deb http://www.apache.org/dist/cassandra/debian 22x main' >> /etc/apt/sources.list.d/cassandra.list
-# Fri, 08 Jul 2016 19:19:37 GMT
-ENV CASSANDRA_VERSION=2.2.7
-# Fri, 08 Jul 2016 19:22:33 GMT
-RUN apt-get update 	&& apt-get install -y cassandra="$CASSANDRA_VERSION" 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 08 Jul 2016 19:22:36 GMT
-RUN sed -ri 's/^(JVM_PATCH_VERSION)=.*/\1=25/' /etc/cassandra/cassandra-env.sh
-# Fri, 08 Jul 2016 19:22:37 GMT
-ENV CASSANDRA_CONFIG=/etc/cassandra
-# Fri, 08 Jul 2016 19:22:38 GMT
-COPY file:fe6ed91be8debf19da443f09935b578bf6599e644b7a670bf7048d33fb2efa9e in /docker-entrypoint.sh
-# Fri, 08 Jul 2016 19:22:38 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Fri, 08 Jul 2016 19:22:40 GMT
-RUN mkdir -p /var/lib/cassandra "$CASSANDRA_CONFIG" 	&& chown -R cassandra:cassandra /var/lib/cassandra "$CASSANDRA_CONFIG" 	&& chmod 777 /var/lib/cassandra "$CASSANDRA_CONFIG"
-# Fri, 08 Jul 2016 19:22:44 GMT
-VOLUME [/var/lib/cassandra]
-# Fri, 08 Jul 2016 19:22:45 GMT
-EXPOSE 7000/tcp 7001/tcp 7199/tcp 9042/tcp 9160/tcp
-# Fri, 08 Jul 2016 19:22:45 GMT
-CMD ["cassandra" "-f"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:fdf442b3a2aacd7c59060647a1aae6df1b9e502a124d789bda352ba603028d00`  
-		Last Modified: Thu, 09 Jun 2016 21:31:09 GMT  
-		Size: 220.0 B
-	-	`sha256:3f338921a7f43ae1721905952be1622bf8e1aa8fe6327edd5ba0d80845d4262b`  
-		Last Modified: Thu, 09 Jun 2016 23:51:39 GMT  
-		Size: 2.0 KB (2040 bytes)
-	-	`sha256:46699e0990a44225b4e9d0c18809fc50bd4c07d7a9e10eda3f73a95c888f289a`  
-		Last Modified: Thu, 09 Jun 2016 23:51:40 GMT  
-		Size: 1.2 MB (1236834 bytes)
-	-	`sha256:0ea0efbc9d2928f201d5f81cbeb787762a00fdeca73da3b5b1bf7573fa779d5c`  
-		Last Modified: Thu, 09 Jun 2016 23:51:40 GMT  
-		Size: 3.0 KB (3049 bytes)
-	-	`sha256:242fd47aed66450312c579422f3faeb651571c7659adf564793540047eb61617`  
-		Last Modified: Thu, 09 Jun 2016 23:52:17 GMT  
-		Size: 220.0 B
-	-	`sha256:bfcc3f20fb322634a9d7b203dd1178229de1e7a16465eb41bfebaccff72f9684`  
-		Last Modified: Fri, 08 Jul 2016 19:27:21 GMT  
-		Size: 118.8 MB (118766010 bytes)
-	-	`sha256:e6febcfea85abb369f7116ae802c4cc1f5717a8caae4fe3f1cb1107c0ece991f`  
-		Last Modified: Fri, 08 Jul 2016 19:26:40 GMT  
-		Size: 4.6 KB (4626 bytes)
-	-	`sha256:ac0cda23b69f4ff4069a55fb2f47c3f9408c15914ebff633c93a1bb8cec9fbc0`  
-		Last Modified: Fri, 08 Jul 2016 19:26:40 GMT  
-		Size: 722.0 B
-	-	`sha256:1f08b09cc26e6fa5a13c88b73e93d61712f16f3ecba34050c0b9d15c94419e0a`  
-		Last Modified: Fri, 08 Jul 2016 19:26:40 GMT  
-		Size: 21.1 KB (21089 bytes)
-
-## `cassandra:2.2`
-
-```console
-$ docker pull cassandra@sha256:a15037573f57f30a121a5620df39d61a9d714cafc0be4c27d551d5a37c8d3703
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `cassandra:2.2` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **171.4 MB (171387345 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:b35273cdcd8be94c8e27dfe8768c02919a186978b28b215337630a44c72c48e5`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["cassandra","-f"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:28:47 GMT
-RUN awk '$1 ~ "^deb" { $3 = $3 "-backports"; print; exit }' /etc/apt/sources.list > /etc/apt/sources.list.d/backports.list
-# Thu, 09 Jun 2016 23:40:17 GMT
-RUN groupadd -r cassandra --gid=999 && useradd -r -g cassandra --uid=999 cassandra
-# Thu, 09 Jun 2016 23:40:18 GMT
-ENV GOSU_VERSION=1.7
-# Thu, 09 Jun 2016 23:41:55 GMT
-RUN set -x 	&& apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* 	&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" 	&& wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 	&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu 	&& rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc 	&& chmod +x /usr/local/bin/gosu 	&& gosu nobody true 	&& apt-get purge -y --auto-remove ca-certificates wget
-# Thu, 09 Jun 2016 23:42:13 GMT
-RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 514A2AD631A57A16DD0047EC749D6EEC0353B12C
-# Thu, 09 Jun 2016 23:44:41 GMT
-RUN echo 'deb http://www.apache.org/dist/cassandra/debian 22x main' >> /etc/apt/sources.list.d/cassandra.list
-# Fri, 08 Jul 2016 19:19:37 GMT
-ENV CASSANDRA_VERSION=2.2.7
-# Fri, 08 Jul 2016 19:22:33 GMT
-RUN apt-get update 	&& apt-get install -y cassandra="$CASSANDRA_VERSION" 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 08 Jul 2016 19:22:36 GMT
-RUN sed -ri 's/^(JVM_PATCH_VERSION)=.*/\1=25/' /etc/cassandra/cassandra-env.sh
-# Fri, 08 Jul 2016 19:22:37 GMT
-ENV CASSANDRA_CONFIG=/etc/cassandra
-# Fri, 08 Jul 2016 19:22:38 GMT
-COPY file:fe6ed91be8debf19da443f09935b578bf6599e644b7a670bf7048d33fb2efa9e in /docker-entrypoint.sh
-# Fri, 08 Jul 2016 19:22:38 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Fri, 08 Jul 2016 19:22:40 GMT
-RUN mkdir -p /var/lib/cassandra "$CASSANDRA_CONFIG" 	&& chown -R cassandra:cassandra /var/lib/cassandra "$CASSANDRA_CONFIG" 	&& chmod 777 /var/lib/cassandra "$CASSANDRA_CONFIG"
-# Fri, 08 Jul 2016 19:22:44 GMT
-VOLUME [/var/lib/cassandra]
-# Fri, 08 Jul 2016 19:22:45 GMT
-EXPOSE 7000/tcp 7001/tcp 7199/tcp 9042/tcp 9160/tcp
-# Fri, 08 Jul 2016 19:22:45 GMT
-CMD ["cassandra" "-f"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:fdf442b3a2aacd7c59060647a1aae6df1b9e502a124d789bda352ba603028d00`  
-		Last Modified: Thu, 09 Jun 2016 21:31:09 GMT  
-		Size: 220.0 B
-	-	`sha256:3f338921a7f43ae1721905952be1622bf8e1aa8fe6327edd5ba0d80845d4262b`  
-		Last Modified: Thu, 09 Jun 2016 23:51:39 GMT  
-		Size: 2.0 KB (2040 bytes)
-	-	`sha256:46699e0990a44225b4e9d0c18809fc50bd4c07d7a9e10eda3f73a95c888f289a`  
-		Last Modified: Thu, 09 Jun 2016 23:51:40 GMT  
-		Size: 1.2 MB (1236834 bytes)
-	-	`sha256:0ea0efbc9d2928f201d5f81cbeb787762a00fdeca73da3b5b1bf7573fa779d5c`  
-		Last Modified: Thu, 09 Jun 2016 23:51:40 GMT  
-		Size: 3.0 KB (3049 bytes)
-	-	`sha256:242fd47aed66450312c579422f3faeb651571c7659adf564793540047eb61617`  
-		Last Modified: Thu, 09 Jun 2016 23:52:17 GMT  
-		Size: 220.0 B
-	-	`sha256:bfcc3f20fb322634a9d7b203dd1178229de1e7a16465eb41bfebaccff72f9684`  
-		Last Modified: Fri, 08 Jul 2016 19:27:21 GMT  
-		Size: 118.8 MB (118766010 bytes)
-	-	`sha256:e6febcfea85abb369f7116ae802c4cc1f5717a8caae4fe3f1cb1107c0ece991f`  
-		Last Modified: Fri, 08 Jul 2016 19:26:40 GMT  
-		Size: 4.6 KB (4626 bytes)
-	-	`sha256:ac0cda23b69f4ff4069a55fb2f47c3f9408c15914ebff633c93a1bb8cec9fbc0`  
-		Last Modified: Fri, 08 Jul 2016 19:26:40 GMT  
-		Size: 722.0 B
-	-	`sha256:1f08b09cc26e6fa5a13c88b73e93d61712f16f3ecba34050c0b9d15c94419e0a`  
-		Last Modified: Fri, 08 Jul 2016 19:26:40 GMT  
-		Size: 21.1 KB (21089 bytes)
-
-## `cassandra:2`
-
-```console
-$ docker pull cassandra@sha256:bcf176ecb662f236aa24d3e44dea7b990d9f4d65b23552a7f77cb428394767ac
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `cassandra:2` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **172.6 MB (172596858 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:b64e295b32278d5161cf4b6d14e8cf77f73cf76dfa8a2ae434c0d8b217905615`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["cassandra","-f"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:28:47 GMT
-RUN awk '$1 ~ "^deb" { $3 = $3 "-backports"; print; exit }' /etc/apt/sources.list > /etc/apt/sources.list.d/backports.list
-# Thu, 09 Jun 2016 23:40:17 GMT
-RUN groupadd -r cassandra --gid=999 && useradd -r -g cassandra --uid=999 cassandra
-# Thu, 09 Jun 2016 23:40:18 GMT
-ENV GOSU_VERSION=1.7
-# Thu, 09 Jun 2016 23:41:55 GMT
-RUN set -x 	&& apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* 	&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" 	&& wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 	&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu 	&& rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc 	&& chmod +x /usr/local/bin/gosu 	&& gosu nobody true 	&& apt-get purge -y --auto-remove ca-certificates wget
-# Thu, 09 Jun 2016 23:42:13 GMT
-RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 514A2AD631A57A16DD0047EC749D6EEC0353B12C
-# Thu, 09 Jun 2016 23:44:41 GMT
-RUN echo 'deb http://www.apache.org/dist/cassandra/debian 22x main' >> /etc/apt/sources.list.d/cassandra.list
-# Thu, 09 Jun 2016 23:44:41 GMT
-ENV CASSANDRA_VERSION=2.2.6
-# Thu, 09 Jun 2016 23:47:08 GMT
-RUN apt-get update 	&& apt-get install -y cassandra="$CASSANDRA_VERSION" 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 23:47:09 GMT
-RUN sed -ri 's/^(JVM_PATCH_VERSION)=.*/\1=25/' /etc/cassandra/cassandra-env.sh
-# Thu, 09 Jun 2016 23:47:09 GMT
-ENV CASSANDRA_CONFIG=/etc/cassandra
-# Thu, 09 Jun 2016 23:47:09 GMT
-COPY file:fe6ed91be8debf19da443f09935b578bf6599e644b7a670bf7048d33fb2efa9e in /docker-entrypoint.sh
-# Thu, 09 Jun 2016 23:47:10 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Thu, 09 Jun 2016 23:47:10 GMT
-RUN mkdir -p /var/lib/cassandra "$CASSANDRA_CONFIG" 	&& chown -R cassandra:cassandra /var/lib/cassandra "$CASSANDRA_CONFIG" 	&& chmod 777 /var/lib/cassandra "$CASSANDRA_CONFIG"
-# Thu, 09 Jun 2016 23:47:11 GMT
-VOLUME [/var/lib/cassandra]
-# Thu, 09 Jun 2016 23:47:11 GMT
-EXPOSE 7000/tcp 7001/tcp 7199/tcp 9042/tcp 9160/tcp
-# Thu, 09 Jun 2016 23:47:11 GMT
-CMD ["cassandra" "-f"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:fdf442b3a2aacd7c59060647a1aae6df1b9e502a124d789bda352ba603028d00`  
-		Last Modified: Thu, 09 Jun 2016 21:31:09 GMT  
-		Size: 220.0 B
-	-	`sha256:3f338921a7f43ae1721905952be1622bf8e1aa8fe6327edd5ba0d80845d4262b`  
-		Last Modified: Thu, 09 Jun 2016 23:51:39 GMT  
-		Size: 2.0 KB (2040 bytes)
-	-	`sha256:46699e0990a44225b4e9d0c18809fc50bd4c07d7a9e10eda3f73a95c888f289a`  
-		Last Modified: Thu, 09 Jun 2016 23:51:40 GMT  
-		Size: 1.2 MB (1236834 bytes)
-	-	`sha256:0ea0efbc9d2928f201d5f81cbeb787762a00fdeca73da3b5b1bf7573fa779d5c`  
-		Last Modified: Thu, 09 Jun 2016 23:51:40 GMT  
-		Size: 3.0 KB (3049 bytes)
-	-	`sha256:242fd47aed66450312c579422f3faeb651571c7659adf564793540047eb61617`  
-		Last Modified: Thu, 09 Jun 2016 23:52:17 GMT  
-		Size: 220.0 B
-	-	`sha256:f292efdfa38a70f51a03bd368ddbd019ad9feb7e6cf069f57ab40a1bc93dd236`  
-		Last Modified: Thu, 09 Jun 2016 23:52:40 GMT  
-		Size: 120.0 MB (119975570 bytes)
-	-	`sha256:6969a5c0b6f2f03ac10c68898815220a26ad0b7905f743d4eee1a45d321d20f6`  
-		Last Modified: Thu, 09 Jun 2016 23:52:17 GMT  
-		Size: 4.6 KB (4626 bytes)
-	-	`sha256:7cea0728df1e6e7806b111202386791ab243984b54d2901ba957d2b8140b6e4c`  
-		Last Modified: Thu, 09 Jun 2016 23:52:17 GMT  
-		Size: 722.0 B
-	-	`sha256:751a123d922372876b2846c886254c4d770d68f38f5c6b8d9bde1ecb95b36454`  
-		Last Modified: Thu, 09 Jun 2016 23:52:17 GMT  
-		Size: 21.0 KB (21042 bytes)
-
-## `cassandra:3.0.8`
-
-```console
-$ docker pull cassandra@sha256:a8720466f6fa70c2a21b05942509a53c594ff88c7ebe48e91793ca492085d532
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `cassandra:3.0.8` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **157.0 MB (157046802 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:b478fa7433fa2a4628daac70f6be6788e17634ebc887a9f32a73b8ca22f94eed`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["cassandra","-f"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:28:47 GMT
-RUN awk '$1 ~ "^deb" { $3 = $3 "-backports"; print; exit }' /etc/apt/sources.list > /etc/apt/sources.list.d/backports.list
-# Thu, 09 Jun 2016 23:40:17 GMT
-RUN groupadd -r cassandra --gid=999 && useradd -r -g cassandra --uid=999 cassandra
-# Thu, 09 Jun 2016 23:40:18 GMT
-ENV GOSU_VERSION=1.7
-# Thu, 09 Jun 2016 23:41:55 GMT
-RUN set -x 	&& apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* 	&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" 	&& wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 	&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu 	&& rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc 	&& chmod +x /usr/local/bin/gosu 	&& gosu nobody true 	&& apt-get purge -y --auto-remove ca-certificates wget
-# Thu, 09 Jun 2016 23:42:13 GMT
-RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 514A2AD631A57A16DD0047EC749D6EEC0353B12C
-# Thu, 09 Jun 2016 23:47:12 GMT
-RUN echo 'deb http://www.apache.org/dist/cassandra/debian 30x main' >> /etc/apt/sources.list.d/cassandra.list
-# Fri, 08 Jul 2016 19:22:47 GMT
-ENV CASSANDRA_VERSION=3.0.8
-# Fri, 08 Jul 2016 19:25:22 GMT
-RUN apt-get update 	&& apt-get install -y cassandra="$CASSANDRA_VERSION" 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 08 Jul 2016 19:25:24 GMT
-RUN sed -ri 's/^(JVM_PATCH_VERSION)=.*/\1=25/' /etc/cassandra/cassandra-env.sh
-# Fri, 08 Jul 2016 19:25:25 GMT
-ENV CASSANDRA_CONFIG=/etc/cassandra
-# Fri, 08 Jul 2016 19:25:26 GMT
-COPY file:fe6ed91be8debf19da443f09935b578bf6599e644b7a670bf7048d33fb2efa9e in /docker-entrypoint.sh
-# Fri, 08 Jul 2016 19:25:27 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Fri, 08 Jul 2016 19:25:30 GMT
-RUN mkdir -p /var/lib/cassandra "$CASSANDRA_CONFIG" 	&& chown -R cassandra:cassandra /var/lib/cassandra "$CASSANDRA_CONFIG" 	&& chmod 777 /var/lib/cassandra "$CASSANDRA_CONFIG"
-# Fri, 08 Jul 2016 19:25:31 GMT
-VOLUME [/var/lib/cassandra]
-# Fri, 08 Jul 2016 19:25:31 GMT
-EXPOSE 7000/tcp 7001/tcp 7199/tcp 9042/tcp 9160/tcp
-# Fri, 08 Jul 2016 19:25:32 GMT
-CMD ["cassandra" "-f"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:fdf442b3a2aacd7c59060647a1aae6df1b9e502a124d789bda352ba603028d00`  
-		Last Modified: Thu, 09 Jun 2016 21:31:09 GMT  
-		Size: 220.0 B
-	-	`sha256:3f338921a7f43ae1721905952be1622bf8e1aa8fe6327edd5ba0d80845d4262b`  
-		Last Modified: Thu, 09 Jun 2016 23:51:39 GMT  
-		Size: 2.0 KB (2040 bytes)
-	-	`sha256:46699e0990a44225b4e9d0c18809fc50bd4c07d7a9e10eda3f73a95c888f289a`  
-		Last Modified: Thu, 09 Jun 2016 23:51:40 GMT  
-		Size: 1.2 MB (1236834 bytes)
-	-	`sha256:0ea0efbc9d2928f201d5f81cbeb787762a00fdeca73da3b5b1bf7573fa779d5c`  
-		Last Modified: Thu, 09 Jun 2016 23:51:40 GMT  
-		Size: 3.0 KB (3049 bytes)
-	-	`sha256:b6d79161856dc88c25c9564f3d98a41e861f8d2c9067b6764e2229dc155487f7`  
-		Last Modified: Thu, 09 Jun 2016 23:53:00 GMT  
-		Size: 220.0 B
-	-	`sha256:3e25938ce8189ee6bf8f01c7640439970121ef1074cafcb1b3e73db7812ef51e`  
-		Last Modified: Fri, 08 Jul 2016 19:28:38 GMT  
-		Size: 104.4 MB (104422869 bytes)
-	-	`sha256:25d89b22c9d4c0e9620fb38db9448a986fc378820c63c8f1ad1dd62362a4a9d3`  
-		Last Modified: Fri, 08 Jul 2016 19:28:02 GMT  
-		Size: 4.7 KB (4696 bytes)
-	-	`sha256:8ad54db5b904652cf9471f40caea9b9f004ee928d5ed4bb23c0e833116027969`  
-		Last Modified: Fri, 08 Jul 2016 19:28:02 GMT  
-		Size: 721.0 B
-	-	`sha256:99106d5283ad069021559e996dd1c7c2ebf8b9c650556885472e1764908554bf`  
-		Last Modified: Fri, 08 Jul 2016 19:28:02 GMT  
-		Size: 23.6 KB (23618 bytes)
-
-## `cassandra:3.0`
-
-```console
-$ docker pull cassandra@sha256:a8720466f6fa70c2a21b05942509a53c594ff88c7ebe48e91793ca492085d532
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `cassandra:3.0` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **157.0 MB (157046802 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:b478fa7433fa2a4628daac70f6be6788e17634ebc887a9f32a73b8ca22f94eed`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["cassandra","-f"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:28:47 GMT
-RUN awk '$1 ~ "^deb" { $3 = $3 "-backports"; print; exit }' /etc/apt/sources.list > /etc/apt/sources.list.d/backports.list
-# Thu, 09 Jun 2016 23:40:17 GMT
-RUN groupadd -r cassandra --gid=999 && useradd -r -g cassandra --uid=999 cassandra
-# Thu, 09 Jun 2016 23:40:18 GMT
-ENV GOSU_VERSION=1.7
-# Thu, 09 Jun 2016 23:41:55 GMT
-RUN set -x 	&& apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* 	&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" 	&& wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 	&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu 	&& rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc 	&& chmod +x /usr/local/bin/gosu 	&& gosu nobody true 	&& apt-get purge -y --auto-remove ca-certificates wget
-# Thu, 09 Jun 2016 23:42:13 GMT
-RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 514A2AD631A57A16DD0047EC749D6EEC0353B12C
-# Thu, 09 Jun 2016 23:47:12 GMT
-RUN echo 'deb http://www.apache.org/dist/cassandra/debian 30x main' >> /etc/apt/sources.list.d/cassandra.list
-# Fri, 08 Jul 2016 19:22:47 GMT
-ENV CASSANDRA_VERSION=3.0.8
-# Fri, 08 Jul 2016 19:25:22 GMT
-RUN apt-get update 	&& apt-get install -y cassandra="$CASSANDRA_VERSION" 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 08 Jul 2016 19:25:24 GMT
-RUN sed -ri 's/^(JVM_PATCH_VERSION)=.*/\1=25/' /etc/cassandra/cassandra-env.sh
-# Fri, 08 Jul 2016 19:25:25 GMT
-ENV CASSANDRA_CONFIG=/etc/cassandra
-# Fri, 08 Jul 2016 19:25:26 GMT
-COPY file:fe6ed91be8debf19da443f09935b578bf6599e644b7a670bf7048d33fb2efa9e in /docker-entrypoint.sh
-# Fri, 08 Jul 2016 19:25:27 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Fri, 08 Jul 2016 19:25:30 GMT
-RUN mkdir -p /var/lib/cassandra "$CASSANDRA_CONFIG" 	&& chown -R cassandra:cassandra /var/lib/cassandra "$CASSANDRA_CONFIG" 	&& chmod 777 /var/lib/cassandra "$CASSANDRA_CONFIG"
-# Fri, 08 Jul 2016 19:25:31 GMT
-VOLUME [/var/lib/cassandra]
-# Fri, 08 Jul 2016 19:25:31 GMT
-EXPOSE 7000/tcp 7001/tcp 7199/tcp 9042/tcp 9160/tcp
-# Fri, 08 Jul 2016 19:25:32 GMT
-CMD ["cassandra" "-f"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:fdf442b3a2aacd7c59060647a1aae6df1b9e502a124d789bda352ba603028d00`  
-		Last Modified: Thu, 09 Jun 2016 21:31:09 GMT  
-		Size: 220.0 B
-	-	`sha256:3f338921a7f43ae1721905952be1622bf8e1aa8fe6327edd5ba0d80845d4262b`  
-		Last Modified: Thu, 09 Jun 2016 23:51:39 GMT  
-		Size: 2.0 KB (2040 bytes)
-	-	`sha256:46699e0990a44225b4e9d0c18809fc50bd4c07d7a9e10eda3f73a95c888f289a`  
-		Last Modified: Thu, 09 Jun 2016 23:51:40 GMT  
-		Size: 1.2 MB (1236834 bytes)
-	-	`sha256:0ea0efbc9d2928f201d5f81cbeb787762a00fdeca73da3b5b1bf7573fa779d5c`  
-		Last Modified: Thu, 09 Jun 2016 23:51:40 GMT  
-		Size: 3.0 KB (3049 bytes)
-	-	`sha256:b6d79161856dc88c25c9564f3d98a41e861f8d2c9067b6764e2229dc155487f7`  
-		Last Modified: Thu, 09 Jun 2016 23:53:00 GMT  
-		Size: 220.0 B
-	-	`sha256:3e25938ce8189ee6bf8f01c7640439970121ef1074cafcb1b3e73db7812ef51e`  
-		Last Modified: Fri, 08 Jul 2016 19:28:38 GMT  
-		Size: 104.4 MB (104422869 bytes)
-	-	`sha256:25d89b22c9d4c0e9620fb38db9448a986fc378820c63c8f1ad1dd62362a4a9d3`  
-		Last Modified: Fri, 08 Jul 2016 19:28:02 GMT  
-		Size: 4.7 KB (4696 bytes)
-	-	`sha256:8ad54db5b904652cf9471f40caea9b9f004ee928d5ed4bb23c0e833116027969`  
-		Last Modified: Fri, 08 Jul 2016 19:28:02 GMT  
-		Size: 721.0 B
-	-	`sha256:99106d5283ad069021559e996dd1c7c2ebf8b9c650556885472e1764908554bf`  
-		Last Modified: Fri, 08 Jul 2016 19:28:02 GMT  
-		Size: 23.6 KB (23618 bytes)
-
-## `cassandra:3.7`
-
-```console
-$ docker pull cassandra@sha256:a6b2b9656659edf30ece10252d75f8bfe0bde5699a6f8258c3da279bebd115f4
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `cassandra:3.7` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **161.3 MB (161293633 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:075b7d5e2ed5c2bc6ff6135d5864860fd494e191935276a3224de364be2cf5c2`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["cassandra","-f"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:28:47 GMT
-RUN awk '$1 ~ "^deb" { $3 = $3 "-backports"; print; exit }' /etc/apt/sources.list > /etc/apt/sources.list.d/backports.list
-# Thu, 09 Jun 2016 23:40:17 GMT
-RUN groupadd -r cassandra --gid=999 && useradd -r -g cassandra --uid=999 cassandra
-# Thu, 09 Jun 2016 23:40:18 GMT
-ENV GOSU_VERSION=1.7
-# Thu, 09 Jun 2016 23:41:55 GMT
-RUN set -x 	&& apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* 	&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" 	&& wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 	&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu 	&& rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc 	&& chmod +x /usr/local/bin/gosu 	&& gosu nobody true 	&& apt-get purge -y --auto-remove ca-certificates wget
-# Thu, 09 Jun 2016 23:42:13 GMT
-RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 514A2AD631A57A16DD0047EC749D6EEC0353B12C
-# Thu, 16 Jun 2016 19:26:15 GMT
-RUN echo 'deb http://www.apache.org/dist/cassandra/debian 37x main' >> /etc/apt/sources.list.d/cassandra.list
-# Thu, 16 Jun 2016 19:26:16 GMT
-ENV CASSANDRA_VERSION=3.7
-# Thu, 16 Jun 2016 19:28:06 GMT
-RUN apt-get update 	&& apt-get install -y cassandra="$CASSANDRA_VERSION" 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 16 Jun 2016 19:28:08 GMT
-RUN sed -ri 's/^(JVM_PATCH_VERSION)=.*/\1=25/' /etc/cassandra/cassandra-env.sh
-# Thu, 16 Jun 2016 19:28:08 GMT
-ENV CASSANDRA_CONFIG=/etc/cassandra
-# Thu, 16 Jun 2016 19:28:08 GMT
-COPY file:fe6ed91be8debf19da443f09935b578bf6599e644b7a670bf7048d33fb2efa9e in /docker-entrypoint.sh
-# Thu, 16 Jun 2016 19:28:09 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Thu, 16 Jun 2016 19:28:10 GMT
-RUN mkdir -p /var/lib/cassandra "$CASSANDRA_CONFIG" 	&& chown -R cassandra:cassandra /var/lib/cassandra "$CASSANDRA_CONFIG" 	&& chmod 777 /var/lib/cassandra "$CASSANDRA_CONFIG"
-# Thu, 16 Jun 2016 19:28:10 GMT
-VOLUME [/var/lib/cassandra]
-# Thu, 16 Jun 2016 19:28:11 GMT
-EXPOSE 7000/tcp 7001/tcp 7199/tcp 9042/tcp 9160/tcp
-# Thu, 16 Jun 2016 19:28:11 GMT
-CMD ["cassandra" "-f"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:fdf442b3a2aacd7c59060647a1aae6df1b9e502a124d789bda352ba603028d00`  
-		Last Modified: Thu, 09 Jun 2016 21:31:09 GMT  
-		Size: 220.0 B
-	-	`sha256:3f338921a7f43ae1721905952be1622bf8e1aa8fe6327edd5ba0d80845d4262b`  
-		Last Modified: Thu, 09 Jun 2016 23:51:39 GMT  
-		Size: 2.0 KB (2040 bytes)
-	-	`sha256:46699e0990a44225b4e9d0c18809fc50bd4c07d7a9e10eda3f73a95c888f289a`  
-		Last Modified: Thu, 09 Jun 2016 23:51:40 GMT  
-		Size: 1.2 MB (1236834 bytes)
-	-	`sha256:0ea0efbc9d2928f201d5f81cbeb787762a00fdeca73da3b5b1bf7573fa779d5c`  
-		Last Modified: Thu, 09 Jun 2016 23:51:40 GMT  
-		Size: 3.0 KB (3049 bytes)
-	-	`sha256:d00f907500cb75edf7377b2df002bdc0be5fd5f74e8d06c5ec127ce8a8a7f541`  
-		Last Modified: Thu, 16 Jun 2016 19:28:52 GMT  
-		Size: 221.0 B
-	-	`sha256:114617bd5c758820b145fb5224c5f702697af4c12bb37ee63c2e9e9da1cc2299`  
-		Last Modified: Thu, 16 Jun 2016 19:29:13 GMT  
-		Size: 108.7 MB (108667165 bytes)
-	-	`sha256:b2844011e628c1a30e0c8be5f3af084faf14c1538d6315d65bddc407258d4e8f`  
-		Last Modified: Thu, 16 Jun 2016 19:28:51 GMT  
-		Size: 4.3 KB (4281 bytes)
-	-	`sha256:d14a8aef819db7efd6f864bd7056ff4abc8a17cb7bea0e289a358a3c4837d2a1`  
-		Last Modified: Thu, 16 Jun 2016 19:28:52 GMT  
-		Size: 722.0 B
-	-	`sha256:65c783cabfcc19b12ce58db1cb6e829e723a6f1561e85d6ea87edde3ccd51963`  
-		Last Modified: Thu, 16 Jun 2016 19:28:52 GMT  
-		Size: 26.6 KB (26566 bytes)
-
-## `cassandra:3`
-
-```console
-$ docker pull cassandra@sha256:a6b2b9656659edf30ece10252d75f8bfe0bde5699a6f8258c3da279bebd115f4
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `cassandra:3` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **161.3 MB (161293633 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:075b7d5e2ed5c2bc6ff6135d5864860fd494e191935276a3224de364be2cf5c2`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["cassandra","-f"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:28:47 GMT
-RUN awk '$1 ~ "^deb" { $3 = $3 "-backports"; print; exit }' /etc/apt/sources.list > /etc/apt/sources.list.d/backports.list
-# Thu, 09 Jun 2016 23:40:17 GMT
-RUN groupadd -r cassandra --gid=999 && useradd -r -g cassandra --uid=999 cassandra
-# Thu, 09 Jun 2016 23:40:18 GMT
-ENV GOSU_VERSION=1.7
-# Thu, 09 Jun 2016 23:41:55 GMT
-RUN set -x 	&& apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* 	&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" 	&& wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 	&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu 	&& rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc 	&& chmod +x /usr/local/bin/gosu 	&& gosu nobody true 	&& apt-get purge -y --auto-remove ca-certificates wget
-# Thu, 09 Jun 2016 23:42:13 GMT
-RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 514A2AD631A57A16DD0047EC749D6EEC0353B12C
-# Thu, 16 Jun 2016 19:26:15 GMT
-RUN echo 'deb http://www.apache.org/dist/cassandra/debian 37x main' >> /etc/apt/sources.list.d/cassandra.list
-# Thu, 16 Jun 2016 19:26:16 GMT
-ENV CASSANDRA_VERSION=3.7
-# Thu, 16 Jun 2016 19:28:06 GMT
-RUN apt-get update 	&& apt-get install -y cassandra="$CASSANDRA_VERSION" 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 16 Jun 2016 19:28:08 GMT
-RUN sed -ri 's/^(JVM_PATCH_VERSION)=.*/\1=25/' /etc/cassandra/cassandra-env.sh
-# Thu, 16 Jun 2016 19:28:08 GMT
-ENV CASSANDRA_CONFIG=/etc/cassandra
-# Thu, 16 Jun 2016 19:28:08 GMT
-COPY file:fe6ed91be8debf19da443f09935b578bf6599e644b7a670bf7048d33fb2efa9e in /docker-entrypoint.sh
-# Thu, 16 Jun 2016 19:28:09 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Thu, 16 Jun 2016 19:28:10 GMT
-RUN mkdir -p /var/lib/cassandra "$CASSANDRA_CONFIG" 	&& chown -R cassandra:cassandra /var/lib/cassandra "$CASSANDRA_CONFIG" 	&& chmod 777 /var/lib/cassandra "$CASSANDRA_CONFIG"
-# Thu, 16 Jun 2016 19:28:10 GMT
-VOLUME [/var/lib/cassandra]
-# Thu, 16 Jun 2016 19:28:11 GMT
-EXPOSE 7000/tcp 7001/tcp 7199/tcp 9042/tcp 9160/tcp
-# Thu, 16 Jun 2016 19:28:11 GMT
-CMD ["cassandra" "-f"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:fdf442b3a2aacd7c59060647a1aae6df1b9e502a124d789bda352ba603028d00`  
-		Last Modified: Thu, 09 Jun 2016 21:31:09 GMT  
-		Size: 220.0 B
-	-	`sha256:3f338921a7f43ae1721905952be1622bf8e1aa8fe6327edd5ba0d80845d4262b`  
-		Last Modified: Thu, 09 Jun 2016 23:51:39 GMT  
-		Size: 2.0 KB (2040 bytes)
-	-	`sha256:46699e0990a44225b4e9d0c18809fc50bd4c07d7a9e10eda3f73a95c888f289a`  
-		Last Modified: Thu, 09 Jun 2016 23:51:40 GMT  
-		Size: 1.2 MB (1236834 bytes)
-	-	`sha256:0ea0efbc9d2928f201d5f81cbeb787762a00fdeca73da3b5b1bf7573fa779d5c`  
-		Last Modified: Thu, 09 Jun 2016 23:51:40 GMT  
-		Size: 3.0 KB (3049 bytes)
-	-	`sha256:d00f907500cb75edf7377b2df002bdc0be5fd5f74e8d06c5ec127ce8a8a7f541`  
-		Last Modified: Thu, 16 Jun 2016 19:28:52 GMT  
-		Size: 221.0 B
-	-	`sha256:114617bd5c758820b145fb5224c5f702697af4c12bb37ee63c2e9e9da1cc2299`  
-		Last Modified: Thu, 16 Jun 2016 19:29:13 GMT  
-		Size: 108.7 MB (108667165 bytes)
-	-	`sha256:b2844011e628c1a30e0c8be5f3af084faf14c1538d6315d65bddc407258d4e8f`  
-		Last Modified: Thu, 16 Jun 2016 19:28:51 GMT  
-		Size: 4.3 KB (4281 bytes)
-	-	`sha256:d14a8aef819db7efd6f864bd7056ff4abc8a17cb7bea0e289a358a3c4837d2a1`  
-		Last Modified: Thu, 16 Jun 2016 19:28:52 GMT  
-		Size: 722.0 B
-	-	`sha256:65c783cabfcc19b12ce58db1cb6e829e723a6f1561e85d6ea87edde3ccd51963`  
-		Last Modified: Thu, 16 Jun 2016 19:28:52 GMT  
-		Size: 26.6 KB (26566 bytes)
-
-## `cassandra:latest`
-
-```console
-$ docker pull cassandra@sha256:a6b2b9656659edf30ece10252d75f8bfe0bde5699a6f8258c3da279bebd115f4
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `cassandra:latest` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **161.3 MB (161293633 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:075b7d5e2ed5c2bc6ff6135d5864860fd494e191935276a3224de364be2cf5c2`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["cassandra","-f"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:28:47 GMT
-RUN awk '$1 ~ "^deb" { $3 = $3 "-backports"; print; exit }' /etc/apt/sources.list > /etc/apt/sources.list.d/backports.list
-# Thu, 09 Jun 2016 23:40:17 GMT
-RUN groupadd -r cassandra --gid=999 && useradd -r -g cassandra --uid=999 cassandra
-# Thu, 09 Jun 2016 23:40:18 GMT
-ENV GOSU_VERSION=1.7
-# Thu, 09 Jun 2016 23:41:55 GMT
-RUN set -x 	&& apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* 	&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" 	&& wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 	&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu 	&& rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc 	&& chmod +x /usr/local/bin/gosu 	&& gosu nobody true 	&& apt-get purge -y --auto-remove ca-certificates wget
-# Thu, 09 Jun 2016 23:42:13 GMT
-RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 514A2AD631A57A16DD0047EC749D6EEC0353B12C
-# Thu, 16 Jun 2016 19:26:15 GMT
-RUN echo 'deb http://www.apache.org/dist/cassandra/debian 37x main' >> /etc/apt/sources.list.d/cassandra.list
-# Thu, 16 Jun 2016 19:26:16 GMT
-ENV CASSANDRA_VERSION=3.7
-# Thu, 16 Jun 2016 19:28:06 GMT
-RUN apt-get update 	&& apt-get install -y cassandra="$CASSANDRA_VERSION" 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 16 Jun 2016 19:28:08 GMT
-RUN sed -ri 's/^(JVM_PATCH_VERSION)=.*/\1=25/' /etc/cassandra/cassandra-env.sh
-# Thu, 16 Jun 2016 19:28:08 GMT
-ENV CASSANDRA_CONFIG=/etc/cassandra
-# Thu, 16 Jun 2016 19:28:08 GMT
-COPY file:fe6ed91be8debf19da443f09935b578bf6599e644b7a670bf7048d33fb2efa9e in /docker-entrypoint.sh
-# Thu, 16 Jun 2016 19:28:09 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Thu, 16 Jun 2016 19:28:10 GMT
-RUN mkdir -p /var/lib/cassandra "$CASSANDRA_CONFIG" 	&& chown -R cassandra:cassandra /var/lib/cassandra "$CASSANDRA_CONFIG" 	&& chmod 777 /var/lib/cassandra "$CASSANDRA_CONFIG"
-# Thu, 16 Jun 2016 19:28:10 GMT
-VOLUME [/var/lib/cassandra]
-# Thu, 16 Jun 2016 19:28:11 GMT
-EXPOSE 7000/tcp 7001/tcp 7199/tcp 9042/tcp 9160/tcp
-# Thu, 16 Jun 2016 19:28:11 GMT
-CMD ["cassandra" "-f"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:fdf442b3a2aacd7c59060647a1aae6df1b9e502a124d789bda352ba603028d00`  
-		Last Modified: Thu, 09 Jun 2016 21:31:09 GMT  
-		Size: 220.0 B
-	-	`sha256:3f338921a7f43ae1721905952be1622bf8e1aa8fe6327edd5ba0d80845d4262b`  
-		Last Modified: Thu, 09 Jun 2016 23:51:39 GMT  
-		Size: 2.0 KB (2040 bytes)
-	-	`sha256:46699e0990a44225b4e9d0c18809fc50bd4c07d7a9e10eda3f73a95c888f289a`  
-		Last Modified: Thu, 09 Jun 2016 23:51:40 GMT  
-		Size: 1.2 MB (1236834 bytes)
-	-	`sha256:0ea0efbc9d2928f201d5f81cbeb787762a00fdeca73da3b5b1bf7573fa779d5c`  
-		Last Modified: Thu, 09 Jun 2016 23:51:40 GMT  
-		Size: 3.0 KB (3049 bytes)
-	-	`sha256:d00f907500cb75edf7377b2df002bdc0be5fd5f74e8d06c5ec127ce8a8a7f541`  
-		Last Modified: Thu, 16 Jun 2016 19:28:52 GMT  
-		Size: 221.0 B
-	-	`sha256:114617bd5c758820b145fb5224c5f702697af4c12bb37ee63c2e9e9da1cc2299`  
-		Last Modified: Thu, 16 Jun 2016 19:29:13 GMT  
-		Size: 108.7 MB (108667165 bytes)
-	-	`sha256:b2844011e628c1a30e0c8be5f3af084faf14c1538d6315d65bddc407258d4e8f`  
-		Last Modified: Thu, 16 Jun 2016 19:28:51 GMT  
-		Size: 4.3 KB (4281 bytes)
-	-	`sha256:d14a8aef819db7efd6f864bd7056ff4abc8a17cb7bea0e289a358a3c4837d2a1`  
-		Last Modified: Thu, 16 Jun 2016 19:28:52 GMT  
-		Size: 722.0 B
-	-	`sha256:65c783cabfcc19b12ce58db1cb6e829e723a6f1561e85d6ea87edde3ccd51963`  
-		Last Modified: Thu, 16 Jun 2016 19:28:52 GMT  
-		Size: 26.6 KB (26566 bytes)

+ 4 - 5
celery/README.md

@@ -1,12 +1,11 @@
 # Supported tags and respective `Dockerfile` links
 
--	[`3.1.23`, `3.1`, `3`, `latest` (*Dockerfile*)](https://github.com/docker-library/celery/blob/0652407560f353e749cbe001e8bdbb5db86c2291/Dockerfile)
-
-[![](https://badge.imagelayers.io/celery:latest.svg)](https://imagelayers.io/?images=celery:3.1.23)
+-	[`4.0.0rc4`, `4.0`, `4` (*4.0/Dockerfile*)](https://github.com/docker-library/celery/blob/8e10b9f6008ca34cd9ef2a74f032531bd44193b4/4.0/Dockerfile)
+-	[`3.1.23`, `3.1`, `3`, `latest` (*3.1/Dockerfile*)](https://github.com/docker-library/celery/blob/2b56f641be3c38c4367fa7501268b43398199922/3.1/Dockerfile)
 
 For more information about this image and its history, please see [the relevant manifest file (`library/celery`)](https://github.com/docker-library/official-images/blob/master/library/celery). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fcelery).
 
-For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `celery/tag-details.md` file](https://github.com/docker-library/docs/blob/master/celery/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs).
+For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `repos/celery/tag-details.md` file](https://github.com/docker-library/repo-info/blob/master/repos/celery/tag-details.md) in [the `docker-library/repo-info` GitHub repo](https://github.com/docker-library/repo-info).
 
 # Celery
 
@@ -42,7 +41,7 @@ $ docker run --link some-redis:redis -e CELERY_BROKER_URL=redis://redis --rm cel
 
 # Supported Docker versions
 
-This image is officially supported on Docker version 1.11.2.
+This image is officially supported on Docker version 1.12.1.
 
 Support for older versions (down to 1.6) is provided on a best-effort basis.
 

+ 0 - 356
celery/tag-details.md

@@ -1,356 +0,0 @@
-<!-- THIS FILE IS GENERATED VIA '.template-helpers/generate-tag-details.pl' -->
-
-# Tags of `celery`
-
--	[`celery:3.1.23`](#celery3123)
--	[`celery:3.1`](#celery31)
--	[`celery:3`](#celery3)
--	[`celery:latest`](#celerylatest)
-
-## `celery:3.1.23`
-
-```console
-$ docker pull celery@sha256:3c6c018e57e0d16a3a75d063d9d55f6b9f3f67853d0722ef0a2e65f5047e5ccb
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `celery:3.1.23` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **82.2 MB (82225142 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:47bd1a9aed223706aa3a81489ed49bacc3b4797e63951cf2b38585fc99533af0`
--	Default Command: `["celery","worker"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 18:44:45 GMT
-RUN apt-get purge -y python.*
-# Fri, 10 Jun 2016 18:44:45 GMT
-ENV LANG=C.UTF-8
-# Fri, 10 Jun 2016 20:30:15 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		libsqlite3-0 		libssl1.0.0 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 20:47:20 GMT
-ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D
-# Tue, 28 Jun 2016 23:12:36 GMT
-ENV PYTHON_VERSION=3.4.5
-# Tue, 28 Jun 2016 23:12:36 GMT
-ENV PYTHON_PIP_VERSION=8.1.2
-# Tue, 19 Jul 2016 20:58:06 GMT
-RUN set -ex 	&& buildDeps=' 		curl 		gcc 		libbz2-dev 		libc6-dev 		liblzma-dev 		libncurses-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		make 		tcl-dev 		tk-dev 		xz-utils 		zlib1g-dev 	' 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz 	&& curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.tar.xz.asc 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" 	&& gpg --batch --verify python.tar.xz.asc python.tar.xz 	&& rm -r "$GNUPGHOME" python.tar.xz.asc 	&& mkdir -p /usr/src/python 	&& tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz 	&& rm python.tar.xz 		&& cd /usr/src/python 	&& ./configure 		--enable-loadable-sqlite-extensions 		--enable-shared 	&& make -j$(nproc) 	&& make install 	&& ldconfig 	&& pip3 install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION 	&& [ "$(pip list | awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] 	&& find /usr/local -depth 		\( 		    \( -type d -a -name test -o -name tests \) 		    -o 		    \( -type f -a -name '*.pyc' -o -name '*.pyo' \) 		\) -exec rm -rf '{}' + 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/python ~/.cache
-# Tue, 19 Jul 2016 20:58:08 GMT
-RUN cd /usr/local/bin 	&& ln -s easy_install-3.4 easy_install 	&& ln -s idle3 idle 	&& ln -s pydoc3 pydoc 	&& ln -s python3 python 	&& ln -s python3-config python-config
-# Tue, 19 Jul 2016 20:58:08 GMT
-CMD ["python3"]
-# Tue, 19 Jul 2016 23:03:35 GMT
-RUN groupadd user && useradd --create-home --home-dir /home/user -g user user
-# Tue, 19 Jul 2016 23:03:36 GMT
-WORKDIR /home/user
-# Tue, 19 Jul 2016 23:03:40 GMT
-RUN pip install redis
-# Tue, 19 Jul 2016 23:03:41 GMT
-ENV CELERY_VERSION=3.1.23
-# Tue, 19 Jul 2016 23:03:54 GMT
-RUN pip install celery=="$CELERY_VERSION"
-# Tue, 19 Jul 2016 23:03:55 GMT
-RUN { 	echo 'import os'; 	echo "BROKER_URL = os.environ.get('CELERY_BROKER_URL', 'amqp://')"; } > celeryconfig.py
-# Tue, 19 Jul 2016 23:03:56 GMT
-ENV CELERY_BROKER_URL=amqp://guest@rabbit
-# Tue, 19 Jul 2016 23:03:56 GMT
-USER [user]
-# Tue, 19 Jul 2016 23:03:57 GMT
-CMD ["celery" "worker"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:2ab25b944ecb380e724354cdbaa45cd1de6405ad91c89dd6b3de2a5021edd42f`  
-		Last Modified: Tue, 28 Jun 2016 23:30:34 GMT  
-		Size: 3.3 MB (3336139 bytes)
-	-	`sha256:94e7dc228a5a871bf1b01ae47c271cd97dbb6d3e0da6b683e03006142d9c8ede`  
-		Last Modified: Tue, 19 Jul 2016 21:45:13 GMT  
-		Size: 21.6 MB (21623305 bytes)
-	-	`sha256:55f3beb061850ce0e0ad7ff92c12000fc3bb429adbc1d76781a9ff04fc681ddc`  
-		Last Modified: Tue, 19 Jul 2016 21:45:01 GMT  
-		Size: 267.0 B
-	-	`sha256:871c4e1ca851bf2bbbcde18a19999dc949fdcb44c440af1778693c1f479fb5bd`  
-		Last Modified: Tue, 19 Jul 2016 23:04:15 GMT  
-		Size: 4.3 KB (4341 bytes)
-	-	`sha256:cc2e554f4c3a3cae966a725d2511e1b981ea4926c7a566857be00100d3b6ccc0`  
-		Last Modified: Tue, 19 Jul 2016 23:04:17 GMT  
-		Size: 1.7 MB (1732662 bytes)
-	-	`sha256:167b6d6544a6f87d43885a3cebe035f1c7d0940c7e5bf0a0c3e17990dbab64d4`  
-		Last Modified: Tue, 19 Jul 2016 23:04:18 GMT  
-		Size: 4.2 MB (4175660 bytes)
-	-	`sha256:71a1e37c8e5eaef0e818ddf30e9b4f3546a334858d395a75bf46faa063b57e6a`  
-		Last Modified: Tue, 19 Jul 2016 23:04:15 GMT  
-		Size: 233.0 B
-
-## `celery:3.1`
-
-```console
-$ docker pull celery@sha256:3c6c018e57e0d16a3a75d063d9d55f6b9f3f67853d0722ef0a2e65f5047e5ccb
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `celery:3.1` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **82.2 MB (82225142 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:47bd1a9aed223706aa3a81489ed49bacc3b4797e63951cf2b38585fc99533af0`
--	Default Command: `["celery","worker"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 18:44:45 GMT
-RUN apt-get purge -y python.*
-# Fri, 10 Jun 2016 18:44:45 GMT
-ENV LANG=C.UTF-8
-# Fri, 10 Jun 2016 20:30:15 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		libsqlite3-0 		libssl1.0.0 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 20:47:20 GMT
-ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D
-# Tue, 28 Jun 2016 23:12:36 GMT
-ENV PYTHON_VERSION=3.4.5
-# Tue, 28 Jun 2016 23:12:36 GMT
-ENV PYTHON_PIP_VERSION=8.1.2
-# Tue, 19 Jul 2016 20:58:06 GMT
-RUN set -ex 	&& buildDeps=' 		curl 		gcc 		libbz2-dev 		libc6-dev 		liblzma-dev 		libncurses-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		make 		tcl-dev 		tk-dev 		xz-utils 		zlib1g-dev 	' 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz 	&& curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.tar.xz.asc 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" 	&& gpg --batch --verify python.tar.xz.asc python.tar.xz 	&& rm -r "$GNUPGHOME" python.tar.xz.asc 	&& mkdir -p /usr/src/python 	&& tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz 	&& rm python.tar.xz 		&& cd /usr/src/python 	&& ./configure 		--enable-loadable-sqlite-extensions 		--enable-shared 	&& make -j$(nproc) 	&& make install 	&& ldconfig 	&& pip3 install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION 	&& [ "$(pip list | awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] 	&& find /usr/local -depth 		\( 		    \( -type d -a -name test -o -name tests \) 		    -o 		    \( -type f -a -name '*.pyc' -o -name '*.pyo' \) 		\) -exec rm -rf '{}' + 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/python ~/.cache
-# Tue, 19 Jul 2016 20:58:08 GMT
-RUN cd /usr/local/bin 	&& ln -s easy_install-3.4 easy_install 	&& ln -s idle3 idle 	&& ln -s pydoc3 pydoc 	&& ln -s python3 python 	&& ln -s python3-config python-config
-# Tue, 19 Jul 2016 20:58:08 GMT
-CMD ["python3"]
-# Tue, 19 Jul 2016 23:03:35 GMT
-RUN groupadd user && useradd --create-home --home-dir /home/user -g user user
-# Tue, 19 Jul 2016 23:03:36 GMT
-WORKDIR /home/user
-# Tue, 19 Jul 2016 23:03:40 GMT
-RUN pip install redis
-# Tue, 19 Jul 2016 23:03:41 GMT
-ENV CELERY_VERSION=3.1.23
-# Tue, 19 Jul 2016 23:03:54 GMT
-RUN pip install celery=="$CELERY_VERSION"
-# Tue, 19 Jul 2016 23:03:55 GMT
-RUN { 	echo 'import os'; 	echo "BROKER_URL = os.environ.get('CELERY_BROKER_URL', 'amqp://')"; } > celeryconfig.py
-# Tue, 19 Jul 2016 23:03:56 GMT
-ENV CELERY_BROKER_URL=amqp://guest@rabbit
-# Tue, 19 Jul 2016 23:03:56 GMT
-USER [user]
-# Tue, 19 Jul 2016 23:03:57 GMT
-CMD ["celery" "worker"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:2ab25b944ecb380e724354cdbaa45cd1de6405ad91c89dd6b3de2a5021edd42f`  
-		Last Modified: Tue, 28 Jun 2016 23:30:34 GMT  
-		Size: 3.3 MB (3336139 bytes)
-	-	`sha256:94e7dc228a5a871bf1b01ae47c271cd97dbb6d3e0da6b683e03006142d9c8ede`  
-		Last Modified: Tue, 19 Jul 2016 21:45:13 GMT  
-		Size: 21.6 MB (21623305 bytes)
-	-	`sha256:55f3beb061850ce0e0ad7ff92c12000fc3bb429adbc1d76781a9ff04fc681ddc`  
-		Last Modified: Tue, 19 Jul 2016 21:45:01 GMT  
-		Size: 267.0 B
-	-	`sha256:871c4e1ca851bf2bbbcde18a19999dc949fdcb44c440af1778693c1f479fb5bd`  
-		Last Modified: Tue, 19 Jul 2016 23:04:15 GMT  
-		Size: 4.3 KB (4341 bytes)
-	-	`sha256:cc2e554f4c3a3cae966a725d2511e1b981ea4926c7a566857be00100d3b6ccc0`  
-		Last Modified: Tue, 19 Jul 2016 23:04:17 GMT  
-		Size: 1.7 MB (1732662 bytes)
-	-	`sha256:167b6d6544a6f87d43885a3cebe035f1c7d0940c7e5bf0a0c3e17990dbab64d4`  
-		Last Modified: Tue, 19 Jul 2016 23:04:18 GMT  
-		Size: 4.2 MB (4175660 bytes)
-	-	`sha256:71a1e37c8e5eaef0e818ddf30e9b4f3546a334858d395a75bf46faa063b57e6a`  
-		Last Modified: Tue, 19 Jul 2016 23:04:15 GMT  
-		Size: 233.0 B
-
-## `celery:3`
-
-```console
-$ docker pull celery@sha256:3c6c018e57e0d16a3a75d063d9d55f6b9f3f67853d0722ef0a2e65f5047e5ccb
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `celery:3` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **82.2 MB (82225142 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:47bd1a9aed223706aa3a81489ed49bacc3b4797e63951cf2b38585fc99533af0`
--	Default Command: `["celery","worker"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 18:44:45 GMT
-RUN apt-get purge -y python.*
-# Fri, 10 Jun 2016 18:44:45 GMT
-ENV LANG=C.UTF-8
-# Fri, 10 Jun 2016 20:30:15 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		libsqlite3-0 		libssl1.0.0 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 20:47:20 GMT
-ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D
-# Tue, 28 Jun 2016 23:12:36 GMT
-ENV PYTHON_VERSION=3.4.5
-# Tue, 28 Jun 2016 23:12:36 GMT
-ENV PYTHON_PIP_VERSION=8.1.2
-# Tue, 19 Jul 2016 20:58:06 GMT
-RUN set -ex 	&& buildDeps=' 		curl 		gcc 		libbz2-dev 		libc6-dev 		liblzma-dev 		libncurses-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		make 		tcl-dev 		tk-dev 		xz-utils 		zlib1g-dev 	' 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz 	&& curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.tar.xz.asc 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" 	&& gpg --batch --verify python.tar.xz.asc python.tar.xz 	&& rm -r "$GNUPGHOME" python.tar.xz.asc 	&& mkdir -p /usr/src/python 	&& tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz 	&& rm python.tar.xz 		&& cd /usr/src/python 	&& ./configure 		--enable-loadable-sqlite-extensions 		--enable-shared 	&& make -j$(nproc) 	&& make install 	&& ldconfig 	&& pip3 install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION 	&& [ "$(pip list | awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] 	&& find /usr/local -depth 		\( 		    \( -type d -a -name test -o -name tests \) 		    -o 		    \( -type f -a -name '*.pyc' -o -name '*.pyo' \) 		\) -exec rm -rf '{}' + 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/python ~/.cache
-# Tue, 19 Jul 2016 20:58:08 GMT
-RUN cd /usr/local/bin 	&& ln -s easy_install-3.4 easy_install 	&& ln -s idle3 idle 	&& ln -s pydoc3 pydoc 	&& ln -s python3 python 	&& ln -s python3-config python-config
-# Tue, 19 Jul 2016 20:58:08 GMT
-CMD ["python3"]
-# Tue, 19 Jul 2016 23:03:35 GMT
-RUN groupadd user && useradd --create-home --home-dir /home/user -g user user
-# Tue, 19 Jul 2016 23:03:36 GMT
-WORKDIR /home/user
-# Tue, 19 Jul 2016 23:03:40 GMT
-RUN pip install redis
-# Tue, 19 Jul 2016 23:03:41 GMT
-ENV CELERY_VERSION=3.1.23
-# Tue, 19 Jul 2016 23:03:54 GMT
-RUN pip install celery=="$CELERY_VERSION"
-# Tue, 19 Jul 2016 23:03:55 GMT
-RUN { 	echo 'import os'; 	echo "BROKER_URL = os.environ.get('CELERY_BROKER_URL', 'amqp://')"; } > celeryconfig.py
-# Tue, 19 Jul 2016 23:03:56 GMT
-ENV CELERY_BROKER_URL=amqp://guest@rabbit
-# Tue, 19 Jul 2016 23:03:56 GMT
-USER [user]
-# Tue, 19 Jul 2016 23:03:57 GMT
-CMD ["celery" "worker"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:2ab25b944ecb380e724354cdbaa45cd1de6405ad91c89dd6b3de2a5021edd42f`  
-		Last Modified: Tue, 28 Jun 2016 23:30:34 GMT  
-		Size: 3.3 MB (3336139 bytes)
-	-	`sha256:94e7dc228a5a871bf1b01ae47c271cd97dbb6d3e0da6b683e03006142d9c8ede`  
-		Last Modified: Tue, 19 Jul 2016 21:45:13 GMT  
-		Size: 21.6 MB (21623305 bytes)
-	-	`sha256:55f3beb061850ce0e0ad7ff92c12000fc3bb429adbc1d76781a9ff04fc681ddc`  
-		Last Modified: Tue, 19 Jul 2016 21:45:01 GMT  
-		Size: 267.0 B
-	-	`sha256:871c4e1ca851bf2bbbcde18a19999dc949fdcb44c440af1778693c1f479fb5bd`  
-		Last Modified: Tue, 19 Jul 2016 23:04:15 GMT  
-		Size: 4.3 KB (4341 bytes)
-	-	`sha256:cc2e554f4c3a3cae966a725d2511e1b981ea4926c7a566857be00100d3b6ccc0`  
-		Last Modified: Tue, 19 Jul 2016 23:04:17 GMT  
-		Size: 1.7 MB (1732662 bytes)
-	-	`sha256:167b6d6544a6f87d43885a3cebe035f1c7d0940c7e5bf0a0c3e17990dbab64d4`  
-		Last Modified: Tue, 19 Jul 2016 23:04:18 GMT  
-		Size: 4.2 MB (4175660 bytes)
-	-	`sha256:71a1e37c8e5eaef0e818ddf30e9b4f3546a334858d395a75bf46faa063b57e6a`  
-		Last Modified: Tue, 19 Jul 2016 23:04:15 GMT  
-		Size: 233.0 B
-
-## `celery:latest`
-
-```console
-$ docker pull celery@sha256:3c6c018e57e0d16a3a75d063d9d55f6b9f3f67853d0722ef0a2e65f5047e5ccb
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `celery:latest` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **82.2 MB (82225142 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:47bd1a9aed223706aa3a81489ed49bacc3b4797e63951cf2b38585fc99533af0`
--	Default Command: `["celery","worker"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 18:44:45 GMT
-RUN apt-get purge -y python.*
-# Fri, 10 Jun 2016 18:44:45 GMT
-ENV LANG=C.UTF-8
-# Fri, 10 Jun 2016 20:30:15 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		libsqlite3-0 		libssl1.0.0 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 20:47:20 GMT
-ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D
-# Tue, 28 Jun 2016 23:12:36 GMT
-ENV PYTHON_VERSION=3.4.5
-# Tue, 28 Jun 2016 23:12:36 GMT
-ENV PYTHON_PIP_VERSION=8.1.2
-# Tue, 19 Jul 2016 20:58:06 GMT
-RUN set -ex 	&& buildDeps=' 		curl 		gcc 		libbz2-dev 		libc6-dev 		liblzma-dev 		libncurses-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		make 		tcl-dev 		tk-dev 		xz-utils 		zlib1g-dev 	' 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz 	&& curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.tar.xz.asc 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" 	&& gpg --batch --verify python.tar.xz.asc python.tar.xz 	&& rm -r "$GNUPGHOME" python.tar.xz.asc 	&& mkdir -p /usr/src/python 	&& tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz 	&& rm python.tar.xz 		&& cd /usr/src/python 	&& ./configure 		--enable-loadable-sqlite-extensions 		--enable-shared 	&& make -j$(nproc) 	&& make install 	&& ldconfig 	&& pip3 install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION 	&& [ "$(pip list | awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] 	&& find /usr/local -depth 		\( 		    \( -type d -a -name test -o -name tests \) 		    -o 		    \( -type f -a -name '*.pyc' -o -name '*.pyo' \) 		\) -exec rm -rf '{}' + 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/python ~/.cache
-# Tue, 19 Jul 2016 20:58:08 GMT
-RUN cd /usr/local/bin 	&& ln -s easy_install-3.4 easy_install 	&& ln -s idle3 idle 	&& ln -s pydoc3 pydoc 	&& ln -s python3 python 	&& ln -s python3-config python-config
-# Tue, 19 Jul 2016 20:58:08 GMT
-CMD ["python3"]
-# Tue, 19 Jul 2016 23:03:35 GMT
-RUN groupadd user && useradd --create-home --home-dir /home/user -g user user
-# Tue, 19 Jul 2016 23:03:36 GMT
-WORKDIR /home/user
-# Tue, 19 Jul 2016 23:03:40 GMT
-RUN pip install redis
-# Tue, 19 Jul 2016 23:03:41 GMT
-ENV CELERY_VERSION=3.1.23
-# Tue, 19 Jul 2016 23:03:54 GMT
-RUN pip install celery=="$CELERY_VERSION"
-# Tue, 19 Jul 2016 23:03:55 GMT
-RUN { 	echo 'import os'; 	echo "BROKER_URL = os.environ.get('CELERY_BROKER_URL', 'amqp://')"; } > celeryconfig.py
-# Tue, 19 Jul 2016 23:03:56 GMT
-ENV CELERY_BROKER_URL=amqp://guest@rabbit
-# Tue, 19 Jul 2016 23:03:56 GMT
-USER [user]
-# Tue, 19 Jul 2016 23:03:57 GMT
-CMD ["celery" "worker"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:2ab25b944ecb380e724354cdbaa45cd1de6405ad91c89dd6b3de2a5021edd42f`  
-		Last Modified: Tue, 28 Jun 2016 23:30:34 GMT  
-		Size: 3.3 MB (3336139 bytes)
-	-	`sha256:94e7dc228a5a871bf1b01ae47c271cd97dbb6d3e0da6b683e03006142d9c8ede`  
-		Last Modified: Tue, 19 Jul 2016 21:45:13 GMT  
-		Size: 21.6 MB (21623305 bytes)
-	-	`sha256:55f3beb061850ce0e0ad7ff92c12000fc3bb429adbc1d76781a9ff04fc681ddc`  
-		Last Modified: Tue, 19 Jul 2016 21:45:01 GMT  
-		Size: 267.0 B
-	-	`sha256:871c4e1ca851bf2bbbcde18a19999dc949fdcb44c440af1778693c1f479fb5bd`  
-		Last Modified: Tue, 19 Jul 2016 23:04:15 GMT  
-		Size: 4.3 KB (4341 bytes)
-	-	`sha256:cc2e554f4c3a3cae966a725d2511e1b981ea4926c7a566857be00100d3b6ccc0`  
-		Last Modified: Tue, 19 Jul 2016 23:04:17 GMT  
-		Size: 1.7 MB (1732662 bytes)
-	-	`sha256:167b6d6544a6f87d43885a3cebe035f1c7d0940c7e5bf0a0c3e17990dbab64d4`  
-		Last Modified: Tue, 19 Jul 2016 23:04:18 GMT  
-		Size: 4.2 MB (4175660 bytes)
-	-	`sha256:71a1e37c8e5eaef0e818ddf30e9b4f3546a334858d395a75bf46faa063b57e6a`  
-		Last Modified: Tue, 19 Jul 2016 23:04:15 GMT  
-		Size: 233.0 B

+ 4 - 6
centos/README.md

@@ -1,7 +1,7 @@
 # Supported tags and respective `Dockerfile` links
 
--	[`latest`, `centos7`, `7` (*docker/Dockerfile*)](https://github.com/CentOS/sig-cloud-instance-images/blob/9681bb924c70a60dc4042dbc5fc3ed6c27aa3e1c/docker/Dockerfile)
--	[`centos6`, `6` (*docker/Dockerfile*)](https://github.com/CentOS/sig-cloud-instance-images/blob/f1ef5434caf93a1c5fcc80572855e8629f2d1f6e/docker/Dockerfile)
+-	[`latest`, `centos7`, `7` (*docker/Dockerfile*)](https://github.com/CentOS/sig-cloud-instance-images/blob/6df5e76a6403483f2ce463c11c36d98d7d957886/docker/Dockerfile)
+-	[`centos6`, `6` (*docker/Dockerfile*)](https://github.com/CentOS/sig-cloud-instance-images/blob/939b4dc62009b1cdc3857f19996b1fd749b047f7/docker/Dockerfile)
 -	[`centos5`, `5` (*docker/Dockerfile*)](https://github.com/CentOS/sig-cloud-instance-images/blob/4bf8330498e1c10cf365aff31d2a8a5c3254c2cf/docker/Dockerfile)
 -	[`centos7.2.1511`, `7.2.1511` (*docker/Dockerfile*)](https://github.com/CentOS/sig-cloud-instance-images/blob/a3c59bd4e98a7f9c063d993955c8ec19c5b1ceff/docker/Dockerfile)
 -	[`centos7.1.1503`, `7.1.1503` (*docker/Dockerfile*)](https://github.com/CentOS/sig-cloud-instance-images/blob/bc561dfdd671d612dbb9f92e7e17dd8009befc44/docker/Dockerfile)
@@ -11,11 +11,9 @@
 -	[`centos6.6`, `6.6` (*docker/Dockerfile*)](https://github.com/CentOS/sig-cloud-instance-images/blob/8911843d9a6cc71aadd81e491f94618aded94f30/docker/Dockerfile)
 -	[`centos5.11`, `5.11` (*docker/Dockerfile*)](https://github.com/CentOS/sig-cloud-instance-images/blob/2d0554464ae19f4fd70d1b540c8968dbe872797b/docker/Dockerfile)
 
-[![](https://badge.imagelayers.io/centos:latest.svg)](https://imagelayers.io/?images=centos:latest,centos:centos6,centos:centos5,centos:centos7.2.1511,centos:centos7.1.1503,centos:centos7.0.1406,centos:centos6.8,centos:centos6.7,centos:centos6.6,centos:centos5.11)
-
 For more information about this image and its history, please see [the relevant manifest file (`library/centos`)](https://github.com/docker-library/official-images/blob/master/library/centos). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fcentos).
 
-For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `centos/tag-details.md` file](https://github.com/docker-library/docs/blob/master/centos/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs).
+For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `repos/centos/tag-details.md` file](https://github.com/docker-library/repo-info/blob/master/repos/centos/tag-details.md) in [the `docker-library/repo-info` GitHub repo](https://github.com/docker-library/repo-info).
 
 # CentOS
 
@@ -101,7 +99,7 @@ This container is running with systemd in a limited context, with the cgroups fi
 
 # Supported Docker versions
 
-This image is officially supported on Docker version 1.11.2.
+This image is officially supported on Docker version 1.12.1.
 
 Support for older versions (down to 1.6) is provided on a best-effort basis.
 

+ 0 - 717
centos/tag-details.md

@@ -1,717 +0,0 @@
-<!-- THIS FILE IS GENERATED VIA '.template-helpers/generate-tag-details.pl' -->
-
-# Tags of `centos`
-
--	[`centos:latest`](#centoslatest)
--	[`centos:centos7`](#centoscentos7)
--	[`centos:7`](#centos7)
--	[`centos:centos6`](#centoscentos6)
--	[`centos:6`](#centos6)
--	[`centos:centos5`](#centoscentos5)
--	[`centos:5`](#centos5)
--	[`centos:centos7.2.1511`](#centoscentos721511)
--	[`centos:7.2.1511`](#centos721511)
--	[`centos:centos7.1.1503`](#centoscentos711503)
--	[`centos:7.1.1503`](#centos711503)
--	[`centos:centos7.0.1406`](#centoscentos701406)
--	[`centos:7.0.1406`](#centos701406)
--	[`centos:centos6.8`](#centoscentos68)
--	[`centos:6.8`](#centos68)
--	[`centos:centos6.7`](#centoscentos67)
--	[`centos:6.7`](#centos67)
--	[`centos:centos6.6`](#centoscentos66)
--	[`centos:6.6`](#centos66)
--	[`centos:centos5.11`](#centoscentos511)
--	[`centos:5.11`](#centos511)
-
-## `centos:latest`
-
-```console
-$ docker pull centos@sha256:7b754086d2c7d74ac39dc0a2545d7b06d4266f873d502feb5b3e8bfca27c5dd8
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `centos:latest` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **70.6 MB (70583564 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:50dae1ee86770fdc303c2cac03d3f7f62cd78ba6a8ad27b303447680853152f5`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Fri, 01 Jul 2016 22:34:12 GMT
-MAINTAINER https://github.com/CentOS/sig-cloud-instance-images
-# Tue, 19 Jul 2016 20:36:57 GMT
-ADD file:d9bb42dd655c9b4d19b9d516c27d8c434d55e709054dd9756de1f0ad0e362548 in /
-# Tue, 19 Jul 2016 20:37:01 GMT
-LABEL name=CentOS Base Image vendor=CentOS license=GPLv2 build-date=20160719
-# Tue, 19 Jul 2016 20:37:04 GMT
-CMD ["/bin/bash"]
-```
-
--	Layers:
-	-	`sha256:8c3d77a518cbc66dad00ac5b6061a4d7c7f14c3d8b516c7d635642d11418cd29`  
-		Last Modified: Tue, 19 Jul 2016 20:38:10 GMT  
-		Size: 70.6 MB (70583564 bytes)
-
-## `centos:centos7`
-
-```console
-$ docker pull centos@sha256:7b754086d2c7d74ac39dc0a2545d7b06d4266f873d502feb5b3e8bfca27c5dd8
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `centos:centos7` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **70.6 MB (70583564 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:50dae1ee86770fdc303c2cac03d3f7f62cd78ba6a8ad27b303447680853152f5`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Fri, 01 Jul 2016 22:34:12 GMT
-MAINTAINER https://github.com/CentOS/sig-cloud-instance-images
-# Tue, 19 Jul 2016 20:36:57 GMT
-ADD file:d9bb42dd655c9b4d19b9d516c27d8c434d55e709054dd9756de1f0ad0e362548 in /
-# Tue, 19 Jul 2016 20:37:01 GMT
-LABEL name=CentOS Base Image vendor=CentOS license=GPLv2 build-date=20160719
-# Tue, 19 Jul 2016 20:37:04 GMT
-CMD ["/bin/bash"]
-```
-
--	Layers:
-	-	`sha256:8c3d77a518cbc66dad00ac5b6061a4d7c7f14c3d8b516c7d635642d11418cd29`  
-		Last Modified: Tue, 19 Jul 2016 20:38:10 GMT  
-		Size: 70.6 MB (70583564 bytes)
-
-## `centos:7`
-
-```console
-$ docker pull centos@sha256:7b754086d2c7d74ac39dc0a2545d7b06d4266f873d502feb5b3e8bfca27c5dd8
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `centos:7` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **70.6 MB (70583564 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:50dae1ee86770fdc303c2cac03d3f7f62cd78ba6a8ad27b303447680853152f5`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Fri, 01 Jul 2016 22:34:12 GMT
-MAINTAINER https://github.com/CentOS/sig-cloud-instance-images
-# Tue, 19 Jul 2016 20:36:57 GMT
-ADD file:d9bb42dd655c9b4d19b9d516c27d8c434d55e709054dd9756de1f0ad0e362548 in /
-# Tue, 19 Jul 2016 20:37:01 GMT
-LABEL name=CentOS Base Image vendor=CentOS license=GPLv2 build-date=20160719
-# Tue, 19 Jul 2016 20:37:04 GMT
-CMD ["/bin/bash"]
-```
-
--	Layers:
-	-	`sha256:8c3d77a518cbc66dad00ac5b6061a4d7c7f14c3d8b516c7d635642d11418cd29`  
-		Last Modified: Tue, 19 Jul 2016 20:38:10 GMT  
-		Size: 70.6 MB (70583564 bytes)
-
-## `centos:centos6`
-
-```console
-$ docker pull centos@sha256:06fee3c42ca43701900ce3d4a9460f1648a2cd7e741f395e1ac78ee17eec8f80
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `centos:centos6` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **68.7 MB (68728940 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:cf2c3ece5e418fd063bfad5e7e8d083182195152f90aac3a5ca4dbfbf6a1fc2a`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Fri, 01 Jul 2016 22:34:12 GMT
-MAINTAINER https://github.com/CentOS/sig-cloud-instance-images
-# Fri, 01 Jul 2016 22:34:34 GMT
-ADD file:f0ec297ab653ffb2c57c7dc1884625d12bbf1d3cc8e1cd9380911cff26b27ee6 in /
-# Fri, 01 Jul 2016 22:34:38 GMT
-LABEL name=CentOS Base Image vendor=CentOS license=GPLv2 build-date=20160701
-# Fri, 01 Jul 2016 22:34:39 GMT
-CMD ["/bin/bash"]
-```
-
--	Layers:
-	-	`sha256:9614861c927596c3ad5b87e2473e6c5a94cda7f9e145cca11f30aae1ed730e8e`  
-		Last Modified: Fri, 01 Jul 2016 22:55:22 GMT  
-		Size: 68.7 MB (68728940 bytes)
-
-## `centos:6`
-
-```console
-$ docker pull centos@sha256:06fee3c42ca43701900ce3d4a9460f1648a2cd7e741f395e1ac78ee17eec8f80
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `centos:6` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **68.7 MB (68728940 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:cf2c3ece5e418fd063bfad5e7e8d083182195152f90aac3a5ca4dbfbf6a1fc2a`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Fri, 01 Jul 2016 22:34:12 GMT
-MAINTAINER https://github.com/CentOS/sig-cloud-instance-images
-# Fri, 01 Jul 2016 22:34:34 GMT
-ADD file:f0ec297ab653ffb2c57c7dc1884625d12bbf1d3cc8e1cd9380911cff26b27ee6 in /
-# Fri, 01 Jul 2016 22:34:38 GMT
-LABEL name=CentOS Base Image vendor=CentOS license=GPLv2 build-date=20160701
-# Fri, 01 Jul 2016 22:34:39 GMT
-CMD ["/bin/bash"]
-```
-
--	Layers:
-	-	`sha256:9614861c927596c3ad5b87e2473e6c5a94cda7f9e145cca11f30aae1ed730e8e`  
-		Last Modified: Fri, 01 Jul 2016 22:55:22 GMT  
-		Size: 68.7 MB (68728940 bytes)
-
-## `centos:centos5`
-
-```console
-$ docker pull centos@sha256:fd50576c5cf66bce706c2ea9670a9289b4cb4f3129f1de6beffabb40503efb75
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `centos:centos5` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **87.3 MB (87342234 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:cfbd8d98273307890ef5b63dc1b83d912b162fb3d854aa4c4287ede35bb22247`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Fri, 01 Jul 2016 22:34:41 GMT
-MAINTAINER The CentOS Project <[email protected]>
-# Fri, 01 Jul 2016 22:34:55 GMT
-ADD file:811d2948907b0dbea73e97efd0a5bf9b2049317f1cc394539e9e94eef103d7bf in /
-# Fri, 01 Jul 2016 22:34:59 GMT
-LABEL name=CentOS Base Image vendor=CentOS license=GPLv2 build-date=2016-03-31
-# Fri, 01 Jul 2016 22:35:02 GMT
-CMD ["/bin/bash"]
-```
-
--	Layers:
-	-	`sha256:d129ecdb0249b2540429964ecf04a8f426199d27bfec517ecd9f19b2c7ae21ba`  
-		Last Modified: Fri, 01 Jul 2016 22:56:11 GMT  
-		Size: 87.3 MB (87342234 bytes)
-
-## `centos:5`
-
-```console
-$ docker pull centos@sha256:fd50576c5cf66bce706c2ea9670a9289b4cb4f3129f1de6beffabb40503efb75
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `centos:5` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **87.3 MB (87342234 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:cfbd8d98273307890ef5b63dc1b83d912b162fb3d854aa4c4287ede35bb22247`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Fri, 01 Jul 2016 22:34:41 GMT
-MAINTAINER The CentOS Project <[email protected]>
-# Fri, 01 Jul 2016 22:34:55 GMT
-ADD file:811d2948907b0dbea73e97efd0a5bf9b2049317f1cc394539e9e94eef103d7bf in /
-# Fri, 01 Jul 2016 22:34:59 GMT
-LABEL name=CentOS Base Image vendor=CentOS license=GPLv2 build-date=2016-03-31
-# Fri, 01 Jul 2016 22:35:02 GMT
-CMD ["/bin/bash"]
-```
-
--	Layers:
-	-	`sha256:d129ecdb0249b2540429964ecf04a8f426199d27bfec517ecd9f19b2c7ae21ba`  
-		Last Modified: Fri, 01 Jul 2016 22:56:11 GMT  
-		Size: 87.3 MB (87342234 bytes)
-
-## `centos:centos7.2.1511`
-
-```console
-$ docker pull centos@sha256:12c9336412cd76165d7e42906ab9a7234cecd7c4247ed92958ab4ad49644b531
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `centos:centos7.2.1511` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **69.9 MB (69901359 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:686672a1d0ccc73ae00af5059f31d814b20306c0878f8e5d561ee9440fb6fdd0`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Fri, 01 Jul 2016 22:34:41 GMT
-MAINTAINER The CentOS Project <[email protected]>
-# Fri, 01 Jul 2016 22:35:13 GMT
-ADD file:b3bdbca0669a03490ea9267688e14695348d73f92df88a90f8c1845cb1ce7db8 in /
-# Fri, 01 Jul 2016 22:35:16 GMT
-LABEL name=CentOS Base Image
-# Fri, 01 Jul 2016 22:35:18 GMT
-LABEL vendor=CentOS
-# Fri, 01 Jul 2016 22:35:19 GMT
-LABEL license=GPLv2
-# Fri, 01 Jul 2016 22:35:20 GMT
-CMD ["/bin/bash"]
-```
-
--	Layers:
-	-	`sha256:f19ed9d73b3ef2c54aef640d150f40de66926016b485da5d086f9666679ce5a0`  
-		Last Modified: Fri, 01 Jul 2016 22:56:49 GMT  
-		Size: 69.9 MB (69901359 bytes)
-
-## `centos:7.2.1511`
-
-```console
-$ docker pull centos@sha256:12c9336412cd76165d7e42906ab9a7234cecd7c4247ed92958ab4ad49644b531
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `centos:7.2.1511` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **69.9 MB (69901359 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:686672a1d0ccc73ae00af5059f31d814b20306c0878f8e5d561ee9440fb6fdd0`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Fri, 01 Jul 2016 22:34:41 GMT
-MAINTAINER The CentOS Project <[email protected]>
-# Fri, 01 Jul 2016 22:35:13 GMT
-ADD file:b3bdbca0669a03490ea9267688e14695348d73f92df88a90f8c1845cb1ce7db8 in /
-# Fri, 01 Jul 2016 22:35:16 GMT
-LABEL name=CentOS Base Image
-# Fri, 01 Jul 2016 22:35:18 GMT
-LABEL vendor=CentOS
-# Fri, 01 Jul 2016 22:35:19 GMT
-LABEL license=GPLv2
-# Fri, 01 Jul 2016 22:35:20 GMT
-CMD ["/bin/bash"]
-```
-
--	Layers:
-	-	`sha256:f19ed9d73b3ef2c54aef640d150f40de66926016b485da5d086f9666679ce5a0`  
-		Last Modified: Fri, 01 Jul 2016 22:56:49 GMT  
-		Size: 69.9 MB (69901359 bytes)
-
-## `centos:centos7.1.1503`
-
-```console
-$ docker pull centos@sha256:c65fadf49b5e7185a504029d88fc892cbcf41d868fb7059a84db05fb37fe6603
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `centos:centos7.1.1503` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **75.7 MB (75668814 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:80d283436f62f9b9c462621c52bc186762ab289262c615c73542f0f63e567c4f`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Fri, 01 Jul 2016 22:35:22 GMT
-MAINTAINER The CentOS Project <[email protected]> - ami_creator
-# Fri, 01 Jul 2016 22:35:33 GMT
-ADD file:0dd14af9c86c705779784ad9c5162130f3e68974b427beb38d47ba87f33f6c9c in /
-# Fri, 01 Jul 2016 22:35:37 GMT
-CMD ["/bin/bash"]
-```
-
--	Layers:
-	-	`sha256:f6e4e6bc8376818ff75e2818d38b9451b87e3348e1d8256bef64ecd9000e7305`  
-		Last Modified: Fri, 01 Jul 2016 22:57:29 GMT  
-		Size: 75.7 MB (75668814 bytes)
-
-## `centos:7.1.1503`
-
-```console
-$ docker pull centos@sha256:c65fadf49b5e7185a504029d88fc892cbcf41d868fb7059a84db05fb37fe6603
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `centos:7.1.1503` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **75.7 MB (75668814 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:80d283436f62f9b9c462621c52bc186762ab289262c615c73542f0f63e567c4f`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Fri, 01 Jul 2016 22:35:22 GMT
-MAINTAINER The CentOS Project <[email protected]> - ami_creator
-# Fri, 01 Jul 2016 22:35:33 GMT
-ADD file:0dd14af9c86c705779784ad9c5162130f3e68974b427beb38d47ba87f33f6c9c in /
-# Fri, 01 Jul 2016 22:35:37 GMT
-CMD ["/bin/bash"]
-```
-
--	Layers:
-	-	`sha256:f6e4e6bc8376818ff75e2818d38b9451b87e3348e1d8256bef64ecd9000e7305`  
-		Last Modified: Fri, 01 Jul 2016 22:57:29 GMT  
-		Size: 75.7 MB (75668814 bytes)
-
-## `centos:centos7.0.1406`
-
-```console
-$ docker pull centos@sha256:a5029bfa101b1c891a6b0b45064b51bddf63dffb996e5b2ca546fc9058db0a2c
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `centos:centos7.0.1406` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **75.1 MB (75068194 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:68c19b8863f0513804ad505d9b9ccb8c813a9f465070b4b41c6123c751d6b818`
-
-```dockerfile
-# Fri, 01 Jul 2016 22:35:22 GMT
-MAINTAINER The CentOS Project <[email protected]> - ami_creator
-# Fri, 01 Jul 2016 22:35:48 GMT
-ADD file:6a409eac27f0c7e04393da096dbeff01b929405e79b15222a0dc06a2084d3df3 in /
-```
-
--	Layers:
-	-	`sha256:2fbe3a450f5d5be9ac8ed64d7a5e2434adc4156ab2530bcf74e32376de0aa371`  
-		Last Modified: Fri, 01 Jul 2016 22:58:08 GMT  
-		Size: 75.1 MB (75068194 bytes)
-
-## `centos:7.0.1406`
-
-```console
-$ docker pull centos@sha256:a5029bfa101b1c891a6b0b45064b51bddf63dffb996e5b2ca546fc9058db0a2c
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `centos:7.0.1406` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **75.1 MB (75068194 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:68c19b8863f0513804ad505d9b9ccb8c813a9f465070b4b41c6123c751d6b818`
-
-```dockerfile
-# Fri, 01 Jul 2016 22:35:22 GMT
-MAINTAINER The CentOS Project <[email protected]> - ami_creator
-# Fri, 01 Jul 2016 22:35:48 GMT
-ADD file:6a409eac27f0c7e04393da096dbeff01b929405e79b15222a0dc06a2084d3df3 in /
-```
-
--	Layers:
-	-	`sha256:2fbe3a450f5d5be9ac8ed64d7a5e2434adc4156ab2530bcf74e32376de0aa371`  
-		Last Modified: Fri, 01 Jul 2016 22:58:08 GMT  
-		Size: 75.1 MB (75068194 bytes)
-
-## `centos:centos6.8`
-
-```console
-$ docker pull centos@sha256:fd9058a6149809b2f4725bb4461294ceebb59e587435f3509c2c8dcc9ee1d5b4
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `centos:centos6.8` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **68.7 MB (68745207 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:a374fd62f97f4ba3c639da09a93e43ae84eb2ee19ea1c4c6d383deceaa6efc84`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Fri, 01 Jul 2016 22:34:41 GMT
-MAINTAINER The CentOS Project <[email protected]>
-# Fri, 01 Jul 2016 22:36:02 GMT
-ADD file:beeefa390db7bc02afe6a885fecdd835435d30121252a0caf1f9215bd8e37fc2 in /
-# Fri, 01 Jul 2016 22:36:04 GMT
-LABEL name=CentOS Base Image vendor=CentOS license=GPLv2 build-date=2016-06-02
-# Fri, 01 Jul 2016 22:36:06 GMT
-CMD ["/bin/bash"]
-```
-
--	Layers:
-	-	`sha256:b6d7b2ebc0a7f5c0e87724be3904839d65562ec69909232ce1b7524257eb41af`  
-		Last Modified: Fri, 01 Jul 2016 22:58:44 GMT  
-		Size: 68.7 MB (68745207 bytes)
-
-## `centos:6.8`
-
-```console
-$ docker pull centos@sha256:fd9058a6149809b2f4725bb4461294ceebb59e587435f3509c2c8dcc9ee1d5b4
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `centos:6.8` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **68.7 MB (68745207 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:a374fd62f97f4ba3c639da09a93e43ae84eb2ee19ea1c4c6d383deceaa6efc84`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Fri, 01 Jul 2016 22:34:41 GMT
-MAINTAINER The CentOS Project <[email protected]>
-# Fri, 01 Jul 2016 22:36:02 GMT
-ADD file:beeefa390db7bc02afe6a885fecdd835435d30121252a0caf1f9215bd8e37fc2 in /
-# Fri, 01 Jul 2016 22:36:04 GMT
-LABEL name=CentOS Base Image vendor=CentOS license=GPLv2 build-date=2016-06-02
-# Fri, 01 Jul 2016 22:36:06 GMT
-CMD ["/bin/bash"]
-```
-
--	Layers:
-	-	`sha256:b6d7b2ebc0a7f5c0e87724be3904839d65562ec69909232ce1b7524257eb41af`  
-		Last Modified: Fri, 01 Jul 2016 22:58:44 GMT  
-		Size: 68.7 MB (68745207 bytes)
-
-## `centos:centos6.7`
-
-```console
-$ docker pull centos@sha256:6b2d048a773f940c032d070931b824595ff0b437edb76aeade432c6defe87dcb
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `centos:centos6.7` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **66.4 MB (66389926 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:fb5054b394b7fcb824f9d54b93bb83de8a2308850129e3ecc5ad77f1c6ce5ce0`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Fri, 01 Jul 2016 22:34:41 GMT
-MAINTAINER The CentOS Project <[email protected]>
-# Fri, 01 Jul 2016 22:36:17 GMT
-ADD file:b32a37ee272e6ae1740be193cc0947edaf5cda5d428feaf347a4afb571042bc1 in /
-# Fri, 01 Jul 2016 22:36:20 GMT
-LABEL Vendor=CentOS
-# Fri, 01 Jul 2016 22:36:22 GMT
-LABEL License=GPLv2
-# Fri, 01 Jul 2016 22:36:23 GMT
-CMD ["/bin/bash"]
-```
-
--	Layers:
-	-	`sha256:5237cae4d62996a5c7e0dec4eec6a221b5cad630c4d7de33db57004d6cd2501b`  
-		Last Modified: Mon, 19 Oct 2015 20:57:27 GMT  
-		Size: 66.4 MB (66389926 bytes)
-
-## `centos:6.7`
-
-```console
-$ docker pull centos@sha256:6b2d048a773f940c032d070931b824595ff0b437edb76aeade432c6defe87dcb
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `centos:6.7` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **66.4 MB (66389926 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:fb5054b394b7fcb824f9d54b93bb83de8a2308850129e3ecc5ad77f1c6ce5ce0`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Fri, 01 Jul 2016 22:34:41 GMT
-MAINTAINER The CentOS Project <[email protected]>
-# Fri, 01 Jul 2016 22:36:17 GMT
-ADD file:b32a37ee272e6ae1740be193cc0947edaf5cda5d428feaf347a4afb571042bc1 in /
-# Fri, 01 Jul 2016 22:36:20 GMT
-LABEL Vendor=CentOS
-# Fri, 01 Jul 2016 22:36:22 GMT
-LABEL License=GPLv2
-# Fri, 01 Jul 2016 22:36:23 GMT
-CMD ["/bin/bash"]
-```
-
--	Layers:
-	-	`sha256:5237cae4d62996a5c7e0dec4eec6a221b5cad630c4d7de33db57004d6cd2501b`  
-		Last Modified: Mon, 19 Oct 2015 20:57:27 GMT  
-		Size: 66.4 MB (66389926 bytes)
-
-## `centos:centos6.6`
-
-```console
-$ docker pull centos@sha256:69230f134a0c55fd41a510342f55ca562950b895da1122ef138d398d219d4319
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `centos:centos6.6` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **72.0 MB (72038689 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:2c886f766286449b76ad90a7ce577b988e48fe5a3ed9a75c53fb81f783946831`
-
-```dockerfile
-# Fri, 01 Jul 2016 22:35:22 GMT
-MAINTAINER The CentOS Project <[email protected]> - ami_creator
-# Fri, 01 Jul 2016 22:36:35 GMT
-ADD file:a5c79d873c20d685b71d899211c5d58b90c08473604aba82a9d655a58fcd1488 in /
-```
-
--	Layers:
-	-	`sha256:3eaa9b70c44a88d9d4c2bcac5f8af1f7f63e12eae72fd21a029a54ad95a47f50`  
-		Last Modified: Fri, 01 Jul 2016 22:59:57 GMT  
-		Size: 72.0 MB (72038689 bytes)
-
-## `centos:6.6`
-
-```console
-$ docker pull centos@sha256:69230f134a0c55fd41a510342f55ca562950b895da1122ef138d398d219d4319
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `centos:6.6` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **72.0 MB (72038689 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:2c886f766286449b76ad90a7ce577b988e48fe5a3ed9a75c53fb81f783946831`
-
-```dockerfile
-# Fri, 01 Jul 2016 22:35:22 GMT
-MAINTAINER The CentOS Project <[email protected]> - ami_creator
-# Fri, 01 Jul 2016 22:36:35 GMT
-ADD file:a5c79d873c20d685b71d899211c5d58b90c08473604aba82a9d655a58fcd1488 in /
-```
-
--	Layers:
-	-	`sha256:3eaa9b70c44a88d9d4c2bcac5f8af1f7f63e12eae72fd21a029a54ad95a47f50`  
-		Last Modified: Fri, 01 Jul 2016 22:59:57 GMT  
-		Size: 72.0 MB (72038689 bytes)
-
-## `centos:centos5.11`
-
-```console
-$ docker pull centos@sha256:b4534d42e5d454c5a58013e0b7e4667c2e08c9061434bd863f980eb3c5e05710
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `centos:centos5.11` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **87.1 MB (87094625 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:6dd3cea511299b6eb36fda131b110aa65772901ca2c629419437bf1c3c519ef3`
-
-```dockerfile
-# Fri, 01 Jul 2016 22:35:22 GMT
-MAINTAINER The CentOS Project <[email protected]> - ami_creator
-# Fri, 01 Jul 2016 22:36:54 GMT
-ADD file:5eb41b74d6ed5f4540b19132c786aec1839942f9213b842f37378a6f64da4914 in /
-```
-
--	Layers:
-	-	`sha256:ebd69957142bd0a24ecd4d5293bcfc18c2732741afb2e2401c60d13c3e80798c`  
-		Last Modified: Fri, 01 Jul 2016 23:00:46 GMT  
-		Size: 87.1 MB (87094625 bytes)
-
-## `centos:5.11`
-
-```console
-$ docker pull centos@sha256:b4534d42e5d454c5a58013e0b7e4667c2e08c9061434bd863f980eb3c5e05710
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `centos:5.11` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **87.1 MB (87094625 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:6dd3cea511299b6eb36fda131b110aa65772901ca2c629419437bf1c3c519ef3`
-
-```dockerfile
-# Fri, 01 Jul 2016 22:35:22 GMT
-MAINTAINER The CentOS Project <[email protected]> - ami_creator
-# Fri, 01 Jul 2016 22:36:54 GMT
-ADD file:5eb41b74d6ed5f4540b19132c786aec1839942f9213b842f37378a6f64da4914 in /
-```
-
--	Layers:
-	-	`sha256:ebd69957142bd0a24ecd4d5293bcfc18c2732741afb2e2401c60d13c3e80798c`  
-		Last Modified: Fri, 01 Jul 2016 23:00:46 GMT  
-		Size: 87.1 MB (87094625 bytes)

+ 4 - 6
chronograf/README.md

@@ -1,13 +1,11 @@
 # Supported tags and respective `Dockerfile` links
 
--	[`0.12`, `0.12.0` (*0.12/Dockerfile*)](https://github.com/influxdata/chronograf-docker/blob/82b30f8a10b7dde9b13953400288768f109bf749/0.12/Dockerfile)
--	[`0.13`, `0.13.0`, `latest` (*chronograf/0.13/Dockerfile*)](https://github.com/influxdata/influxdata-docker/blob/215cf009c143dc739b5b10084ae330ca7f3665d6/chronograf/0.13/Dockerfile)
-
-[![](https://badge.imagelayers.io/chronograf:latest.svg)](https://imagelayers.io/?images=chronograf:0.12,chronograf:0.13)
+-	[`0.13`, `0.13.0`, `latest` (*chronograf/0.13/Dockerfile*)](https://github.com/influxdata/influxdata-docker/blob/22b661b4c141d237669f94e4740f234b7be43a7b/chronograf/0.13/Dockerfile)
+-	[`1.0.0-rc1` (*chronograf/1.0/Dockerfile*)](https://github.com/influxdata/influxdata-docker/blob/22b661b4c141d237669f94e4740f234b7be43a7b/chronograf/1.0/Dockerfile)
 
 For more information about this image and its history, please see [the relevant manifest file (`library/chronograf`)](https://github.com/docker-library/official-images/blob/master/library/chronograf). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fchronograf).
 
-For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `chronograf/tag-details.md` file](https://github.com/docker-library/docs/blob/master/chronograf/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs).
+For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `repos/chronograf/tag-details.md` file](https://github.com/docker-library/repo-info/blob/master/repos/chronograf/tag-details.md) in [the `docker-library/repo-info` GitHub repo](https://github.com/docker-library/repo-info).
 
 # Chronograf
 
@@ -62,7 +60,7 @@ View [license information](https://github.com/influxdata/chronograf/blob/master/
 
 # Supported Docker versions
 
-This image is officially supported on Docker version 1.11.2.
+This image is officially supported on Docker version 1.12.1.
 
 Support for older versions (down to 1.6) is provided on a best-effort basis.
 

+ 0 - 349
chronograf/tag-details.md

@@ -1,349 +0,0 @@
-<!-- THIS FILE IS GENERATED VIA '.template-helpers/generate-tag-details.pl' -->
-
-# Tags of `chronograf`
-
--	[`chronograf:0.12`](#chronograf012)
--	[`chronograf:0.12.0`](#chronograf0120)
--	[`chronograf:0.13`](#chronograf013)
--	[`chronograf:0.13.0`](#chronograf0130)
--	[`chronograf:latest`](#chronograflatest)
-
-## `chronograf:0.12`
-
-```console
-$ docker pull chronograf@sha256:6cc7823ece3f2132ef0ea45f01583f4e114c8ac31f528e626e29d806ec64bef5
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `chronograf:0.12` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **73.9 MB (73926259 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:0b1bcc27ca21577377a0783d98e5bee71e3756fb6b78ea8021f222841ad586a2`
--	Entrypoint: `["\/entrypoint.sh"]`
--	Default Command: `["chronograf"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:54:46 GMT
-RUN gpg     --keyserver hkp://ha.pool.sks-keyservers.net     --recv-keys 05CE15085FC09D18E99EFB22684A14CF2582E0C5
-# Thu, 09 Jun 2016 22:54:46 GMT
-ENV CHRONOGRAF_VERSION=0.12.0
-# Thu, 09 Jun 2016 22:54:50 GMT
-RUN wget -q https://s3.amazonaws.com/get.influxdb.org/chronograf/chronograf_${CHRONOGRAF_VERSION}_amd64.deb.asc &&     wget -q https://s3.amazonaws.com/get.influxdb.org/chronograf/chronograf_${CHRONOGRAF_VERSION}_amd64.deb &&     gpg --batch --verify chronograf_${CHRONOGRAF_VERSION}_amd64.deb.asc chronograf_${CHRONOGRAF_VERSION}_amd64.deb &&     dpkg -i chronograf_${CHRONOGRAF_VERSION}_amd64.deb &&     rm -f chronograf_${CHRONOGRAF_VERSION}_amd64.deb*
-# Thu, 09 Jun 2016 22:54:50 GMT
-COPY file:6bd8f62167b75e75bb429d6dda670ec917256913ff3370f929e2c8d9e14b475e in /etc/chronograf/chronograf.conf
-# Thu, 09 Jun 2016 22:54:50 GMT
-EXPOSE 10000/tcp
-# Thu, 09 Jun 2016 22:54:51 GMT
-ENV PATH=/opt/chronograf:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Thu, 09 Jun 2016 22:54:51 GMT
-VOLUME [/var/lib/chronograf]
-# Thu, 09 Jun 2016 22:54:51 GMT
-COPY file:52e80689a6559bcd429d0da2d2a991bcc0e31bcf066ca062d33be82a9ec6a48d in /entrypoint.sh
-# Thu, 09 Jun 2016 22:54:51 GMT
-ENTRYPOINT &{["/entrypoint.sh"]}
-# Thu, 09 Jun 2016 22:54:52 GMT
-CMD ["chronograf"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:62a96cb5d4e863956fddb512db1b13b66e74fc050a6fcb6e97970a3a76d97b0d`  
-		Last Modified: Thu, 09 Jun 2016 22:55:03 GMT  
-		Size: 6.8 KB (6755 bytes)
-	-	`sha256:55cfb462777bf27532de9f7b94096d7083ebc6ddd6619938260d6bb0acf1de16`  
-		Last Modified: Thu, 09 Jun 2016 22:55:05 GMT  
-		Size: 4.0 MB (4019301 bytes)
-	-	`sha256:8ec9bb0a18515ce58ab6f4b2550f0e18ab3c1d5a65e0b0e519f5c859bf3aad54`  
-		Last Modified: Thu, 09 Jun 2016 22:55:04 GMT  
-		Size: 205.0 B
-	-	`sha256:71a0bcda973e8cde941fe6a61a6144e9912334e906489ccd876d7102ffce7c06`  
-		Last Modified: Thu, 09 Jun 2016 22:55:04 GMT  
-		Size: 244.0 B
-
-## `chronograf:0.12.0`
-
-```console
-$ docker pull chronograf@sha256:6cc7823ece3f2132ef0ea45f01583f4e114c8ac31f528e626e29d806ec64bef5
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `chronograf:0.12.0` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **73.9 MB (73926259 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:0b1bcc27ca21577377a0783d98e5bee71e3756fb6b78ea8021f222841ad586a2`
--	Entrypoint: `["\/entrypoint.sh"]`
--	Default Command: `["chronograf"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:54:46 GMT
-RUN gpg     --keyserver hkp://ha.pool.sks-keyservers.net     --recv-keys 05CE15085FC09D18E99EFB22684A14CF2582E0C5
-# Thu, 09 Jun 2016 22:54:46 GMT
-ENV CHRONOGRAF_VERSION=0.12.0
-# Thu, 09 Jun 2016 22:54:50 GMT
-RUN wget -q https://s3.amazonaws.com/get.influxdb.org/chronograf/chronograf_${CHRONOGRAF_VERSION}_amd64.deb.asc &&     wget -q https://s3.amazonaws.com/get.influxdb.org/chronograf/chronograf_${CHRONOGRAF_VERSION}_amd64.deb &&     gpg --batch --verify chronograf_${CHRONOGRAF_VERSION}_amd64.deb.asc chronograf_${CHRONOGRAF_VERSION}_amd64.deb &&     dpkg -i chronograf_${CHRONOGRAF_VERSION}_amd64.deb &&     rm -f chronograf_${CHRONOGRAF_VERSION}_amd64.deb*
-# Thu, 09 Jun 2016 22:54:50 GMT
-COPY file:6bd8f62167b75e75bb429d6dda670ec917256913ff3370f929e2c8d9e14b475e in /etc/chronograf/chronograf.conf
-# Thu, 09 Jun 2016 22:54:50 GMT
-EXPOSE 10000/tcp
-# Thu, 09 Jun 2016 22:54:51 GMT
-ENV PATH=/opt/chronograf:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Thu, 09 Jun 2016 22:54:51 GMT
-VOLUME [/var/lib/chronograf]
-# Thu, 09 Jun 2016 22:54:51 GMT
-COPY file:52e80689a6559bcd429d0da2d2a991bcc0e31bcf066ca062d33be82a9ec6a48d in /entrypoint.sh
-# Thu, 09 Jun 2016 22:54:51 GMT
-ENTRYPOINT &{["/entrypoint.sh"]}
-# Thu, 09 Jun 2016 22:54:52 GMT
-CMD ["chronograf"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:62a96cb5d4e863956fddb512db1b13b66e74fc050a6fcb6e97970a3a76d97b0d`  
-		Last Modified: Thu, 09 Jun 2016 22:55:03 GMT  
-		Size: 6.8 KB (6755 bytes)
-	-	`sha256:55cfb462777bf27532de9f7b94096d7083ebc6ddd6619938260d6bb0acf1de16`  
-		Last Modified: Thu, 09 Jun 2016 22:55:05 GMT  
-		Size: 4.0 MB (4019301 bytes)
-	-	`sha256:8ec9bb0a18515ce58ab6f4b2550f0e18ab3c1d5a65e0b0e519f5c859bf3aad54`  
-		Last Modified: Thu, 09 Jun 2016 22:55:04 GMT  
-		Size: 205.0 B
-	-	`sha256:71a0bcda973e8cde941fe6a61a6144e9912334e906489ccd876d7102ffce7c06`  
-		Last Modified: Thu, 09 Jun 2016 22:55:04 GMT  
-		Size: 244.0 B
-
-## `chronograf:0.13`
-
-```console
-$ docker pull chronograf@sha256:58f0f63eda248979413e08f0585a8faab495919d93c72c37a2564d26a02c241e
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `chronograf:0.13` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **73.9 MB (73938422 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:384cb0e8aebeb2c043b4dc9901956e00527f334795bbb8741fd007ab11803bd5`
--	Entrypoint: `["\/entrypoint.sh"]`
--	Default Command: `["chronograf"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:54:46 GMT
-RUN gpg     --keyserver hkp://ha.pool.sks-keyservers.net     --recv-keys 05CE15085FC09D18E99EFB22684A14CF2582E0C5
-# Thu, 09 Jun 2016 22:54:52 GMT
-ENV CHRONOGRAF_VERSION=0.13.0
-# Thu, 09 Jun 2016 22:54:57 GMT
-RUN wget -q https://dl.influxdata.com/chronograf/releases/chronograf_${CHRONOGRAF_VERSION}_amd64.deb.asc &&     wget -q https://dl.influxdata.com/chronograf/releases/chronograf_${CHRONOGRAF_VERSION}_amd64.deb &&     gpg --batch --verify chronograf_${CHRONOGRAF_VERSION}_amd64.deb.asc chronograf_${CHRONOGRAF_VERSION}_amd64.deb &&     dpkg -i chronograf_${CHRONOGRAF_VERSION}_amd64.deb &&     rm -f chronograf_${CHRONOGRAF_VERSION}_amd64.deb*
-# Thu, 09 Jun 2016 22:54:57 GMT
-COPY file:6bd8f62167b75e75bb429d6dda670ec917256913ff3370f929e2c8d9e14b475e in /etc/chronograf/chronograf.conf
-# Thu, 09 Jun 2016 22:54:57 GMT
-EXPOSE 10000/tcp
-# Thu, 09 Jun 2016 22:54:57 GMT
-ENV PATH=/opt/chronograf:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Thu, 09 Jun 2016 22:54:58 GMT
-VOLUME [/var/lib/chronograf]
-# Thu, 09 Jun 2016 22:54:58 GMT
-COPY file:fc95049005144e726efe031fc5e003a8eedf95c50f0041c41c3161e64cf9dbbe in /entrypoint.sh
-# Thu, 09 Jun 2016 22:54:58 GMT
-ENTRYPOINT &{["/entrypoint.sh"]}
-# Thu, 09 Jun 2016 22:54:58 GMT
-CMD ["chronograf"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:62a96cb5d4e863956fddb512db1b13b66e74fc050a6fcb6e97970a3a76d97b0d`  
-		Last Modified: Thu, 09 Jun 2016 22:55:03 GMT  
-		Size: 6.8 KB (6755 bytes)
-	-	`sha256:1a3d860cf444d4534497e05e3241e2b0a43095b8b8ec4a9454dbdf7fb5575da4`  
-		Last Modified: Thu, 09 Jun 2016 22:55:20 GMT  
-		Size: 4.0 MB (4031521 bytes)
-	-	`sha256:27e24ae20dac8820e24200e6007c61c3db8e24efa7fbc675b7a4f0eb2ef531d2`  
-		Last Modified: Thu, 09 Jun 2016 22:55:19 GMT  
-		Size: 206.0 B
-	-	`sha256:1cbcfb8e2e52f10cefd909d23644f0e7432108e84f9138da9b94d960f14b03b8`  
-		Last Modified: Thu, 09 Jun 2016 22:55:18 GMT  
-		Size: 186.0 B
-
-## `chronograf:0.13.0`
-
-```console
-$ docker pull chronograf@sha256:58f0f63eda248979413e08f0585a8faab495919d93c72c37a2564d26a02c241e
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `chronograf:0.13.0` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **73.9 MB (73938422 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:384cb0e8aebeb2c043b4dc9901956e00527f334795bbb8741fd007ab11803bd5`
--	Entrypoint: `["\/entrypoint.sh"]`
--	Default Command: `["chronograf"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:54:46 GMT
-RUN gpg     --keyserver hkp://ha.pool.sks-keyservers.net     --recv-keys 05CE15085FC09D18E99EFB22684A14CF2582E0C5
-# Thu, 09 Jun 2016 22:54:52 GMT
-ENV CHRONOGRAF_VERSION=0.13.0
-# Thu, 09 Jun 2016 22:54:57 GMT
-RUN wget -q https://dl.influxdata.com/chronograf/releases/chronograf_${CHRONOGRAF_VERSION}_amd64.deb.asc &&     wget -q https://dl.influxdata.com/chronograf/releases/chronograf_${CHRONOGRAF_VERSION}_amd64.deb &&     gpg --batch --verify chronograf_${CHRONOGRAF_VERSION}_amd64.deb.asc chronograf_${CHRONOGRAF_VERSION}_amd64.deb &&     dpkg -i chronograf_${CHRONOGRAF_VERSION}_amd64.deb &&     rm -f chronograf_${CHRONOGRAF_VERSION}_amd64.deb*
-# Thu, 09 Jun 2016 22:54:57 GMT
-COPY file:6bd8f62167b75e75bb429d6dda670ec917256913ff3370f929e2c8d9e14b475e in /etc/chronograf/chronograf.conf
-# Thu, 09 Jun 2016 22:54:57 GMT
-EXPOSE 10000/tcp
-# Thu, 09 Jun 2016 22:54:57 GMT
-ENV PATH=/opt/chronograf:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Thu, 09 Jun 2016 22:54:58 GMT
-VOLUME [/var/lib/chronograf]
-# Thu, 09 Jun 2016 22:54:58 GMT
-COPY file:fc95049005144e726efe031fc5e003a8eedf95c50f0041c41c3161e64cf9dbbe in /entrypoint.sh
-# Thu, 09 Jun 2016 22:54:58 GMT
-ENTRYPOINT &{["/entrypoint.sh"]}
-# Thu, 09 Jun 2016 22:54:58 GMT
-CMD ["chronograf"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:62a96cb5d4e863956fddb512db1b13b66e74fc050a6fcb6e97970a3a76d97b0d`  
-		Last Modified: Thu, 09 Jun 2016 22:55:03 GMT  
-		Size: 6.8 KB (6755 bytes)
-	-	`sha256:1a3d860cf444d4534497e05e3241e2b0a43095b8b8ec4a9454dbdf7fb5575da4`  
-		Last Modified: Thu, 09 Jun 2016 22:55:20 GMT  
-		Size: 4.0 MB (4031521 bytes)
-	-	`sha256:27e24ae20dac8820e24200e6007c61c3db8e24efa7fbc675b7a4f0eb2ef531d2`  
-		Last Modified: Thu, 09 Jun 2016 22:55:19 GMT  
-		Size: 206.0 B
-	-	`sha256:1cbcfb8e2e52f10cefd909d23644f0e7432108e84f9138da9b94d960f14b03b8`  
-		Last Modified: Thu, 09 Jun 2016 22:55:18 GMT  
-		Size: 186.0 B
-
-## `chronograf:latest`
-
-```console
-$ docker pull chronograf@sha256:58f0f63eda248979413e08f0585a8faab495919d93c72c37a2564d26a02c241e
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `chronograf:latest` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **73.9 MB (73938422 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:384cb0e8aebeb2c043b4dc9901956e00527f334795bbb8741fd007ab11803bd5`
--	Entrypoint: `["\/entrypoint.sh"]`
--	Default Command: `["chronograf"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:54:46 GMT
-RUN gpg     --keyserver hkp://ha.pool.sks-keyservers.net     --recv-keys 05CE15085FC09D18E99EFB22684A14CF2582E0C5
-# Thu, 09 Jun 2016 22:54:52 GMT
-ENV CHRONOGRAF_VERSION=0.13.0
-# Thu, 09 Jun 2016 22:54:57 GMT
-RUN wget -q https://dl.influxdata.com/chronograf/releases/chronograf_${CHRONOGRAF_VERSION}_amd64.deb.asc &&     wget -q https://dl.influxdata.com/chronograf/releases/chronograf_${CHRONOGRAF_VERSION}_amd64.deb &&     gpg --batch --verify chronograf_${CHRONOGRAF_VERSION}_amd64.deb.asc chronograf_${CHRONOGRAF_VERSION}_amd64.deb &&     dpkg -i chronograf_${CHRONOGRAF_VERSION}_amd64.deb &&     rm -f chronograf_${CHRONOGRAF_VERSION}_amd64.deb*
-# Thu, 09 Jun 2016 22:54:57 GMT
-COPY file:6bd8f62167b75e75bb429d6dda670ec917256913ff3370f929e2c8d9e14b475e in /etc/chronograf/chronograf.conf
-# Thu, 09 Jun 2016 22:54:57 GMT
-EXPOSE 10000/tcp
-# Thu, 09 Jun 2016 22:54:57 GMT
-ENV PATH=/opt/chronograf:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Thu, 09 Jun 2016 22:54:58 GMT
-VOLUME [/var/lib/chronograf]
-# Thu, 09 Jun 2016 22:54:58 GMT
-COPY file:fc95049005144e726efe031fc5e003a8eedf95c50f0041c41c3161e64cf9dbbe in /entrypoint.sh
-# Thu, 09 Jun 2016 22:54:58 GMT
-ENTRYPOINT &{["/entrypoint.sh"]}
-# Thu, 09 Jun 2016 22:54:58 GMT
-CMD ["chronograf"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:62a96cb5d4e863956fddb512db1b13b66e74fc050a6fcb6e97970a3a76d97b0d`  
-		Last Modified: Thu, 09 Jun 2016 22:55:03 GMT  
-		Size: 6.8 KB (6755 bytes)
-	-	`sha256:1a3d860cf444d4534497e05e3241e2b0a43095b8b8ec4a9454dbdf7fb5575da4`  
-		Last Modified: Thu, 09 Jun 2016 22:55:20 GMT  
-		Size: 4.0 MB (4031521 bytes)
-	-	`sha256:27e24ae20dac8820e24200e6007c61c3db8e24efa7fbc675b7a4f0eb2ef531d2`  
-		Last Modified: Thu, 09 Jun 2016 22:55:19 GMT  
-		Size: 206.0 B
-	-	`sha256:1cbcfb8e2e52f10cefd909d23644f0e7432108e84f9138da9b94d960f14b03b8`  
-		Last Modified: Thu, 09 Jun 2016 22:55:18 GMT  
-		Size: 186.0 B

+ 2 - 4
cirros/README.md

@@ -3,11 +3,9 @@
 -	[`latest`, `0.3.4` (*Dockerfile*)](https://github.com/ewindisch/docker-cirros/blob/fd9aa114c465237518535d3545d4f9c4bc1d0aa5/Dockerfile)
 -	[`0.3.3` (*Dockerfile*)](https://github.com/ewindisch/docker-cirros/blob/5ef3f5024b0aa80553cc34be9eff6685cb31b458/Dockerfile)
 
-[![](https://badge.imagelayers.io/cirros:latest.svg)](https://imagelayers.io/?images=cirros:latest,cirros:0.3.3)
-
 For more information about this image and its history, please see [the relevant manifest file (`library/cirros`)](https://github.com/docker-library/official-images/blob/master/library/cirros). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fcirros).
 
-For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `cirros/tag-details.md` file](https://github.com/docker-library/docs/blob/master/cirros/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs).
+For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `repos/cirros/tag-details.md` file](https://github.com/docker-library/repo-info/blob/master/repos/cirros/tag-details.md) in [the `docker-library/repo-info` GitHub repo](https://github.com/docker-library/repo-info).
 
 # What is CirrOS?
 
@@ -19,7 +17,7 @@ CirrOS is a Tiny OS that specializes in running on a cloud.
 
 # Supported Docker versions
 
-This image is officially supported on Docker version 1.11.2.
+This image is officially supported on Docker version 1.12.1.
 
 Support for older versions (down to 1.6) is provided on a best-effort basis.
 

+ 0 - 151
cirros/tag-details.md

@@ -1,151 +0,0 @@
-<!-- THIS FILE IS GENERATED VIA '.template-helpers/generate-tag-details.pl' -->
-
-# Tags of `cirros`
-
--	[`cirros:latest`](#cirroslatest)
--	[`cirros:0.3.4`](#cirros034)
--	[`cirros:0.3.3`](#cirros033)
-
-## `cirros:latest`
-
-```console
-$ docker pull cirros@sha256:9aa75497b46cc15cccceef625acee6017d7f3e78db9bd5f7b6b933feaa38e3ae
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `cirros:latest` - linux; amd64
-
--	Docker Version: 1.8.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **3.5 MB (3543600 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:f8ce316a37a79a89cb6f9ef65f23b38893fe291b519a8b18cf08af65872f02a9`
--	Default Command: `["\/sbin\/init"]`
-
-```dockerfile
-# Mon, 04 Jan 2016 21:25:00 GMT
-MAINTAINER Eric Windisch <[email protected]>
-# Mon, 04 Jan 2016 21:25:01 GMT
-ADD file:65515284d0bebdd40442eb13bb6a9e6596ff52e7a6c847363d82844ed88a169e in /
-# Mon, 04 Jan 2016 21:25:04 GMT
-RUN rm /etc/rc3.d/S40-network
-# Mon, 04 Jan 2016 21:25:06 GMT
-RUN sed -i '/is_lxc && lxc_netdown/d' /etc/init.d/rc.sysinit
-# Mon, 04 Jan 2016 21:25:07 GMT
-CMD ["/sbin/init"]
-```
-
--	Layers:
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:8c4568d4063684a72abcc5dbf16b74750d74ee600d4f520a5fad77308de9e195`  
-		Last Modified: Mon, 04 Jan 2016 16:49:49 GMT  
-		Size: 3.5 MB (3542150 bytes)
-	-	`sha256:e6cc72aea3e6702f07dc862041195b47deb7def56984860d1b4ff912fb458333`  
-		Last Modified: Mon, 04 Jan 2016 21:28:36 GMT  
-		Size: 153.0 B
-	-	`sha256:b5a1edf1e076b8cd0a1befe7124b256c5757da5497a188c908d53643262047e1`  
-		Last Modified: Mon, 04 Jan 2016 21:28:33 GMT  
-		Size: 1.2 KB (1233 bytes)
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-
-## `cirros:0.3.4`
-
-```console
-$ docker pull cirros@sha256:9aa75497b46cc15cccceef625acee6017d7f3e78db9bd5f7b6b933feaa38e3ae
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `cirros:0.3.4` - linux; amd64
-
--	Docker Version: 1.8.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **3.5 MB (3543600 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:f8ce316a37a79a89cb6f9ef65f23b38893fe291b519a8b18cf08af65872f02a9`
--	Default Command: `["\/sbin\/init"]`
-
-```dockerfile
-# Mon, 04 Jan 2016 21:25:00 GMT
-MAINTAINER Eric Windisch <[email protected]>
-# Mon, 04 Jan 2016 21:25:01 GMT
-ADD file:65515284d0bebdd40442eb13bb6a9e6596ff52e7a6c847363d82844ed88a169e in /
-# Mon, 04 Jan 2016 21:25:04 GMT
-RUN rm /etc/rc3.d/S40-network
-# Mon, 04 Jan 2016 21:25:06 GMT
-RUN sed -i '/is_lxc && lxc_netdown/d' /etc/init.d/rc.sysinit
-# Mon, 04 Jan 2016 21:25:07 GMT
-CMD ["/sbin/init"]
-```
-
--	Layers:
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:8c4568d4063684a72abcc5dbf16b74750d74ee600d4f520a5fad77308de9e195`  
-		Last Modified: Mon, 04 Jan 2016 16:49:49 GMT  
-		Size: 3.5 MB (3542150 bytes)
-	-	`sha256:e6cc72aea3e6702f07dc862041195b47deb7def56984860d1b4ff912fb458333`  
-		Last Modified: Mon, 04 Jan 2016 21:28:36 GMT  
-		Size: 153.0 B
-	-	`sha256:b5a1edf1e076b8cd0a1befe7124b256c5757da5497a188c908d53643262047e1`  
-		Last Modified: Mon, 04 Jan 2016 21:28:33 GMT  
-		Size: 1.2 KB (1233 bytes)
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-
-## `cirros:0.3.3`
-
-```console
-$ docker pull cirros@sha256:ee84c57544d1ce9616d8b7e8a68a80e6e8adea3ca1cb1e356f422faf3ed31795
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `cirros:0.3.3` - linux; amd64
-
--	Docker Version: 1.8.2
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **3.5 MB (3529315 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:050a75127733f125e3455467101902ae7bf12043e6826987aead1203fd0322ef`
--	Default Command: `["\/sbin\/init"]`
-
-```dockerfile
-# Wed, 22 Apr 2015 05:14:08 GMT
-MAINTAINER Eric Windisch <[email protected]>
-# Tue, 13 Oct 2015 23:32:33 GMT
-ADD file:31b7d60ecb46a910225aabb36376a1df2376dd86433a28b24df3f67bb2d4d618 in /
-# Tue, 13 Oct 2015 23:32:35 GMT
-RUN rm /etc/rc3.d/S40-network
-# Tue, 13 Oct 2015 23:32:36 GMT
-RUN sed -i '/is_lxc && lxc_netdown/d' /etc/init.d/rc.sysinit
-# Tue, 13 Oct 2015 23:32:37 GMT
-CMD ["/sbin/init"]
-```
-
--	Layers:
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:78f3e58e2da9224cc693e476556047a957225ec4ef911a38f6cb05adea713035`  
-		Last Modified: Fri, 17 Apr 2015 01:21:45 GMT  
-		Size: 3.5 MB (3527868 bytes)
-	-	`sha256:4aaa72e15498ecbac1d4cf825041a9526ad9c3e683340522d45020eeed2e63de`  
-		Last Modified: Wed, 14 Oct 2015 21:39:28 GMT  
-		Size: 152.0 B
-	-	`sha256:0fbcaa8da3adaf959c0d33cc62528831a3b21c5b27290f694d02e7f819efab1b`  
-		Last Modified: Wed, 14 Oct 2015 21:39:23 GMT  
-		Size: 1.2 KB (1231 bytes)
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B

+ 1 - 0
clearlinux/README-short.txt

@@ -0,0 +1 @@
+Official docker build of Clear Linux OS for Intel Architecture

+ 52 - 0
clearlinux/README.md

@@ -0,0 +1,52 @@
+# Supported tags and respective `Dockerfile` links
+
+-	[`latest`, `base` (*Dockerfile*)](https://github.com/clearlinux/docker-brew-clearlinux/blob/0f1e92867c2fcaf0d94f9941444f6f917832f6ff/Dockerfile)
+
+For more information about this image and its history, please see [the relevant manifest file (`library/clearlinux`)](https://github.com/docker-library/official-images/blob/master/library/clearlinux). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fclearlinux).
+
+For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `repos/clearlinux/tag-details.md` file](https://github.com/docker-library/repo-info/blob/master/repos/clearlinux/tag-details.md) in [the `docker-library/repo-info` GitHub repo](https://github.com/docker-library/repo-info).
+
+# Clear Linux OS
+
+This serves as the official [Clear Linux OS](https://clearlinux.org) image.
+
+![logo](https://raw.githubusercontent.com/docker-library/docs/dbe1941be63c87cc691b59d50f830f9dd7d69df9/clearlinux/logo.png)
+
+The `clearlinux:latest` tag will point to `clearlinux:base` which will track toward the latest release version of the distribution.
+
+This image contains the os-core and os-core-update bundles, the latter can be used to add additional Clear Linux OS components (see [here](https://clearlinux.org/documentation/swupdate_about_sw_update.html) for more details about swupd and [here](https://clearlinux.org/documentation/bundles_overview.html) for more information on bundles).
+
+The following Dockerfile will install the editors and dev-utils bundles on top of the base image
+
+```sh
+FROM clearlinux:base
+RUN swupd bundle-add editors dev-utils
+```
+
+Where editors contains the usual suspects for command line editors and dev-utils contains some handy development tools like strace, gdb and valgrind.
+
+# Supported Docker versions
+
+This image is officially supported on Docker version 1.12.1.
+
+Support for older versions (down to 1.6) is provided on a best-effort basis.
+
+Please see [the Docker installation documentation](https://docs.docker.com/installation/) for details on how to upgrade your Docker daemon.
+
+# User Feedback
+
+## Documentation
+
+Documentation for this image is stored in the [`clearlinux/` directory](https://github.com/docker-library/docs/tree/master/clearlinux) of the [`docker-library/docs` GitHub repo](https://github.com/docker-library/docs). Be sure to familiarize yourself with the [repository's `README.md` file](https://github.com/docker-library/docs/blob/master/README.md) before attempting a pull request.
+
+## Issues
+
+If you have any problems with or questions about this image, please contact us through a [GitHub issue](https://github.com/clearlinux/docker-brew-clearlinux/issues). If the issue is related to a CVE, please check for [a `cve-tracker` issue on the `official-images` repository first](https://github.com/docker-library/official-images/issues?q=label%3Acve-tracker).
+
+You can also reach many of the official image maintainers via the `#docker-library` IRC channel on [Freenode](https://freenode.net).
+
+## Contributing
+
+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](https://github.com/clearlinux/docker-brew-clearlinux/issues), 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.

+ 18 - 0
clearlinux/content.md

@@ -0,0 +1,18 @@
+# Clear Linux OS
+
+This serves as the official [Clear Linux OS](https://clearlinux.org) image.
+
+%%LOGO%%
+
+The `clearlinux:latest` tag will point to `clearlinux:base` which will track toward the latest release version of the distribution.
+
+This image contains the os-core and os-core-update bundles, the latter can be used to add additional Clear Linux OS components (see [here](https://clearlinux.org/documentation/swupdate_about_sw_update.html) for more details about swupd and [here](https://clearlinux.org/documentation/bundles_overview.html) for more information on bundles).
+
+The following Dockerfile will install the editors and dev-utils bundles on top of the base image
+
+```sh
+FROM clearlinux:base
+RUN swupd bundle-add editors dev-utils
+```
+
+Where editors contains the usual suspects for command line editors and dev-utils contains some handy development tools like strace, gdb and valgrind.

+ 1 - 0
clearlinux/github-repo

@@ -0,0 +1 @@
+https://github.com/clearlinux/docker-brew-clearlinux

BIN
clearlinux/logo.png


+ 6 - 8
clojure/README.md

@@ -1,15 +1,13 @@
 # Supported tags and respective `Dockerfile` links
 
--	[`latest`, `lein-2.6.1` (*Dockerfile*)](https://github.com/Quantisan/docker-clojure/blob/0d4a0abe13497a6081ebd080e83d1be0abab3f59/Dockerfile)
--	[`onbuild`, `lein-2.6.1-onbuild` (*onbuild/Dockerfile*)](https://github.com/Quantisan/docker-clojure/blob/0d4a0abe13497a6081ebd080e83d1be0abab3f59/onbuild/Dockerfile)
--	[`alpine`, `lein-2.6.1-alpine` (*alpine/Dockerfile*)](https://github.com/Quantisan/docker-clojure/blob/534102a7ee7e6f4825e86a648a52c44cc25eb39d/alpine/Dockerfile)
--	[`alpine-onbuild`, `lein-2.6.1-alpine-onbuild` (*alpine-onbuild/Dockerfile*)](https://github.com/Quantisan/docker-clojure/blob/73e7427a6cfec285a3d901e4a9ae25b8109c3d0c/alpine-onbuild/Dockerfile)
-
-[![](https://badge.imagelayers.io/clojure:latest.svg)](https://imagelayers.io/?images=clojure:latest,clojure:onbuild,clojure:alpine,clojure:alpine-onbuild)
+-	[`latest`, `lein-2.7.0` (*Dockerfile*)](https://github.com/Quantisan/docker-clojure/blob/8cf0e16895dfebd99cc4d93e86d66d4bc03f4ac1/Dockerfile)
+-	[`onbuild`, `lein-2.7.0-onbuild` (*onbuild/Dockerfile*)](https://github.com/Quantisan/docker-clojure/blob/8cf0e16895dfebd99cc4d93e86d66d4bc03f4ac1/onbuild/Dockerfile)
+-	[`alpine`, `lein-2.7.0-alpine` (*alpine/Dockerfile*)](https://github.com/Quantisan/docker-clojure/blob/8cf0e16895dfebd99cc4d93e86d66d4bc03f4ac1/alpine/Dockerfile)
+-	[`alpine-onbuild`, `lein-2.7.0-alpine-onbuild` (*alpine-onbuild/Dockerfile*)](https://github.com/Quantisan/docker-clojure/blob/8cf0e16895dfebd99cc4d93e86d66d4bc03f4ac1/alpine-onbuild/Dockerfile)
 
 For more information about this image and its history, please see [the relevant manifest file (`library/clojure`)](https://github.com/docker-library/official-images/blob/master/library/clojure). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fclojure).
 
-For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `clojure/tag-details.md` file](https://github.com/docker-library/docs/blob/master/clojure/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs).
+For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `repos/clojure/tag-details.md` file](https://github.com/docker-library/repo-info/blob/master/repos/clojure/tag-details.md) in [the `docker-library/repo-info` GitHub repo](https://github.com/docker-library/repo-info).
 
 # What is Clojure?
 
@@ -96,7 +94,7 @@ View [license information](http://clojure.org/license) for the software containe
 
 # Supported Docker versions
 
-This image is officially supported on Docker version 1.11.2.
+This image is officially supported on Docker version 1.12.1.
 
 Support for older versions (down to 1.6) is provided on a best-effort basis.
 

+ 0 - 758
clojure/tag-details.md

@@ -1,758 +0,0 @@
-<!-- THIS FILE IS GENERATED VIA '.template-helpers/generate-tag-details.pl' -->
-
-# Tags of `clojure`
-
--	[`clojure:latest`](#clojurelatest)
--	[`clojure:lein-2.6.1`](#clojurelein-261)
--	[`clojure:onbuild`](#clojureonbuild)
--	[`clojure:lein-2.6.1-onbuild`](#clojurelein-261-onbuild)
--	[`clojure:alpine`](#clojurealpine)
--	[`clojure:lein-2.6.1-alpine`](#clojurelein-261-alpine)
--	[`clojure:alpine-onbuild`](#clojurealpine-onbuild)
--	[`clojure:lein-2.6.1-alpine-onbuild`](#clojurelein-261-alpine-onbuild)
-
-## `clojure:latest`
-
-```console
-$ docker pull clojure@sha256:6ea8d9f56935f89e8339094c18ed5e79ff0e01ecc6a14fb89f2e25f0fe4a0570
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `clojure:latest` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **257.4 MB (257362229 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:33ed1624fbb80ea0af6c755d20e98fda79e3d24ff3d05005e43e9f83d886a9db`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:05:16 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzip2 		unzip 		xz-utils 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:10:09 GMT
-RUN echo 'deb http://httpredir.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list
-# Thu, 09 Jun 2016 22:10:09 GMT
-ENV LANG=C.UTF-8
-# Thu, 09 Jun 2016 22:10:10 GMT
-RUN { 		echo '#!/bin/sh'; 		echo 'set -e'; 		echo; 		echo 'dirname "$(dirname "$(readlink -f "$(which javac || which java)")")"'; 	} > /usr/local/bin/docker-java-home 	&& chmod +x /usr/local/bin/docker-java-home
-# Thu, 09 Jun 2016 22:10:10 GMT
-ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
-# Thu, 09 Jun 2016 22:10:11 GMT
-ENV JAVA_VERSION=8u91
-# Thu, 09 Jun 2016 22:10:11 GMT
-ENV JAVA_DEBIAN_VERSION=8u91-b14-1~bpo8+1
-# Thu, 09 Jun 2016 22:10:11 GMT
-ENV CA_CERTIFICATES_JAVA_VERSION=20140324
-# Thu, 09 Jun 2016 22:12:21 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y 		openjdk-8-jdk="$JAVA_DEBIAN_VERSION" 		ca-certificates-java="$CA_CERTIFICATES_JAVA_VERSION" 	&& rm -rf /var/lib/apt/lists/* 	&& [ "$JAVA_HOME" = "$(docker-java-home)" ]
-# Thu, 09 Jun 2016 22:12:23 GMT
-RUN /var/lib/dpkg/info/ca-certificates-java.postinst configure
-# Thu, 09 Jun 2016 22:55:31 GMT
-MAINTAINER Paul Lam <[email protected]>
-# Thu, 09 Jun 2016 22:55:31 GMT
-ENV LEIN_VERSION=2.6.1
-# Thu, 09 Jun 2016 22:55:31 GMT
-ENV LEIN_INSTALL=/usr/local/bin/
-# Thu, 09 Jun 2016 22:55:32 GMT
-WORKDIR /tmp
-# Thu, 09 Jun 2016 22:56:39 GMT
-RUN mkdir -p $LEIN_INSTALL   && wget --quiet https://github.com/technomancy/leiningen/archive/$LEIN_VERSION.tar.gz   && echo "Comparing archive checksum ..."   && echo "f7643a14fd8a4d5c19eeb416db8ea549d8d2c18a *$LEIN_VERSION.tar.gz" | sha1sum -c -   && mkdir ./leiningen   && tar -xzf $LEIN_VERSION.tar.gz  -C ./leiningen/ --strip-components=1   && mv leiningen/bin/lein-pkg $LEIN_INSTALL/lein   && rm -rf $LEIN_VERSION.tar.gz ./leiningen   && chmod 0755 $LEIN_INSTALL/lein   && wget --quiet https://github.com/technomancy/leiningen/releases/download/$LEIN_VERSION/leiningen-$LEIN_VERSION-standalone.zip   && wget --quiet https://github.com/technomancy/leiningen/releases/download/$LEIN_VERSION/leiningen-$LEIN_VERSION-standalone.zip.asc   && gpg --keyserver pool.sks-keyservers.net --recv-key 2E708FB2FCECA07FF8184E275A92E04305696D78   && echo "Verifying Jar file signature ..."   && gpg --verify leiningen-$LEIN_VERSION-standalone.zip.asc   && rm leiningen-$LEIN_VERSION-standalone.zip.asc   && mv leiningen-$LEIN_VERSION-standalone.zip /usr/share/java/leiningen-$LEIN_VERSION-standalone.jar   &&  apt-get update && apt-get install rlfe && rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:56:40 GMT
-ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/bin/
-# Thu, 09 Jun 2016 22:56:40 GMT
-ENV LEIN_ROOT=1
-# Thu, 09 Jun 2016 22:56:43 GMT
-RUN lein
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:5f444d0704271a846e0b83af62071bc825052d6eabba96121bc0acda9c8f9e64`  
-		Last Modified: Thu, 09 Jun 2016 22:17:38 GMT  
-		Size: 622.3 KB (622260 bytes)
-	-	`sha256:620b5227cf380167d746f024d97b53f26fafcbd253df4cf56b3b3a056bf12ae1`  
-		Last Modified: Thu, 09 Jun 2016 22:20:33 GMT  
-		Size: 219.0 B
-	-	`sha256:3cfd33220efaaad496080e9fdb124ddb9ba07742852c2db816c9870fe2e10c2a`  
-		Last Modified: Thu, 09 Jun 2016 22:20:33 GMT  
-		Size: 241.0 B
-	-	`sha256:864a98a84dd2bba52cf57d13161517ee01e2966e72c3ac842c6a3d49c07dcb37`  
-		Last Modified: Thu, 09 Jun 2016 22:21:03 GMT  
-		Size: 130.0 MB (130020091 bytes)
-	-	`sha256:734cc28150de3e42c9e581aa1d7da3f378fcde2a00719a2d42ec376519050365`  
-		Last Modified: Thu, 09 Jun 2016 22:20:34 GMT  
-		Size: 284.4 KB (284370 bytes)
-	-	`sha256:899e7212ec5e61713adca812771ee2934e3fe053f217367c853fa84cd87df0d6`  
-		Last Modified: Thu, 23 Jun 2016 17:33:18 GMT  
-		Size: 14.0 MB (14009757 bytes)
-	-	`sha256:c429b41b74148abfd68d3385493399ad690c71cca19ed0a6856db6b94fd4cef4`  
-		Last Modified: Thu, 23 Jun 2016 17:33:17 GMT  
-		Size: 166.0 B
-
-## `clojure:lein-2.6.1`
-
-```console
-$ docker pull clojure@sha256:6ea8d9f56935f89e8339094c18ed5e79ff0e01ecc6a14fb89f2e25f0fe4a0570
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `clojure:lein-2.6.1` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **257.4 MB (257362229 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:33ed1624fbb80ea0af6c755d20e98fda79e3d24ff3d05005e43e9f83d886a9db`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:05:16 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzip2 		unzip 		xz-utils 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:10:09 GMT
-RUN echo 'deb http://httpredir.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list
-# Thu, 09 Jun 2016 22:10:09 GMT
-ENV LANG=C.UTF-8
-# Thu, 09 Jun 2016 22:10:10 GMT
-RUN { 		echo '#!/bin/sh'; 		echo 'set -e'; 		echo; 		echo 'dirname "$(dirname "$(readlink -f "$(which javac || which java)")")"'; 	} > /usr/local/bin/docker-java-home 	&& chmod +x /usr/local/bin/docker-java-home
-# Thu, 09 Jun 2016 22:10:10 GMT
-ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
-# Thu, 09 Jun 2016 22:10:11 GMT
-ENV JAVA_VERSION=8u91
-# Thu, 09 Jun 2016 22:10:11 GMT
-ENV JAVA_DEBIAN_VERSION=8u91-b14-1~bpo8+1
-# Thu, 09 Jun 2016 22:10:11 GMT
-ENV CA_CERTIFICATES_JAVA_VERSION=20140324
-# Thu, 09 Jun 2016 22:12:21 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y 		openjdk-8-jdk="$JAVA_DEBIAN_VERSION" 		ca-certificates-java="$CA_CERTIFICATES_JAVA_VERSION" 	&& rm -rf /var/lib/apt/lists/* 	&& [ "$JAVA_HOME" = "$(docker-java-home)" ]
-# Thu, 09 Jun 2016 22:12:23 GMT
-RUN /var/lib/dpkg/info/ca-certificates-java.postinst configure
-# Thu, 09 Jun 2016 22:55:31 GMT
-MAINTAINER Paul Lam <[email protected]>
-# Thu, 09 Jun 2016 22:55:31 GMT
-ENV LEIN_VERSION=2.6.1
-# Thu, 09 Jun 2016 22:55:31 GMT
-ENV LEIN_INSTALL=/usr/local/bin/
-# Thu, 09 Jun 2016 22:55:32 GMT
-WORKDIR /tmp
-# Thu, 09 Jun 2016 22:56:39 GMT
-RUN mkdir -p $LEIN_INSTALL   && wget --quiet https://github.com/technomancy/leiningen/archive/$LEIN_VERSION.tar.gz   && echo "Comparing archive checksum ..."   && echo "f7643a14fd8a4d5c19eeb416db8ea549d8d2c18a *$LEIN_VERSION.tar.gz" | sha1sum -c -   && mkdir ./leiningen   && tar -xzf $LEIN_VERSION.tar.gz  -C ./leiningen/ --strip-components=1   && mv leiningen/bin/lein-pkg $LEIN_INSTALL/lein   && rm -rf $LEIN_VERSION.tar.gz ./leiningen   && chmod 0755 $LEIN_INSTALL/lein   && wget --quiet https://github.com/technomancy/leiningen/releases/download/$LEIN_VERSION/leiningen-$LEIN_VERSION-standalone.zip   && wget --quiet https://github.com/technomancy/leiningen/releases/download/$LEIN_VERSION/leiningen-$LEIN_VERSION-standalone.zip.asc   && gpg --keyserver pool.sks-keyservers.net --recv-key 2E708FB2FCECA07FF8184E275A92E04305696D78   && echo "Verifying Jar file signature ..."   && gpg --verify leiningen-$LEIN_VERSION-standalone.zip.asc   && rm leiningen-$LEIN_VERSION-standalone.zip.asc   && mv leiningen-$LEIN_VERSION-standalone.zip /usr/share/java/leiningen-$LEIN_VERSION-standalone.jar   &&  apt-get update && apt-get install rlfe && rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:56:40 GMT
-ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/bin/
-# Thu, 09 Jun 2016 22:56:40 GMT
-ENV LEIN_ROOT=1
-# Thu, 09 Jun 2016 22:56:43 GMT
-RUN lein
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:5f444d0704271a846e0b83af62071bc825052d6eabba96121bc0acda9c8f9e64`  
-		Last Modified: Thu, 09 Jun 2016 22:17:38 GMT  
-		Size: 622.3 KB (622260 bytes)
-	-	`sha256:620b5227cf380167d746f024d97b53f26fafcbd253df4cf56b3b3a056bf12ae1`  
-		Last Modified: Thu, 09 Jun 2016 22:20:33 GMT  
-		Size: 219.0 B
-	-	`sha256:3cfd33220efaaad496080e9fdb124ddb9ba07742852c2db816c9870fe2e10c2a`  
-		Last Modified: Thu, 09 Jun 2016 22:20:33 GMT  
-		Size: 241.0 B
-	-	`sha256:864a98a84dd2bba52cf57d13161517ee01e2966e72c3ac842c6a3d49c07dcb37`  
-		Last Modified: Thu, 09 Jun 2016 22:21:03 GMT  
-		Size: 130.0 MB (130020091 bytes)
-	-	`sha256:734cc28150de3e42c9e581aa1d7da3f378fcde2a00719a2d42ec376519050365`  
-		Last Modified: Thu, 09 Jun 2016 22:20:34 GMT  
-		Size: 284.4 KB (284370 bytes)
-	-	`sha256:899e7212ec5e61713adca812771ee2934e3fe053f217367c853fa84cd87df0d6`  
-		Last Modified: Thu, 23 Jun 2016 17:33:18 GMT  
-		Size: 14.0 MB (14009757 bytes)
-	-	`sha256:c429b41b74148abfd68d3385493399ad690c71cca19ed0a6856db6b94fd4cef4`  
-		Last Modified: Thu, 23 Jun 2016 17:33:17 GMT  
-		Size: 166.0 B
-
-## `clojure:onbuild`
-
-```console
-$ docker pull clojure@sha256:4c7ce32cb188a6c44191c244657c09b8a7738d968bd189fce305d6280bf54a04
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `clojure:onbuild` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **257.4 MB (257362357 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:e2ba26d91fdb186054450a943f1b228404862df14d0bbffb3c1f96284d4e64d1`
--	Default Command: `["lein","run"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:05:16 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzip2 		unzip 		xz-utils 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:10:09 GMT
-RUN echo 'deb http://httpredir.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list
-# Thu, 09 Jun 2016 22:10:09 GMT
-ENV LANG=C.UTF-8
-# Thu, 09 Jun 2016 22:10:10 GMT
-RUN { 		echo '#!/bin/sh'; 		echo 'set -e'; 		echo; 		echo 'dirname "$(dirname "$(readlink -f "$(which javac || which java)")")"'; 	} > /usr/local/bin/docker-java-home 	&& chmod +x /usr/local/bin/docker-java-home
-# Thu, 09 Jun 2016 22:10:10 GMT
-ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
-# Thu, 09 Jun 2016 22:10:11 GMT
-ENV JAVA_VERSION=8u91
-# Thu, 09 Jun 2016 22:10:11 GMT
-ENV JAVA_DEBIAN_VERSION=8u91-b14-1~bpo8+1
-# Thu, 09 Jun 2016 22:10:11 GMT
-ENV CA_CERTIFICATES_JAVA_VERSION=20140324
-# Thu, 09 Jun 2016 22:12:21 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y 		openjdk-8-jdk="$JAVA_DEBIAN_VERSION" 		ca-certificates-java="$CA_CERTIFICATES_JAVA_VERSION" 	&& rm -rf /var/lib/apt/lists/* 	&& [ "$JAVA_HOME" = "$(docker-java-home)" ]
-# Thu, 09 Jun 2016 22:12:23 GMT
-RUN /var/lib/dpkg/info/ca-certificates-java.postinst configure
-# Thu, 09 Jun 2016 22:55:31 GMT
-MAINTAINER Paul Lam <[email protected]>
-# Thu, 09 Jun 2016 22:55:31 GMT
-ENV LEIN_VERSION=2.6.1
-# Thu, 09 Jun 2016 22:55:31 GMT
-ENV LEIN_INSTALL=/usr/local/bin/
-# Thu, 09 Jun 2016 22:55:32 GMT
-WORKDIR /tmp
-# Thu, 09 Jun 2016 22:56:39 GMT
-RUN mkdir -p $LEIN_INSTALL   && wget --quiet https://github.com/technomancy/leiningen/archive/$LEIN_VERSION.tar.gz   && echo "Comparing archive checksum ..."   && echo "f7643a14fd8a4d5c19eeb416db8ea549d8d2c18a *$LEIN_VERSION.tar.gz" | sha1sum -c -   && mkdir ./leiningen   && tar -xzf $LEIN_VERSION.tar.gz  -C ./leiningen/ --strip-components=1   && mv leiningen/bin/lein-pkg $LEIN_INSTALL/lein   && rm -rf $LEIN_VERSION.tar.gz ./leiningen   && chmod 0755 $LEIN_INSTALL/lein   && wget --quiet https://github.com/technomancy/leiningen/releases/download/$LEIN_VERSION/leiningen-$LEIN_VERSION-standalone.zip   && wget --quiet https://github.com/technomancy/leiningen/releases/download/$LEIN_VERSION/leiningen-$LEIN_VERSION-standalone.zip.asc   && gpg --keyserver pool.sks-keyservers.net --recv-key 2E708FB2FCECA07FF8184E275A92E04305696D78   && echo "Verifying Jar file signature ..."   && gpg --verify leiningen-$LEIN_VERSION-standalone.zip.asc   && rm leiningen-$LEIN_VERSION-standalone.zip.asc   && mv leiningen-$LEIN_VERSION-standalone.zip /usr/share/java/leiningen-$LEIN_VERSION-standalone.jar   &&  apt-get update && apt-get install rlfe && rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:56:40 GMT
-ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/bin/
-# Thu, 09 Jun 2016 22:56:40 GMT
-ENV LEIN_ROOT=1
-# Thu, 09 Jun 2016 22:56:43 GMT
-RUN lein
-# Thu, 09 Jun 2016 22:56:44 GMT
-MAINTAINER Kirillov Alexandr <[email protected]>
-# Thu, 09 Jun 2016 22:56:44 GMT
-WORKDIR /usr/src/app
-# Thu, 09 Jun 2016 22:56:45 GMT
-ONBUILD COPY project.clj /usr/src/app/
-# Thu, 09 Jun 2016 22:56:45 GMT
-ONBUILD RUN lein deps
-# Thu, 09 Jun 2016 22:56:45 GMT
-ONBUILD COPY . /usr/src/app
-# Thu, 09 Jun 2016 22:56:46 GMT
-CMD ["lein" "run"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:5f444d0704271a846e0b83af62071bc825052d6eabba96121bc0acda9c8f9e64`  
-		Last Modified: Thu, 09 Jun 2016 22:17:38 GMT  
-		Size: 622.3 KB (622260 bytes)
-	-	`sha256:620b5227cf380167d746f024d97b53f26fafcbd253df4cf56b3b3a056bf12ae1`  
-		Last Modified: Thu, 09 Jun 2016 22:20:33 GMT  
-		Size: 219.0 B
-	-	`sha256:3cfd33220efaaad496080e9fdb124ddb9ba07742852c2db816c9870fe2e10c2a`  
-		Last Modified: Thu, 09 Jun 2016 22:20:33 GMT  
-		Size: 241.0 B
-	-	`sha256:864a98a84dd2bba52cf57d13161517ee01e2966e72c3ac842c6a3d49c07dcb37`  
-		Last Modified: Thu, 09 Jun 2016 22:21:03 GMT  
-		Size: 130.0 MB (130020091 bytes)
-	-	`sha256:734cc28150de3e42c9e581aa1d7da3f378fcde2a00719a2d42ec376519050365`  
-		Last Modified: Thu, 09 Jun 2016 22:20:34 GMT  
-		Size: 284.4 KB (284370 bytes)
-	-	`sha256:899e7212ec5e61713adca812771ee2934e3fe053f217367c853fa84cd87df0d6`  
-		Last Modified: Thu, 23 Jun 2016 17:33:18 GMT  
-		Size: 14.0 MB (14009757 bytes)
-	-	`sha256:c429b41b74148abfd68d3385493399ad690c71cca19ed0a6856db6b94fd4cef4`  
-		Last Modified: Thu, 23 Jun 2016 17:33:17 GMT  
-		Size: 166.0 B
-	-	`sha256:b638df94bb44027dfb07212c4431d9c07a69ae705a54e56683c6f978778b94b1`  
-		Last Modified: Thu, 23 Jun 2016 17:33:37 GMT  
-		Size: 128.0 B
-
-## `clojure:lein-2.6.1-onbuild`
-
-```console
-$ docker pull clojure@sha256:4c7ce32cb188a6c44191c244657c09b8a7738d968bd189fce305d6280bf54a04
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `clojure:lein-2.6.1-onbuild` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **257.4 MB (257362357 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:e2ba26d91fdb186054450a943f1b228404862df14d0bbffb3c1f96284d4e64d1`
--	Default Command: `["lein","run"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:05:16 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzip2 		unzip 		xz-utils 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:10:09 GMT
-RUN echo 'deb http://httpredir.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list
-# Thu, 09 Jun 2016 22:10:09 GMT
-ENV LANG=C.UTF-8
-# Thu, 09 Jun 2016 22:10:10 GMT
-RUN { 		echo '#!/bin/sh'; 		echo 'set -e'; 		echo; 		echo 'dirname "$(dirname "$(readlink -f "$(which javac || which java)")")"'; 	} > /usr/local/bin/docker-java-home 	&& chmod +x /usr/local/bin/docker-java-home
-# Thu, 09 Jun 2016 22:10:10 GMT
-ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
-# Thu, 09 Jun 2016 22:10:11 GMT
-ENV JAVA_VERSION=8u91
-# Thu, 09 Jun 2016 22:10:11 GMT
-ENV JAVA_DEBIAN_VERSION=8u91-b14-1~bpo8+1
-# Thu, 09 Jun 2016 22:10:11 GMT
-ENV CA_CERTIFICATES_JAVA_VERSION=20140324
-# Thu, 09 Jun 2016 22:12:21 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y 		openjdk-8-jdk="$JAVA_DEBIAN_VERSION" 		ca-certificates-java="$CA_CERTIFICATES_JAVA_VERSION" 	&& rm -rf /var/lib/apt/lists/* 	&& [ "$JAVA_HOME" = "$(docker-java-home)" ]
-# Thu, 09 Jun 2016 22:12:23 GMT
-RUN /var/lib/dpkg/info/ca-certificates-java.postinst configure
-# Thu, 09 Jun 2016 22:55:31 GMT
-MAINTAINER Paul Lam <[email protected]>
-# Thu, 09 Jun 2016 22:55:31 GMT
-ENV LEIN_VERSION=2.6.1
-# Thu, 09 Jun 2016 22:55:31 GMT
-ENV LEIN_INSTALL=/usr/local/bin/
-# Thu, 09 Jun 2016 22:55:32 GMT
-WORKDIR /tmp
-# Thu, 09 Jun 2016 22:56:39 GMT
-RUN mkdir -p $LEIN_INSTALL   && wget --quiet https://github.com/technomancy/leiningen/archive/$LEIN_VERSION.tar.gz   && echo "Comparing archive checksum ..."   && echo "f7643a14fd8a4d5c19eeb416db8ea549d8d2c18a *$LEIN_VERSION.tar.gz" | sha1sum -c -   && mkdir ./leiningen   && tar -xzf $LEIN_VERSION.tar.gz  -C ./leiningen/ --strip-components=1   && mv leiningen/bin/lein-pkg $LEIN_INSTALL/lein   && rm -rf $LEIN_VERSION.tar.gz ./leiningen   && chmod 0755 $LEIN_INSTALL/lein   && wget --quiet https://github.com/technomancy/leiningen/releases/download/$LEIN_VERSION/leiningen-$LEIN_VERSION-standalone.zip   && wget --quiet https://github.com/technomancy/leiningen/releases/download/$LEIN_VERSION/leiningen-$LEIN_VERSION-standalone.zip.asc   && gpg --keyserver pool.sks-keyservers.net --recv-key 2E708FB2FCECA07FF8184E275A92E04305696D78   && echo "Verifying Jar file signature ..."   && gpg --verify leiningen-$LEIN_VERSION-standalone.zip.asc   && rm leiningen-$LEIN_VERSION-standalone.zip.asc   && mv leiningen-$LEIN_VERSION-standalone.zip /usr/share/java/leiningen-$LEIN_VERSION-standalone.jar   &&  apt-get update && apt-get install rlfe && rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:56:40 GMT
-ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/bin/
-# Thu, 09 Jun 2016 22:56:40 GMT
-ENV LEIN_ROOT=1
-# Thu, 09 Jun 2016 22:56:43 GMT
-RUN lein
-# Thu, 09 Jun 2016 22:56:44 GMT
-MAINTAINER Kirillov Alexandr <[email protected]>
-# Thu, 09 Jun 2016 22:56:44 GMT
-WORKDIR /usr/src/app
-# Thu, 09 Jun 2016 22:56:45 GMT
-ONBUILD COPY project.clj /usr/src/app/
-# Thu, 09 Jun 2016 22:56:45 GMT
-ONBUILD RUN lein deps
-# Thu, 09 Jun 2016 22:56:45 GMT
-ONBUILD COPY . /usr/src/app
-# Thu, 09 Jun 2016 22:56:46 GMT
-CMD ["lein" "run"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:5f444d0704271a846e0b83af62071bc825052d6eabba96121bc0acda9c8f9e64`  
-		Last Modified: Thu, 09 Jun 2016 22:17:38 GMT  
-		Size: 622.3 KB (622260 bytes)
-	-	`sha256:620b5227cf380167d746f024d97b53f26fafcbd253df4cf56b3b3a056bf12ae1`  
-		Last Modified: Thu, 09 Jun 2016 22:20:33 GMT  
-		Size: 219.0 B
-	-	`sha256:3cfd33220efaaad496080e9fdb124ddb9ba07742852c2db816c9870fe2e10c2a`  
-		Last Modified: Thu, 09 Jun 2016 22:20:33 GMT  
-		Size: 241.0 B
-	-	`sha256:864a98a84dd2bba52cf57d13161517ee01e2966e72c3ac842c6a3d49c07dcb37`  
-		Last Modified: Thu, 09 Jun 2016 22:21:03 GMT  
-		Size: 130.0 MB (130020091 bytes)
-	-	`sha256:734cc28150de3e42c9e581aa1d7da3f378fcde2a00719a2d42ec376519050365`  
-		Last Modified: Thu, 09 Jun 2016 22:20:34 GMT  
-		Size: 284.4 KB (284370 bytes)
-	-	`sha256:899e7212ec5e61713adca812771ee2934e3fe053f217367c853fa84cd87df0d6`  
-		Last Modified: Thu, 23 Jun 2016 17:33:18 GMT  
-		Size: 14.0 MB (14009757 bytes)
-	-	`sha256:c429b41b74148abfd68d3385493399ad690c71cca19ed0a6856db6b94fd4cef4`  
-		Last Modified: Thu, 23 Jun 2016 17:33:17 GMT  
-		Size: 166.0 B
-	-	`sha256:b638df94bb44027dfb07212c4431d9c07a69ae705a54e56683c6f978778b94b1`  
-		Last Modified: Thu, 23 Jun 2016 17:33:37 GMT  
-		Size: 128.0 B
-
-## `clojure:alpine`
-
-```console
-$ docker pull clojure@sha256:debd7525bdb80ef98ede2ed0959c4f40e463e0240ad4f9844cd9d51ebce0947a
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `clojure:alpine` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **70.6 MB (70598261 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:4277a7f38a709ecbe0685c308f9d255065ba54a3063e1a3c910fbd2a779f542b`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Thu, 23 Jun 2016 20:34:53 GMT
-ENV LANG=C.UTF-8
-# Thu, 23 Jun 2016 20:34:55 GMT
-RUN { 		echo '#!/bin/sh'; 		echo 'set -e'; 		echo; 		echo 'dirname "$(dirname "$(readlink -f "$(which javac || which java)")")"'; 	} > /usr/local/bin/docker-java-home 	&& chmod +x /usr/local/bin/docker-java-home
-# Thu, 23 Jun 2016 20:38:56 GMT
-ENV JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk
-# Thu, 07 Jul 2016 19:04:53 GMT
-ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/jvm/java-1.8-openjdk/jre/bin:/usr/lib/jvm/java-1.8-openjdk/bin
-# Thu, 07 Jul 2016 19:04:53 GMT
-ENV JAVA_VERSION=8u92
-# Thu, 07 Jul 2016 19:04:54 GMT
-ENV JAVA_ALPINE_VERSION=8.92.14-r1
-# Thu, 07 Jul 2016 19:05:06 GMT
-RUN set -x 	&& apk add --no-cache 		openjdk8="$JAVA_ALPINE_VERSION" 	&& [ "$JAVA_HOME" = "$(docker-java-home)" ]
-# Thu, 07 Jul 2016 20:57:58 GMT
-MAINTAINER Wes Morgan <[email protected]>
-# Thu, 07 Jul 2016 20:57:59 GMT
-ENV LEIN_VERSION=2.6.1
-# Thu, 07 Jul 2016 20:57:59 GMT
-ENV LEIN_INSTALL=/usr/local/bin/
-# Thu, 07 Jul 2016 20:58:00 GMT
-WORKDIR /tmp
-# Thu, 07 Jul 2016 20:58:05 GMT
-RUN apk add --update tar gnupg bash openssl && rm -rf /var/cache/apk/*
-# Thu, 07 Jul 2016 20:58:31 GMT
-RUN mkdir -p $LEIN_INSTALL   && wget -q https://github.com/technomancy/leiningen/archive/$LEIN_VERSION.tar.gz   && echo "Comparing archive checksum ..."   && echo "f7643a14fd8a4d5c19eeb416db8ea549d8d2c18a *$LEIN_VERSION.tar.gz" | sha1sum -c -   && mkdir ./leiningen   && tar -xzf $LEIN_VERSION.tar.gz  -C ./leiningen/ --strip-components=1   && mv leiningen/bin/lein-pkg $LEIN_INSTALL/lein   && rm -rf $LEIN_VERSION.tar.gz ./leiningen   && chmod 0755 $LEIN_INSTALL/lein   && wget -q https://github.com/technomancy/leiningen/releases/download/$LEIN_VERSION/leiningen-$LEIN_VERSION-standalone.zip   && wget -q https://github.com/technomancy/leiningen/releases/download/$LEIN_VERSION/leiningen-$LEIN_VERSION-standalone.zip.asc   && gpg --keyserver pool.sks-keyservers.net --recv-key 2E708FB2FCECA07FF8184E275A92E04305696D78   && echo "Verifying Jar file signature ..."   && gpg --verify leiningen-$LEIN_VERSION-standalone.zip.asc   && rm leiningen-$LEIN_VERSION-standalone.zip.asc   && mkdir -p /usr/share/java   && mv leiningen-$LEIN_VERSION-standalone.zip /usr/share/java/leiningen-$LEIN_VERSION-standalone.jar
-# Thu, 07 Jul 2016 20:58:32 GMT
-ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/jvm/java-1.8-openjdk/jre/bin:/usr/lib/jvm/java-1.8-openjdk/bin:/usr/local/bin/
-# Thu, 07 Jul 2016 20:58:32 GMT
-ENV LEIN_ROOT=1
-# Thu, 07 Jul 2016 20:58:36 GMT
-RUN lein
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:5726fbb708f0cfe4f045a0616cde707fb6bcc4e579926a29863ba422c0d86839`  
-		Last Modified: Thu, 23 Jun 2016 20:35:22 GMT  
-		Size: 230.0 B
-	-	`sha256:87d57f795d926435b5621342da8fc8555bd966d7c4b15c6eb202e16737505c61`  
-		Last Modified: Thu, 07 Jul 2016 19:12:16 GMT  
-		Size: 49.3 MB (49325243 bytes)
-	-	`sha256:8cdfc7cd5696cc070b3e7042ff38004499901b29cf848bedd7d528f53775e146`  
-		Last Modified: Thu, 07 Jul 2016 20:58:46 GMT  
-		Size: 5.2 MB (5181802 bytes)
-	-	`sha256:3039f18e5b5ba9c38cfdab134a0e456899098a6d7a5bbc9f7bf771bb2e2381ee`  
-		Last Modified: Thu, 07 Jul 2016 20:58:45 GMT  
-		Size: 13.8 MB (13780536 bytes)
-	-	`sha256:2cb421c6e13308eafb16e5cc45a31fca7b07e998d335338493a0cd3d666ed219`  
-		Last Modified: Thu, 07 Jul 2016 20:58:43 GMT  
-		Size: 164.0 B
-
-## `clojure:lein-2.6.1-alpine`
-
-```console
-$ docker pull clojure@sha256:debd7525bdb80ef98ede2ed0959c4f40e463e0240ad4f9844cd9d51ebce0947a
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `clojure:lein-2.6.1-alpine` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **70.6 MB (70598261 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:4277a7f38a709ecbe0685c308f9d255065ba54a3063e1a3c910fbd2a779f542b`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Thu, 23 Jun 2016 20:34:53 GMT
-ENV LANG=C.UTF-8
-# Thu, 23 Jun 2016 20:34:55 GMT
-RUN { 		echo '#!/bin/sh'; 		echo 'set -e'; 		echo; 		echo 'dirname "$(dirname "$(readlink -f "$(which javac || which java)")")"'; 	} > /usr/local/bin/docker-java-home 	&& chmod +x /usr/local/bin/docker-java-home
-# Thu, 23 Jun 2016 20:38:56 GMT
-ENV JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk
-# Thu, 07 Jul 2016 19:04:53 GMT
-ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/jvm/java-1.8-openjdk/jre/bin:/usr/lib/jvm/java-1.8-openjdk/bin
-# Thu, 07 Jul 2016 19:04:53 GMT
-ENV JAVA_VERSION=8u92
-# Thu, 07 Jul 2016 19:04:54 GMT
-ENV JAVA_ALPINE_VERSION=8.92.14-r1
-# Thu, 07 Jul 2016 19:05:06 GMT
-RUN set -x 	&& apk add --no-cache 		openjdk8="$JAVA_ALPINE_VERSION" 	&& [ "$JAVA_HOME" = "$(docker-java-home)" ]
-# Thu, 07 Jul 2016 20:57:58 GMT
-MAINTAINER Wes Morgan <[email protected]>
-# Thu, 07 Jul 2016 20:57:59 GMT
-ENV LEIN_VERSION=2.6.1
-# Thu, 07 Jul 2016 20:57:59 GMT
-ENV LEIN_INSTALL=/usr/local/bin/
-# Thu, 07 Jul 2016 20:58:00 GMT
-WORKDIR /tmp
-# Thu, 07 Jul 2016 20:58:05 GMT
-RUN apk add --update tar gnupg bash openssl && rm -rf /var/cache/apk/*
-# Thu, 07 Jul 2016 20:58:31 GMT
-RUN mkdir -p $LEIN_INSTALL   && wget -q https://github.com/technomancy/leiningen/archive/$LEIN_VERSION.tar.gz   && echo "Comparing archive checksum ..."   && echo "f7643a14fd8a4d5c19eeb416db8ea549d8d2c18a *$LEIN_VERSION.tar.gz" | sha1sum -c -   && mkdir ./leiningen   && tar -xzf $LEIN_VERSION.tar.gz  -C ./leiningen/ --strip-components=1   && mv leiningen/bin/lein-pkg $LEIN_INSTALL/lein   && rm -rf $LEIN_VERSION.tar.gz ./leiningen   && chmod 0755 $LEIN_INSTALL/lein   && wget -q https://github.com/technomancy/leiningen/releases/download/$LEIN_VERSION/leiningen-$LEIN_VERSION-standalone.zip   && wget -q https://github.com/technomancy/leiningen/releases/download/$LEIN_VERSION/leiningen-$LEIN_VERSION-standalone.zip.asc   && gpg --keyserver pool.sks-keyservers.net --recv-key 2E708FB2FCECA07FF8184E275A92E04305696D78   && echo "Verifying Jar file signature ..."   && gpg --verify leiningen-$LEIN_VERSION-standalone.zip.asc   && rm leiningen-$LEIN_VERSION-standalone.zip.asc   && mkdir -p /usr/share/java   && mv leiningen-$LEIN_VERSION-standalone.zip /usr/share/java/leiningen-$LEIN_VERSION-standalone.jar
-# Thu, 07 Jul 2016 20:58:32 GMT
-ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/jvm/java-1.8-openjdk/jre/bin:/usr/lib/jvm/java-1.8-openjdk/bin:/usr/local/bin/
-# Thu, 07 Jul 2016 20:58:32 GMT
-ENV LEIN_ROOT=1
-# Thu, 07 Jul 2016 20:58:36 GMT
-RUN lein
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:5726fbb708f0cfe4f045a0616cde707fb6bcc4e579926a29863ba422c0d86839`  
-		Last Modified: Thu, 23 Jun 2016 20:35:22 GMT  
-		Size: 230.0 B
-	-	`sha256:87d57f795d926435b5621342da8fc8555bd966d7c4b15c6eb202e16737505c61`  
-		Last Modified: Thu, 07 Jul 2016 19:12:16 GMT  
-		Size: 49.3 MB (49325243 bytes)
-	-	`sha256:8cdfc7cd5696cc070b3e7042ff38004499901b29cf848bedd7d528f53775e146`  
-		Last Modified: Thu, 07 Jul 2016 20:58:46 GMT  
-		Size: 5.2 MB (5181802 bytes)
-	-	`sha256:3039f18e5b5ba9c38cfdab134a0e456899098a6d7a5bbc9f7bf771bb2e2381ee`  
-		Last Modified: Thu, 07 Jul 2016 20:58:45 GMT  
-		Size: 13.8 MB (13780536 bytes)
-	-	`sha256:2cb421c6e13308eafb16e5cc45a31fca7b07e998d335338493a0cd3d666ed219`  
-		Last Modified: Thu, 07 Jul 2016 20:58:43 GMT  
-		Size: 164.0 B
-
-## `clojure:alpine-onbuild`
-
-```console
-$ docker pull clojure@sha256:016756c3e6e9ad0a8241bf8fb7ab78e3f80c26ac61395df4322588f4eda20193
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `clojure:alpine-onbuild` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **70.6 MB (70598386 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:c32719b23240cd3c4301f4edebaed81f2696d70fb539a1099fa6baea8cb872c7`
--	Default Command: `["lein","run"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Thu, 23 Jun 2016 20:34:53 GMT
-ENV LANG=C.UTF-8
-# Thu, 23 Jun 2016 20:34:55 GMT
-RUN { 		echo '#!/bin/sh'; 		echo 'set -e'; 		echo; 		echo 'dirname "$(dirname "$(readlink -f "$(which javac || which java)")")"'; 	} > /usr/local/bin/docker-java-home 	&& chmod +x /usr/local/bin/docker-java-home
-# Thu, 23 Jun 2016 20:38:56 GMT
-ENV JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk
-# Thu, 07 Jul 2016 19:04:53 GMT
-ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/jvm/java-1.8-openjdk/jre/bin:/usr/lib/jvm/java-1.8-openjdk/bin
-# Thu, 07 Jul 2016 19:04:53 GMT
-ENV JAVA_VERSION=8u92
-# Thu, 07 Jul 2016 19:04:54 GMT
-ENV JAVA_ALPINE_VERSION=8.92.14-r1
-# Thu, 07 Jul 2016 19:05:06 GMT
-RUN set -x 	&& apk add --no-cache 		openjdk8="$JAVA_ALPINE_VERSION" 	&& [ "$JAVA_HOME" = "$(docker-java-home)" ]
-# Thu, 07 Jul 2016 20:57:58 GMT
-MAINTAINER Wes Morgan <[email protected]>
-# Thu, 07 Jul 2016 20:57:59 GMT
-ENV LEIN_VERSION=2.6.1
-# Thu, 07 Jul 2016 20:57:59 GMT
-ENV LEIN_INSTALL=/usr/local/bin/
-# Thu, 07 Jul 2016 20:58:00 GMT
-WORKDIR /tmp
-# Thu, 07 Jul 2016 20:58:05 GMT
-RUN apk add --update tar gnupg bash openssl && rm -rf /var/cache/apk/*
-# Thu, 07 Jul 2016 20:58:31 GMT
-RUN mkdir -p $LEIN_INSTALL   && wget -q https://github.com/technomancy/leiningen/archive/$LEIN_VERSION.tar.gz   && echo "Comparing archive checksum ..."   && echo "f7643a14fd8a4d5c19eeb416db8ea549d8d2c18a *$LEIN_VERSION.tar.gz" | sha1sum -c -   && mkdir ./leiningen   && tar -xzf $LEIN_VERSION.tar.gz  -C ./leiningen/ --strip-components=1   && mv leiningen/bin/lein-pkg $LEIN_INSTALL/lein   && rm -rf $LEIN_VERSION.tar.gz ./leiningen   && chmod 0755 $LEIN_INSTALL/lein   && wget -q https://github.com/technomancy/leiningen/releases/download/$LEIN_VERSION/leiningen-$LEIN_VERSION-standalone.zip   && wget -q https://github.com/technomancy/leiningen/releases/download/$LEIN_VERSION/leiningen-$LEIN_VERSION-standalone.zip.asc   && gpg --keyserver pool.sks-keyservers.net --recv-key 2E708FB2FCECA07FF8184E275A92E04305696D78   && echo "Verifying Jar file signature ..."   && gpg --verify leiningen-$LEIN_VERSION-standalone.zip.asc   && rm leiningen-$LEIN_VERSION-standalone.zip.asc   && mkdir -p /usr/share/java   && mv leiningen-$LEIN_VERSION-standalone.zip /usr/share/java/leiningen-$LEIN_VERSION-standalone.jar
-# Thu, 07 Jul 2016 20:58:32 GMT
-ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/jvm/java-1.8-openjdk/jre/bin:/usr/lib/jvm/java-1.8-openjdk/bin:/usr/local/bin/
-# Thu, 07 Jul 2016 20:58:32 GMT
-ENV LEIN_ROOT=1
-# Thu, 07 Jul 2016 20:58:36 GMT
-RUN lein
-# Thu, 07 Jul 2016 20:59:37 GMT
-MAINTAINER Wes Morgan <[email protected]>
-# Thu, 07 Jul 2016 20:59:38 GMT
-WORKDIR /usr/src/app
-# Thu, 07 Jul 2016 20:59:38 GMT
-ONBUILD COPY project.clj /usr/src/app/
-# Thu, 07 Jul 2016 20:59:39 GMT
-ONBUILD RUN lein deps
-# Thu, 07 Jul 2016 20:59:39 GMT
-ONBUILD COPY . /usr/src/app
-# Thu, 07 Jul 2016 20:59:40 GMT
-CMD ["lein" "run"]
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:5726fbb708f0cfe4f045a0616cde707fb6bcc4e579926a29863ba422c0d86839`  
-		Last Modified: Thu, 23 Jun 2016 20:35:22 GMT  
-		Size: 230.0 B
-	-	`sha256:87d57f795d926435b5621342da8fc8555bd966d7c4b15c6eb202e16737505c61`  
-		Last Modified: Thu, 07 Jul 2016 19:12:16 GMT  
-		Size: 49.3 MB (49325243 bytes)
-	-	`sha256:8cdfc7cd5696cc070b3e7042ff38004499901b29cf848bedd7d528f53775e146`  
-		Last Modified: Thu, 07 Jul 2016 20:58:46 GMT  
-		Size: 5.2 MB (5181802 bytes)
-	-	`sha256:3039f18e5b5ba9c38cfdab134a0e456899098a6d7a5bbc9f7bf771bb2e2381ee`  
-		Last Modified: Thu, 07 Jul 2016 20:58:45 GMT  
-		Size: 13.8 MB (13780536 bytes)
-	-	`sha256:2cb421c6e13308eafb16e5cc45a31fca7b07e998d335338493a0cd3d666ed219`  
-		Last Modified: Thu, 07 Jul 2016 20:58:43 GMT  
-		Size: 164.0 B
-	-	`sha256:ebbf606c171f7b09833ab1694d40cdaf67a2ee72f54bae5d05e0a7e588fa7e9e`  
-		Last Modified: Thu, 07 Jul 2016 20:59:48 GMT  
-		Size: 125.0 B
-
-## `clojure:lein-2.6.1-alpine-onbuild`
-
-```console
-$ docker pull clojure@sha256:016756c3e6e9ad0a8241bf8fb7ab78e3f80c26ac61395df4322588f4eda20193
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `clojure:lein-2.6.1-alpine-onbuild` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **70.6 MB (70598386 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:c32719b23240cd3c4301f4edebaed81f2696d70fb539a1099fa6baea8cb872c7`
--	Default Command: `["lein","run"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Thu, 23 Jun 2016 20:34:53 GMT
-ENV LANG=C.UTF-8
-# Thu, 23 Jun 2016 20:34:55 GMT
-RUN { 		echo '#!/bin/sh'; 		echo 'set -e'; 		echo; 		echo 'dirname "$(dirname "$(readlink -f "$(which javac || which java)")")"'; 	} > /usr/local/bin/docker-java-home 	&& chmod +x /usr/local/bin/docker-java-home
-# Thu, 23 Jun 2016 20:38:56 GMT
-ENV JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk
-# Thu, 07 Jul 2016 19:04:53 GMT
-ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/jvm/java-1.8-openjdk/jre/bin:/usr/lib/jvm/java-1.8-openjdk/bin
-# Thu, 07 Jul 2016 19:04:53 GMT
-ENV JAVA_VERSION=8u92
-# Thu, 07 Jul 2016 19:04:54 GMT
-ENV JAVA_ALPINE_VERSION=8.92.14-r1
-# Thu, 07 Jul 2016 19:05:06 GMT
-RUN set -x 	&& apk add --no-cache 		openjdk8="$JAVA_ALPINE_VERSION" 	&& [ "$JAVA_HOME" = "$(docker-java-home)" ]
-# Thu, 07 Jul 2016 20:57:58 GMT
-MAINTAINER Wes Morgan <[email protected]>
-# Thu, 07 Jul 2016 20:57:59 GMT
-ENV LEIN_VERSION=2.6.1
-# Thu, 07 Jul 2016 20:57:59 GMT
-ENV LEIN_INSTALL=/usr/local/bin/
-# Thu, 07 Jul 2016 20:58:00 GMT
-WORKDIR /tmp
-# Thu, 07 Jul 2016 20:58:05 GMT
-RUN apk add --update tar gnupg bash openssl && rm -rf /var/cache/apk/*
-# Thu, 07 Jul 2016 20:58:31 GMT
-RUN mkdir -p $LEIN_INSTALL   && wget -q https://github.com/technomancy/leiningen/archive/$LEIN_VERSION.tar.gz   && echo "Comparing archive checksum ..."   && echo "f7643a14fd8a4d5c19eeb416db8ea549d8d2c18a *$LEIN_VERSION.tar.gz" | sha1sum -c -   && mkdir ./leiningen   && tar -xzf $LEIN_VERSION.tar.gz  -C ./leiningen/ --strip-components=1   && mv leiningen/bin/lein-pkg $LEIN_INSTALL/lein   && rm -rf $LEIN_VERSION.tar.gz ./leiningen   && chmod 0755 $LEIN_INSTALL/lein   && wget -q https://github.com/technomancy/leiningen/releases/download/$LEIN_VERSION/leiningen-$LEIN_VERSION-standalone.zip   && wget -q https://github.com/technomancy/leiningen/releases/download/$LEIN_VERSION/leiningen-$LEIN_VERSION-standalone.zip.asc   && gpg --keyserver pool.sks-keyservers.net --recv-key 2E708FB2FCECA07FF8184E275A92E04305696D78   && echo "Verifying Jar file signature ..."   && gpg --verify leiningen-$LEIN_VERSION-standalone.zip.asc   && rm leiningen-$LEIN_VERSION-standalone.zip.asc   && mkdir -p /usr/share/java   && mv leiningen-$LEIN_VERSION-standalone.zip /usr/share/java/leiningen-$LEIN_VERSION-standalone.jar
-# Thu, 07 Jul 2016 20:58:32 GMT
-ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/jvm/java-1.8-openjdk/jre/bin:/usr/lib/jvm/java-1.8-openjdk/bin:/usr/local/bin/
-# Thu, 07 Jul 2016 20:58:32 GMT
-ENV LEIN_ROOT=1
-# Thu, 07 Jul 2016 20:58:36 GMT
-RUN lein
-# Thu, 07 Jul 2016 20:59:37 GMT
-MAINTAINER Wes Morgan <[email protected]>
-# Thu, 07 Jul 2016 20:59:38 GMT
-WORKDIR /usr/src/app
-# Thu, 07 Jul 2016 20:59:38 GMT
-ONBUILD COPY project.clj /usr/src/app/
-# Thu, 07 Jul 2016 20:59:39 GMT
-ONBUILD RUN lein deps
-# Thu, 07 Jul 2016 20:59:39 GMT
-ONBUILD COPY . /usr/src/app
-# Thu, 07 Jul 2016 20:59:40 GMT
-CMD ["lein" "run"]
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:5726fbb708f0cfe4f045a0616cde707fb6bcc4e579926a29863ba422c0d86839`  
-		Last Modified: Thu, 23 Jun 2016 20:35:22 GMT  
-		Size: 230.0 B
-	-	`sha256:87d57f795d926435b5621342da8fc8555bd966d7c4b15c6eb202e16737505c61`  
-		Last Modified: Thu, 07 Jul 2016 19:12:16 GMT  
-		Size: 49.3 MB (49325243 bytes)
-	-	`sha256:8cdfc7cd5696cc070b3e7042ff38004499901b29cf848bedd7d528f53775e146`  
-		Last Modified: Thu, 07 Jul 2016 20:58:46 GMT  
-		Size: 5.2 MB (5181802 bytes)
-	-	`sha256:3039f18e5b5ba9c38cfdab134a0e456899098a6d7a5bbc9f7bf771bb2e2381ee`  
-		Last Modified: Thu, 07 Jul 2016 20:58:45 GMT  
-		Size: 13.8 MB (13780536 bytes)
-	-	`sha256:2cb421c6e13308eafb16e5cc45a31fca7b07e998d335338493a0cd3d666ed219`  
-		Last Modified: Thu, 07 Jul 2016 20:58:43 GMT  
-		Size: 164.0 B
-	-	`sha256:ebbf606c171f7b09833ab1694d40cdaf67a2ee72f54bae5d05e0a7e588fa7e9e`  
-		Last Modified: Thu, 07 Jul 2016 20:59:48 GMT  
-		Size: 125.0 B

+ 12 - 11
consul/README.md

@@ -1,12 +1,11 @@
 # Supported tags and respective `Dockerfile` links
 
--	[`v0.6.4`, `latest` (*0.6/Dockerfile*)](https://github.com/hashicorp/docker-consul/blob/9a59dc1a87adc164b72ac67bc9e4364a3fc4138d/0.6/Dockerfile)
-
-[![](https://badge.imagelayers.io/consul:latest.svg)](https://imagelayers.io/?images=consul:v0.6.4)
+-	[`latest`, `v0.7.0` (*0.X/Dockerfile*)](https://github.com/hashicorp/docker-consul/blob/470868df3885ad93f45a2c63c648bf119a544fa4/0.X/Dockerfile)
+-	[`v0.6.4` (*0.6/Dockerfile*)](https://github.com/hashicorp/docker-consul/blob/9a59dc1a87adc164b72ac67bc9e4364a3fc4138d/0.6/Dockerfile)
 
 For more information about this image and its history, please see [the relevant manifest file (`library/consul`)](https://github.com/docker-library/official-images/blob/master/library/consul). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fconsul).
 
-For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `consul/tag-details.md` file](https://github.com/docker-library/docs/blob/master/consul/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs).
+For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `repos/consul/tag-details.md` file](https://github.com/docker-library/repo-info/blob/master/repos/consul/tag-details.md) in [the `docker-library/repo-info` GitHub repo](https://github.com/docker-library/repo-info).
 
 # Consul
 
@@ -31,15 +30,15 @@ We don't cover Consul's multi-datacenter capability here, but as long as `--net=
 
 # Using the Container
 
-We chose Alpine as a lightweight base with a reasonably small surface area for security concerns, but with enough functionality for development, interactive debugging, and useful health, watch, and exec scripts running under Consul in the container.
+We chose Alpine as a lightweight base with a reasonably small surface area for security concerns, but with enough functionality for development, interactive debugging, and useful health, watch, and exec scripts running under Consul in the container. As of Consul 0.7, the image also includes `curl` since it is so commonly used for health checks.
 
 Consul always runs under [dumb-init](https://github.com/Yelp/dumb-init), which handles reaping zombie processes and forwards signals on to all processes running in the container. We also use [gosu](https://github.com/tianon/gosu) to run Consul as a non-root "consul" user for better security. These binaries are all built by HashiCorp and signed with our [GPG key](https://www.hashicorp.com/security.html), so you can verify the signed package used to build a given base image.
 
 Running the Consul container with no arguments will give you a Consul server in [development mode](https://www.consul.io/docs/agent/options.html#_dev). The provided entry point script will also look for Consul subcommands and run `consul` as the correct user and with that subcommand. For example, you can execute `docker run consul members` and it will run the `consul members` command inside the container. The entry point also adds some special configuration options as detailed in the sections below when running the `agent` subcommand. Any other command gets `exec`-ed inside the container under `dumb-init`.
 
-The container exposes `VOLUME /consul/data`, which is a path were Consul will place its persisted state. This isn't used in any way when running in development mode. For client agents, this stores some information about the cluster and the client's health checks in case the container is restarted. For server agents, this stores the client information plus snapshots and data related to the consensus algorithm and other state like Consul's key/value store and catalog. For servers it is highly desirable to keep this volume's data around when restarting containers to recover from outage scenarios.
+The container exposes `VOLUME /consul/data`, which is a path were Consul will place its persisted state. This isn't used in any way when running in development mode. For client agents, this stores some information about the cluster and the client's health checks in case the container is restarted. For server agents, this stores the client information plus snapshots and data related to the consensus algorithm and other state like Consul's key/value store and catalog. For servers it is highly desirable to keep this volume's data around when restarting containers to recover from outage scenarios. If this is bind mounted then ownership will be changed to the consul user when the container starts.
 
-The container has a Consul configuration directory set up at `/consul/config` and the agent will load any configuration files placed here by binding a volume or by composing a new image and adding files. Alternatively, configuration can be added by passing the configuration JSON via environment variable `CONSUL_LOCAL_CONFIG`.
+The container has a Consul configuration directory set up at `/consul/config` and the agent will load any configuration files placed here by binding a volume or by composing a new image and adding files. Alternatively, configuration can be added by passing the configuration JSON via environment variable `CONSUL_LOCAL_CONFIG`. If this is bind mounted then ownership will be changed to the consul user when the container starts.
 
 Since Consul is almost always run with `--net=host` in Docker, some care is required when configuring Consul's IP addresses. Consul has the concept of its cluster address as well as its client address. The cluster address is the address at which other Consul agents may contact a given agent. The client address is the address where other processes on the host contact Consul in order to make HTTP or DNS requests. You will typically need to tell Consul what its cluster address is when starting so that it binds to the correct interface and advertises a workable interface to the rest of the Consul agents. You'll see this in the examples below as the `-bind=<external ip>` argument to Consul.
 
@@ -166,10 +165,12 @@ Once the cluster is bootstrapped and quorum is achieved, you must use care to ke
 
 ## Exposing Consul's DNS Server on Port 53
 
-By default, Consul's DNS server is exposed on port 8600. Because this is cumbersome to configure with facilities like `resolv.conf`, you may want to expose DNS on port 53 using port arguments on your run command:
+By default, Consul's DNS server is exposed on port 8600. Because this is cumbersome to configure with facilities like `resolv.conf`, you may want to expose DNS on port 53. Consul 0.7 and later supports this by setting an environment variable that runs `setcap` on the Consul binary, allowing it to bind to privileged ports. Note that not all Docker storage backends support this feature (notably AUFS).
+
+Here's an example:
 
 ```console
-$ docker run -d --net=host -p 53:8600/tcp -p 53:8600/udp consul
+$ docker run -d --net=host -e 'CONSUL_ALLOW_PRIVILEGED_PORTS=' consul -dns-port=53
 ```
 
 If you are binding Consul's client interfaces to the host's loopback address, then you should be able to configure your host's `resolv.conf` to route DNS requests to Consul by including "127.0.0.1" as the primary DNS server. This would expose Consul's DNS to all applications running on the host, but due to Docker's built-in DNS server, you can't point to this directly from inside your containers; Docker will issue an error message if you attempt to do this. You must configure Consul to listen on a non-localhost address that is reachable from within other containers.
@@ -177,7 +178,7 @@ If you are binding Consul's client interfaces to the host's loopback address, th
 Once you bind Consul's client interfaces to the bridge or other network, you can use the `--dns` option in your *other containers* in order for them to use Consul's DNS server, mapped to port 53. Here's an example:
 
 ```console
-$ docker run -d --net=host -p 53:8600/tcp -p 53:8600/udp consul agent -bind=<bridge ip>
+$ docker run -d --net=host -e 'CONSUL_ALLOW_PRIVILEGED_PORTS=' consul agent -dns-port=53 -bind=<bridge ip>
 ```
 
 Now start another container and point it at Consul's DNS, using the bridge address of the host:
@@ -210,7 +211,7 @@ View [license information](https://raw.githubusercontent.com/hashicorp/consul/ma
 
 # Supported Docker versions
 
-This image is officially supported on Docker version 1.11.2.
+This image is officially supported on Docker version 1.12.1.
 
 Support for older versions (down to 1.6) is provided on a best-effort basis.
 

+ 8 - 6
consul/content.md

@@ -21,15 +21,15 @@ We don't cover Consul's multi-datacenter capability here, but as long as `--net=
 
 # Using the Container
 
-We chose Alpine as a lightweight base with a reasonably small surface area for security concerns, but with enough functionality for development, interactive debugging, and useful health, watch, and exec scripts running under Consul in the container.
+We chose Alpine as a lightweight base with a reasonably small surface area for security concerns, but with enough functionality for development, interactive debugging, and useful health, watch, and exec scripts running under Consul in the container. As of Consul 0.7, the image also includes `curl` since it is so commonly used for health checks.
 
 Consul always runs under [dumb-init](https://github.com/Yelp/dumb-init), which handles reaping zombie processes and forwards signals on to all processes running in the container. We also use [gosu](https://github.com/tianon/gosu) to run Consul as a non-root "consul" user for better security. These binaries are all built by HashiCorp and signed with our [GPG key](https://www.hashicorp.com/security.html), so you can verify the signed package used to build a given base image.
 
 Running the Consul container with no arguments will give you a Consul server in [development mode](https://www.consul.io/docs/agent/options.html#_dev). The provided entry point script will also look for Consul subcommands and run `consul` as the correct user and with that subcommand. For example, you can execute `docker run consul members` and it will run the `consul members` command inside the container. The entry point also adds some special configuration options as detailed in the sections below when running the `agent` subcommand. Any other command gets `exec`-ed inside the container under `dumb-init`.
 
-The container exposes `VOLUME /consul/data`, which is a path were Consul will place its persisted state. This isn't used in any way when running in development mode. For client agents, this stores some information about the cluster and the client's health checks in case the container is restarted. For server agents, this stores the client information plus snapshots and data related to the consensus algorithm and other state like Consul's key/value store and catalog. For servers it is highly desirable to keep this volume's data around when restarting containers to recover from outage scenarios.
+The container exposes `VOLUME /consul/data`, which is a path were Consul will place its persisted state. This isn't used in any way when running in development mode. For client agents, this stores some information about the cluster and the client's health checks in case the container is restarted. For server agents, this stores the client information plus snapshots and data related to the consensus algorithm and other state like Consul's key/value store and catalog. For servers it is highly desirable to keep this volume's data around when restarting containers to recover from outage scenarios. If this is bind mounted then ownership will be changed to the consul user when the container starts.
 
-The container has a Consul configuration directory set up at `/consul/config` and the agent will load any configuration files placed here by binding a volume or by composing a new image and adding files. Alternatively, configuration can be added by passing the configuration JSON via environment variable `CONSUL_LOCAL_CONFIG`.
+The container has a Consul configuration directory set up at `/consul/config` and the agent will load any configuration files placed here by binding a volume or by composing a new image and adding files. Alternatively, configuration can be added by passing the configuration JSON via environment variable `CONSUL_LOCAL_CONFIG`. If this is bind mounted then ownership will be changed to the consul user when the container starts.
 
 Since Consul is almost always run with `--net=host` in Docker, some care is required when configuring Consul's IP addresses. Consul has the concept of its cluster address as well as its client address. The cluster address is the address at which other Consul agents may contact a given agent. The client address is the address where other processes on the host contact Consul in order to make HTTP or DNS requests. You will typically need to tell Consul what its cluster address is when starting so that it binds to the correct interface and advertises a workable interface to the rest of the Consul agents. You'll see this in the examples below as the `-bind=<external ip>` argument to Consul.
 
@@ -156,10 +156,12 @@ Once the cluster is bootstrapped and quorum is achieved, you must use care to ke
 
 ## Exposing Consul's DNS Server on Port 53
 
-By default, Consul's DNS server is exposed on port 8600. Because this is cumbersome to configure with facilities like `resolv.conf`, you may want to expose DNS on port 53 using port arguments on your run command:
+By default, Consul's DNS server is exposed on port 8600. Because this is cumbersome to configure with facilities like `resolv.conf`, you may want to expose DNS on port 53. Consul 0.7 and later supports this by setting an environment variable that runs `setcap` on the Consul binary, allowing it to bind to privileged ports. Note that not all Docker storage backends support this feature (notably AUFS).
+
+Here's an example:
 
 ```console
-$ docker run -d --net=host -p 53:8600/tcp -p 53:8600/udp consul
+$ docker run -d --net=host -e 'CONSUL_ALLOW_PRIVILEGED_PORTS=' consul -dns-port=53
 ```
 
 If you are binding Consul's client interfaces to the host's loopback address, then you should be able to configure your host's `resolv.conf` to route DNS requests to Consul by including "127.0.0.1" as the primary DNS server. This would expose Consul's DNS to all applications running on the host, but due to Docker's built-in DNS server, you can't point to this directly from inside your containers; Docker will issue an error message if you attempt to do this. You must configure Consul to listen on a non-localhost address that is reachable from within other containers.
@@ -167,7 +169,7 @@ If you are binding Consul's client interfaces to the host's loopback address, th
 Once you bind Consul's client interfaces to the bridge or other network, you can use the `--dns` option in your *other containers* in order for them to use Consul's DNS server, mapped to port 53. Here's an example:
 
 ```console
-$ docker run -d --net=host -p 53:8600/tcp -p 53:8600/udp consul agent -bind=<bridge ip>
+$ docker run -d --net=host -e 'CONSUL_ALLOW_PRIVILEGED_PORTS=' consul agent -dns-port=53 -bind=<bridge ip>
 ```
 
 Now start another container and point it at Consul's DNS, using the bridge address of the host:

+ 0 - 140
consul/tag-details.md

@@ -1,140 +0,0 @@
-<!-- THIS FILE IS GENERATED VIA '.template-helpers/generate-tag-details.pl' -->
-
-# Tags of `consul`
-
--	[`consul:v0.6.4`](#consulv064)
--	[`consul:latest`](#consullatest)
-
-## `consul:v0.6.4`
-
-```console
-$ docker pull consul@sha256:0dc990ff3c44d5b5395475bcc5ebdae4fc8b67f69e17942a8b9793b3df74d290
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `consul:v0.6.4` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **10.2 MB (10228086 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:62f109a3299c525e523ca8c5297d59de225cf9a78a5f93987ac919aad6b7440b`
--	Entrypoint: `["docker-entrypoint.sh"]`
--	Default Command: `["agent","-dev"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:12 GMT
-ADD file:86864edb9037700501e6e016262c29922e0c67762b4525901ca5a8194a078bfb in /
-# Thu, 23 Jun 2016 19:59:56 GMT
-MAINTAINER James Phillips <[email protected]> (@slackpad)
-# Thu, 23 Jun 2016 19:59:57 GMT
-ENV CONSUL_VERSION=0.6.4
-# Thu, 23 Jun 2016 19:59:57 GMT
-ENV DOCKER_BASE_VERSION=0.0.4
-# Thu, 23 Jun 2016 19:59:59 GMT
-RUN addgroup consul &&     adduser -S -G consul consul
-# Thu, 23 Jun 2016 20:00:26 GMT
-RUN apk add --no-cache ca-certificates gnupg &&     gpg --recv-keys 91A6E7F85D05C65630BEF18951852D87348FFC4C &&     mkdir -p /tmp/build &&     cd /tmp/build &&     wget https://releases.hashicorp.com/docker-base/${DOCKER_BASE_VERSION}/docker-base_${DOCKER_BASE_VERSION}_linux_amd64.zip &&     wget https://releases.hashicorp.com/docker-base/${DOCKER_BASE_VERSION}/docker-base_${DOCKER_BASE_VERSION}_SHA256SUMS &&     wget https://releases.hashicorp.com/docker-base/${DOCKER_BASE_VERSION}/docker-base_${DOCKER_BASE_VERSION}_SHA256SUMS.sig &&     gpg --batch --verify docker-base_${DOCKER_BASE_VERSION}_SHA256SUMS.sig docker-base_${DOCKER_BASE_VERSION}_SHA256SUMS &&     grep ${DOCKER_BASE_VERSION}_linux_amd64.zip docker-base_${DOCKER_BASE_VERSION}_SHA256SUMS | sha256sum -c &&     unzip docker-base_${DOCKER_BASE_VERSION}_linux_amd64.zip &&     cp bin/gosu bin/dumb-init /bin &&     wget https://releases.hashicorp.com/consul/${CONSUL_VERSION}/consul_${CONSUL_VERSION}_linux_amd64.zip &&     wget https://releases.hashicorp.com/consul/${CONSUL_VERSION}/consul_${CONSUL_VERSION}_SHA256SUMS &&     wget https://releases.hashicorp.com/consul/${CONSUL_VERSION}/consul_${CONSUL_VERSION}_SHA256SUMS.sig &&     gpg --batch --verify consul_${CONSUL_VERSION}_SHA256SUMS.sig consul_${CONSUL_VERSION}_SHA256SUMS &&     grep consul_${CONSUL_VERSION}_linux_amd64.zip consul_${CONSUL_VERSION}_SHA256SUMS | sha256sum -c &&     unzip -d /bin consul_${CONSUL_VERSION}_linux_amd64.zip &&     cd /tmp &&     rm -rf /tmp/build &&     apk del gnupg &&     rm -rf /root/.gnupg
-# Thu, 23 Jun 2016 20:00:28 GMT
-RUN mkdir -p /consul/data &&     mkdir -p /consul/config &&     chown -R consul:consul /consul
-# Thu, 23 Jun 2016 20:00:28 GMT
-VOLUME [/consul/data]
-# Thu, 23 Jun 2016 20:00:29 GMT
-EXPOSE 8300/tcp
-# Thu, 23 Jun 2016 20:00:29 GMT
-EXPOSE 8301/tcp 8301/udp 8302/tcp 8302/udp
-# Thu, 23 Jun 2016 20:00:30 GMT
-EXPOSE 8400/tcp 8500/tcp 8600/tcp 8600/udp
-# Thu, 23 Jun 2016 20:00:30 GMT
-COPY file:1e4bc1007648fa04fe5959896edc34856524209d1f18eb9907c5a55ddfb424b4 in /usr/local/bin/docker-entrypoint.sh
-# Thu, 23 Jun 2016 20:00:31 GMT
-ENTRYPOINT &{["docker-entrypoint.sh"]}
-# Thu, 23 Jun 2016 20:00:31 GMT
-CMD ["agent" "-dev"]
-```
-
--	Layers:
-	-	`sha256:6c123565ed5e79b6c944d6da64bd785ad3ec03c6e853dcb733254aebb215ae55`  
-		Last Modified: Thu, 23 Jun 2016 19:56:02 GMT  
-		Size: 2.3 MB (2320188 bytes)
-	-	`sha256:c360837a94e2a7152321bac57b7673bc8f25bee807f1dd0f44a06aa481a346e0`  
-		Last Modified: Thu, 23 Jun 2016 20:00:38 GMT  
-		Size: 31.4 KB (31446 bytes)
-	-	`sha256:4e298b2da1e2ae93ad4f1a29002b07fb52cdd65a7ede36c46cb7cc62ada20027`  
-		Last Modified: Thu, 23 Jun 2016 20:00:41 GMT  
-		Size: 7.9 MB (7874964 bytes)
-	-	`sha256:46f89b06fcc9eb6ac7d7b482fc79a38ebd084ead6df66435110e0870fd504f81`  
-		Last Modified: Thu, 23 Jun 2016 20:00:38 GMT  
-		Size: 143.0 B
-	-	`sha256:3f453ecb18c06192c6c9bbe4c998210ad14c5853ff92d15c432ea325531fc326`  
-		Last Modified: Thu, 23 Jun 2016 20:00:38 GMT  
-		Size: 1.3 KB (1345 bytes)
-
-## `consul:latest`
-
-```console
-$ docker pull consul@sha256:0dc990ff3c44d5b5395475bcc5ebdae4fc8b67f69e17942a8b9793b3df74d290
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `consul:latest` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **10.2 MB (10228086 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:62f109a3299c525e523ca8c5297d59de225cf9a78a5f93987ac919aad6b7440b`
--	Entrypoint: `["docker-entrypoint.sh"]`
--	Default Command: `["agent","-dev"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:12 GMT
-ADD file:86864edb9037700501e6e016262c29922e0c67762b4525901ca5a8194a078bfb in /
-# Thu, 23 Jun 2016 19:59:56 GMT
-MAINTAINER James Phillips <[email protected]> (@slackpad)
-# Thu, 23 Jun 2016 19:59:57 GMT
-ENV CONSUL_VERSION=0.6.4
-# Thu, 23 Jun 2016 19:59:57 GMT
-ENV DOCKER_BASE_VERSION=0.0.4
-# Thu, 23 Jun 2016 19:59:59 GMT
-RUN addgroup consul &&     adduser -S -G consul consul
-# Thu, 23 Jun 2016 20:00:26 GMT
-RUN apk add --no-cache ca-certificates gnupg &&     gpg --recv-keys 91A6E7F85D05C65630BEF18951852D87348FFC4C &&     mkdir -p /tmp/build &&     cd /tmp/build &&     wget https://releases.hashicorp.com/docker-base/${DOCKER_BASE_VERSION}/docker-base_${DOCKER_BASE_VERSION}_linux_amd64.zip &&     wget https://releases.hashicorp.com/docker-base/${DOCKER_BASE_VERSION}/docker-base_${DOCKER_BASE_VERSION}_SHA256SUMS &&     wget https://releases.hashicorp.com/docker-base/${DOCKER_BASE_VERSION}/docker-base_${DOCKER_BASE_VERSION}_SHA256SUMS.sig &&     gpg --batch --verify docker-base_${DOCKER_BASE_VERSION}_SHA256SUMS.sig docker-base_${DOCKER_BASE_VERSION}_SHA256SUMS &&     grep ${DOCKER_BASE_VERSION}_linux_amd64.zip docker-base_${DOCKER_BASE_VERSION}_SHA256SUMS | sha256sum -c &&     unzip docker-base_${DOCKER_BASE_VERSION}_linux_amd64.zip &&     cp bin/gosu bin/dumb-init /bin &&     wget https://releases.hashicorp.com/consul/${CONSUL_VERSION}/consul_${CONSUL_VERSION}_linux_amd64.zip &&     wget https://releases.hashicorp.com/consul/${CONSUL_VERSION}/consul_${CONSUL_VERSION}_SHA256SUMS &&     wget https://releases.hashicorp.com/consul/${CONSUL_VERSION}/consul_${CONSUL_VERSION}_SHA256SUMS.sig &&     gpg --batch --verify consul_${CONSUL_VERSION}_SHA256SUMS.sig consul_${CONSUL_VERSION}_SHA256SUMS &&     grep consul_${CONSUL_VERSION}_linux_amd64.zip consul_${CONSUL_VERSION}_SHA256SUMS | sha256sum -c &&     unzip -d /bin consul_${CONSUL_VERSION}_linux_amd64.zip &&     cd /tmp &&     rm -rf /tmp/build &&     apk del gnupg &&     rm -rf /root/.gnupg
-# Thu, 23 Jun 2016 20:00:28 GMT
-RUN mkdir -p /consul/data &&     mkdir -p /consul/config &&     chown -R consul:consul /consul
-# Thu, 23 Jun 2016 20:00:28 GMT
-VOLUME [/consul/data]
-# Thu, 23 Jun 2016 20:00:29 GMT
-EXPOSE 8300/tcp
-# Thu, 23 Jun 2016 20:00:29 GMT
-EXPOSE 8301/tcp 8301/udp 8302/tcp 8302/udp
-# Thu, 23 Jun 2016 20:00:30 GMT
-EXPOSE 8400/tcp 8500/tcp 8600/tcp 8600/udp
-# Thu, 23 Jun 2016 20:00:30 GMT
-COPY file:1e4bc1007648fa04fe5959896edc34856524209d1f18eb9907c5a55ddfb424b4 in /usr/local/bin/docker-entrypoint.sh
-# Thu, 23 Jun 2016 20:00:31 GMT
-ENTRYPOINT &{["docker-entrypoint.sh"]}
-# Thu, 23 Jun 2016 20:00:31 GMT
-CMD ["agent" "-dev"]
-```
-
--	Layers:
-	-	`sha256:6c123565ed5e79b6c944d6da64bd785ad3ec03c6e853dcb733254aebb215ae55`  
-		Last Modified: Thu, 23 Jun 2016 19:56:02 GMT  
-		Size: 2.3 MB (2320188 bytes)
-	-	`sha256:c360837a94e2a7152321bac57b7673bc8f25bee807f1dd0f44a06aa481a346e0`  
-		Last Modified: Thu, 23 Jun 2016 20:00:38 GMT  
-		Size: 31.4 KB (31446 bytes)
-	-	`sha256:4e298b2da1e2ae93ad4f1a29002b07fb52cdd65a7ede36c46cb7cc62ada20027`  
-		Last Modified: Thu, 23 Jun 2016 20:00:41 GMT  
-		Size: 7.9 MB (7874964 bytes)
-	-	`sha256:46f89b06fcc9eb6ac7d7b482fc79a38ebd084ead6df66435110e0870fd504f81`  
-		Last Modified: Thu, 23 Jun 2016 20:00:38 GMT  
-		Size: 143.0 B
-	-	`sha256:3f453ecb18c06192c6c9bbe4c998210ad14c5853ff92d15c432ea325531fc326`  
-		Last Modified: Thu, 23 Jun 2016 20:00:38 GMT  
-		Size: 1.3 KB (1345 bytes)

+ 6 - 8
couchbase/README.md

@@ -1,15 +1,13 @@
 # Supported tags and respective `Dockerfile` links
 
--	[`latest`, `enterprise`, `4.5.0`, `enterprise-4.5.0` (*enterprise/couchbase-server/4.5.0/Dockerfile*)](https://github.com/couchbase/docker/blob/1d769f5af32cba922f56a3fc21ce1ef9a85ae663/enterprise/couchbase-server/4.5.0/Dockerfile)
--	[`community`, `community-4.0.0` (*community/couchbase-server/4.0.0/Dockerfile*)](https://github.com/couchbase/docker/blob/1d769f5af32cba922f56a3fc21ce1ef9a85ae663/community/couchbase-server/4.0.0/Dockerfile)
--	[`3.1.5`, `enterprise-3.1.5` (*enterprise/couchbase-server/3.1.5/Dockerfile*)](https://github.com/couchbase/docker/blob/1d769f5af32cba922f56a3fc21ce1ef9a85ae663/enterprise/couchbase-server/3.1.5/Dockerfile)
--	[`community-3.1.3` (*community/couchbase-server/3.1.3/Dockerfile*)](https://github.com/couchbase/docker/blob/1d769f5af32cba922f56a3fc21ce1ef9a85ae663/community/couchbase-server/3.1.3/Dockerfile)
-
-[![](https://badge.imagelayers.io/couchbase:latest.svg)](https://imagelayers.io/?images=couchbase:latest,couchbase:community,couchbase:3.1.5,couchbase:community-3.1.3)
+-	[`latest`, `enterprise`, `4.5.0`, `enterprise-4.5.0` (*enterprise/couchbase-server/4.5.0/Dockerfile*)](https://github.com/couchbase/docker/blob/7d5070a349860e28b49562fd92602bdd5d0b91e3/enterprise/couchbase-server/4.5.0/Dockerfile)
+-	[`community`, `community-4.1.0` (*community/couchbase-server/4.1.0/Dockerfile*)](https://github.com/couchbase/docker/blob/7d5070a349860e28b49562fd92602bdd5d0b91e3/community/couchbase-server/4.1.0/Dockerfile)
+-	[`3.1.6`, `enterprise-3.1.6` (*enterprise/couchbase-server/3.1.6/Dockerfile*)](https://github.com/couchbase/docker/blob/7d5070a349860e28b49562fd92602bdd5d0b91e3/enterprise/couchbase-server/3.1.6/Dockerfile)
+-	[`community-3.1.3` (*community/couchbase-server/3.1.3/Dockerfile*)](https://github.com/couchbase/docker/blob/7d5070a349860e28b49562fd92602bdd5d0b91e3/community/couchbase-server/3.1.3/Dockerfile)
 
 For more information about this image and its history, please see [the relevant manifest file (`library/couchbase`)](https://github.com/docker-library/official-images/blob/master/library/couchbase). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fcouchbase).
 
-For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `couchbase/tag-details.md` file](https://github.com/docker-library/docs/blob/master/couchbase/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs).
+For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `repos/couchbase/tag-details.md` file](https://github.com/docker-library/repo-info/blob/master/repos/couchbase/tag-details.md) in [the `docker-library/repo-info` GitHub repo](https://github.com/docker-library/repo-info).
 
 # What is Couchbase Server?
 
@@ -172,7 +170,7 @@ docker run couchbase:community-4.0.0
 
 # Supported Docker versions
 
-This image is officially supported on Docker version 1.11.2.
+This image is officially supported on Docker version 1.12.1.
 
 Support for older versions (down to 1.6) is provided on a best-effort basis.
 

+ 0 - 895
couchbase/tag-details.md

@@ -1,895 +0,0 @@
-<!-- THIS FILE IS GENERATED VIA '.template-helpers/generate-tag-details.pl' -->
-
-# Tags of `couchbase`
-
--	[`couchbase:latest`](#couchbaselatest)
--	[`couchbase:enterprise`](#couchbaseenterprise)
--	[`couchbase:4.5.0`](#couchbase450)
--	[`couchbase:enterprise-4.5.0`](#couchbaseenterprise-450)
--	[`couchbase:community`](#couchbasecommunity)
--	[`couchbase:community-4.0.0`](#couchbasecommunity-400)
--	[`couchbase:3.1.5`](#couchbase315)
--	[`couchbase:enterprise-3.1.5`](#couchbaseenterprise-315)
--	[`couchbase:community-3.1.3`](#couchbasecommunity-313)
-
-## `couchbase:latest`
-
-```console
-$ docker pull couchbase@sha256:f39ad15c1b7a1c0078e9846431f7a11e5aa0e8eed7ea4507d95b0a02f0221a75
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `couchbase:latest` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **208.1 MB (208077656 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:06d550bac8c633dbedad86b0662b89005321ba738dbee6c83fffe3367556c8af`
--	Entrypoint: `["\/entrypoint.sh"]`
--	Default Command: `["couchbase-server"]`
-
-```dockerfile
-# Mon, 18 Jul 2016 17:34:50 GMT
-ADD file:dc3b1b2c44af75026bc24b3f3a5bd5f45b9ca7ed395b91dfacd1b47fe0545fb5 in /
-# Mon, 18 Jul 2016 17:34:53 GMT
-RUN set -xe 		&& echo '#!/bin/sh' > /usr/sbin/policy-rc.d 	&& echo 'exit 101' >> /usr/sbin/policy-rc.d 	&& chmod +x /usr/sbin/policy-rc.d 		&& dpkg-divert --local --rename --add /sbin/initctl 	&& cp -a /usr/sbin/policy-rc.d /sbin/initctl 	&& sed -i 's/^exit.*/exit 0/' /sbin/initctl 		&& echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup 		&& echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean 	&& echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean 	&& echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean 		&& echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages 		&& echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes 		&& echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
-# Mon, 18 Jul 2016 17:34:54 GMT
-RUN rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 17:34:57 GMT
-RUN sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
-# Mon, 18 Jul 2016 17:34:58 GMT
-CMD ["/bin/bash"]
-# Mon, 18 Jul 2016 18:28:30 GMT
-MAINTAINER Couchbase Docker Team <[email protected]>
-# Mon, 18 Jul 2016 18:29:44 GMT
-RUN apt-get update &&     apt-get install -yq runit wget python-httplib2 chrpath     lsof lshw sysstat net-tools numactl  &&     apt-get autoremove && apt-get clean &&     rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
-# Mon, 18 Jul 2016 18:29:45 GMT
-ENV CB_VERSION=4.5.0 CB_RELEASE_URL=http://packages.couchbase.com/releases CB_PACKAGE=couchbase-server-enterprise_4.5.0-ubuntu14.04_amd64.deb CB_SHA256=441398302210c0d73f27bdab741b471fc9da116bf45f521b314345f04560716e PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/couchbase/bin:/opt/couchbase/bin/tools:/opt/couchbase/bin/install
-# Mon, 18 Jul 2016 18:29:47 GMT
-RUN groupadd -g 1000 couchbase && useradd couchbase -u 1000 -g couchbase -M
-# Mon, 18 Jul 2016 18:30:16 GMT
-RUN wget -N $CB_RELEASE_URL/$CB_VERSION/$CB_PACKAGE &&     echo "$CB_SHA256  $CB_PACKAGE" | sha256sum -c - &&     dpkg -i ./$CB_PACKAGE && rm -f ./$CB_PACKAGE
-# Mon, 18 Jul 2016 18:30:18 GMT
-COPY file:7a3bf353a4f0d8eed060426fec4bacdf779a522d4c631430af31c172eb79f95b in /etc/service/couchbase-server/run
-# Mon, 18 Jul 2016 18:30:18 GMT
-COPY file:8196fd8e201c5fc3873a0faa3cec28b0d85633e363c0c5788434f5b9a81cfa5b in /usr/local/bin/
-# Mon, 18 Jul 2016 18:30:20 GMT
-RUN ln -s dummy.sh /usr/local/bin/iptables-save &&     ln -s dummy.sh /usr/local/bin/lvdisplay &&     ln -s dummy.sh /usr/local/bin/vgdisplay &&     ln -s dummy.sh /usr/local/bin/pvdisplay
-# Mon, 18 Jul 2016 18:30:23 GMT
-RUN chrpath -r '$ORIGIN/../lib' /opt/couchbase/bin/curl
-# Mon, 18 Jul 2016 18:30:24 GMT
-COPY file:2e05ad6c8605276336133e65ef3a65ce79eaae1794ede978d3de602732e217ac in /
-# Mon, 18 Jul 2016 18:30:24 GMT
-ENTRYPOINT &{["/entrypoint.sh"]}
-# Mon, 18 Jul 2016 18:30:25 GMT
-CMD ["couchbase-server"]
-# Mon, 18 Jul 2016 18:30:26 GMT
-EXPOSE 11207/tcp 11210/tcp 11211/tcp 18091/tcp 18092/tcp 18093/tcp 8091/tcp 8092/tcp 8093/tcp 8094/tcp
-# Mon, 18 Jul 2016 18:30:26 GMT
-VOLUME [/opt/couchbase/var]
-```
-
--	Layers:
-	-	`sha256:96c6a1f3c3b0183063a9dad891fe6d8ec466c2fdf9571a0c19b3319ea8a58871`  
-		Last Modified: Mon, 18 Jul 2016 17:36:54 GMT  
-		Size: 65.7 MB (65699069 bytes)
-	-	`sha256:4767a2d70a73a271b76a76e4d5edf1426c49ccc24dc7df06ebccd880f01bbeab`  
-		Last Modified: Mon, 18 Jul 2016 17:36:35 GMT  
-		Size: 92.3 KB (92340 bytes)
-	-	`sha256:422639bc8a94f4f9ece99c13140bd78b9f25eb62492dd0402ffa4ec58b0d6d9b`  
-		Last Modified: Mon, 18 Jul 2016 17:36:35 GMT  
-		Size: 366.0 B
-	-	`sha256:a797489a324abb3d09826e5f5a529034aecdc962d54ca4dd642f9548c455295f`  
-		Last Modified: Mon, 18 Jul 2016 17:36:35 GMT  
-		Size: 682.0 B
-	-	`sha256:1051665d8b8bb111253c4d544f16d236f53d16b18ae5b27a4519ff5b832565e1`  
-		Last Modified: Mon, 18 Jul 2016 18:30:42 GMT  
-		Size: 11.3 MB (11285676 bytes)
-	-	`sha256:552944a2b435fbf38e46a6e1149ff2ad83b3dbaf2b0cafb410abaab93008bc0d`  
-		Last Modified: Mon, 18 Jul 2016 18:30:38 GMT  
-		Size: 1.9 KB (1855 bytes)
-	-	`sha256:80e669f7ea30768350090029a45ee9e4af1a72fd91f0f7f1a25ae847693d453e`  
-		Last Modified: Mon, 18 Jul 2016 18:31:12 GMT  
-		Size: 130.9 MB (130897536 bytes)
-	-	`sha256:25f9930e60f23fd9e8a3690f2ed0421a0fe5d1ae8d24a5e9857f8395852e2721`  
-		Last Modified: Mon, 18 Jul 2016 18:30:35 GMT  
-		Size: 336.0 B
-	-	`sha256:b68158d1bb3edb6485684817cc60c180e75b9a7e1fadeef49f2e16fb46f2210b`  
-		Last Modified: Mon, 18 Jul 2016 18:30:35 GMT  
-		Size: 232.0 B
-	-	`sha256:46e8295016c718cf6af9d65c9a6206d06dc63dc0815543e7997f35983651f163`  
-		Last Modified: Mon, 18 Jul 2016 18:30:35 GMT  
-		Size: 210.0 B
-	-	`sha256:56e735dd184c80fd9c35858adedb5bb4d20c78a30ee9db278527348098adc7ba`  
-		Last Modified: Mon, 18 Jul 2016 18:30:35 GMT  
-		Size: 99.1 KB (99102 bytes)
-	-	`sha256:df234ef5be48a1bd54a5b3ef3ad3d8b1a47667fc3e802805e003b2bd8ea66198`  
-		Last Modified: Mon, 18 Jul 2016 18:30:35 GMT  
-		Size: 252.0 B
-
-## `couchbase:enterprise`
-
-```console
-$ docker pull couchbase@sha256:f39ad15c1b7a1c0078e9846431f7a11e5aa0e8eed7ea4507d95b0a02f0221a75
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `couchbase:enterprise` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **208.1 MB (208077656 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:06d550bac8c633dbedad86b0662b89005321ba738dbee6c83fffe3367556c8af`
--	Entrypoint: `["\/entrypoint.sh"]`
--	Default Command: `["couchbase-server"]`
-
-```dockerfile
-# Mon, 18 Jul 2016 17:34:50 GMT
-ADD file:dc3b1b2c44af75026bc24b3f3a5bd5f45b9ca7ed395b91dfacd1b47fe0545fb5 in /
-# Mon, 18 Jul 2016 17:34:53 GMT
-RUN set -xe 		&& echo '#!/bin/sh' > /usr/sbin/policy-rc.d 	&& echo 'exit 101' >> /usr/sbin/policy-rc.d 	&& chmod +x /usr/sbin/policy-rc.d 		&& dpkg-divert --local --rename --add /sbin/initctl 	&& cp -a /usr/sbin/policy-rc.d /sbin/initctl 	&& sed -i 's/^exit.*/exit 0/' /sbin/initctl 		&& echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup 		&& echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean 	&& echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean 	&& echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean 		&& echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages 		&& echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes 		&& echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
-# Mon, 18 Jul 2016 17:34:54 GMT
-RUN rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 17:34:57 GMT
-RUN sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
-# Mon, 18 Jul 2016 17:34:58 GMT
-CMD ["/bin/bash"]
-# Mon, 18 Jul 2016 18:28:30 GMT
-MAINTAINER Couchbase Docker Team <[email protected]>
-# Mon, 18 Jul 2016 18:29:44 GMT
-RUN apt-get update &&     apt-get install -yq runit wget python-httplib2 chrpath     lsof lshw sysstat net-tools numactl  &&     apt-get autoremove && apt-get clean &&     rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
-# Mon, 18 Jul 2016 18:29:45 GMT
-ENV CB_VERSION=4.5.0 CB_RELEASE_URL=http://packages.couchbase.com/releases CB_PACKAGE=couchbase-server-enterprise_4.5.0-ubuntu14.04_amd64.deb CB_SHA256=441398302210c0d73f27bdab741b471fc9da116bf45f521b314345f04560716e PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/couchbase/bin:/opt/couchbase/bin/tools:/opt/couchbase/bin/install
-# Mon, 18 Jul 2016 18:29:47 GMT
-RUN groupadd -g 1000 couchbase && useradd couchbase -u 1000 -g couchbase -M
-# Mon, 18 Jul 2016 18:30:16 GMT
-RUN wget -N $CB_RELEASE_URL/$CB_VERSION/$CB_PACKAGE &&     echo "$CB_SHA256  $CB_PACKAGE" | sha256sum -c - &&     dpkg -i ./$CB_PACKAGE && rm -f ./$CB_PACKAGE
-# Mon, 18 Jul 2016 18:30:18 GMT
-COPY file:7a3bf353a4f0d8eed060426fec4bacdf779a522d4c631430af31c172eb79f95b in /etc/service/couchbase-server/run
-# Mon, 18 Jul 2016 18:30:18 GMT
-COPY file:8196fd8e201c5fc3873a0faa3cec28b0d85633e363c0c5788434f5b9a81cfa5b in /usr/local/bin/
-# Mon, 18 Jul 2016 18:30:20 GMT
-RUN ln -s dummy.sh /usr/local/bin/iptables-save &&     ln -s dummy.sh /usr/local/bin/lvdisplay &&     ln -s dummy.sh /usr/local/bin/vgdisplay &&     ln -s dummy.sh /usr/local/bin/pvdisplay
-# Mon, 18 Jul 2016 18:30:23 GMT
-RUN chrpath -r '$ORIGIN/../lib' /opt/couchbase/bin/curl
-# Mon, 18 Jul 2016 18:30:24 GMT
-COPY file:2e05ad6c8605276336133e65ef3a65ce79eaae1794ede978d3de602732e217ac in /
-# Mon, 18 Jul 2016 18:30:24 GMT
-ENTRYPOINT &{["/entrypoint.sh"]}
-# Mon, 18 Jul 2016 18:30:25 GMT
-CMD ["couchbase-server"]
-# Mon, 18 Jul 2016 18:30:26 GMT
-EXPOSE 11207/tcp 11210/tcp 11211/tcp 18091/tcp 18092/tcp 18093/tcp 8091/tcp 8092/tcp 8093/tcp 8094/tcp
-# Mon, 18 Jul 2016 18:30:26 GMT
-VOLUME [/opt/couchbase/var]
-```
-
--	Layers:
-	-	`sha256:96c6a1f3c3b0183063a9dad891fe6d8ec466c2fdf9571a0c19b3319ea8a58871`  
-		Last Modified: Mon, 18 Jul 2016 17:36:54 GMT  
-		Size: 65.7 MB (65699069 bytes)
-	-	`sha256:4767a2d70a73a271b76a76e4d5edf1426c49ccc24dc7df06ebccd880f01bbeab`  
-		Last Modified: Mon, 18 Jul 2016 17:36:35 GMT  
-		Size: 92.3 KB (92340 bytes)
-	-	`sha256:422639bc8a94f4f9ece99c13140bd78b9f25eb62492dd0402ffa4ec58b0d6d9b`  
-		Last Modified: Mon, 18 Jul 2016 17:36:35 GMT  
-		Size: 366.0 B
-	-	`sha256:a797489a324abb3d09826e5f5a529034aecdc962d54ca4dd642f9548c455295f`  
-		Last Modified: Mon, 18 Jul 2016 17:36:35 GMT  
-		Size: 682.0 B
-	-	`sha256:1051665d8b8bb111253c4d544f16d236f53d16b18ae5b27a4519ff5b832565e1`  
-		Last Modified: Mon, 18 Jul 2016 18:30:42 GMT  
-		Size: 11.3 MB (11285676 bytes)
-	-	`sha256:552944a2b435fbf38e46a6e1149ff2ad83b3dbaf2b0cafb410abaab93008bc0d`  
-		Last Modified: Mon, 18 Jul 2016 18:30:38 GMT  
-		Size: 1.9 KB (1855 bytes)
-	-	`sha256:80e669f7ea30768350090029a45ee9e4af1a72fd91f0f7f1a25ae847693d453e`  
-		Last Modified: Mon, 18 Jul 2016 18:31:12 GMT  
-		Size: 130.9 MB (130897536 bytes)
-	-	`sha256:25f9930e60f23fd9e8a3690f2ed0421a0fe5d1ae8d24a5e9857f8395852e2721`  
-		Last Modified: Mon, 18 Jul 2016 18:30:35 GMT  
-		Size: 336.0 B
-	-	`sha256:b68158d1bb3edb6485684817cc60c180e75b9a7e1fadeef49f2e16fb46f2210b`  
-		Last Modified: Mon, 18 Jul 2016 18:30:35 GMT  
-		Size: 232.0 B
-	-	`sha256:46e8295016c718cf6af9d65c9a6206d06dc63dc0815543e7997f35983651f163`  
-		Last Modified: Mon, 18 Jul 2016 18:30:35 GMT  
-		Size: 210.0 B
-	-	`sha256:56e735dd184c80fd9c35858adedb5bb4d20c78a30ee9db278527348098adc7ba`  
-		Last Modified: Mon, 18 Jul 2016 18:30:35 GMT  
-		Size: 99.1 KB (99102 bytes)
-	-	`sha256:df234ef5be48a1bd54a5b3ef3ad3d8b1a47667fc3e802805e003b2bd8ea66198`  
-		Last Modified: Mon, 18 Jul 2016 18:30:35 GMT  
-		Size: 252.0 B
-
-## `couchbase:4.5.0`
-
-```console
-$ docker pull couchbase@sha256:f39ad15c1b7a1c0078e9846431f7a11e5aa0e8eed7ea4507d95b0a02f0221a75
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `couchbase:4.5.0` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **208.1 MB (208077656 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:06d550bac8c633dbedad86b0662b89005321ba738dbee6c83fffe3367556c8af`
--	Entrypoint: `["\/entrypoint.sh"]`
--	Default Command: `["couchbase-server"]`
-
-```dockerfile
-# Mon, 18 Jul 2016 17:34:50 GMT
-ADD file:dc3b1b2c44af75026bc24b3f3a5bd5f45b9ca7ed395b91dfacd1b47fe0545fb5 in /
-# Mon, 18 Jul 2016 17:34:53 GMT
-RUN set -xe 		&& echo '#!/bin/sh' > /usr/sbin/policy-rc.d 	&& echo 'exit 101' >> /usr/sbin/policy-rc.d 	&& chmod +x /usr/sbin/policy-rc.d 		&& dpkg-divert --local --rename --add /sbin/initctl 	&& cp -a /usr/sbin/policy-rc.d /sbin/initctl 	&& sed -i 's/^exit.*/exit 0/' /sbin/initctl 		&& echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup 		&& echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean 	&& echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean 	&& echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean 		&& echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages 		&& echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes 		&& echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
-# Mon, 18 Jul 2016 17:34:54 GMT
-RUN rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 17:34:57 GMT
-RUN sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
-# Mon, 18 Jul 2016 17:34:58 GMT
-CMD ["/bin/bash"]
-# Mon, 18 Jul 2016 18:28:30 GMT
-MAINTAINER Couchbase Docker Team <[email protected]>
-# Mon, 18 Jul 2016 18:29:44 GMT
-RUN apt-get update &&     apt-get install -yq runit wget python-httplib2 chrpath     lsof lshw sysstat net-tools numactl  &&     apt-get autoremove && apt-get clean &&     rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
-# Mon, 18 Jul 2016 18:29:45 GMT
-ENV CB_VERSION=4.5.0 CB_RELEASE_URL=http://packages.couchbase.com/releases CB_PACKAGE=couchbase-server-enterprise_4.5.0-ubuntu14.04_amd64.deb CB_SHA256=441398302210c0d73f27bdab741b471fc9da116bf45f521b314345f04560716e PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/couchbase/bin:/opt/couchbase/bin/tools:/opt/couchbase/bin/install
-# Mon, 18 Jul 2016 18:29:47 GMT
-RUN groupadd -g 1000 couchbase && useradd couchbase -u 1000 -g couchbase -M
-# Mon, 18 Jul 2016 18:30:16 GMT
-RUN wget -N $CB_RELEASE_URL/$CB_VERSION/$CB_PACKAGE &&     echo "$CB_SHA256  $CB_PACKAGE" | sha256sum -c - &&     dpkg -i ./$CB_PACKAGE && rm -f ./$CB_PACKAGE
-# Mon, 18 Jul 2016 18:30:18 GMT
-COPY file:7a3bf353a4f0d8eed060426fec4bacdf779a522d4c631430af31c172eb79f95b in /etc/service/couchbase-server/run
-# Mon, 18 Jul 2016 18:30:18 GMT
-COPY file:8196fd8e201c5fc3873a0faa3cec28b0d85633e363c0c5788434f5b9a81cfa5b in /usr/local/bin/
-# Mon, 18 Jul 2016 18:30:20 GMT
-RUN ln -s dummy.sh /usr/local/bin/iptables-save &&     ln -s dummy.sh /usr/local/bin/lvdisplay &&     ln -s dummy.sh /usr/local/bin/vgdisplay &&     ln -s dummy.sh /usr/local/bin/pvdisplay
-# Mon, 18 Jul 2016 18:30:23 GMT
-RUN chrpath -r '$ORIGIN/../lib' /opt/couchbase/bin/curl
-# Mon, 18 Jul 2016 18:30:24 GMT
-COPY file:2e05ad6c8605276336133e65ef3a65ce79eaae1794ede978d3de602732e217ac in /
-# Mon, 18 Jul 2016 18:30:24 GMT
-ENTRYPOINT &{["/entrypoint.sh"]}
-# Mon, 18 Jul 2016 18:30:25 GMT
-CMD ["couchbase-server"]
-# Mon, 18 Jul 2016 18:30:26 GMT
-EXPOSE 11207/tcp 11210/tcp 11211/tcp 18091/tcp 18092/tcp 18093/tcp 8091/tcp 8092/tcp 8093/tcp 8094/tcp
-# Mon, 18 Jul 2016 18:30:26 GMT
-VOLUME [/opt/couchbase/var]
-```
-
--	Layers:
-	-	`sha256:96c6a1f3c3b0183063a9dad891fe6d8ec466c2fdf9571a0c19b3319ea8a58871`  
-		Last Modified: Mon, 18 Jul 2016 17:36:54 GMT  
-		Size: 65.7 MB (65699069 bytes)
-	-	`sha256:4767a2d70a73a271b76a76e4d5edf1426c49ccc24dc7df06ebccd880f01bbeab`  
-		Last Modified: Mon, 18 Jul 2016 17:36:35 GMT  
-		Size: 92.3 KB (92340 bytes)
-	-	`sha256:422639bc8a94f4f9ece99c13140bd78b9f25eb62492dd0402ffa4ec58b0d6d9b`  
-		Last Modified: Mon, 18 Jul 2016 17:36:35 GMT  
-		Size: 366.0 B
-	-	`sha256:a797489a324abb3d09826e5f5a529034aecdc962d54ca4dd642f9548c455295f`  
-		Last Modified: Mon, 18 Jul 2016 17:36:35 GMT  
-		Size: 682.0 B
-	-	`sha256:1051665d8b8bb111253c4d544f16d236f53d16b18ae5b27a4519ff5b832565e1`  
-		Last Modified: Mon, 18 Jul 2016 18:30:42 GMT  
-		Size: 11.3 MB (11285676 bytes)
-	-	`sha256:552944a2b435fbf38e46a6e1149ff2ad83b3dbaf2b0cafb410abaab93008bc0d`  
-		Last Modified: Mon, 18 Jul 2016 18:30:38 GMT  
-		Size: 1.9 KB (1855 bytes)
-	-	`sha256:80e669f7ea30768350090029a45ee9e4af1a72fd91f0f7f1a25ae847693d453e`  
-		Last Modified: Mon, 18 Jul 2016 18:31:12 GMT  
-		Size: 130.9 MB (130897536 bytes)
-	-	`sha256:25f9930e60f23fd9e8a3690f2ed0421a0fe5d1ae8d24a5e9857f8395852e2721`  
-		Last Modified: Mon, 18 Jul 2016 18:30:35 GMT  
-		Size: 336.0 B
-	-	`sha256:b68158d1bb3edb6485684817cc60c180e75b9a7e1fadeef49f2e16fb46f2210b`  
-		Last Modified: Mon, 18 Jul 2016 18:30:35 GMT  
-		Size: 232.0 B
-	-	`sha256:46e8295016c718cf6af9d65c9a6206d06dc63dc0815543e7997f35983651f163`  
-		Last Modified: Mon, 18 Jul 2016 18:30:35 GMT  
-		Size: 210.0 B
-	-	`sha256:56e735dd184c80fd9c35858adedb5bb4d20c78a30ee9db278527348098adc7ba`  
-		Last Modified: Mon, 18 Jul 2016 18:30:35 GMT  
-		Size: 99.1 KB (99102 bytes)
-	-	`sha256:df234ef5be48a1bd54a5b3ef3ad3d8b1a47667fc3e802805e003b2bd8ea66198`  
-		Last Modified: Mon, 18 Jul 2016 18:30:35 GMT  
-		Size: 252.0 B
-
-## `couchbase:enterprise-4.5.0`
-
-```console
-$ docker pull couchbase@sha256:f39ad15c1b7a1c0078e9846431f7a11e5aa0e8eed7ea4507d95b0a02f0221a75
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `couchbase:enterprise-4.5.0` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **208.1 MB (208077656 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:06d550bac8c633dbedad86b0662b89005321ba738dbee6c83fffe3367556c8af`
--	Entrypoint: `["\/entrypoint.sh"]`
--	Default Command: `["couchbase-server"]`
-
-```dockerfile
-# Mon, 18 Jul 2016 17:34:50 GMT
-ADD file:dc3b1b2c44af75026bc24b3f3a5bd5f45b9ca7ed395b91dfacd1b47fe0545fb5 in /
-# Mon, 18 Jul 2016 17:34:53 GMT
-RUN set -xe 		&& echo '#!/bin/sh' > /usr/sbin/policy-rc.d 	&& echo 'exit 101' >> /usr/sbin/policy-rc.d 	&& chmod +x /usr/sbin/policy-rc.d 		&& dpkg-divert --local --rename --add /sbin/initctl 	&& cp -a /usr/sbin/policy-rc.d /sbin/initctl 	&& sed -i 's/^exit.*/exit 0/' /sbin/initctl 		&& echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup 		&& echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean 	&& echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean 	&& echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean 		&& echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages 		&& echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes 		&& echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
-# Mon, 18 Jul 2016 17:34:54 GMT
-RUN rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 17:34:57 GMT
-RUN sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
-# Mon, 18 Jul 2016 17:34:58 GMT
-CMD ["/bin/bash"]
-# Mon, 18 Jul 2016 18:28:30 GMT
-MAINTAINER Couchbase Docker Team <[email protected]>
-# Mon, 18 Jul 2016 18:29:44 GMT
-RUN apt-get update &&     apt-get install -yq runit wget python-httplib2 chrpath     lsof lshw sysstat net-tools numactl  &&     apt-get autoremove && apt-get clean &&     rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
-# Mon, 18 Jul 2016 18:29:45 GMT
-ENV CB_VERSION=4.5.0 CB_RELEASE_URL=http://packages.couchbase.com/releases CB_PACKAGE=couchbase-server-enterprise_4.5.0-ubuntu14.04_amd64.deb CB_SHA256=441398302210c0d73f27bdab741b471fc9da116bf45f521b314345f04560716e PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/couchbase/bin:/opt/couchbase/bin/tools:/opt/couchbase/bin/install
-# Mon, 18 Jul 2016 18:29:47 GMT
-RUN groupadd -g 1000 couchbase && useradd couchbase -u 1000 -g couchbase -M
-# Mon, 18 Jul 2016 18:30:16 GMT
-RUN wget -N $CB_RELEASE_URL/$CB_VERSION/$CB_PACKAGE &&     echo "$CB_SHA256  $CB_PACKAGE" | sha256sum -c - &&     dpkg -i ./$CB_PACKAGE && rm -f ./$CB_PACKAGE
-# Mon, 18 Jul 2016 18:30:18 GMT
-COPY file:7a3bf353a4f0d8eed060426fec4bacdf779a522d4c631430af31c172eb79f95b in /etc/service/couchbase-server/run
-# Mon, 18 Jul 2016 18:30:18 GMT
-COPY file:8196fd8e201c5fc3873a0faa3cec28b0d85633e363c0c5788434f5b9a81cfa5b in /usr/local/bin/
-# Mon, 18 Jul 2016 18:30:20 GMT
-RUN ln -s dummy.sh /usr/local/bin/iptables-save &&     ln -s dummy.sh /usr/local/bin/lvdisplay &&     ln -s dummy.sh /usr/local/bin/vgdisplay &&     ln -s dummy.sh /usr/local/bin/pvdisplay
-# Mon, 18 Jul 2016 18:30:23 GMT
-RUN chrpath -r '$ORIGIN/../lib' /opt/couchbase/bin/curl
-# Mon, 18 Jul 2016 18:30:24 GMT
-COPY file:2e05ad6c8605276336133e65ef3a65ce79eaae1794ede978d3de602732e217ac in /
-# Mon, 18 Jul 2016 18:30:24 GMT
-ENTRYPOINT &{["/entrypoint.sh"]}
-# Mon, 18 Jul 2016 18:30:25 GMT
-CMD ["couchbase-server"]
-# Mon, 18 Jul 2016 18:30:26 GMT
-EXPOSE 11207/tcp 11210/tcp 11211/tcp 18091/tcp 18092/tcp 18093/tcp 8091/tcp 8092/tcp 8093/tcp 8094/tcp
-# Mon, 18 Jul 2016 18:30:26 GMT
-VOLUME [/opt/couchbase/var]
-```
-
--	Layers:
-	-	`sha256:96c6a1f3c3b0183063a9dad891fe6d8ec466c2fdf9571a0c19b3319ea8a58871`  
-		Last Modified: Mon, 18 Jul 2016 17:36:54 GMT  
-		Size: 65.7 MB (65699069 bytes)
-	-	`sha256:4767a2d70a73a271b76a76e4d5edf1426c49ccc24dc7df06ebccd880f01bbeab`  
-		Last Modified: Mon, 18 Jul 2016 17:36:35 GMT  
-		Size: 92.3 KB (92340 bytes)
-	-	`sha256:422639bc8a94f4f9ece99c13140bd78b9f25eb62492dd0402ffa4ec58b0d6d9b`  
-		Last Modified: Mon, 18 Jul 2016 17:36:35 GMT  
-		Size: 366.0 B
-	-	`sha256:a797489a324abb3d09826e5f5a529034aecdc962d54ca4dd642f9548c455295f`  
-		Last Modified: Mon, 18 Jul 2016 17:36:35 GMT  
-		Size: 682.0 B
-	-	`sha256:1051665d8b8bb111253c4d544f16d236f53d16b18ae5b27a4519ff5b832565e1`  
-		Last Modified: Mon, 18 Jul 2016 18:30:42 GMT  
-		Size: 11.3 MB (11285676 bytes)
-	-	`sha256:552944a2b435fbf38e46a6e1149ff2ad83b3dbaf2b0cafb410abaab93008bc0d`  
-		Last Modified: Mon, 18 Jul 2016 18:30:38 GMT  
-		Size: 1.9 KB (1855 bytes)
-	-	`sha256:80e669f7ea30768350090029a45ee9e4af1a72fd91f0f7f1a25ae847693d453e`  
-		Last Modified: Mon, 18 Jul 2016 18:31:12 GMT  
-		Size: 130.9 MB (130897536 bytes)
-	-	`sha256:25f9930e60f23fd9e8a3690f2ed0421a0fe5d1ae8d24a5e9857f8395852e2721`  
-		Last Modified: Mon, 18 Jul 2016 18:30:35 GMT  
-		Size: 336.0 B
-	-	`sha256:b68158d1bb3edb6485684817cc60c180e75b9a7e1fadeef49f2e16fb46f2210b`  
-		Last Modified: Mon, 18 Jul 2016 18:30:35 GMT  
-		Size: 232.0 B
-	-	`sha256:46e8295016c718cf6af9d65c9a6206d06dc63dc0815543e7997f35983651f163`  
-		Last Modified: Mon, 18 Jul 2016 18:30:35 GMT  
-		Size: 210.0 B
-	-	`sha256:56e735dd184c80fd9c35858adedb5bb4d20c78a30ee9db278527348098adc7ba`  
-		Last Modified: Mon, 18 Jul 2016 18:30:35 GMT  
-		Size: 99.1 KB (99102 bytes)
-	-	`sha256:df234ef5be48a1bd54a5b3ef3ad3d8b1a47667fc3e802805e003b2bd8ea66198`  
-		Last Modified: Mon, 18 Jul 2016 18:30:35 GMT  
-		Size: 252.0 B
-
-## `couchbase:community`
-
-```console
-$ docker pull couchbase@sha256:8a4a6eaeeb0e6cff73aa676727c6efa2b7737af7cd0a43d505bbfefe9389f8fc
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `couchbase:community` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **164.1 MB (164083618 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:c66c31e97d095fe448a710c55a2999342c160d013db8226b0d351d76b4c80475`
--	Entrypoint: `["\/entrypoint.sh"]`
--	Default Command: `["couchbase-server"]`
-
-```dockerfile
-# Mon, 18 Jul 2016 17:34:50 GMT
-ADD file:dc3b1b2c44af75026bc24b3f3a5bd5f45b9ca7ed395b91dfacd1b47fe0545fb5 in /
-# Mon, 18 Jul 2016 17:34:53 GMT
-RUN set -xe 		&& echo '#!/bin/sh' > /usr/sbin/policy-rc.d 	&& echo 'exit 101' >> /usr/sbin/policy-rc.d 	&& chmod +x /usr/sbin/policy-rc.d 		&& dpkg-divert --local --rename --add /sbin/initctl 	&& cp -a /usr/sbin/policy-rc.d /sbin/initctl 	&& sed -i 's/^exit.*/exit 0/' /sbin/initctl 		&& echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup 		&& echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean 	&& echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean 	&& echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean 		&& echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages 		&& echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes 		&& echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
-# Mon, 18 Jul 2016 17:34:54 GMT
-RUN rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 17:34:57 GMT
-RUN sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
-# Mon, 18 Jul 2016 17:34:58 GMT
-CMD ["/bin/bash"]
-# Mon, 18 Jul 2016 18:28:30 GMT
-MAINTAINER Couchbase Docker Team <[email protected]>
-# Mon, 18 Jul 2016 18:29:44 GMT
-RUN apt-get update &&     apt-get install -yq runit wget python-httplib2 chrpath     lsof lshw sysstat net-tools numactl  &&     apt-get autoremove && apt-get clean &&     rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
-# Mon, 18 Jul 2016 18:31:51 GMT
-ENV CB_VERSION=4.0.0 CB_RELEASE_URL=http://packages.couchbase.com/releases CB_PACKAGE=couchbase-server-community_4.0.0-ubuntu14.04_amd64.deb CB_SHA256=e275717da0c22efb846b397a1ffeaf63a21ec91e4e481efe3b59de0a0d530982 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/couchbase/bin:/opt/couchbase/bin/tools:/opt/couchbase/bin/install
-# Mon, 18 Jul 2016 18:31:53 GMT
-RUN groupadd -g 1000 couchbase && useradd couchbase -u 1000 -g couchbase -M
-# Mon, 18 Jul 2016 18:32:18 GMT
-RUN wget -N $CB_RELEASE_URL/$CB_VERSION/$CB_PACKAGE &&     echo "$CB_SHA256  $CB_PACKAGE" | sha256sum -c - &&     dpkg -i ./$CB_PACKAGE && rm -f ./$CB_PACKAGE
-# Mon, 18 Jul 2016 18:32:19 GMT
-COPY file:7a3bf353a4f0d8eed060426fec4bacdf779a522d4c631430af31c172eb79f95b in /etc/service/couchbase-server/run
-# Mon, 18 Jul 2016 18:32:20 GMT
-COPY file:8196fd8e201c5fc3873a0faa3cec28b0d85633e363c0c5788434f5b9a81cfa5b in /usr/local/bin/
-# Mon, 18 Jul 2016 18:32:22 GMT
-RUN ln -s dummy.sh /usr/local/bin/iptables-save &&     ln -s dummy.sh /usr/local/bin/lvdisplay &&     ln -s dummy.sh /usr/local/bin/vgdisplay &&     ln -s dummy.sh /usr/local/bin/pvdisplay
-# Mon, 18 Jul 2016 18:32:23 GMT
-RUN chrpath -r '$ORIGIN/../lib' /opt/couchbase/bin/curl
-# Mon, 18 Jul 2016 18:32:24 GMT
-COPY file:2e05ad6c8605276336133e65ef3a65ce79eaae1794ede978d3de602732e217ac in /
-# Mon, 18 Jul 2016 18:32:25 GMT
-ENTRYPOINT &{["/entrypoint.sh"]}
-# Mon, 18 Jul 2016 18:32:26 GMT
-CMD ["couchbase-server"]
-# Mon, 18 Jul 2016 18:32:26 GMT
-EXPOSE 11207/tcp 11210/tcp 11211/tcp 18091/tcp 18092/tcp 18093/tcp 8091/tcp 8092/tcp 8093/tcp 8094/tcp
-# Mon, 18 Jul 2016 18:32:27 GMT
-VOLUME [/opt/couchbase/var]
-```
-
--	Layers:
-	-	`sha256:96c6a1f3c3b0183063a9dad891fe6d8ec466c2fdf9571a0c19b3319ea8a58871`  
-		Last Modified: Mon, 18 Jul 2016 17:36:54 GMT  
-		Size: 65.7 MB (65699069 bytes)
-	-	`sha256:4767a2d70a73a271b76a76e4d5edf1426c49ccc24dc7df06ebccd880f01bbeab`  
-		Last Modified: Mon, 18 Jul 2016 17:36:35 GMT  
-		Size: 92.3 KB (92340 bytes)
-	-	`sha256:422639bc8a94f4f9ece99c13140bd78b9f25eb62492dd0402ffa4ec58b0d6d9b`  
-		Last Modified: Mon, 18 Jul 2016 17:36:35 GMT  
-		Size: 366.0 B
-	-	`sha256:a797489a324abb3d09826e5f5a529034aecdc962d54ca4dd642f9548c455295f`  
-		Last Modified: Mon, 18 Jul 2016 17:36:35 GMT  
-		Size: 682.0 B
-	-	`sha256:1051665d8b8bb111253c4d544f16d236f53d16b18ae5b27a4519ff5b832565e1`  
-		Last Modified: Mon, 18 Jul 2016 18:30:42 GMT  
-		Size: 11.3 MB (11285676 bytes)
-	-	`sha256:7de81f8844cd41059dfe41e092416237c6a8f4d3b937b73b6df60fe3c7fb840c`  
-		Last Modified: Mon, 18 Jul 2016 18:32:39 GMT  
-		Size: 1.9 KB (1854 bytes)
-	-	`sha256:631cce3a966389a845264b7a6f44231d2d88fb483eb0e2c161e2c7e8f2933a77`  
-		Last Modified: Mon, 18 Jul 2016 18:32:58 GMT  
-		Size: 86.9 MB (86903501 bytes)
-	-	`sha256:1a4c3928a4a94dabf0ea545766f4d33c743610066550a7b4d7f29ffd6840c448`  
-		Last Modified: Mon, 18 Jul 2016 18:32:37 GMT  
-		Size: 333.0 B
-	-	`sha256:4e3380d0ef60ee4046959899966d8a81740d9ce6e87137398bf228608dd07cce`  
-		Last Modified: Mon, 18 Jul 2016 18:32:35 GMT  
-		Size: 229.0 B
-	-	`sha256:fa5a7b3d049e65994b139f63d2247dcd11c344b450848d0a85025a24a5fa70ca`  
-		Last Modified: Mon, 18 Jul 2016 18:32:36 GMT  
-		Size: 212.0 B
-	-	`sha256:49c59ab28c49dae576f043a6fccaa7bc77a2fcf9a0a3a5677cbc5a799c1aed2a`  
-		Last Modified: Mon, 18 Jul 2016 18:32:36 GMT  
-		Size: 99.1 KB (99105 bytes)
-	-	`sha256:b53115a2b7f0c7254fdd13fa742b2528f322594d4a49e3a05ccb8d986cdc10c4`  
-		Last Modified: Mon, 18 Jul 2016 18:32:35 GMT  
-		Size: 251.0 B
-
-## `couchbase:community-4.0.0`
-
-```console
-$ docker pull couchbase@sha256:8a4a6eaeeb0e6cff73aa676727c6efa2b7737af7cd0a43d505bbfefe9389f8fc
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `couchbase:community-4.0.0` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **164.1 MB (164083618 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:c66c31e97d095fe448a710c55a2999342c160d013db8226b0d351d76b4c80475`
--	Entrypoint: `["\/entrypoint.sh"]`
--	Default Command: `["couchbase-server"]`
-
-```dockerfile
-# Mon, 18 Jul 2016 17:34:50 GMT
-ADD file:dc3b1b2c44af75026bc24b3f3a5bd5f45b9ca7ed395b91dfacd1b47fe0545fb5 in /
-# Mon, 18 Jul 2016 17:34:53 GMT
-RUN set -xe 		&& echo '#!/bin/sh' > /usr/sbin/policy-rc.d 	&& echo 'exit 101' >> /usr/sbin/policy-rc.d 	&& chmod +x /usr/sbin/policy-rc.d 		&& dpkg-divert --local --rename --add /sbin/initctl 	&& cp -a /usr/sbin/policy-rc.d /sbin/initctl 	&& sed -i 's/^exit.*/exit 0/' /sbin/initctl 		&& echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup 		&& echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean 	&& echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean 	&& echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean 		&& echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages 		&& echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes 		&& echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
-# Mon, 18 Jul 2016 17:34:54 GMT
-RUN rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 17:34:57 GMT
-RUN sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
-# Mon, 18 Jul 2016 17:34:58 GMT
-CMD ["/bin/bash"]
-# Mon, 18 Jul 2016 18:28:30 GMT
-MAINTAINER Couchbase Docker Team <[email protected]>
-# Mon, 18 Jul 2016 18:29:44 GMT
-RUN apt-get update &&     apt-get install -yq runit wget python-httplib2 chrpath     lsof lshw sysstat net-tools numactl  &&     apt-get autoremove && apt-get clean &&     rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
-# Mon, 18 Jul 2016 18:31:51 GMT
-ENV CB_VERSION=4.0.0 CB_RELEASE_URL=http://packages.couchbase.com/releases CB_PACKAGE=couchbase-server-community_4.0.0-ubuntu14.04_amd64.deb CB_SHA256=e275717da0c22efb846b397a1ffeaf63a21ec91e4e481efe3b59de0a0d530982 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/couchbase/bin:/opt/couchbase/bin/tools:/opt/couchbase/bin/install
-# Mon, 18 Jul 2016 18:31:53 GMT
-RUN groupadd -g 1000 couchbase && useradd couchbase -u 1000 -g couchbase -M
-# Mon, 18 Jul 2016 18:32:18 GMT
-RUN wget -N $CB_RELEASE_URL/$CB_VERSION/$CB_PACKAGE &&     echo "$CB_SHA256  $CB_PACKAGE" | sha256sum -c - &&     dpkg -i ./$CB_PACKAGE && rm -f ./$CB_PACKAGE
-# Mon, 18 Jul 2016 18:32:19 GMT
-COPY file:7a3bf353a4f0d8eed060426fec4bacdf779a522d4c631430af31c172eb79f95b in /etc/service/couchbase-server/run
-# Mon, 18 Jul 2016 18:32:20 GMT
-COPY file:8196fd8e201c5fc3873a0faa3cec28b0d85633e363c0c5788434f5b9a81cfa5b in /usr/local/bin/
-# Mon, 18 Jul 2016 18:32:22 GMT
-RUN ln -s dummy.sh /usr/local/bin/iptables-save &&     ln -s dummy.sh /usr/local/bin/lvdisplay &&     ln -s dummy.sh /usr/local/bin/vgdisplay &&     ln -s dummy.sh /usr/local/bin/pvdisplay
-# Mon, 18 Jul 2016 18:32:23 GMT
-RUN chrpath -r '$ORIGIN/../lib' /opt/couchbase/bin/curl
-# Mon, 18 Jul 2016 18:32:24 GMT
-COPY file:2e05ad6c8605276336133e65ef3a65ce79eaae1794ede978d3de602732e217ac in /
-# Mon, 18 Jul 2016 18:32:25 GMT
-ENTRYPOINT &{["/entrypoint.sh"]}
-# Mon, 18 Jul 2016 18:32:26 GMT
-CMD ["couchbase-server"]
-# Mon, 18 Jul 2016 18:32:26 GMT
-EXPOSE 11207/tcp 11210/tcp 11211/tcp 18091/tcp 18092/tcp 18093/tcp 8091/tcp 8092/tcp 8093/tcp 8094/tcp
-# Mon, 18 Jul 2016 18:32:27 GMT
-VOLUME [/opt/couchbase/var]
-```
-
--	Layers:
-	-	`sha256:96c6a1f3c3b0183063a9dad891fe6d8ec466c2fdf9571a0c19b3319ea8a58871`  
-		Last Modified: Mon, 18 Jul 2016 17:36:54 GMT  
-		Size: 65.7 MB (65699069 bytes)
-	-	`sha256:4767a2d70a73a271b76a76e4d5edf1426c49ccc24dc7df06ebccd880f01bbeab`  
-		Last Modified: Mon, 18 Jul 2016 17:36:35 GMT  
-		Size: 92.3 KB (92340 bytes)
-	-	`sha256:422639bc8a94f4f9ece99c13140bd78b9f25eb62492dd0402ffa4ec58b0d6d9b`  
-		Last Modified: Mon, 18 Jul 2016 17:36:35 GMT  
-		Size: 366.0 B
-	-	`sha256:a797489a324abb3d09826e5f5a529034aecdc962d54ca4dd642f9548c455295f`  
-		Last Modified: Mon, 18 Jul 2016 17:36:35 GMT  
-		Size: 682.0 B
-	-	`sha256:1051665d8b8bb111253c4d544f16d236f53d16b18ae5b27a4519ff5b832565e1`  
-		Last Modified: Mon, 18 Jul 2016 18:30:42 GMT  
-		Size: 11.3 MB (11285676 bytes)
-	-	`sha256:7de81f8844cd41059dfe41e092416237c6a8f4d3b937b73b6df60fe3c7fb840c`  
-		Last Modified: Mon, 18 Jul 2016 18:32:39 GMT  
-		Size: 1.9 KB (1854 bytes)
-	-	`sha256:631cce3a966389a845264b7a6f44231d2d88fb483eb0e2c161e2c7e8f2933a77`  
-		Last Modified: Mon, 18 Jul 2016 18:32:58 GMT  
-		Size: 86.9 MB (86903501 bytes)
-	-	`sha256:1a4c3928a4a94dabf0ea545766f4d33c743610066550a7b4d7f29ffd6840c448`  
-		Last Modified: Mon, 18 Jul 2016 18:32:37 GMT  
-		Size: 333.0 B
-	-	`sha256:4e3380d0ef60ee4046959899966d8a81740d9ce6e87137398bf228608dd07cce`  
-		Last Modified: Mon, 18 Jul 2016 18:32:35 GMT  
-		Size: 229.0 B
-	-	`sha256:fa5a7b3d049e65994b139f63d2247dcd11c344b450848d0a85025a24a5fa70ca`  
-		Last Modified: Mon, 18 Jul 2016 18:32:36 GMT  
-		Size: 212.0 B
-	-	`sha256:49c59ab28c49dae576f043a6fccaa7bc77a2fcf9a0a3a5677cbc5a799c1aed2a`  
-		Last Modified: Mon, 18 Jul 2016 18:32:36 GMT  
-		Size: 99.1 KB (99105 bytes)
-	-	`sha256:b53115a2b7f0c7254fdd13fa742b2528f322594d4a49e3a05ccb8d986cdc10c4`  
-		Last Modified: Mon, 18 Jul 2016 18:32:35 GMT  
-		Size: 251.0 B
-
-## `couchbase:3.1.5`
-
-```console
-$ docker pull couchbase@sha256:8fe96a18c46508f3559313ccf0e66aebddef387fcfd436a95d5b6054a6a8f5f6
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `couchbase:3.1.5` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **277.3 MB (277327204 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:3781ac4572f43d5d94c6d175589f7f28be1d40b7ce179850acb1d8635a833069`
--	Entrypoint: `["\/entrypoint.sh"]`
--	Default Command: `["couchbase-server"]`
-
-```dockerfile
-# Fri, 08 Jul 2016 18:38:49 GMT
-ADD file:a5827d860bc00fbb0b885782e98401c104f962c243de0390e1db0b51cc61e1c8 in /
-# Mon, 18 Jul 2016 17:34:30 GMT
-RUN set -xe 		&& echo '#!/bin/sh' > /usr/sbin/policy-rc.d 	&& echo 'exit 101' >> /usr/sbin/policy-rc.d 	&& chmod +x /usr/sbin/policy-rc.d 		&& dpkg-divert --local --rename --add /sbin/initctl 	&& cp -a /usr/sbin/policy-rc.d /sbin/initctl 	&& sed -i 's/^exit.*/exit 0/' /sbin/initctl 		&& echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup 		&& echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean 	&& echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean 	&& echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean 		&& echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages 		&& echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes 		&& echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
-# Mon, 18 Jul 2016 17:34:32 GMT
-RUN rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 17:34:34 GMT
-RUN sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
-# Mon, 18 Jul 2016 17:34:35 GMT
-CMD ["/bin/bash"]
-# Mon, 18 Jul 2016 18:19:07 GMT
-MAINTAINER Couchbase Docker Team <[email protected]>
-# Mon, 18 Jul 2016 18:19:33 GMT
-RUN apt-get update &&     apt-get install -yq runit wget python-httplib2 chrpath     lsof lshw sysstat net-tools numactl  &&     apt-get autoremove && apt-get clean &&     rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
-# Mon, 18 Jul 2016 18:19:34 GMT
-ENV CB_VERSION=3.1.5 CB_RELEASE_URL=http://packages.couchbase.com/releases CB_PACKAGE=couchbase-server-enterprise_3.1.5-ubuntu12.04_amd64.deb CB_SHA256=b4a7cbbe8a891debd9f95f165247d783c035d939b3ddedadc73a9cb4563f4fc3 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/couchbase/bin:/opt/couchbase/bin/tools:/opt/couchbase/bin/install
-# Mon, 18 Jul 2016 18:19:36 GMT
-RUN groupadd -g 1000 couchbase && useradd couchbase -u 1000 -g couchbase -M
-# Mon, 18 Jul 2016 18:20:17 GMT
-RUN wget -N $CB_RELEASE_URL/$CB_VERSION/$CB_PACKAGE &&     echo "$CB_SHA256  $CB_PACKAGE" | sha256sum -c - &&     dpkg -i ./$CB_PACKAGE && rm -f ./$CB_PACKAGE
-# Mon, 18 Jul 2016 18:20:18 GMT
-COPY file:7a3bf353a4f0d8eed060426fec4bacdf779a522d4c631430af31c172eb79f95b in /etc/service/couchbase-server/run
-# Mon, 18 Jul 2016 18:20:19 GMT
-COPY file:8196fd8e201c5fc3873a0faa3cec28b0d85633e363c0c5788434f5b9a81cfa5b in /usr/local/bin/
-# Mon, 18 Jul 2016 18:20:21 GMT
-RUN ln -s dummy.sh /usr/local/bin/iptables-save &&     ln -s dummy.sh /usr/local/bin/lvdisplay &&     ln -s dummy.sh /usr/local/bin/vgdisplay &&     ln -s dummy.sh /usr/local/bin/pvdisplay
-# Mon, 18 Jul 2016 18:20:23 GMT
-RUN chrpath -r '$ORIGIN/../lib' /opt/couchbase/bin/curl
-# Mon, 18 Jul 2016 18:20:24 GMT
-COPY file:2e05ad6c8605276336133e65ef3a65ce79eaae1794ede978d3de602732e217ac in /
-# Mon, 18 Jul 2016 18:20:25 GMT
-ENTRYPOINT &{["/entrypoint.sh"]}
-# Mon, 18 Jul 2016 18:20:25 GMT
-CMD ["couchbase-server"]
-# Mon, 18 Jul 2016 18:20:26 GMT
-EXPOSE 11207/tcp 11210/tcp 11211/tcp 18091/tcp 18092/tcp 18093/tcp 8091/tcp 8092/tcp 8093/tcp 8094/tcp
-# Mon, 18 Jul 2016 18:20:27 GMT
-VOLUME [/opt/couchbase/var]
-```
-
--	Layers:
-	-	`sha256:76582687379951c724499c3f12ea80dd492283a4115aa509474880830e9d14f4`  
-		Last Modified: Fri, 08 Jul 2016 18:40:28 GMT  
-		Size: 44.4 MB (44362818 bytes)
-	-	`sha256:580e6785cdfb8e5f9d2048241d8a29752d63a508e11d836330a75320a1d2c780`  
-		Last Modified: Mon, 18 Jul 2016 17:35:55 GMT  
-		Size: 87.9 KB (87874 bytes)
-	-	`sha256:3b463dce042919034b143e09611cd48d92731ebf0415dd6f8e45671b5559e203`  
-		Last Modified: Mon, 18 Jul 2016 17:35:54 GMT  
-		Size: 721.0 B
-	-	`sha256:27ec34d038d233ee561e5f4528967823c9bf708e37fde1c4fc90eebf560703ac`  
-		Last Modified: Mon, 18 Jul 2016 17:35:55 GMT  
-		Size: 680.0 B
-	-	`sha256:1f1987090a1d0d1ffbb01aa6fcd1b785ce7b6f5fcba4e3a8a0c02da9e3447bf7`  
-		Last Modified: Mon, 18 Jul 2016 18:20:42 GMT  
-		Size: 9.5 MB (9491391 bytes)
-	-	`sha256:bf5e98c6a548eb557f6142e41c66351cba1b0298a30f8dcb9ccaf375247f695b`  
-		Last Modified: Mon, 18 Jul 2016 18:20:39 GMT  
-		Size: 1.7 KB (1714 bytes)
-	-	`sha256:c7eda3c7894a8d9115cba81789d6dd7c3a0be0bd0926cc614c7dc3e41cc1dc61`  
-		Last Modified: Mon, 18 Jul 2016 18:21:34 GMT  
-		Size: 213.1 MB (213105547 bytes)
-	-	`sha256:9a81f8c06b692ba28693417e7d158909f8b796bb58bee1509f32fa635b14afe7`  
-		Last Modified: Mon, 18 Jul 2016 18:20:35 GMT  
-		Size: 334.0 B
-	-	`sha256:75d5bf57e55ea5ddc744cc69bc6dccf107bd56ad8594f9a9bc5dbcc30b2bea11`  
-		Last Modified: Mon, 18 Jul 2016 18:20:35 GMT  
-		Size: 230.0 B
-	-	`sha256:06a7891cdbbb9b95a17075826e030f2b85659301fd0aad6112625eb09a4729a3`  
-		Last Modified: Mon, 18 Jul 2016 18:20:35 GMT  
-		Size: 212.0 B
-	-	`sha256:0285122944e5743cdc9da9de88eb188cc259b8b72875b9449cc83a527b5fa94d`  
-		Last Modified: Mon, 18 Jul 2016 18:20:43 GMT  
-		Size: 10.3 MB (10275430 bytes)
-	-	`sha256:317a132c49ca748dd2ccea782d1b76361078226972888712b47aaa6d3c36e91f`  
-		Last Modified: Mon, 18 Jul 2016 18:20:35 GMT  
-		Size: 253.0 B
-
-## `couchbase:enterprise-3.1.5`
-
-```console
-$ docker pull couchbase@sha256:8fe96a18c46508f3559313ccf0e66aebddef387fcfd436a95d5b6054a6a8f5f6
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `couchbase:enterprise-3.1.5` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **277.3 MB (277327204 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:3781ac4572f43d5d94c6d175589f7f28be1d40b7ce179850acb1d8635a833069`
--	Entrypoint: `["\/entrypoint.sh"]`
--	Default Command: `["couchbase-server"]`
-
-```dockerfile
-# Fri, 08 Jul 2016 18:38:49 GMT
-ADD file:a5827d860bc00fbb0b885782e98401c104f962c243de0390e1db0b51cc61e1c8 in /
-# Mon, 18 Jul 2016 17:34:30 GMT
-RUN set -xe 		&& echo '#!/bin/sh' > /usr/sbin/policy-rc.d 	&& echo 'exit 101' >> /usr/sbin/policy-rc.d 	&& chmod +x /usr/sbin/policy-rc.d 		&& dpkg-divert --local --rename --add /sbin/initctl 	&& cp -a /usr/sbin/policy-rc.d /sbin/initctl 	&& sed -i 's/^exit.*/exit 0/' /sbin/initctl 		&& echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup 		&& echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean 	&& echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean 	&& echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean 		&& echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages 		&& echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes 		&& echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
-# Mon, 18 Jul 2016 17:34:32 GMT
-RUN rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 17:34:34 GMT
-RUN sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
-# Mon, 18 Jul 2016 17:34:35 GMT
-CMD ["/bin/bash"]
-# Mon, 18 Jul 2016 18:19:07 GMT
-MAINTAINER Couchbase Docker Team <[email protected]>
-# Mon, 18 Jul 2016 18:19:33 GMT
-RUN apt-get update &&     apt-get install -yq runit wget python-httplib2 chrpath     lsof lshw sysstat net-tools numactl  &&     apt-get autoremove && apt-get clean &&     rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
-# Mon, 18 Jul 2016 18:19:34 GMT
-ENV CB_VERSION=3.1.5 CB_RELEASE_URL=http://packages.couchbase.com/releases CB_PACKAGE=couchbase-server-enterprise_3.1.5-ubuntu12.04_amd64.deb CB_SHA256=b4a7cbbe8a891debd9f95f165247d783c035d939b3ddedadc73a9cb4563f4fc3 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/couchbase/bin:/opt/couchbase/bin/tools:/opt/couchbase/bin/install
-# Mon, 18 Jul 2016 18:19:36 GMT
-RUN groupadd -g 1000 couchbase && useradd couchbase -u 1000 -g couchbase -M
-# Mon, 18 Jul 2016 18:20:17 GMT
-RUN wget -N $CB_RELEASE_URL/$CB_VERSION/$CB_PACKAGE &&     echo "$CB_SHA256  $CB_PACKAGE" | sha256sum -c - &&     dpkg -i ./$CB_PACKAGE && rm -f ./$CB_PACKAGE
-# Mon, 18 Jul 2016 18:20:18 GMT
-COPY file:7a3bf353a4f0d8eed060426fec4bacdf779a522d4c631430af31c172eb79f95b in /etc/service/couchbase-server/run
-# Mon, 18 Jul 2016 18:20:19 GMT
-COPY file:8196fd8e201c5fc3873a0faa3cec28b0d85633e363c0c5788434f5b9a81cfa5b in /usr/local/bin/
-# Mon, 18 Jul 2016 18:20:21 GMT
-RUN ln -s dummy.sh /usr/local/bin/iptables-save &&     ln -s dummy.sh /usr/local/bin/lvdisplay &&     ln -s dummy.sh /usr/local/bin/vgdisplay &&     ln -s dummy.sh /usr/local/bin/pvdisplay
-# Mon, 18 Jul 2016 18:20:23 GMT
-RUN chrpath -r '$ORIGIN/../lib' /opt/couchbase/bin/curl
-# Mon, 18 Jul 2016 18:20:24 GMT
-COPY file:2e05ad6c8605276336133e65ef3a65ce79eaae1794ede978d3de602732e217ac in /
-# Mon, 18 Jul 2016 18:20:25 GMT
-ENTRYPOINT &{["/entrypoint.sh"]}
-# Mon, 18 Jul 2016 18:20:25 GMT
-CMD ["couchbase-server"]
-# Mon, 18 Jul 2016 18:20:26 GMT
-EXPOSE 11207/tcp 11210/tcp 11211/tcp 18091/tcp 18092/tcp 18093/tcp 8091/tcp 8092/tcp 8093/tcp 8094/tcp
-# Mon, 18 Jul 2016 18:20:27 GMT
-VOLUME [/opt/couchbase/var]
-```
-
--	Layers:
-	-	`sha256:76582687379951c724499c3f12ea80dd492283a4115aa509474880830e9d14f4`  
-		Last Modified: Fri, 08 Jul 2016 18:40:28 GMT  
-		Size: 44.4 MB (44362818 bytes)
-	-	`sha256:580e6785cdfb8e5f9d2048241d8a29752d63a508e11d836330a75320a1d2c780`  
-		Last Modified: Mon, 18 Jul 2016 17:35:55 GMT  
-		Size: 87.9 KB (87874 bytes)
-	-	`sha256:3b463dce042919034b143e09611cd48d92731ebf0415dd6f8e45671b5559e203`  
-		Last Modified: Mon, 18 Jul 2016 17:35:54 GMT  
-		Size: 721.0 B
-	-	`sha256:27ec34d038d233ee561e5f4528967823c9bf708e37fde1c4fc90eebf560703ac`  
-		Last Modified: Mon, 18 Jul 2016 17:35:55 GMT  
-		Size: 680.0 B
-	-	`sha256:1f1987090a1d0d1ffbb01aa6fcd1b785ce7b6f5fcba4e3a8a0c02da9e3447bf7`  
-		Last Modified: Mon, 18 Jul 2016 18:20:42 GMT  
-		Size: 9.5 MB (9491391 bytes)
-	-	`sha256:bf5e98c6a548eb557f6142e41c66351cba1b0298a30f8dcb9ccaf375247f695b`  
-		Last Modified: Mon, 18 Jul 2016 18:20:39 GMT  
-		Size: 1.7 KB (1714 bytes)
-	-	`sha256:c7eda3c7894a8d9115cba81789d6dd7c3a0be0bd0926cc614c7dc3e41cc1dc61`  
-		Last Modified: Mon, 18 Jul 2016 18:21:34 GMT  
-		Size: 213.1 MB (213105547 bytes)
-	-	`sha256:9a81f8c06b692ba28693417e7d158909f8b796bb58bee1509f32fa635b14afe7`  
-		Last Modified: Mon, 18 Jul 2016 18:20:35 GMT  
-		Size: 334.0 B
-	-	`sha256:75d5bf57e55ea5ddc744cc69bc6dccf107bd56ad8594f9a9bc5dbcc30b2bea11`  
-		Last Modified: Mon, 18 Jul 2016 18:20:35 GMT  
-		Size: 230.0 B
-	-	`sha256:06a7891cdbbb9b95a17075826e030f2b85659301fd0aad6112625eb09a4729a3`  
-		Last Modified: Mon, 18 Jul 2016 18:20:35 GMT  
-		Size: 212.0 B
-	-	`sha256:0285122944e5743cdc9da9de88eb188cc259b8b72875b9449cc83a527b5fa94d`  
-		Last Modified: Mon, 18 Jul 2016 18:20:43 GMT  
-		Size: 10.3 MB (10275430 bytes)
-	-	`sha256:317a132c49ca748dd2ccea782d1b76361078226972888712b47aaa6d3c36e91f`  
-		Last Modified: Mon, 18 Jul 2016 18:20:35 GMT  
-		Size: 253.0 B
-
-## `couchbase:community-3.1.3`
-
-```console
-$ docker pull couchbase@sha256:d9ff3d2e4a2ed52d159a6884b9a9d451afc7e641f5a4d3681bb27e499af45175
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `couchbase:community-3.1.3` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **277.4 MB (277412573 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:04b97c7d32744eaedc92ce18b807488f043de1645e48c1febc3abd3cd9820686`
--	Entrypoint: `["\/entrypoint.sh"]`
--	Default Command: `["couchbase-server"]`
-
-```dockerfile
-# Fri, 08 Jul 2016 18:38:49 GMT
-ADD file:a5827d860bc00fbb0b885782e98401c104f962c243de0390e1db0b51cc61e1c8 in /
-# Mon, 18 Jul 2016 17:34:30 GMT
-RUN set -xe 		&& echo '#!/bin/sh' > /usr/sbin/policy-rc.d 	&& echo 'exit 101' >> /usr/sbin/policy-rc.d 	&& chmod +x /usr/sbin/policy-rc.d 		&& dpkg-divert --local --rename --add /sbin/initctl 	&& cp -a /usr/sbin/policy-rc.d /sbin/initctl 	&& sed -i 's/^exit.*/exit 0/' /sbin/initctl 		&& echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup 		&& echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean 	&& echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean 	&& echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean 		&& echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages 		&& echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes 		&& echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
-# Mon, 18 Jul 2016 17:34:32 GMT
-RUN rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 17:34:34 GMT
-RUN sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
-# Mon, 18 Jul 2016 17:34:35 GMT
-CMD ["/bin/bash"]
-# Mon, 18 Jul 2016 18:19:07 GMT
-MAINTAINER Couchbase Docker Team <[email protected]>
-# Mon, 18 Jul 2016 18:19:33 GMT
-RUN apt-get update &&     apt-get install -yq runit wget python-httplib2 chrpath     lsof lshw sysstat net-tools numactl  &&     apt-get autoremove && apt-get clean &&     rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
-# Mon, 18 Jul 2016 18:26:12 GMT
-ENV CB_VERSION=3.1.3 CB_RELEASE_URL=http://packages.couchbase.com/releases CB_PACKAGE=couchbase-server-community_3.1.3-ubuntu12.04_amd64.deb CB_SHA256=dc919f78a74ae1f627b9bee26e3da70a33ceb1b3fd3259f2ed85b0754e6fcd41 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/couchbase/bin:/opt/couchbase/bin/tools:/opt/couchbase/bin/install
-# Mon, 18 Jul 2016 18:26:14 GMT
-RUN groupadd -g 1000 couchbase && useradd couchbase -u 1000 -g couchbase -M
-# Mon, 18 Jul 2016 18:26:55 GMT
-RUN wget -N $CB_RELEASE_URL/$CB_VERSION/$CB_PACKAGE &&     echo "$CB_SHA256  $CB_PACKAGE" | sha256sum -c - &&     dpkg -i ./$CB_PACKAGE && rm -f ./$CB_PACKAGE
-# Mon, 18 Jul 2016 18:26:56 GMT
-COPY file:7a3bf353a4f0d8eed060426fec4bacdf779a522d4c631430af31c172eb79f95b in /etc/service/couchbase-server/run
-# Mon, 18 Jul 2016 18:26:57 GMT
-COPY file:8196fd8e201c5fc3873a0faa3cec28b0d85633e363c0c5788434f5b9a81cfa5b in /usr/local/bin/
-# Mon, 18 Jul 2016 18:26:59 GMT
-RUN ln -s dummy.sh /usr/local/bin/iptables-save &&     ln -s dummy.sh /usr/local/bin/lvdisplay &&     ln -s dummy.sh /usr/local/bin/vgdisplay &&     ln -s dummy.sh /usr/local/bin/pvdisplay
-# Mon, 18 Jul 2016 18:27:02 GMT
-RUN chrpath -r '$ORIGIN/../lib' /opt/couchbase/bin/curl
-# Mon, 18 Jul 2016 18:27:04 GMT
-COPY file:2e05ad6c8605276336133e65ef3a65ce79eaae1794ede978d3de602732e217ac in /
-# Mon, 18 Jul 2016 18:27:06 GMT
-ENTRYPOINT &{["/entrypoint.sh"]}
-# Mon, 18 Jul 2016 18:27:07 GMT
-CMD ["couchbase-server"]
-# Mon, 18 Jul 2016 18:27:07 GMT
-EXPOSE 11207/tcp 11210/tcp 11211/tcp 18091/tcp 18092/tcp 18093/tcp 8091/tcp 8092/tcp 8093/tcp 8094/tcp
-# Mon, 18 Jul 2016 18:27:08 GMT
-VOLUME [/opt/couchbase/var]
-```
-
--	Layers:
-	-	`sha256:76582687379951c724499c3f12ea80dd492283a4115aa509474880830e9d14f4`  
-		Last Modified: Fri, 08 Jul 2016 18:40:28 GMT  
-		Size: 44.4 MB (44362818 bytes)
-	-	`sha256:580e6785cdfb8e5f9d2048241d8a29752d63a508e11d836330a75320a1d2c780`  
-		Last Modified: Mon, 18 Jul 2016 17:35:55 GMT  
-		Size: 87.9 KB (87874 bytes)
-	-	`sha256:3b463dce042919034b143e09611cd48d92731ebf0415dd6f8e45671b5559e203`  
-		Last Modified: Mon, 18 Jul 2016 17:35:54 GMT  
-		Size: 721.0 B
-	-	`sha256:27ec34d038d233ee561e5f4528967823c9bf708e37fde1c4fc90eebf560703ac`  
-		Last Modified: Mon, 18 Jul 2016 17:35:55 GMT  
-		Size: 680.0 B
-	-	`sha256:1f1987090a1d0d1ffbb01aa6fcd1b785ce7b6f5fcba4e3a8a0c02da9e3447bf7`  
-		Last Modified: Mon, 18 Jul 2016 18:20:42 GMT  
-		Size: 9.5 MB (9491391 bytes)
-	-	`sha256:56b05b8a0ec17eaf94071b7caf393859506ac5138f09fb8c9660a19ab5d343a6`  
-		Last Modified: Mon, 18 Jul 2016 18:27:19 GMT  
-		Size: 1.7 KB (1714 bytes)
-	-	`sha256:e0061e958b9e0fdfe3cd25ea036e61c59368dd3d7b9fab0023ae55a08a78d81a`  
-		Last Modified: Mon, 18 Jul 2016 18:28:15 GMT  
-		Size: 213.2 MB (213190944 bytes)
-	-	`sha256:87fdd110e4567c5786d399f79d68847ecdf0ede82a71f1a593c0537d04c24b44`  
-		Last Modified: Mon, 18 Jul 2016 18:27:16 GMT  
-		Size: 333.0 B
-	-	`sha256:4f6221da604dd5dbe486a3ce92d105069d7b0b6a25def58ce8e348b429a1f676`  
-		Last Modified: Mon, 18 Jul 2016 18:27:16 GMT  
-		Size: 229.0 B
-	-	`sha256:622368607b4058c5e9f5babda7dea6ccc25fa7a8f32dd9ebaca54f811fcde79e`  
-		Last Modified: Mon, 18 Jul 2016 18:27:16 GMT  
-		Size: 212.0 B
-	-	`sha256:a84208188418f136923ec0fbd65ca55ed7512e299aa816f3ad6666ffd9011b74`  
-		Last Modified: Mon, 18 Jul 2016 18:27:19 GMT  
-		Size: 10.3 MB (10275404 bytes)
-	-	`sha256:6e1b4f6f8134662c44901344647c6a6531c15ada2df97e22e28d41c25f28f4ff`  
-		Last Modified: Mon, 18 Jul 2016 18:27:16 GMT  
-		Size: 253.0 B

+ 3 - 5
couchdb/README.md

@@ -3,11 +3,9 @@
 -	[`latest`, `1.6.1`, `1.6`, `1` (*1.6.1/Dockerfile*)](https://github.com/klaemo/docker-couchdb/blob/29ed69965ed616a9d0df9a6ffa081773d86c78bc/1.6.1/Dockerfile)
 -	[`1.6.1-couchperuser`, `1.6-couchperuser`, `1-couchperuser` (*1.6.1-couchperuser/Dockerfile*)](https://github.com/klaemo/docker-couchdb/blob/29ed69965ed616a9d0df9a6ffa081773d86c78bc/1.6.1-couchperuser/Dockerfile)
 
-[![](https://badge.imagelayers.io/couchdb:latest.svg)](https://imagelayers.io/?images=couchdb:latest,couchdb:1.6.1-couchperuser)
-
 For more information about this image and its history, please see [the relevant manifest file (`library/couchdb`)](https://github.com/docker-library/official-images/blob/master/library/couchdb). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fcouchdb).
 
-For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `couchdb/tag-details.md` file](https://github.com/docker-library/docs/blob/master/couchdb/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs).
+For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `repos/couchdb/tag-details.md` file](https://github.com/docker-library/repo-info/blob/master/repos/couchdb/tag-details.md) in [the `docker-library/repo-info` GitHub repo](https://github.com/docker-library/repo-info).
 
 # What is Apache CouchDB?
 
@@ -89,7 +87,7 @@ You can also use `couchdb` as the base image for your own couchdb instance and p
 Example Dockerfile:
 
 ```dockerfile
-FROM couchdb:latest
+FROM couchdb
 
 COPY local.ini /usr/local/etc/couchdb/
 ```
@@ -122,7 +120,7 @@ Apache CouchDB is licensed under the [Apache License](https://github.com/apache/
 
 # Supported Docker versions
 
-This image is officially supported on Docker version 1.11.2.
+This image is officially supported on Docker version 1.12.1.
 
 Support for older versions (down to 1.6) is provided on a best-effort basis.
 

+ 1 - 1
couchdb/content.md

@@ -78,7 +78,7 @@ You can also use `couchdb` as the base image for your own couchdb instance and p
 Example Dockerfile:
 
 ```dockerfile
-FROM %%REPO%%:latest
+FROM %%REPO%%
 
 COPY local.ini /usr/local/etc/couchdb/
 ```

+ 0 - 819
couchdb/tag-details.md

@@ -1,819 +0,0 @@
-<!-- THIS FILE IS GENERATED VIA '.template-helpers/generate-tag-details.pl' -->
-
-# Tags of `couchdb`
-
--	[`couchdb:latest`](#couchdblatest)
--	[`couchdb:1.6.1`](#couchdb161)
--	[`couchdb:1.6`](#couchdb16)
--	[`couchdb:1`](#couchdb1)
--	[`couchdb:1.6.1-couchperuser`](#couchdb161-couchperuser)
--	[`couchdb:1.6-couchperuser`](#couchdb16-couchperuser)
--	[`couchdb:1-couchperuser`](#couchdb1-couchperuser)
-
-## `couchdb:latest`
-
-```console
-$ docker pull couchdb@sha256:3ef0eabea451e59e3687552e9f5be10ac90ab75c6394641ddf17916333340546
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `couchdb:latest` - linux; amd64
-
--	Docker Version: 1.9.1
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **103.8 MB (103782692 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:c754f5cc4e3d3f9a2df40aee7aa0a6da413648d9df8809ccccce637fbe1988aa`
--	Entrypoint: `["tini","--","\/docker-entrypoint.sh"]`
--	Default Command: `["couchdb"]`
-
-```dockerfile
-# Mon, 23 May 2016 22:57:20 GMT
-ADD file:5d8521419ad6cfb6956ed26ab70a44422d512f82462046ba8e68b7dcb8283f7e in /
-# Mon, 23 May 2016 22:57:23 GMT
-CMD ["/bin/bash"]
-# Tue, 24 May 2016 10:00:18 GMT
-MAINTAINER Clemens Stolle [email protected]
-# Tue, 24 May 2016 10:00:20 GMT
-RUN groupadd -r couchdb && useradd -d /var/lib/couchdb -g couchdb couchdb
-# Tue, 24 May 2016 10:01:28 GMT
-RUN apt-get update -y && apt-get install -y --no-install-recommends     ca-certificates     curl     erlang-nox     libicu52     libmozjs185-1.0     libnspr4     libnspr4-0d   && rm -rf /var/lib/apt/lists/*
-# Tue, 24 May 2016 10:01:35 GMT
-RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4   && curl -o /usr/local/bin/gosu -fSL "https://github.com/tianon/gosu/releases/download/1.7/gosu-$(dpkg --print-architecture)"   && curl -o /usr/local/bin/gosu.asc -fSL "https://github.com/tianon/gosu/releases/download/1.7/gosu-$(dpkg --print-architecture).asc"   && gpg --verify /usr/local/bin/gosu.asc   && rm /usr/local/bin/gosu.asc   && chmod +x /usr/local/bin/gosu   && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 6380DC428747F6C393FEACA59A84159D7001A4E5   && curl -o /usr/local/bin/tini -fSL "https://github.com/krallin/tini/releases/download/v0.9.0/tini"   && curl -o /usr/local/bin/tini.asc -fSL "https://github.com/krallin/tini/releases/download/v0.9.0/tini.asc"   && gpg --verify /usr/local/bin/tini.asc   && rm /usr/local/bin/tini.asc   && chmod +x /usr/local/bin/tini
-# Tue, 24 May 2016 10:01:36 GMT
-ENV GPG_KEYS=15DD4F3B8AACA54740EB78C7B7B7C53943ECCEE1   1CFBFA43C19B6DF4A0CA3934669C02FFDF3CEBA3   25BBBAC113C1BFD5AA594A4C9F96B92930380381   4BFCA2B99BADC6F9F105BEC9C5E32E2D6B065BFB   5D680346FAA3E51B29DBCB681015F68F9DA248BC   7BCCEB868313DDA925DF1805ECA5BCB7BB9656B0   C3F4DFAEAD621E1C94523AEEC376457E61D50B88   D2B17F9DA23C0A10991AF2E3D9EE01E47852AEE4   E0AF0A194D55C84E4A19A801CDB0C0F904F4EE9B
-# Tue, 24 May 2016 10:01:43 GMT
-RUN set -xe   && for key in $GPG_KEYS; do     gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key";   done
-# Tue, 24 May 2016 10:01:44 GMT
-ENV COUCHDB_VERSION=1.6.1
-# Tue, 24 May 2016 10:03:51 GMT
-RUN buildDeps='     gcc     g++     erlang-dev     libcurl4-openssl-dev     libicu-dev     libmozjs185-dev     libnspr4-dev     make   '   && apt-get update && apt-get install -y --no-install-recommends $buildDeps   && curl -fSL http://apache.osuosl.org/couchdb/source/$COUCHDB_VERSION/apache-couchdb-$COUCHDB_VERSION.tar.gz -o couchdb.tar.gz   && curl -fSL https://www.apache.org/dist/couchdb/source/$COUCHDB_VERSION/apache-couchdb-$COUCHDB_VERSION.tar.gz.asc -o couchdb.tar.gz.asc   && gpg --verify couchdb.tar.gz.asc   && mkdir -p /usr/src/couchdb   && tar -xzf couchdb.tar.gz -C /usr/src/couchdb --strip-components=1   && cd /usr/src/couchdb   && ./configure --with-js-lib=/usr/lib --with-js-include=/usr/include/mozjs   && make && make install   && apt-get purge -y --auto-remove $buildDeps   && rm -rf /var/lib/apt/lists/* /usr/src/couchdb /couchdb.tar.gz*   && chown -R couchdb:couchdb     /usr/local/lib/couchdb /usr/local/etc/couchdb     /usr/local/var/lib/couchdb /usr/local/var/log/couchdb /usr/local/var/run/couchdb   && chmod -R g+rw     /usr/local/lib/couchdb /usr/local/etc/couchdb     /usr/local/var/lib/couchdb /usr/local/var/log/couchdb /usr/local/var/run/couchdb   && mkdir -p /var/lib/couchdb   && sed -e 's/^bind_address = .*$/bind_address = 0.0.0.0/' -i /usr/local/etc/couchdb/default.ini   && sed -e 's!/usr/local/var/log/couchdb/couch.log$!/dev/null!' -i /usr/local/etc/couchdb/default.ini
-# Tue, 24 May 2016 10:03:52 GMT
-COPY file:0809d72868554fa1f4fc67c030089fab630f43e10e460163becb2852f9cdce27 in /
-# Tue, 24 May 2016 10:03:54 GMT
-RUN chmod +x /docker-entrypoint.sh
-# Tue, 24 May 2016 10:03:54 GMT
-VOLUME [/usr/local/var/lib/couchdb]
-# Tue, 24 May 2016 10:03:55 GMT
-EXPOSE 5984/tcp
-# Tue, 24 May 2016 10:03:56 GMT
-WORKDIR /var/lib/couchdb
-# Tue, 24 May 2016 10:03:57 GMT
-ENTRYPOINT &{["tini" "--" "/docker-entrypoint.sh"]}
-# Tue, 24 May 2016 10:03:58 GMT
-CMD ["couchdb"]
-```
-
--	Layers:
-	-	`sha256:51f5c6a04d83efd2d45c5fd59537218924bc46705e3de6ffc8bc07b51481610b`  
-		Last Modified: Mon, 23 May 2016 23:09:48 GMT  
-		Size: 51.4 MB (51356334 bytes)
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:7835d8de4d08985f03586a7e588cda507b6889fb96afc5b26aad74822a864181`  
-		Last Modified: Tue, 31 May 2016 17:10:28 GMT  
-		Size: 2.0 KB (2045 bytes)
-	-	`sha256:294236bd2ce30142f043dd391a65476783da09967f687fb8b4e28fd3c404ca23`  
-		Last Modified: Tue, 31 May 2016 17:10:24 GMT  
-		Size: 42.7 MB (42677604 bytes)
-	-	`sha256:59ea0703ade06c943908f194b36326fdd6a8278843936d8ec149dc4a56103834`  
-		Last Modified: Tue, 31 May 2016 17:10:08 GMT  
-		Size: 943.4 KB (943376 bytes)
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:ac5f3396dc196a67b11bc1a3873d9ce50dd0d51735d0c27b4cd95d78ffd789ab`  
-		Last Modified: Tue, 31 May 2016 17:10:00 GMT  
-		Size: 623.1 KB (623054 bytes)
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:d4ba2ad2023e04bcea33c5ed022530d871eb1c8a8d4fe1c6a8879d9b72d3c5ce`  
-		Last Modified: Tue, 31 May 2016 17:09:52 GMT  
-		Size: 8.2 MB (8177879 bytes)
-	-	`sha256:7e555346ea344d7edcd9288f3667bb695402c2c6ea18199c0a447833011aa706`  
-		Last Modified: Mon, 09 May 2016 20:06:27 GMT  
-		Size: 1.1 KB (1056 bytes)
-	-	`sha256:7e555346ea344d7edcd9288f3667bb695402c2c6ea18199c0a447833011aa706`  
-		Last Modified: Mon, 09 May 2016 20:06:27 GMT  
-		Size: 1.1 KB (1056 bytes)
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-
-## `couchdb:1.6.1`
-
-```console
-$ docker pull couchdb@sha256:3ef0eabea451e59e3687552e9f5be10ac90ab75c6394641ddf17916333340546
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `couchdb:1.6.1` - linux; amd64
-
--	Docker Version: 1.9.1
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **103.8 MB (103782692 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:c754f5cc4e3d3f9a2df40aee7aa0a6da413648d9df8809ccccce637fbe1988aa`
--	Entrypoint: `["tini","--","\/docker-entrypoint.sh"]`
--	Default Command: `["couchdb"]`
-
-```dockerfile
-# Mon, 23 May 2016 22:57:20 GMT
-ADD file:5d8521419ad6cfb6956ed26ab70a44422d512f82462046ba8e68b7dcb8283f7e in /
-# Mon, 23 May 2016 22:57:23 GMT
-CMD ["/bin/bash"]
-# Tue, 24 May 2016 10:00:18 GMT
-MAINTAINER Clemens Stolle [email protected]
-# Tue, 24 May 2016 10:00:20 GMT
-RUN groupadd -r couchdb && useradd -d /var/lib/couchdb -g couchdb couchdb
-# Tue, 24 May 2016 10:01:28 GMT
-RUN apt-get update -y && apt-get install -y --no-install-recommends     ca-certificates     curl     erlang-nox     libicu52     libmozjs185-1.0     libnspr4     libnspr4-0d   && rm -rf /var/lib/apt/lists/*
-# Tue, 24 May 2016 10:01:35 GMT
-RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4   && curl -o /usr/local/bin/gosu -fSL "https://github.com/tianon/gosu/releases/download/1.7/gosu-$(dpkg --print-architecture)"   && curl -o /usr/local/bin/gosu.asc -fSL "https://github.com/tianon/gosu/releases/download/1.7/gosu-$(dpkg --print-architecture).asc"   && gpg --verify /usr/local/bin/gosu.asc   && rm /usr/local/bin/gosu.asc   && chmod +x /usr/local/bin/gosu   && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 6380DC428747F6C393FEACA59A84159D7001A4E5   && curl -o /usr/local/bin/tini -fSL "https://github.com/krallin/tini/releases/download/v0.9.0/tini"   && curl -o /usr/local/bin/tini.asc -fSL "https://github.com/krallin/tini/releases/download/v0.9.0/tini.asc"   && gpg --verify /usr/local/bin/tini.asc   && rm /usr/local/bin/tini.asc   && chmod +x /usr/local/bin/tini
-# Tue, 24 May 2016 10:01:36 GMT
-ENV GPG_KEYS=15DD4F3B8AACA54740EB78C7B7B7C53943ECCEE1   1CFBFA43C19B6DF4A0CA3934669C02FFDF3CEBA3   25BBBAC113C1BFD5AA594A4C9F96B92930380381   4BFCA2B99BADC6F9F105BEC9C5E32E2D6B065BFB   5D680346FAA3E51B29DBCB681015F68F9DA248BC   7BCCEB868313DDA925DF1805ECA5BCB7BB9656B0   C3F4DFAEAD621E1C94523AEEC376457E61D50B88   D2B17F9DA23C0A10991AF2E3D9EE01E47852AEE4   E0AF0A194D55C84E4A19A801CDB0C0F904F4EE9B
-# Tue, 24 May 2016 10:01:43 GMT
-RUN set -xe   && for key in $GPG_KEYS; do     gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key";   done
-# Tue, 24 May 2016 10:01:44 GMT
-ENV COUCHDB_VERSION=1.6.1
-# Tue, 24 May 2016 10:03:51 GMT
-RUN buildDeps='     gcc     g++     erlang-dev     libcurl4-openssl-dev     libicu-dev     libmozjs185-dev     libnspr4-dev     make   '   && apt-get update && apt-get install -y --no-install-recommends $buildDeps   && curl -fSL http://apache.osuosl.org/couchdb/source/$COUCHDB_VERSION/apache-couchdb-$COUCHDB_VERSION.tar.gz -o couchdb.tar.gz   && curl -fSL https://www.apache.org/dist/couchdb/source/$COUCHDB_VERSION/apache-couchdb-$COUCHDB_VERSION.tar.gz.asc -o couchdb.tar.gz.asc   && gpg --verify couchdb.tar.gz.asc   && mkdir -p /usr/src/couchdb   && tar -xzf couchdb.tar.gz -C /usr/src/couchdb --strip-components=1   && cd /usr/src/couchdb   && ./configure --with-js-lib=/usr/lib --with-js-include=/usr/include/mozjs   && make && make install   && apt-get purge -y --auto-remove $buildDeps   && rm -rf /var/lib/apt/lists/* /usr/src/couchdb /couchdb.tar.gz*   && chown -R couchdb:couchdb     /usr/local/lib/couchdb /usr/local/etc/couchdb     /usr/local/var/lib/couchdb /usr/local/var/log/couchdb /usr/local/var/run/couchdb   && chmod -R g+rw     /usr/local/lib/couchdb /usr/local/etc/couchdb     /usr/local/var/lib/couchdb /usr/local/var/log/couchdb /usr/local/var/run/couchdb   && mkdir -p /var/lib/couchdb   && sed -e 's/^bind_address = .*$/bind_address = 0.0.0.0/' -i /usr/local/etc/couchdb/default.ini   && sed -e 's!/usr/local/var/log/couchdb/couch.log$!/dev/null!' -i /usr/local/etc/couchdb/default.ini
-# Tue, 24 May 2016 10:03:52 GMT
-COPY file:0809d72868554fa1f4fc67c030089fab630f43e10e460163becb2852f9cdce27 in /
-# Tue, 24 May 2016 10:03:54 GMT
-RUN chmod +x /docker-entrypoint.sh
-# Tue, 24 May 2016 10:03:54 GMT
-VOLUME [/usr/local/var/lib/couchdb]
-# Tue, 24 May 2016 10:03:55 GMT
-EXPOSE 5984/tcp
-# Tue, 24 May 2016 10:03:56 GMT
-WORKDIR /var/lib/couchdb
-# Tue, 24 May 2016 10:03:57 GMT
-ENTRYPOINT &{["tini" "--" "/docker-entrypoint.sh"]}
-# Tue, 24 May 2016 10:03:58 GMT
-CMD ["couchdb"]
-```
-
--	Layers:
-	-	`sha256:51f5c6a04d83efd2d45c5fd59537218924bc46705e3de6ffc8bc07b51481610b`  
-		Last Modified: Mon, 23 May 2016 23:09:48 GMT  
-		Size: 51.4 MB (51356334 bytes)
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:7835d8de4d08985f03586a7e588cda507b6889fb96afc5b26aad74822a864181`  
-		Last Modified: Tue, 31 May 2016 17:10:28 GMT  
-		Size: 2.0 KB (2045 bytes)
-	-	`sha256:294236bd2ce30142f043dd391a65476783da09967f687fb8b4e28fd3c404ca23`  
-		Last Modified: Tue, 31 May 2016 17:10:24 GMT  
-		Size: 42.7 MB (42677604 bytes)
-	-	`sha256:59ea0703ade06c943908f194b36326fdd6a8278843936d8ec149dc4a56103834`  
-		Last Modified: Tue, 31 May 2016 17:10:08 GMT  
-		Size: 943.4 KB (943376 bytes)
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:ac5f3396dc196a67b11bc1a3873d9ce50dd0d51735d0c27b4cd95d78ffd789ab`  
-		Last Modified: Tue, 31 May 2016 17:10:00 GMT  
-		Size: 623.1 KB (623054 bytes)
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:d4ba2ad2023e04bcea33c5ed022530d871eb1c8a8d4fe1c6a8879d9b72d3c5ce`  
-		Last Modified: Tue, 31 May 2016 17:09:52 GMT  
-		Size: 8.2 MB (8177879 bytes)
-	-	`sha256:7e555346ea344d7edcd9288f3667bb695402c2c6ea18199c0a447833011aa706`  
-		Last Modified: Mon, 09 May 2016 20:06:27 GMT  
-		Size: 1.1 KB (1056 bytes)
-	-	`sha256:7e555346ea344d7edcd9288f3667bb695402c2c6ea18199c0a447833011aa706`  
-		Last Modified: Mon, 09 May 2016 20:06:27 GMT  
-		Size: 1.1 KB (1056 bytes)
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-
-## `couchdb:1.6`
-
-```console
-$ docker pull couchdb@sha256:3ef0eabea451e59e3687552e9f5be10ac90ab75c6394641ddf17916333340546
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `couchdb:1.6` - linux; amd64
-
--	Docker Version: 1.9.1
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **103.8 MB (103782692 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:c754f5cc4e3d3f9a2df40aee7aa0a6da413648d9df8809ccccce637fbe1988aa`
--	Entrypoint: `["tini","--","\/docker-entrypoint.sh"]`
--	Default Command: `["couchdb"]`
-
-```dockerfile
-# Mon, 23 May 2016 22:57:20 GMT
-ADD file:5d8521419ad6cfb6956ed26ab70a44422d512f82462046ba8e68b7dcb8283f7e in /
-# Mon, 23 May 2016 22:57:23 GMT
-CMD ["/bin/bash"]
-# Tue, 24 May 2016 10:00:18 GMT
-MAINTAINER Clemens Stolle [email protected]
-# Tue, 24 May 2016 10:00:20 GMT
-RUN groupadd -r couchdb && useradd -d /var/lib/couchdb -g couchdb couchdb
-# Tue, 24 May 2016 10:01:28 GMT
-RUN apt-get update -y && apt-get install -y --no-install-recommends     ca-certificates     curl     erlang-nox     libicu52     libmozjs185-1.0     libnspr4     libnspr4-0d   && rm -rf /var/lib/apt/lists/*
-# Tue, 24 May 2016 10:01:35 GMT
-RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4   && curl -o /usr/local/bin/gosu -fSL "https://github.com/tianon/gosu/releases/download/1.7/gosu-$(dpkg --print-architecture)"   && curl -o /usr/local/bin/gosu.asc -fSL "https://github.com/tianon/gosu/releases/download/1.7/gosu-$(dpkg --print-architecture).asc"   && gpg --verify /usr/local/bin/gosu.asc   && rm /usr/local/bin/gosu.asc   && chmod +x /usr/local/bin/gosu   && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 6380DC428747F6C393FEACA59A84159D7001A4E5   && curl -o /usr/local/bin/tini -fSL "https://github.com/krallin/tini/releases/download/v0.9.0/tini"   && curl -o /usr/local/bin/tini.asc -fSL "https://github.com/krallin/tini/releases/download/v0.9.0/tini.asc"   && gpg --verify /usr/local/bin/tini.asc   && rm /usr/local/bin/tini.asc   && chmod +x /usr/local/bin/tini
-# Tue, 24 May 2016 10:01:36 GMT
-ENV GPG_KEYS=15DD4F3B8AACA54740EB78C7B7B7C53943ECCEE1   1CFBFA43C19B6DF4A0CA3934669C02FFDF3CEBA3   25BBBAC113C1BFD5AA594A4C9F96B92930380381   4BFCA2B99BADC6F9F105BEC9C5E32E2D6B065BFB   5D680346FAA3E51B29DBCB681015F68F9DA248BC   7BCCEB868313DDA925DF1805ECA5BCB7BB9656B0   C3F4DFAEAD621E1C94523AEEC376457E61D50B88   D2B17F9DA23C0A10991AF2E3D9EE01E47852AEE4   E0AF0A194D55C84E4A19A801CDB0C0F904F4EE9B
-# Tue, 24 May 2016 10:01:43 GMT
-RUN set -xe   && for key in $GPG_KEYS; do     gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key";   done
-# Tue, 24 May 2016 10:01:44 GMT
-ENV COUCHDB_VERSION=1.6.1
-# Tue, 24 May 2016 10:03:51 GMT
-RUN buildDeps='     gcc     g++     erlang-dev     libcurl4-openssl-dev     libicu-dev     libmozjs185-dev     libnspr4-dev     make   '   && apt-get update && apt-get install -y --no-install-recommends $buildDeps   && curl -fSL http://apache.osuosl.org/couchdb/source/$COUCHDB_VERSION/apache-couchdb-$COUCHDB_VERSION.tar.gz -o couchdb.tar.gz   && curl -fSL https://www.apache.org/dist/couchdb/source/$COUCHDB_VERSION/apache-couchdb-$COUCHDB_VERSION.tar.gz.asc -o couchdb.tar.gz.asc   && gpg --verify couchdb.tar.gz.asc   && mkdir -p /usr/src/couchdb   && tar -xzf couchdb.tar.gz -C /usr/src/couchdb --strip-components=1   && cd /usr/src/couchdb   && ./configure --with-js-lib=/usr/lib --with-js-include=/usr/include/mozjs   && make && make install   && apt-get purge -y --auto-remove $buildDeps   && rm -rf /var/lib/apt/lists/* /usr/src/couchdb /couchdb.tar.gz*   && chown -R couchdb:couchdb     /usr/local/lib/couchdb /usr/local/etc/couchdb     /usr/local/var/lib/couchdb /usr/local/var/log/couchdb /usr/local/var/run/couchdb   && chmod -R g+rw     /usr/local/lib/couchdb /usr/local/etc/couchdb     /usr/local/var/lib/couchdb /usr/local/var/log/couchdb /usr/local/var/run/couchdb   && mkdir -p /var/lib/couchdb   && sed -e 's/^bind_address = .*$/bind_address = 0.0.0.0/' -i /usr/local/etc/couchdb/default.ini   && sed -e 's!/usr/local/var/log/couchdb/couch.log$!/dev/null!' -i /usr/local/etc/couchdb/default.ini
-# Tue, 24 May 2016 10:03:52 GMT
-COPY file:0809d72868554fa1f4fc67c030089fab630f43e10e460163becb2852f9cdce27 in /
-# Tue, 24 May 2016 10:03:54 GMT
-RUN chmod +x /docker-entrypoint.sh
-# Tue, 24 May 2016 10:03:54 GMT
-VOLUME [/usr/local/var/lib/couchdb]
-# Tue, 24 May 2016 10:03:55 GMT
-EXPOSE 5984/tcp
-# Tue, 24 May 2016 10:03:56 GMT
-WORKDIR /var/lib/couchdb
-# Tue, 24 May 2016 10:03:57 GMT
-ENTRYPOINT &{["tini" "--" "/docker-entrypoint.sh"]}
-# Tue, 24 May 2016 10:03:58 GMT
-CMD ["couchdb"]
-```
-
--	Layers:
-	-	`sha256:51f5c6a04d83efd2d45c5fd59537218924bc46705e3de6ffc8bc07b51481610b`  
-		Last Modified: Mon, 23 May 2016 23:09:48 GMT  
-		Size: 51.4 MB (51356334 bytes)
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:7835d8de4d08985f03586a7e588cda507b6889fb96afc5b26aad74822a864181`  
-		Last Modified: Tue, 31 May 2016 17:10:28 GMT  
-		Size: 2.0 KB (2045 bytes)
-	-	`sha256:294236bd2ce30142f043dd391a65476783da09967f687fb8b4e28fd3c404ca23`  
-		Last Modified: Tue, 31 May 2016 17:10:24 GMT  
-		Size: 42.7 MB (42677604 bytes)
-	-	`sha256:59ea0703ade06c943908f194b36326fdd6a8278843936d8ec149dc4a56103834`  
-		Last Modified: Tue, 31 May 2016 17:10:08 GMT  
-		Size: 943.4 KB (943376 bytes)
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:ac5f3396dc196a67b11bc1a3873d9ce50dd0d51735d0c27b4cd95d78ffd789ab`  
-		Last Modified: Tue, 31 May 2016 17:10:00 GMT  
-		Size: 623.1 KB (623054 bytes)
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:d4ba2ad2023e04bcea33c5ed022530d871eb1c8a8d4fe1c6a8879d9b72d3c5ce`  
-		Last Modified: Tue, 31 May 2016 17:09:52 GMT  
-		Size: 8.2 MB (8177879 bytes)
-	-	`sha256:7e555346ea344d7edcd9288f3667bb695402c2c6ea18199c0a447833011aa706`  
-		Last Modified: Mon, 09 May 2016 20:06:27 GMT  
-		Size: 1.1 KB (1056 bytes)
-	-	`sha256:7e555346ea344d7edcd9288f3667bb695402c2c6ea18199c0a447833011aa706`  
-		Last Modified: Mon, 09 May 2016 20:06:27 GMT  
-		Size: 1.1 KB (1056 bytes)
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-
-## `couchdb:1`
-
-```console
-$ docker pull couchdb@sha256:3ef0eabea451e59e3687552e9f5be10ac90ab75c6394641ddf17916333340546
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `couchdb:1` - linux; amd64
-
--	Docker Version: 1.9.1
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **103.8 MB (103782692 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:c754f5cc4e3d3f9a2df40aee7aa0a6da413648d9df8809ccccce637fbe1988aa`
--	Entrypoint: `["tini","--","\/docker-entrypoint.sh"]`
--	Default Command: `["couchdb"]`
-
-```dockerfile
-# Mon, 23 May 2016 22:57:20 GMT
-ADD file:5d8521419ad6cfb6956ed26ab70a44422d512f82462046ba8e68b7dcb8283f7e in /
-# Mon, 23 May 2016 22:57:23 GMT
-CMD ["/bin/bash"]
-# Tue, 24 May 2016 10:00:18 GMT
-MAINTAINER Clemens Stolle [email protected]
-# Tue, 24 May 2016 10:00:20 GMT
-RUN groupadd -r couchdb && useradd -d /var/lib/couchdb -g couchdb couchdb
-# Tue, 24 May 2016 10:01:28 GMT
-RUN apt-get update -y && apt-get install -y --no-install-recommends     ca-certificates     curl     erlang-nox     libicu52     libmozjs185-1.0     libnspr4     libnspr4-0d   && rm -rf /var/lib/apt/lists/*
-# Tue, 24 May 2016 10:01:35 GMT
-RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4   && curl -o /usr/local/bin/gosu -fSL "https://github.com/tianon/gosu/releases/download/1.7/gosu-$(dpkg --print-architecture)"   && curl -o /usr/local/bin/gosu.asc -fSL "https://github.com/tianon/gosu/releases/download/1.7/gosu-$(dpkg --print-architecture).asc"   && gpg --verify /usr/local/bin/gosu.asc   && rm /usr/local/bin/gosu.asc   && chmod +x /usr/local/bin/gosu   && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 6380DC428747F6C393FEACA59A84159D7001A4E5   && curl -o /usr/local/bin/tini -fSL "https://github.com/krallin/tini/releases/download/v0.9.0/tini"   && curl -o /usr/local/bin/tini.asc -fSL "https://github.com/krallin/tini/releases/download/v0.9.0/tini.asc"   && gpg --verify /usr/local/bin/tini.asc   && rm /usr/local/bin/tini.asc   && chmod +x /usr/local/bin/tini
-# Tue, 24 May 2016 10:01:36 GMT
-ENV GPG_KEYS=15DD4F3B8AACA54740EB78C7B7B7C53943ECCEE1   1CFBFA43C19B6DF4A0CA3934669C02FFDF3CEBA3   25BBBAC113C1BFD5AA594A4C9F96B92930380381   4BFCA2B99BADC6F9F105BEC9C5E32E2D6B065BFB   5D680346FAA3E51B29DBCB681015F68F9DA248BC   7BCCEB868313DDA925DF1805ECA5BCB7BB9656B0   C3F4DFAEAD621E1C94523AEEC376457E61D50B88   D2B17F9DA23C0A10991AF2E3D9EE01E47852AEE4   E0AF0A194D55C84E4A19A801CDB0C0F904F4EE9B
-# Tue, 24 May 2016 10:01:43 GMT
-RUN set -xe   && for key in $GPG_KEYS; do     gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key";   done
-# Tue, 24 May 2016 10:01:44 GMT
-ENV COUCHDB_VERSION=1.6.1
-# Tue, 24 May 2016 10:03:51 GMT
-RUN buildDeps='     gcc     g++     erlang-dev     libcurl4-openssl-dev     libicu-dev     libmozjs185-dev     libnspr4-dev     make   '   && apt-get update && apt-get install -y --no-install-recommends $buildDeps   && curl -fSL http://apache.osuosl.org/couchdb/source/$COUCHDB_VERSION/apache-couchdb-$COUCHDB_VERSION.tar.gz -o couchdb.tar.gz   && curl -fSL https://www.apache.org/dist/couchdb/source/$COUCHDB_VERSION/apache-couchdb-$COUCHDB_VERSION.tar.gz.asc -o couchdb.tar.gz.asc   && gpg --verify couchdb.tar.gz.asc   && mkdir -p /usr/src/couchdb   && tar -xzf couchdb.tar.gz -C /usr/src/couchdb --strip-components=1   && cd /usr/src/couchdb   && ./configure --with-js-lib=/usr/lib --with-js-include=/usr/include/mozjs   && make && make install   && apt-get purge -y --auto-remove $buildDeps   && rm -rf /var/lib/apt/lists/* /usr/src/couchdb /couchdb.tar.gz*   && chown -R couchdb:couchdb     /usr/local/lib/couchdb /usr/local/etc/couchdb     /usr/local/var/lib/couchdb /usr/local/var/log/couchdb /usr/local/var/run/couchdb   && chmod -R g+rw     /usr/local/lib/couchdb /usr/local/etc/couchdb     /usr/local/var/lib/couchdb /usr/local/var/log/couchdb /usr/local/var/run/couchdb   && mkdir -p /var/lib/couchdb   && sed -e 's/^bind_address = .*$/bind_address = 0.0.0.0/' -i /usr/local/etc/couchdb/default.ini   && sed -e 's!/usr/local/var/log/couchdb/couch.log$!/dev/null!' -i /usr/local/etc/couchdb/default.ini
-# Tue, 24 May 2016 10:03:52 GMT
-COPY file:0809d72868554fa1f4fc67c030089fab630f43e10e460163becb2852f9cdce27 in /
-# Tue, 24 May 2016 10:03:54 GMT
-RUN chmod +x /docker-entrypoint.sh
-# Tue, 24 May 2016 10:03:54 GMT
-VOLUME [/usr/local/var/lib/couchdb]
-# Tue, 24 May 2016 10:03:55 GMT
-EXPOSE 5984/tcp
-# Tue, 24 May 2016 10:03:56 GMT
-WORKDIR /var/lib/couchdb
-# Tue, 24 May 2016 10:03:57 GMT
-ENTRYPOINT &{["tini" "--" "/docker-entrypoint.sh"]}
-# Tue, 24 May 2016 10:03:58 GMT
-CMD ["couchdb"]
-```
-
--	Layers:
-	-	`sha256:51f5c6a04d83efd2d45c5fd59537218924bc46705e3de6ffc8bc07b51481610b`  
-		Last Modified: Mon, 23 May 2016 23:09:48 GMT  
-		Size: 51.4 MB (51356334 bytes)
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:7835d8de4d08985f03586a7e588cda507b6889fb96afc5b26aad74822a864181`  
-		Last Modified: Tue, 31 May 2016 17:10:28 GMT  
-		Size: 2.0 KB (2045 bytes)
-	-	`sha256:294236bd2ce30142f043dd391a65476783da09967f687fb8b4e28fd3c404ca23`  
-		Last Modified: Tue, 31 May 2016 17:10:24 GMT  
-		Size: 42.7 MB (42677604 bytes)
-	-	`sha256:59ea0703ade06c943908f194b36326fdd6a8278843936d8ec149dc4a56103834`  
-		Last Modified: Tue, 31 May 2016 17:10:08 GMT  
-		Size: 943.4 KB (943376 bytes)
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:ac5f3396dc196a67b11bc1a3873d9ce50dd0d51735d0c27b4cd95d78ffd789ab`  
-		Last Modified: Tue, 31 May 2016 17:10:00 GMT  
-		Size: 623.1 KB (623054 bytes)
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:d4ba2ad2023e04bcea33c5ed022530d871eb1c8a8d4fe1c6a8879d9b72d3c5ce`  
-		Last Modified: Tue, 31 May 2016 17:09:52 GMT  
-		Size: 8.2 MB (8177879 bytes)
-	-	`sha256:7e555346ea344d7edcd9288f3667bb695402c2c6ea18199c0a447833011aa706`  
-		Last Modified: Mon, 09 May 2016 20:06:27 GMT  
-		Size: 1.1 KB (1056 bytes)
-	-	`sha256:7e555346ea344d7edcd9288f3667bb695402c2c6ea18199c0a447833011aa706`  
-		Last Modified: Mon, 09 May 2016 20:06:27 GMT  
-		Size: 1.1 KB (1056 bytes)
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-
-## `couchdb:1.6.1-couchperuser`
-
-```console
-$ docker pull couchdb@sha256:2f90a60968e8ee7e328de76e261b3c1a00a0aa9f73e5533c49b6b7daafb29dcb
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `couchdb:1.6.1-couchperuser` - linux; amd64
-
--	Docker Version: 1.9.1
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **113.7 MB (113744227 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:6ce412e11a66a23be0fc3b6482ecc7846bad5760c8f73b5060db83ca55b5c3cf`
--	Entrypoint: `["tini","--","\/docker-entrypoint.sh"]`
--	Default Command: `["couchdb"]`
-
-```dockerfile
-# Mon, 23 May 2016 22:57:20 GMT
-ADD file:5d8521419ad6cfb6956ed26ab70a44422d512f82462046ba8e68b7dcb8283f7e in /
-# Mon, 23 May 2016 22:57:23 GMT
-CMD ["/bin/bash"]
-# Tue, 24 May 2016 10:00:18 GMT
-MAINTAINER Clemens Stolle [email protected]
-# Tue, 24 May 2016 10:00:20 GMT
-RUN groupadd -r couchdb && useradd -d /var/lib/couchdb -g couchdb couchdb
-# Tue, 24 May 2016 10:01:28 GMT
-RUN apt-get update -y && apt-get install -y --no-install-recommends     ca-certificates     curl     erlang-nox     libicu52     libmozjs185-1.0     libnspr4     libnspr4-0d   && rm -rf /var/lib/apt/lists/*
-# Tue, 24 May 2016 10:01:35 GMT
-RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4   && curl -o /usr/local/bin/gosu -fSL "https://github.com/tianon/gosu/releases/download/1.7/gosu-$(dpkg --print-architecture)"   && curl -o /usr/local/bin/gosu.asc -fSL "https://github.com/tianon/gosu/releases/download/1.7/gosu-$(dpkg --print-architecture).asc"   && gpg --verify /usr/local/bin/gosu.asc   && rm /usr/local/bin/gosu.asc   && chmod +x /usr/local/bin/gosu   && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 6380DC428747F6C393FEACA59A84159D7001A4E5   && curl -o /usr/local/bin/tini -fSL "https://github.com/krallin/tini/releases/download/v0.9.0/tini"   && curl -o /usr/local/bin/tini.asc -fSL "https://github.com/krallin/tini/releases/download/v0.9.0/tini.asc"   && gpg --verify /usr/local/bin/tini.asc   && rm /usr/local/bin/tini.asc   && chmod +x /usr/local/bin/tini
-# Tue, 24 May 2016 10:01:36 GMT
-ENV GPG_KEYS=15DD4F3B8AACA54740EB78C7B7B7C53943ECCEE1   1CFBFA43C19B6DF4A0CA3934669C02FFDF3CEBA3   25BBBAC113C1BFD5AA594A4C9F96B92930380381   4BFCA2B99BADC6F9F105BEC9C5E32E2D6B065BFB   5D680346FAA3E51B29DBCB681015F68F9DA248BC   7BCCEB868313DDA925DF1805ECA5BCB7BB9656B0   C3F4DFAEAD621E1C94523AEEC376457E61D50B88   D2B17F9DA23C0A10991AF2E3D9EE01E47852AEE4   E0AF0A194D55C84E4A19A801CDB0C0F904F4EE9B
-# Tue, 24 May 2016 10:01:43 GMT
-RUN set -xe   && for key in $GPG_KEYS; do     gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key";   done
-# Tue, 24 May 2016 10:01:44 GMT
-ENV COUCHDB_VERSION=1.6.1
-# Tue, 24 May 2016 10:03:51 GMT
-RUN buildDeps='     gcc     g++     erlang-dev     libcurl4-openssl-dev     libicu-dev     libmozjs185-dev     libnspr4-dev     make   '   && apt-get update && apt-get install -y --no-install-recommends $buildDeps   && curl -fSL http://apache.osuosl.org/couchdb/source/$COUCHDB_VERSION/apache-couchdb-$COUCHDB_VERSION.tar.gz -o couchdb.tar.gz   && curl -fSL https://www.apache.org/dist/couchdb/source/$COUCHDB_VERSION/apache-couchdb-$COUCHDB_VERSION.tar.gz.asc -o couchdb.tar.gz.asc   && gpg --verify couchdb.tar.gz.asc   && mkdir -p /usr/src/couchdb   && tar -xzf couchdb.tar.gz -C /usr/src/couchdb --strip-components=1   && cd /usr/src/couchdb   && ./configure --with-js-lib=/usr/lib --with-js-include=/usr/include/mozjs   && make && make install   && apt-get purge -y --auto-remove $buildDeps   && rm -rf /var/lib/apt/lists/* /usr/src/couchdb /couchdb.tar.gz*   && chown -R couchdb:couchdb     /usr/local/lib/couchdb /usr/local/etc/couchdb     /usr/local/var/lib/couchdb /usr/local/var/log/couchdb /usr/local/var/run/couchdb   && chmod -R g+rw     /usr/local/lib/couchdb /usr/local/etc/couchdb     /usr/local/var/lib/couchdb /usr/local/var/log/couchdb /usr/local/var/run/couchdb   && mkdir -p /var/lib/couchdb   && sed -e 's/^bind_address = .*$/bind_address = 0.0.0.0/' -i /usr/local/etc/couchdb/default.ini   && sed -e 's!/usr/local/var/log/couchdb/couch.log$!/dev/null!' -i /usr/local/etc/couchdb/default.ini
-# Tue, 24 May 2016 10:03:52 GMT
-COPY file:0809d72868554fa1f4fc67c030089fab630f43e10e460163becb2852f9cdce27 in /
-# Tue, 24 May 2016 10:03:54 GMT
-RUN chmod +x /docker-entrypoint.sh
-# Tue, 24 May 2016 10:03:54 GMT
-VOLUME [/usr/local/var/lib/couchdb]
-# Tue, 24 May 2016 10:03:55 GMT
-EXPOSE 5984/tcp
-# Tue, 24 May 2016 10:03:56 GMT
-WORKDIR /var/lib/couchdb
-# Tue, 24 May 2016 10:03:57 GMT
-ENTRYPOINT &{["tini" "--" "/docker-entrypoint.sh"]}
-# Tue, 24 May 2016 10:03:58 GMT
-CMD ["couchdb"]
-# Tue, 24 May 2016 10:06:25 GMT
-MAINTAINER Clemens Stolle [email protected]
-# Tue, 24 May 2016 10:06:26 GMT
-ENV COUCHPERUSER_SHA=5d28db3272eea9619d4391b33aae6030f0319ecc54aa2a2f2b6c6a8d448f03f2
-# Tue, 24 May 2016 10:07:41 GMT
-RUN apt-get update && apt-get install -y rebar make  && mkdir -p /usr/local/lib/couchdb/plugins/couchperuser  && cd /usr/local/lib/couchdb/plugins  && curl -L -o couchperuser.tar.gz https://github.com/etrepum/couchperuser/archive/1.1.0.tar.gz  && echo "$COUCHPERUSER_SHA *couchperuser.tar.gz" | sha256sum -c -  && tar -xzf couchperuser.tar.gz -C couchperuser --strip-components=1  && rm couchperuser.tar.gz  && cd couchperuser  && make  && apt-get purge -y --auto-remove rebar make
-```
-
--	Layers:
-	-	`sha256:51f5c6a04d83efd2d45c5fd59537218924bc46705e3de6ffc8bc07b51481610b`  
-		Last Modified: Mon, 23 May 2016 23:09:48 GMT  
-		Size: 51.4 MB (51356334 bytes)
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:7835d8de4d08985f03586a7e588cda507b6889fb96afc5b26aad74822a864181`  
-		Last Modified: Tue, 31 May 2016 17:10:28 GMT  
-		Size: 2.0 KB (2045 bytes)
-	-	`sha256:294236bd2ce30142f043dd391a65476783da09967f687fb8b4e28fd3c404ca23`  
-		Last Modified: Tue, 31 May 2016 17:10:24 GMT  
-		Size: 42.7 MB (42677604 bytes)
-	-	`sha256:59ea0703ade06c943908f194b36326fdd6a8278843936d8ec149dc4a56103834`  
-		Last Modified: Tue, 31 May 2016 17:10:08 GMT  
-		Size: 943.4 KB (943376 bytes)
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:ac5f3396dc196a67b11bc1a3873d9ce50dd0d51735d0c27b4cd95d78ffd789ab`  
-		Last Modified: Tue, 31 May 2016 17:10:00 GMT  
-		Size: 623.1 KB (623054 bytes)
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:d4ba2ad2023e04bcea33c5ed022530d871eb1c8a8d4fe1c6a8879d9b72d3c5ce`  
-		Last Modified: Tue, 31 May 2016 17:09:52 GMT  
-		Size: 8.2 MB (8177879 bytes)
-	-	`sha256:7e555346ea344d7edcd9288f3667bb695402c2c6ea18199c0a447833011aa706`  
-		Last Modified: Mon, 09 May 2016 20:06:27 GMT  
-		Size: 1.1 KB (1056 bytes)
-	-	`sha256:7e555346ea344d7edcd9288f3667bb695402c2c6ea18199c0a447833011aa706`  
-		Last Modified: Mon, 09 May 2016 20:06:27 GMT  
-		Size: 1.1 KB (1056 bytes)
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:c17da350af3cd7a15afd8616ee4fe7a8b35760c2a5cfa1be8152a9bf011ab975`  
-		Last Modified: Tue, 31 May 2016 17:11:14 GMT  
-		Size: 10.0 MB (9961471 bytes)
-
-## `couchdb:1.6-couchperuser`
-
-```console
-$ docker pull couchdb@sha256:2f90a60968e8ee7e328de76e261b3c1a00a0aa9f73e5533c49b6b7daafb29dcb
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `couchdb:1.6-couchperuser` - linux; amd64
-
--	Docker Version: 1.9.1
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **113.7 MB (113744227 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:6ce412e11a66a23be0fc3b6482ecc7846bad5760c8f73b5060db83ca55b5c3cf`
--	Entrypoint: `["tini","--","\/docker-entrypoint.sh"]`
--	Default Command: `["couchdb"]`
-
-```dockerfile
-# Mon, 23 May 2016 22:57:20 GMT
-ADD file:5d8521419ad6cfb6956ed26ab70a44422d512f82462046ba8e68b7dcb8283f7e in /
-# Mon, 23 May 2016 22:57:23 GMT
-CMD ["/bin/bash"]
-# Tue, 24 May 2016 10:00:18 GMT
-MAINTAINER Clemens Stolle [email protected]
-# Tue, 24 May 2016 10:00:20 GMT
-RUN groupadd -r couchdb && useradd -d /var/lib/couchdb -g couchdb couchdb
-# Tue, 24 May 2016 10:01:28 GMT
-RUN apt-get update -y && apt-get install -y --no-install-recommends     ca-certificates     curl     erlang-nox     libicu52     libmozjs185-1.0     libnspr4     libnspr4-0d   && rm -rf /var/lib/apt/lists/*
-# Tue, 24 May 2016 10:01:35 GMT
-RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4   && curl -o /usr/local/bin/gosu -fSL "https://github.com/tianon/gosu/releases/download/1.7/gosu-$(dpkg --print-architecture)"   && curl -o /usr/local/bin/gosu.asc -fSL "https://github.com/tianon/gosu/releases/download/1.7/gosu-$(dpkg --print-architecture).asc"   && gpg --verify /usr/local/bin/gosu.asc   && rm /usr/local/bin/gosu.asc   && chmod +x /usr/local/bin/gosu   && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 6380DC428747F6C393FEACA59A84159D7001A4E5   && curl -o /usr/local/bin/tini -fSL "https://github.com/krallin/tini/releases/download/v0.9.0/tini"   && curl -o /usr/local/bin/tini.asc -fSL "https://github.com/krallin/tini/releases/download/v0.9.0/tini.asc"   && gpg --verify /usr/local/bin/tini.asc   && rm /usr/local/bin/tini.asc   && chmod +x /usr/local/bin/tini
-# Tue, 24 May 2016 10:01:36 GMT
-ENV GPG_KEYS=15DD4F3B8AACA54740EB78C7B7B7C53943ECCEE1   1CFBFA43C19B6DF4A0CA3934669C02FFDF3CEBA3   25BBBAC113C1BFD5AA594A4C9F96B92930380381   4BFCA2B99BADC6F9F105BEC9C5E32E2D6B065BFB   5D680346FAA3E51B29DBCB681015F68F9DA248BC   7BCCEB868313DDA925DF1805ECA5BCB7BB9656B0   C3F4DFAEAD621E1C94523AEEC376457E61D50B88   D2B17F9DA23C0A10991AF2E3D9EE01E47852AEE4   E0AF0A194D55C84E4A19A801CDB0C0F904F4EE9B
-# Tue, 24 May 2016 10:01:43 GMT
-RUN set -xe   && for key in $GPG_KEYS; do     gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key";   done
-# Tue, 24 May 2016 10:01:44 GMT
-ENV COUCHDB_VERSION=1.6.1
-# Tue, 24 May 2016 10:03:51 GMT
-RUN buildDeps='     gcc     g++     erlang-dev     libcurl4-openssl-dev     libicu-dev     libmozjs185-dev     libnspr4-dev     make   '   && apt-get update && apt-get install -y --no-install-recommends $buildDeps   && curl -fSL http://apache.osuosl.org/couchdb/source/$COUCHDB_VERSION/apache-couchdb-$COUCHDB_VERSION.tar.gz -o couchdb.tar.gz   && curl -fSL https://www.apache.org/dist/couchdb/source/$COUCHDB_VERSION/apache-couchdb-$COUCHDB_VERSION.tar.gz.asc -o couchdb.tar.gz.asc   && gpg --verify couchdb.tar.gz.asc   && mkdir -p /usr/src/couchdb   && tar -xzf couchdb.tar.gz -C /usr/src/couchdb --strip-components=1   && cd /usr/src/couchdb   && ./configure --with-js-lib=/usr/lib --with-js-include=/usr/include/mozjs   && make && make install   && apt-get purge -y --auto-remove $buildDeps   && rm -rf /var/lib/apt/lists/* /usr/src/couchdb /couchdb.tar.gz*   && chown -R couchdb:couchdb     /usr/local/lib/couchdb /usr/local/etc/couchdb     /usr/local/var/lib/couchdb /usr/local/var/log/couchdb /usr/local/var/run/couchdb   && chmod -R g+rw     /usr/local/lib/couchdb /usr/local/etc/couchdb     /usr/local/var/lib/couchdb /usr/local/var/log/couchdb /usr/local/var/run/couchdb   && mkdir -p /var/lib/couchdb   && sed -e 's/^bind_address = .*$/bind_address = 0.0.0.0/' -i /usr/local/etc/couchdb/default.ini   && sed -e 's!/usr/local/var/log/couchdb/couch.log$!/dev/null!' -i /usr/local/etc/couchdb/default.ini
-# Tue, 24 May 2016 10:03:52 GMT
-COPY file:0809d72868554fa1f4fc67c030089fab630f43e10e460163becb2852f9cdce27 in /
-# Tue, 24 May 2016 10:03:54 GMT
-RUN chmod +x /docker-entrypoint.sh
-# Tue, 24 May 2016 10:03:54 GMT
-VOLUME [/usr/local/var/lib/couchdb]
-# Tue, 24 May 2016 10:03:55 GMT
-EXPOSE 5984/tcp
-# Tue, 24 May 2016 10:03:56 GMT
-WORKDIR /var/lib/couchdb
-# Tue, 24 May 2016 10:03:57 GMT
-ENTRYPOINT &{["tini" "--" "/docker-entrypoint.sh"]}
-# Tue, 24 May 2016 10:03:58 GMT
-CMD ["couchdb"]
-# Tue, 24 May 2016 10:06:25 GMT
-MAINTAINER Clemens Stolle [email protected]
-# Tue, 24 May 2016 10:06:26 GMT
-ENV COUCHPERUSER_SHA=5d28db3272eea9619d4391b33aae6030f0319ecc54aa2a2f2b6c6a8d448f03f2
-# Tue, 24 May 2016 10:07:41 GMT
-RUN apt-get update && apt-get install -y rebar make  && mkdir -p /usr/local/lib/couchdb/plugins/couchperuser  && cd /usr/local/lib/couchdb/plugins  && curl -L -o couchperuser.tar.gz https://github.com/etrepum/couchperuser/archive/1.1.0.tar.gz  && echo "$COUCHPERUSER_SHA *couchperuser.tar.gz" | sha256sum -c -  && tar -xzf couchperuser.tar.gz -C couchperuser --strip-components=1  && rm couchperuser.tar.gz  && cd couchperuser  && make  && apt-get purge -y --auto-remove rebar make
-```
-
--	Layers:
-	-	`sha256:51f5c6a04d83efd2d45c5fd59537218924bc46705e3de6ffc8bc07b51481610b`  
-		Last Modified: Mon, 23 May 2016 23:09:48 GMT  
-		Size: 51.4 MB (51356334 bytes)
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:7835d8de4d08985f03586a7e588cda507b6889fb96afc5b26aad74822a864181`  
-		Last Modified: Tue, 31 May 2016 17:10:28 GMT  
-		Size: 2.0 KB (2045 bytes)
-	-	`sha256:294236bd2ce30142f043dd391a65476783da09967f687fb8b4e28fd3c404ca23`  
-		Last Modified: Tue, 31 May 2016 17:10:24 GMT  
-		Size: 42.7 MB (42677604 bytes)
-	-	`sha256:59ea0703ade06c943908f194b36326fdd6a8278843936d8ec149dc4a56103834`  
-		Last Modified: Tue, 31 May 2016 17:10:08 GMT  
-		Size: 943.4 KB (943376 bytes)
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:ac5f3396dc196a67b11bc1a3873d9ce50dd0d51735d0c27b4cd95d78ffd789ab`  
-		Last Modified: Tue, 31 May 2016 17:10:00 GMT  
-		Size: 623.1 KB (623054 bytes)
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:d4ba2ad2023e04bcea33c5ed022530d871eb1c8a8d4fe1c6a8879d9b72d3c5ce`  
-		Last Modified: Tue, 31 May 2016 17:09:52 GMT  
-		Size: 8.2 MB (8177879 bytes)
-	-	`sha256:7e555346ea344d7edcd9288f3667bb695402c2c6ea18199c0a447833011aa706`  
-		Last Modified: Mon, 09 May 2016 20:06:27 GMT  
-		Size: 1.1 KB (1056 bytes)
-	-	`sha256:7e555346ea344d7edcd9288f3667bb695402c2c6ea18199c0a447833011aa706`  
-		Last Modified: Mon, 09 May 2016 20:06:27 GMT  
-		Size: 1.1 KB (1056 bytes)
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:c17da350af3cd7a15afd8616ee4fe7a8b35760c2a5cfa1be8152a9bf011ab975`  
-		Last Modified: Tue, 31 May 2016 17:11:14 GMT  
-		Size: 10.0 MB (9961471 bytes)
-
-## `couchdb:1-couchperuser`
-
-```console
-$ docker pull couchdb@sha256:2f90a60968e8ee7e328de76e261b3c1a00a0aa9f73e5533c49b6b7daafb29dcb
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `couchdb:1-couchperuser` - linux; amd64
-
--	Docker Version: 1.9.1
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **113.7 MB (113744227 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:6ce412e11a66a23be0fc3b6482ecc7846bad5760c8f73b5060db83ca55b5c3cf`
--	Entrypoint: `["tini","--","\/docker-entrypoint.sh"]`
--	Default Command: `["couchdb"]`
-
-```dockerfile
-# Mon, 23 May 2016 22:57:20 GMT
-ADD file:5d8521419ad6cfb6956ed26ab70a44422d512f82462046ba8e68b7dcb8283f7e in /
-# Mon, 23 May 2016 22:57:23 GMT
-CMD ["/bin/bash"]
-# Tue, 24 May 2016 10:00:18 GMT
-MAINTAINER Clemens Stolle [email protected]
-# Tue, 24 May 2016 10:00:20 GMT
-RUN groupadd -r couchdb && useradd -d /var/lib/couchdb -g couchdb couchdb
-# Tue, 24 May 2016 10:01:28 GMT
-RUN apt-get update -y && apt-get install -y --no-install-recommends     ca-certificates     curl     erlang-nox     libicu52     libmozjs185-1.0     libnspr4     libnspr4-0d   && rm -rf /var/lib/apt/lists/*
-# Tue, 24 May 2016 10:01:35 GMT
-RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4   && curl -o /usr/local/bin/gosu -fSL "https://github.com/tianon/gosu/releases/download/1.7/gosu-$(dpkg --print-architecture)"   && curl -o /usr/local/bin/gosu.asc -fSL "https://github.com/tianon/gosu/releases/download/1.7/gosu-$(dpkg --print-architecture).asc"   && gpg --verify /usr/local/bin/gosu.asc   && rm /usr/local/bin/gosu.asc   && chmod +x /usr/local/bin/gosu   && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 6380DC428747F6C393FEACA59A84159D7001A4E5   && curl -o /usr/local/bin/tini -fSL "https://github.com/krallin/tini/releases/download/v0.9.0/tini"   && curl -o /usr/local/bin/tini.asc -fSL "https://github.com/krallin/tini/releases/download/v0.9.0/tini.asc"   && gpg --verify /usr/local/bin/tini.asc   && rm /usr/local/bin/tini.asc   && chmod +x /usr/local/bin/tini
-# Tue, 24 May 2016 10:01:36 GMT
-ENV GPG_KEYS=15DD4F3B8AACA54740EB78C7B7B7C53943ECCEE1   1CFBFA43C19B6DF4A0CA3934669C02FFDF3CEBA3   25BBBAC113C1BFD5AA594A4C9F96B92930380381   4BFCA2B99BADC6F9F105BEC9C5E32E2D6B065BFB   5D680346FAA3E51B29DBCB681015F68F9DA248BC   7BCCEB868313DDA925DF1805ECA5BCB7BB9656B0   C3F4DFAEAD621E1C94523AEEC376457E61D50B88   D2B17F9DA23C0A10991AF2E3D9EE01E47852AEE4   E0AF0A194D55C84E4A19A801CDB0C0F904F4EE9B
-# Tue, 24 May 2016 10:01:43 GMT
-RUN set -xe   && for key in $GPG_KEYS; do     gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key";   done
-# Tue, 24 May 2016 10:01:44 GMT
-ENV COUCHDB_VERSION=1.6.1
-# Tue, 24 May 2016 10:03:51 GMT
-RUN buildDeps='     gcc     g++     erlang-dev     libcurl4-openssl-dev     libicu-dev     libmozjs185-dev     libnspr4-dev     make   '   && apt-get update && apt-get install -y --no-install-recommends $buildDeps   && curl -fSL http://apache.osuosl.org/couchdb/source/$COUCHDB_VERSION/apache-couchdb-$COUCHDB_VERSION.tar.gz -o couchdb.tar.gz   && curl -fSL https://www.apache.org/dist/couchdb/source/$COUCHDB_VERSION/apache-couchdb-$COUCHDB_VERSION.tar.gz.asc -o couchdb.tar.gz.asc   && gpg --verify couchdb.tar.gz.asc   && mkdir -p /usr/src/couchdb   && tar -xzf couchdb.tar.gz -C /usr/src/couchdb --strip-components=1   && cd /usr/src/couchdb   && ./configure --with-js-lib=/usr/lib --with-js-include=/usr/include/mozjs   && make && make install   && apt-get purge -y --auto-remove $buildDeps   && rm -rf /var/lib/apt/lists/* /usr/src/couchdb /couchdb.tar.gz*   && chown -R couchdb:couchdb     /usr/local/lib/couchdb /usr/local/etc/couchdb     /usr/local/var/lib/couchdb /usr/local/var/log/couchdb /usr/local/var/run/couchdb   && chmod -R g+rw     /usr/local/lib/couchdb /usr/local/etc/couchdb     /usr/local/var/lib/couchdb /usr/local/var/log/couchdb /usr/local/var/run/couchdb   && mkdir -p /var/lib/couchdb   && sed -e 's/^bind_address = .*$/bind_address = 0.0.0.0/' -i /usr/local/etc/couchdb/default.ini   && sed -e 's!/usr/local/var/log/couchdb/couch.log$!/dev/null!' -i /usr/local/etc/couchdb/default.ini
-# Tue, 24 May 2016 10:03:52 GMT
-COPY file:0809d72868554fa1f4fc67c030089fab630f43e10e460163becb2852f9cdce27 in /
-# Tue, 24 May 2016 10:03:54 GMT
-RUN chmod +x /docker-entrypoint.sh
-# Tue, 24 May 2016 10:03:54 GMT
-VOLUME [/usr/local/var/lib/couchdb]
-# Tue, 24 May 2016 10:03:55 GMT
-EXPOSE 5984/tcp
-# Tue, 24 May 2016 10:03:56 GMT
-WORKDIR /var/lib/couchdb
-# Tue, 24 May 2016 10:03:57 GMT
-ENTRYPOINT &{["tini" "--" "/docker-entrypoint.sh"]}
-# Tue, 24 May 2016 10:03:58 GMT
-CMD ["couchdb"]
-# Tue, 24 May 2016 10:06:25 GMT
-MAINTAINER Clemens Stolle [email protected]
-# Tue, 24 May 2016 10:06:26 GMT
-ENV COUCHPERUSER_SHA=5d28db3272eea9619d4391b33aae6030f0319ecc54aa2a2f2b6c6a8d448f03f2
-# Tue, 24 May 2016 10:07:41 GMT
-RUN apt-get update && apt-get install -y rebar make  && mkdir -p /usr/local/lib/couchdb/plugins/couchperuser  && cd /usr/local/lib/couchdb/plugins  && curl -L -o couchperuser.tar.gz https://github.com/etrepum/couchperuser/archive/1.1.0.tar.gz  && echo "$COUCHPERUSER_SHA *couchperuser.tar.gz" | sha256sum -c -  && tar -xzf couchperuser.tar.gz -C couchperuser --strip-components=1  && rm couchperuser.tar.gz  && cd couchperuser  && make  && apt-get purge -y --auto-remove rebar make
-```
-
--	Layers:
-	-	`sha256:51f5c6a04d83efd2d45c5fd59537218924bc46705e3de6ffc8bc07b51481610b`  
-		Last Modified: Mon, 23 May 2016 23:09:48 GMT  
-		Size: 51.4 MB (51356334 bytes)
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:7835d8de4d08985f03586a7e588cda507b6889fb96afc5b26aad74822a864181`  
-		Last Modified: Tue, 31 May 2016 17:10:28 GMT  
-		Size: 2.0 KB (2045 bytes)
-	-	`sha256:294236bd2ce30142f043dd391a65476783da09967f687fb8b4e28fd3c404ca23`  
-		Last Modified: Tue, 31 May 2016 17:10:24 GMT  
-		Size: 42.7 MB (42677604 bytes)
-	-	`sha256:59ea0703ade06c943908f194b36326fdd6a8278843936d8ec149dc4a56103834`  
-		Last Modified: Tue, 31 May 2016 17:10:08 GMT  
-		Size: 943.4 KB (943376 bytes)
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:ac5f3396dc196a67b11bc1a3873d9ce50dd0d51735d0c27b4cd95d78ffd789ab`  
-		Last Modified: Tue, 31 May 2016 17:10:00 GMT  
-		Size: 623.1 KB (623054 bytes)
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:d4ba2ad2023e04bcea33c5ed022530d871eb1c8a8d4fe1c6a8879d9b72d3c5ce`  
-		Last Modified: Tue, 31 May 2016 17:09:52 GMT  
-		Size: 8.2 MB (8177879 bytes)
-	-	`sha256:7e555346ea344d7edcd9288f3667bb695402c2c6ea18199c0a447833011aa706`  
-		Last Modified: Mon, 09 May 2016 20:06:27 GMT  
-		Size: 1.1 KB (1056 bytes)
-	-	`sha256:7e555346ea344d7edcd9288f3667bb695402c2c6ea18199c0a447833011aa706`  
-		Last Modified: Mon, 09 May 2016 20:06:27 GMT  
-		Size: 1.1 KB (1056 bytes)
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:c17da350af3cd7a15afd8616ee4fe7a8b35760c2a5cfa1be8152a9bf011ab975`  
-		Last Modified: Tue, 31 May 2016 17:11:14 GMT  
-		Size: 10.0 MB (9961471 bytes)

+ 7 - 15
crate/README.md

@@ -1,13 +1,11 @@
 # Supported tags and respective `Dockerfile` links
 
--	[`latest`, `0.55`, `0.55.2` (*Dockerfile*)](https://github.com/crate/docker-crate/blob/2bf4133c89dc22f49246b93d559d8029cd895fe2/Dockerfile)
+-	[`latest`, `0.55`, `0.55.5` (*Dockerfile*)](https://github.com/crate/docker-crate/blob/03df8b7b20d4467099eebccc8005046bc5e23c80/Dockerfile)
 -	[`0.52`, `0.52.4` (*Dockerfile*)](https://github.com/crate/docker-crate/blob/cce8f796ba8936250eb380235cde47be494d1e95/Dockerfile)
 
-[![](https://badge.imagelayers.io/crate:latest.svg)](https://imagelayers.io/?images=crate:latest,crate:0.52)
-
 For more information about this image and its history, please see [the relevant manifest file (`library/crate`)](https://github.com/docker-library/official-images/blob/master/library/crate). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fcrate).
 
-For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `crate/tag-details.md` file](https://github.com/docker-library/docs/blob/master/crate/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs).
+For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `repos/crate/tag-details.md` file](https://github.com/docker-library/repo-info/blob/master/repos/crate/tag-details.md) in [the `docker-library/repo-info` GitHub repo](https://github.com/docker-library/repo-info).
 
 # What Is Crate?
 
@@ -39,7 +37,7 @@ To start the Crate cluster in containers distributed to three hosts without mult
     --volume /mnt/data:/data \
     --ulimit nofile=65535 \
     --ulimit memlock=9223372036854775807 \
-        crate:latest \
+        crate \
         crate \
           -Des.cluster.name=crate-cluster \
           -Des.node.name=crate1 \
@@ -80,19 +78,13 @@ Crate stores all important data in */data*. It's advised to mount this directory
 
 ## Use Custom Crate Configuration
 
-Crate is controlled by a single configuration file which has sensible defaults already. If you derive your container from the Crate container, make sure to place your file inside it and let Crate know where to find it:
-
-```console
-# docker run -d crate crate -Des.config=</path/to>/crate.yml
-```
-
-Other configuration settings may be specified upon startup using the `-D` option prefix. For example, configuring the cluster name by using system properties works like this:
+Starting with 0.55.0, Crate does no longer support providing custom configuration files. However it is still possible to mount Crate's configuration into `/crate/config/crate.yml`.
 
 ```console
-# docker run -d crate crate -Des.cluster.name=<my-cluster-name>
+# docker run -d -v <custom/config/path>/crate.yml:/crate/config/crate.yml crate crate
 ```
 
-For further configuration options refer to the [Configuration](https://crate.io/docs/stable/configuration.html) section of our documentation.
+For further configuration options refer to the[Configuration](https://crate.io/docs/stable/configuration.html) section of our documentation.
 
 ## Environment
 
@@ -133,7 +125,7 @@ View [license information](https://github.com/crate/crate/blob/master/LICENSE.tx
 
 # Supported Docker versions
 
-This image is officially supported on Docker version 1.11.2.
+This image is officially supported on Docker version 1.12.1.
 
 Support for older versions (down to 1.6) is provided on a best-effort basis.
 

+ 4 - 10
crate/content.md

@@ -28,7 +28,7 @@ To start the Crate cluster in containers distributed to three hosts without mult
     --volume /mnt/data:/data \
     --ulimit nofile=65535 \
     --ulimit memlock=9223372036854775807 \
-        crate:latest \
+        crate \
         crate \
           -Des.cluster.name=crate-cluster \
           -Des.node.name=crate1 \
@@ -69,19 +69,13 @@ Crate stores all important data in */data*. It's advised to mount this directory
 
 ## Use Custom Crate Configuration
 
-Crate is controlled by a single configuration file which has sensible defaults already. If you derive your container from the Crate container, make sure to place your file inside it and let Crate know where to find it:
-
-```console
-# docker run -d crate crate -Des.config=</path/to>/crate.yml
-```
-
-Other configuration settings may be specified upon startup using the `-D` option prefix. For example, configuring the cluster name by using system properties works like this:
+Starting with 0.55.0, Crate does no longer support providing custom configuration files. However it is still possible to mount Crate's configuration into `/crate/config/crate.yml`.
 
 ```console
-# docker run -d crate crate -Des.cluster.name=<my-cluster-name>
+# docker run -d -v <custom/config/path>/crate.yml:/crate/config/crate.yml crate crate
 ```
 
-For further configuration options refer to the [Configuration](https://crate.io/docs/stable/configuration.html) section of our documentation.
+For further configuration options refer to the[Configuration](https://crate.io/docs/stable/configuration.html) section of our documentation.
 
 ## Environment
 

+ 0 - 463
crate/tag-details.md

@@ -1,463 +0,0 @@
-<!-- THIS FILE IS GENERATED VIA '.template-helpers/generate-tag-details.pl' -->
-
-# Tags of `crate`
-
--	[`crate:latest`](#cratelatest)
--	[`crate:0.55`](#crate055)
--	[`crate:0.55.2`](#crate0552)
--	[`crate:0.52`](#crate052)
--	[`crate:0.52.4`](#crate0524)
-
-## `crate:latest`
-
-```console
-$ docker pull crate@sha256:4681cd28c2fae581be07746df38973481cfbb99263492e9daf5ca3a43a80eccf
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `crate:latest` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **151.1 MB (151119261 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:21e713f83eff4b120cb071e4dbcfda92c3d7625caab51aa6d3aebd6d90f16171`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["crate"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Mon, 11 Jul 2016 19:34:59 GMT
-MAINTAINER Crate.IO GmbH [email protected]
-# Mon, 11 Jul 2016 19:35:00 GMT
-ENV GOSU_VERSION=1.9
-# Mon, 11 Jul 2016 19:35:18 GMT
-RUN set -x     && apk add --no-cache --virtual .gosu-deps         dpkg         gnupg         curl     && export ARCH=$(echo $(dpkg --print-architecture) | cut -d"-" -f3)     && curl -o /usr/local/bin/gosu -fSL "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$ARCH"     && curl -o /usr/local/bin/gosu.asc -fSL "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$ARCH.asc"     && export GNUPGHOME="$(mktemp -d)"     && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4     && gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu     && rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc     && chmod +x /usr/local/bin/gosu     && gosu nobody true     && apk del .gosu-deps
-# Mon, 11 Jul 2016 19:35:19 GMT
-RUN addgroup crate && adduser -G crate -H crate -D
-# Mon, 11 Jul 2016 19:35:19 GMT
-ENV CRATE_VERSION=0.55.2
-# Mon, 11 Jul 2016 19:35:47 GMT
-RUN apk add --no-cache --virtual .crate-rundeps         openjdk8-jre-base         python3         openssl         sigar     && apk add --no-cache --virtual .build-deps         curl         gnupg         tar     && curl -fSL -O https://cdn.crate.io/downloads/releases/crate-$CRATE_VERSION.tar.gz     && curl -fSL -O https://cdn.crate.io/downloads/releases/crate-$CRATE_VERSION.tar.gz.asc     && export GNUPGHOME="$(mktemp -d)"     && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 90C23FC6585BC0717F8FBFC37FAAE51A06F6EAEB     && gpg --batch --verify crate-$CRATE_VERSION.tar.gz.asc crate-$CRATE_VERSION.tar.gz     && rm -r "$GNUPGHOME" crate-$CRATE_VERSION.tar.gz.asc     && mkdir /crate     && tar -xf crate-$CRATE_VERSION.tar.gz -C /crate --strip-components=1     && ln -s /usr/bin/python3 /usr/bin/python     && rm /crate/plugins/sigar/lib/libsigar-amd64-linux.so     && chown -R crate /crate     && apk del .build-deps
-# Mon, 11 Jul 2016 19:35:47 GMT
-ENV PATH=/crate/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Mon, 11 Jul 2016 19:35:48 GMT
-VOLUME [/data]
-# Mon, 11 Jul 2016 19:35:48 GMT
-ADD file:33e1eb95331f2fdac6f7aa4f37d1379542d54d333f63db873d8bfbf0aaa86e2d in /crate/config/crate.yml
-# Mon, 11 Jul 2016 19:35:49 GMT
-ADD file:a3aa60dd23939bb1b0c1bf558d768d3f06cead16fd33d36cdad411bd43d16448 in /crate/config/logging.yml
-# Mon, 11 Jul 2016 19:35:49 GMT
-COPY file:9517f117528edc569ebb34a2c1d3d7bcf342cb124f3b833a681768549d61ebfb in /
-# Mon, 11 Jul 2016 19:35:50 GMT
-WORKDIR /data
-# Mon, 11 Jul 2016 19:35:50 GMT
-EXPOSE 4200/tcp 4300/tcp
-# Mon, 11 Jul 2016 19:35:50 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Mon, 11 Jul 2016 19:35:51 GMT
-CMD ["crate"]
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:d3fc8c0e2d5743f55e355862d4d9eb8113f368a69446fb2e80db590744f1b014`  
-		Last Modified: Mon, 11 Jul 2016 19:36:02 GMT  
-		Size: 581.8 KB (581764 bytes)
-	-	`sha256:34791ba5b6d32b7f3559a6301bf26d3d5b3c4e948c1474266b975dd0846c0d12`  
-		Last Modified: Mon, 11 Jul 2016 19:36:02 GMT  
-		Size: 22.2 KB (22199 bytes)
-	-	`sha256:13ec3e75803286be74991c9499ffd6a47a93798e64c9adcef03b096df31fa8bf`  
-		Last Modified: Mon, 11 Jul 2016 19:36:19 GMT  
-		Size: 148.2 MB (148204058 bytes)
-	-	`sha256:43f5bffc3bed691b0b18b4fee87b065024d12360e5e2a1273026f9ada59fb2ca`  
-		Last Modified: Mon, 11 Jul 2016 19:35:59 GMT  
-		Size: 234.0 B
-	-	`sha256:34cd262663a68934fd055c4525e4944d789f26b89b28e457bc8359c331afd5de`  
-		Last Modified: Mon, 11 Jul 2016 19:35:59 GMT  
-		Size: 399.0 B
-	-	`sha256:c6dc91865039c332c5a60f5d88f9589bf076f2b9f6c6b6d70ab2b9461e7368b5`  
-		Last Modified: Mon, 11 Jul 2016 19:35:59 GMT  
-		Size: 231.0 B
-	-	`sha256:c2dd13968a0be952da2cb55302dcd4983161508c3c31b6f0c2c9c577c97ccb99`  
-		Last Modified: Mon, 11 Jul 2016 19:35:59 GMT  
-		Size: 90.0 B
-
-## `crate:0.55`
-
-```console
-$ docker pull crate@sha256:4681cd28c2fae581be07746df38973481cfbb99263492e9daf5ca3a43a80eccf
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `crate:0.55` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **151.1 MB (151119261 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:21e713f83eff4b120cb071e4dbcfda92c3d7625caab51aa6d3aebd6d90f16171`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["crate"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Mon, 11 Jul 2016 19:34:59 GMT
-MAINTAINER Crate.IO GmbH [email protected]
-# Mon, 11 Jul 2016 19:35:00 GMT
-ENV GOSU_VERSION=1.9
-# Mon, 11 Jul 2016 19:35:18 GMT
-RUN set -x     && apk add --no-cache --virtual .gosu-deps         dpkg         gnupg         curl     && export ARCH=$(echo $(dpkg --print-architecture) | cut -d"-" -f3)     && curl -o /usr/local/bin/gosu -fSL "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$ARCH"     && curl -o /usr/local/bin/gosu.asc -fSL "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$ARCH.asc"     && export GNUPGHOME="$(mktemp -d)"     && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4     && gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu     && rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc     && chmod +x /usr/local/bin/gosu     && gosu nobody true     && apk del .gosu-deps
-# Mon, 11 Jul 2016 19:35:19 GMT
-RUN addgroup crate && adduser -G crate -H crate -D
-# Mon, 11 Jul 2016 19:35:19 GMT
-ENV CRATE_VERSION=0.55.2
-# Mon, 11 Jul 2016 19:35:47 GMT
-RUN apk add --no-cache --virtual .crate-rundeps         openjdk8-jre-base         python3         openssl         sigar     && apk add --no-cache --virtual .build-deps         curl         gnupg         tar     && curl -fSL -O https://cdn.crate.io/downloads/releases/crate-$CRATE_VERSION.tar.gz     && curl -fSL -O https://cdn.crate.io/downloads/releases/crate-$CRATE_VERSION.tar.gz.asc     && export GNUPGHOME="$(mktemp -d)"     && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 90C23FC6585BC0717F8FBFC37FAAE51A06F6EAEB     && gpg --batch --verify crate-$CRATE_VERSION.tar.gz.asc crate-$CRATE_VERSION.tar.gz     && rm -r "$GNUPGHOME" crate-$CRATE_VERSION.tar.gz.asc     && mkdir /crate     && tar -xf crate-$CRATE_VERSION.tar.gz -C /crate --strip-components=1     && ln -s /usr/bin/python3 /usr/bin/python     && rm /crate/plugins/sigar/lib/libsigar-amd64-linux.so     && chown -R crate /crate     && apk del .build-deps
-# Mon, 11 Jul 2016 19:35:47 GMT
-ENV PATH=/crate/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Mon, 11 Jul 2016 19:35:48 GMT
-VOLUME [/data]
-# Mon, 11 Jul 2016 19:35:48 GMT
-ADD file:33e1eb95331f2fdac6f7aa4f37d1379542d54d333f63db873d8bfbf0aaa86e2d in /crate/config/crate.yml
-# Mon, 11 Jul 2016 19:35:49 GMT
-ADD file:a3aa60dd23939bb1b0c1bf558d768d3f06cead16fd33d36cdad411bd43d16448 in /crate/config/logging.yml
-# Mon, 11 Jul 2016 19:35:49 GMT
-COPY file:9517f117528edc569ebb34a2c1d3d7bcf342cb124f3b833a681768549d61ebfb in /
-# Mon, 11 Jul 2016 19:35:50 GMT
-WORKDIR /data
-# Mon, 11 Jul 2016 19:35:50 GMT
-EXPOSE 4200/tcp 4300/tcp
-# Mon, 11 Jul 2016 19:35:50 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Mon, 11 Jul 2016 19:35:51 GMT
-CMD ["crate"]
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:d3fc8c0e2d5743f55e355862d4d9eb8113f368a69446fb2e80db590744f1b014`  
-		Last Modified: Mon, 11 Jul 2016 19:36:02 GMT  
-		Size: 581.8 KB (581764 bytes)
-	-	`sha256:34791ba5b6d32b7f3559a6301bf26d3d5b3c4e948c1474266b975dd0846c0d12`  
-		Last Modified: Mon, 11 Jul 2016 19:36:02 GMT  
-		Size: 22.2 KB (22199 bytes)
-	-	`sha256:13ec3e75803286be74991c9499ffd6a47a93798e64c9adcef03b096df31fa8bf`  
-		Last Modified: Mon, 11 Jul 2016 19:36:19 GMT  
-		Size: 148.2 MB (148204058 bytes)
-	-	`sha256:43f5bffc3bed691b0b18b4fee87b065024d12360e5e2a1273026f9ada59fb2ca`  
-		Last Modified: Mon, 11 Jul 2016 19:35:59 GMT  
-		Size: 234.0 B
-	-	`sha256:34cd262663a68934fd055c4525e4944d789f26b89b28e457bc8359c331afd5de`  
-		Last Modified: Mon, 11 Jul 2016 19:35:59 GMT  
-		Size: 399.0 B
-	-	`sha256:c6dc91865039c332c5a60f5d88f9589bf076f2b9f6c6b6d70ab2b9461e7368b5`  
-		Last Modified: Mon, 11 Jul 2016 19:35:59 GMT  
-		Size: 231.0 B
-	-	`sha256:c2dd13968a0be952da2cb55302dcd4983161508c3c31b6f0c2c9c577c97ccb99`  
-		Last Modified: Mon, 11 Jul 2016 19:35:59 GMT  
-		Size: 90.0 B
-
-## `crate:0.55.2`
-
-```console
-$ docker pull crate@sha256:4681cd28c2fae581be07746df38973481cfbb99263492e9daf5ca3a43a80eccf
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `crate:0.55.2` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **151.1 MB (151119261 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:21e713f83eff4b120cb071e4dbcfda92c3d7625caab51aa6d3aebd6d90f16171`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["crate"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Mon, 11 Jul 2016 19:34:59 GMT
-MAINTAINER Crate.IO GmbH [email protected]
-# Mon, 11 Jul 2016 19:35:00 GMT
-ENV GOSU_VERSION=1.9
-# Mon, 11 Jul 2016 19:35:18 GMT
-RUN set -x     && apk add --no-cache --virtual .gosu-deps         dpkg         gnupg         curl     && export ARCH=$(echo $(dpkg --print-architecture) | cut -d"-" -f3)     && curl -o /usr/local/bin/gosu -fSL "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$ARCH"     && curl -o /usr/local/bin/gosu.asc -fSL "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$ARCH.asc"     && export GNUPGHOME="$(mktemp -d)"     && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4     && gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu     && rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc     && chmod +x /usr/local/bin/gosu     && gosu nobody true     && apk del .gosu-deps
-# Mon, 11 Jul 2016 19:35:19 GMT
-RUN addgroup crate && adduser -G crate -H crate -D
-# Mon, 11 Jul 2016 19:35:19 GMT
-ENV CRATE_VERSION=0.55.2
-# Mon, 11 Jul 2016 19:35:47 GMT
-RUN apk add --no-cache --virtual .crate-rundeps         openjdk8-jre-base         python3         openssl         sigar     && apk add --no-cache --virtual .build-deps         curl         gnupg         tar     && curl -fSL -O https://cdn.crate.io/downloads/releases/crate-$CRATE_VERSION.tar.gz     && curl -fSL -O https://cdn.crate.io/downloads/releases/crate-$CRATE_VERSION.tar.gz.asc     && export GNUPGHOME="$(mktemp -d)"     && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 90C23FC6585BC0717F8FBFC37FAAE51A06F6EAEB     && gpg --batch --verify crate-$CRATE_VERSION.tar.gz.asc crate-$CRATE_VERSION.tar.gz     && rm -r "$GNUPGHOME" crate-$CRATE_VERSION.tar.gz.asc     && mkdir /crate     && tar -xf crate-$CRATE_VERSION.tar.gz -C /crate --strip-components=1     && ln -s /usr/bin/python3 /usr/bin/python     && rm /crate/plugins/sigar/lib/libsigar-amd64-linux.so     && chown -R crate /crate     && apk del .build-deps
-# Mon, 11 Jul 2016 19:35:47 GMT
-ENV PATH=/crate/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Mon, 11 Jul 2016 19:35:48 GMT
-VOLUME [/data]
-# Mon, 11 Jul 2016 19:35:48 GMT
-ADD file:33e1eb95331f2fdac6f7aa4f37d1379542d54d333f63db873d8bfbf0aaa86e2d in /crate/config/crate.yml
-# Mon, 11 Jul 2016 19:35:49 GMT
-ADD file:a3aa60dd23939bb1b0c1bf558d768d3f06cead16fd33d36cdad411bd43d16448 in /crate/config/logging.yml
-# Mon, 11 Jul 2016 19:35:49 GMT
-COPY file:9517f117528edc569ebb34a2c1d3d7bcf342cb124f3b833a681768549d61ebfb in /
-# Mon, 11 Jul 2016 19:35:50 GMT
-WORKDIR /data
-# Mon, 11 Jul 2016 19:35:50 GMT
-EXPOSE 4200/tcp 4300/tcp
-# Mon, 11 Jul 2016 19:35:50 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Mon, 11 Jul 2016 19:35:51 GMT
-CMD ["crate"]
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:d3fc8c0e2d5743f55e355862d4d9eb8113f368a69446fb2e80db590744f1b014`  
-		Last Modified: Mon, 11 Jul 2016 19:36:02 GMT  
-		Size: 581.8 KB (581764 bytes)
-	-	`sha256:34791ba5b6d32b7f3559a6301bf26d3d5b3c4e948c1474266b975dd0846c0d12`  
-		Last Modified: Mon, 11 Jul 2016 19:36:02 GMT  
-		Size: 22.2 KB (22199 bytes)
-	-	`sha256:13ec3e75803286be74991c9499ffd6a47a93798e64c9adcef03b096df31fa8bf`  
-		Last Modified: Mon, 11 Jul 2016 19:36:19 GMT  
-		Size: 148.2 MB (148204058 bytes)
-	-	`sha256:43f5bffc3bed691b0b18b4fee87b065024d12360e5e2a1273026f9ada59fb2ca`  
-		Last Modified: Mon, 11 Jul 2016 19:35:59 GMT  
-		Size: 234.0 B
-	-	`sha256:34cd262663a68934fd055c4525e4944d789f26b89b28e457bc8359c331afd5de`  
-		Last Modified: Mon, 11 Jul 2016 19:35:59 GMT  
-		Size: 399.0 B
-	-	`sha256:c6dc91865039c332c5a60f5d88f9589bf076f2b9f6c6b6d70ab2b9461e7368b5`  
-		Last Modified: Mon, 11 Jul 2016 19:35:59 GMT  
-		Size: 231.0 B
-	-	`sha256:c2dd13968a0be952da2cb55302dcd4983161508c3c31b6f0c2c9c577c97ccb99`  
-		Last Modified: Mon, 11 Jul 2016 19:35:59 GMT  
-		Size: 90.0 B
-
-## `crate:0.52`
-
-```console
-$ docker pull crate@sha256:786da604343261446fc990343d0fe69efdd92369ae4689053171a361a8a854ca
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `crate:0.52` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **181.0 MB (180982794 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:5b1df38f36780f731c9d0fabfafcbe731aa286e43bfea71e3fef4a35a23dc363`
--	Default Command: `["crate"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:08:24 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzip2 		unzip 		xz-utils 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:12:26 GMT
-RUN echo 'deb http://httpredir.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list
-# Thu, 09 Jun 2016 22:12:26 GMT
-ENV LANG=C.UTF-8
-# Thu, 09 Jun 2016 22:12:27 GMT
-RUN { 		echo '#!/bin/sh'; 		echo 'set -e'; 		echo; 		echo 'dirname "$(dirname "$(readlink -f "$(which javac || which java)")")"'; 	} > /usr/local/bin/docker-java-home 	&& chmod +x /usr/local/bin/docker-java-home
-# Thu, 09 Jun 2016 22:12:27 GMT
-ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/jre
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_VERSION=8u91
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_DEBIAN_VERSION=8u91-b14-1~bpo8+1
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV CA_CERTIFICATES_JAVA_VERSION=20140324
-# Thu, 09 Jun 2016 22:13:51 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y 		openjdk-8-jre-headless="$JAVA_DEBIAN_VERSION" 		ca-certificates-java="$CA_CERTIFICATES_JAVA_VERSION" 	&& rm -rf /var/lib/apt/lists/* 	&& [ "$JAVA_HOME" = "$(docker-java-home)" ]
-# Thu, 09 Jun 2016 22:13:54 GMT
-RUN /var/lib/dpkg/info/ca-certificates-java.postinst configure
-# Thu, 09 Jun 2016 23:04:53 GMT
-MAINTAINER Crate Technology GmbH <[email protected]>
-# Thu, 09 Jun 2016 23:05:57 GMT
-RUN apt-get update &&     apt-get install -y python3 &&     rm -rf /var/lib/apt &&     ln -s /usr/bin/python3 /usr/bin/python
-# Thu, 09 Jun 2016 23:05:57 GMT
-ENV CRATE_VERSION=0.52.4
-# Thu, 09 Jun 2016 23:06:07 GMT
-RUN mkdir /crate &&   wget -nv -O - "https://cdn.crate.io/downloads/releases/crate-$CRATE_VERSION.tar.gz"   | tar -xzC /crate --strip-components=1
-# Thu, 09 Jun 2016 23:06:08 GMT
-ENV PATH=/crate/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Thu, 09 Jun 2016 23:06:08 GMT
-VOLUME [/data]
-# Thu, 09 Jun 2016 23:06:09 GMT
-ADD file:33e1eb95331f2fdac6f7aa4f37d1379542d54d333f63db873d8bfbf0aaa86e2d in /crate/config/crate.yml
-# Thu, 09 Jun 2016 23:06:09 GMT
-ADD file:a3aa60dd23939bb1b0c1bf558d768d3f06cead16fd33d36cdad411bd43d16448 in /crate/config/logging.yml
-# Thu, 09 Jun 2016 23:06:09 GMT
-WORKDIR /data
-# Thu, 09 Jun 2016 23:06:09 GMT
-EXPOSE 4200/tcp 4300/tcp
-# Thu, 09 Jun 2016 23:06:10 GMT
-CMD ["crate"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:be275827e8b7f9057582be291be9d0b1ea48379640585e97987ac337c495c0cd`  
-		Last Modified: Thu, 09 Jun 2016 22:19:23 GMT  
-		Size: 587.3 KB (587338 bytes)
-	-	`sha256:4cbd0b70645ad8e4638b0ae616594bd6c43e268b18430fa622e26386d4a8424e`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 220.0 B
-	-	`sha256:7d811bfac6eb74d6fcfd0e32ebb445b68d0e606ed2b5183db848374b0b63b0ee`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 242.0 B
-	-	`sha256:d35e5f0a148b5551d0e9215821bcfaf76e5f6ab76ff17687cf201ce2beb6e2d0`  
-		Last Modified: Thu, 09 Jun 2016 22:22:47 GMT  
-		Size: 53.4 MB (53371555 bytes)
-	-	`sha256:a17d585d8b66adf42eeb8e1b4f18c891b8e81f6af584233493638b3efe5fa460`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 284.4 KB (284380 bytes)
-	-	`sha256:23bb6826649c0007be4d748906e37141ecd236ccd347e33c73f259c6c9eee297`  
-		Last Modified: Mon, 27 Jun 2016 16:40:07 GMT  
-		Size: 9.5 MB (9526726 bytes)
-	-	`sha256:127e285d1cbfc7a451886f3f9fa267f80a0f0bce7a457e126e39f83259604de6`  
-		Last Modified: Mon, 27 Jun 2016 16:40:08 GMT  
-		Size: 47.3 MB (47311869 bytes)
-	-	`sha256:69e3f5cd3a7475608894bb088b9730403ce950296f346c983b361027f9491a32`  
-		Last Modified: Mon, 27 Jun 2016 16:40:04 GMT  
-		Size: 226.0 B
-	-	`sha256:f347444d0c042dfc9c4497d38fab7bc93d28991005d55508d77d32200f029c97`  
-		Last Modified: Mon, 27 Jun 2016 16:40:02 GMT  
-		Size: 392.0 B
-	-	`sha256:e8654f8a21895ad14609d27bcedb6f94b497210182b967c3a6588fa4e1ea69c1`  
-		Last Modified: Mon, 27 Jun 2016 16:40:02 GMT  
-		Size: 92.0 B
-
-## `crate:0.52.4`
-
-```console
-$ docker pull crate@sha256:786da604343261446fc990343d0fe69efdd92369ae4689053171a361a8a854ca
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `crate:0.52.4` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **181.0 MB (180982794 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:5b1df38f36780f731c9d0fabfafcbe731aa286e43bfea71e3fef4a35a23dc363`
--	Default Command: `["crate"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:08:24 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzip2 		unzip 		xz-utils 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:12:26 GMT
-RUN echo 'deb http://httpredir.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list
-# Thu, 09 Jun 2016 22:12:26 GMT
-ENV LANG=C.UTF-8
-# Thu, 09 Jun 2016 22:12:27 GMT
-RUN { 		echo '#!/bin/sh'; 		echo 'set -e'; 		echo; 		echo 'dirname "$(dirname "$(readlink -f "$(which javac || which java)")")"'; 	} > /usr/local/bin/docker-java-home 	&& chmod +x /usr/local/bin/docker-java-home
-# Thu, 09 Jun 2016 22:12:27 GMT
-ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/jre
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_VERSION=8u91
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_DEBIAN_VERSION=8u91-b14-1~bpo8+1
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV CA_CERTIFICATES_JAVA_VERSION=20140324
-# Thu, 09 Jun 2016 22:13:51 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y 		openjdk-8-jre-headless="$JAVA_DEBIAN_VERSION" 		ca-certificates-java="$CA_CERTIFICATES_JAVA_VERSION" 	&& rm -rf /var/lib/apt/lists/* 	&& [ "$JAVA_HOME" = "$(docker-java-home)" ]
-# Thu, 09 Jun 2016 22:13:54 GMT
-RUN /var/lib/dpkg/info/ca-certificates-java.postinst configure
-# Thu, 09 Jun 2016 23:04:53 GMT
-MAINTAINER Crate Technology GmbH <[email protected]>
-# Thu, 09 Jun 2016 23:05:57 GMT
-RUN apt-get update &&     apt-get install -y python3 &&     rm -rf /var/lib/apt &&     ln -s /usr/bin/python3 /usr/bin/python
-# Thu, 09 Jun 2016 23:05:57 GMT
-ENV CRATE_VERSION=0.52.4
-# Thu, 09 Jun 2016 23:06:07 GMT
-RUN mkdir /crate &&   wget -nv -O - "https://cdn.crate.io/downloads/releases/crate-$CRATE_VERSION.tar.gz"   | tar -xzC /crate --strip-components=1
-# Thu, 09 Jun 2016 23:06:08 GMT
-ENV PATH=/crate/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Thu, 09 Jun 2016 23:06:08 GMT
-VOLUME [/data]
-# Thu, 09 Jun 2016 23:06:09 GMT
-ADD file:33e1eb95331f2fdac6f7aa4f37d1379542d54d333f63db873d8bfbf0aaa86e2d in /crate/config/crate.yml
-# Thu, 09 Jun 2016 23:06:09 GMT
-ADD file:a3aa60dd23939bb1b0c1bf558d768d3f06cead16fd33d36cdad411bd43d16448 in /crate/config/logging.yml
-# Thu, 09 Jun 2016 23:06:09 GMT
-WORKDIR /data
-# Thu, 09 Jun 2016 23:06:09 GMT
-EXPOSE 4200/tcp 4300/tcp
-# Thu, 09 Jun 2016 23:06:10 GMT
-CMD ["crate"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:be275827e8b7f9057582be291be9d0b1ea48379640585e97987ac337c495c0cd`  
-		Last Modified: Thu, 09 Jun 2016 22:19:23 GMT  
-		Size: 587.3 KB (587338 bytes)
-	-	`sha256:4cbd0b70645ad8e4638b0ae616594bd6c43e268b18430fa622e26386d4a8424e`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 220.0 B
-	-	`sha256:7d811bfac6eb74d6fcfd0e32ebb445b68d0e606ed2b5183db848374b0b63b0ee`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 242.0 B
-	-	`sha256:d35e5f0a148b5551d0e9215821bcfaf76e5f6ab76ff17687cf201ce2beb6e2d0`  
-		Last Modified: Thu, 09 Jun 2016 22:22:47 GMT  
-		Size: 53.4 MB (53371555 bytes)
-	-	`sha256:a17d585d8b66adf42eeb8e1b4f18c891b8e81f6af584233493638b3efe5fa460`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 284.4 KB (284380 bytes)
-	-	`sha256:23bb6826649c0007be4d748906e37141ecd236ccd347e33c73f259c6c9eee297`  
-		Last Modified: Mon, 27 Jun 2016 16:40:07 GMT  
-		Size: 9.5 MB (9526726 bytes)
-	-	`sha256:127e285d1cbfc7a451886f3f9fa267f80a0f0bce7a457e126e39f83259604de6`  
-		Last Modified: Mon, 27 Jun 2016 16:40:08 GMT  
-		Size: 47.3 MB (47311869 bytes)
-	-	`sha256:69e3f5cd3a7475608894bb088b9730403ce950296f346c983b361027f9491a32`  
-		Last Modified: Mon, 27 Jun 2016 16:40:04 GMT  
-		Size: 226.0 B
-	-	`sha256:f347444d0c042dfc9c4497d38fab7bc93d28991005d55508d77d32200f029c97`  
-		Last Modified: Mon, 27 Jun 2016 16:40:02 GMT  
-		Size: 392.0 B
-	-	`sha256:e8654f8a21895ad14609d27bcedb6f94b497210182b967c3a6588fa4e1ea69c1`  
-		Last Modified: Mon, 27 Jun 2016 16:40:02 GMT  
-		Size: 92.0 B

+ 2 - 4
crux/README.md

@@ -2,11 +2,9 @@
 
 -	[`latest`, `3.1` (*Dockerfile*)](https://github.com/prologic/docker-crux/blob/c614d61c53c05c02a43a34187fa1370db2c61524/Dockerfile)
 
-[![](https://badge.imagelayers.io/crux:latest.svg)](https://imagelayers.io/?images=crux:latest)
-
 For more information about this image and its history, please see [the relevant manifest file (`library/crux`)](https://github.com/docker-library/official-images/blob/master/library/crux). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fcrux).
 
-For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `crux/tag-details.md` file](https://github.com/docker-library/docs/blob/master/crux/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs).
+For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `repos/crux/tag-details.md` file](https://github.com/docker-library/repo-info/blob/master/repos/crux/tag-details.md) in [the `docker-library/repo-info` GitHub repo](https://github.com/docker-library/repo-info).
 
 # What is CRUX?
 
@@ -26,7 +24,7 @@ Finally, it strives to use new features as they become available, as long as the
 
 # Supported Docker versions
 
-This image is officially supported on Docker version 1.11.2.
+This image is officially supported on Docker version 1.12.1.
 
 Support for older versions (down to 1.6) is provided on a best-effort basis.
 

+ 0 - 82
crux/tag-details.md

@@ -1,82 +0,0 @@
-<!-- THIS FILE IS GENERATED VIA '.template-helpers/generate-tag-details.pl' -->
-
-# Tags of `crux`
-
--	[`crux:latest`](#cruxlatest)
--	[`crux:3.1`](#crux31)
-
-## `crux:latest`
-
-```console
-$ docker pull crux@sha256:b7f243aeb7544af81fd55f8d91883e5ec5d76f39a1d82291cf440f5fe84fc2bf
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `crux:latest` - linux; amd64
-
--	Docker Version: 1.8.2
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **122.3 MB (122252531 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:7e0975b8569c39f682d41b83d2c9e35dd4a2f278833eb8214edbc5d6332c2f75`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Mon, 31 Aug 2015 16:53:56 GMT
-MAINTAINER James Mills, prologic at shortcircuit dot net dot au
-# Tue, 13 Oct 2015 23:33:06 GMT
-ADD file:e60e2e7a8739aba25a581ced1031f5e6e8eaa6ada8a207fbdd3c27fc719b7840 in /
-# Tue, 13 Oct 2015 23:33:14 GMT
-CMD ["/bin/bash"]
-```
-
--	Layers:
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:4a073de8a536a568bbf8d0f30c6946d4aa0e6f951d8791f710e22e1eec6143e0`  
-		Last Modified: Mon, 31 Aug 2015 16:55:18 GMT  
-		Size: 122.3 MB (122252467 bytes)
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-
-## `crux:3.1`
-
-```console
-$ docker pull crux@sha256:b7f243aeb7544af81fd55f8d91883e5ec5d76f39a1d82291cf440f5fe84fc2bf
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `crux:3.1` - linux; amd64
-
--	Docker Version: 1.8.2
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **122.3 MB (122252531 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:7e0975b8569c39f682d41b83d2c9e35dd4a2f278833eb8214edbc5d6332c2f75`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Mon, 31 Aug 2015 16:53:56 GMT
-MAINTAINER James Mills, prologic at shortcircuit dot net dot au
-# Tue, 13 Oct 2015 23:33:06 GMT
-ADD file:e60e2e7a8739aba25a581ced1031f5e6e8eaa6ada8a207fbdd3c27fc719b7840 in /
-# Tue, 13 Oct 2015 23:33:14 GMT
-CMD ["/bin/bash"]
-```
-
--	Layers:
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:4a073de8a536a568bbf8d0f30c6946d4aa0e6f951d8791f710e22e1eec6143e0`  
-		Last Modified: Mon, 31 Aug 2015 16:55:18 GMT  
-		Size: 122.3 MB (122252467 bytes)
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B

+ 14 - 16
debian/README.md

@@ -1,25 +1,23 @@
 # Supported tags and respective `Dockerfile` links
 
--	[`8.5`, `8`, `jessie`, `latest` (*jessie/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/8072332b0dadf2f2590292c5e545bf0f9c2320e6/jessie/Dockerfile)
--	[`jessie-backports` (*jessie/backports/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/8072332b0dadf2f2590292c5e545bf0f9c2320e6/jessie/backports/Dockerfile)
--	[`oldstable` (*oldstable/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/8072332b0dadf2f2590292c5e545bf0f9c2320e6/oldstable/Dockerfile)
--	[`oldstable-backports` (*oldstable/backports/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/8072332b0dadf2f2590292c5e545bf0f9c2320e6/oldstable/backports/Dockerfile)
--	[`sid` (*sid/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/cb5df431bb97055f0324621fda42704cce7d2eeb/sid/Dockerfile)
--	[`stable` (*stable/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/8072332b0dadf2f2590292c5e545bf0f9c2320e6/stable/Dockerfile)
--	[`stable-backports` (*stable/backports/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/8072332b0dadf2f2590292c5e545bf0f9c2320e6/stable/backports/Dockerfile)
--	[`stretch` (*stretch/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/cb5df431bb97055f0324621fda42704cce7d2eeb/stretch/Dockerfile)
--	[`testing` (*testing/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/cb5df431bb97055f0324621fda42704cce7d2eeb/testing/Dockerfile)
--	[`unstable` (*unstable/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/cb5df431bb97055f0324621fda42704cce7d2eeb/unstable/Dockerfile)
--	[`7.11`, `7`, `wheezy` (*wheezy/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/8072332b0dadf2f2590292c5e545bf0f9c2320e6/wheezy/Dockerfile)
--	[`wheezy-backports` (*wheezy/backports/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/8072332b0dadf2f2590292c5e545bf0f9c2320e6/wheezy/backports/Dockerfile)
+-	[`8.6`, `8`, `jessie`, `latest` (*jessie/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/261f8d1fd3b61f1f790c1f47b006ca150064189b/jessie/Dockerfile)
+-	[`jessie-backports` (*jessie/backports/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/261f8d1fd3b61f1f790c1f47b006ca150064189b/jessie/backports/Dockerfile)
+-	[`oldstable` (*oldstable/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/261f8d1fd3b61f1f790c1f47b006ca150064189b/oldstable/Dockerfile)
+-	[`oldstable-backports` (*oldstable/backports/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/261f8d1fd3b61f1f790c1f47b006ca150064189b/oldstable/backports/Dockerfile)
+-	[`sid` (*sid/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/5262a068af848af6e4084a1853999f4df1d68a2a/sid/Dockerfile)
+-	[`stable` (*stable/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/261f8d1fd3b61f1f790c1f47b006ca150064189b/stable/Dockerfile)
+-	[`stable-backports` (*stable/backports/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/261f8d1fd3b61f1f790c1f47b006ca150064189b/stable/backports/Dockerfile)
+-	[`stretch` (*stretch/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/5262a068af848af6e4084a1853999f4df1d68a2a/stretch/Dockerfile)
+-	[`testing` (*testing/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/5262a068af848af6e4084a1853999f4df1d68a2a/testing/Dockerfile)
+-	[`unstable` (*unstable/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/5262a068af848af6e4084a1853999f4df1d68a2a/unstable/Dockerfile)
+-	[`7.11`, `7`, `wheezy` (*wheezy/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/261f8d1fd3b61f1f790c1f47b006ca150064189b/wheezy/Dockerfile)
+-	[`wheezy-backports` (*wheezy/backports/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/261f8d1fd3b61f1f790c1f47b006ca150064189b/wheezy/backports/Dockerfile)
 -	[`rc-buggy` (*debian/rc-buggy/Dockerfile*)](https://github.com/tianon/dockerfiles/blob/22a998f815d55217afa0075411b810b8889ceac1/debian/rc-buggy/Dockerfile)
 -	[`experimental` (*debian/experimental/Dockerfile*)](https://github.com/tianon/dockerfiles/blob/22a998f815d55217afa0075411b810b8889ceac1/debian/experimental/Dockerfile)
 
-[![](https://badge.imagelayers.io/debian:latest.svg)](https://imagelayers.io/?images=debian:8.5,debian:jessie-backports,debian:oldstable,debian:oldstable-backports,debian:sid,debian:stable,debian:stable-backports,debian:stretch,debian:testing,debian:unstable,debian:7.11,debian:wheezy-backports,debian:rc-buggy,debian:experimental)
-
 For more information about this image and its history, please see [the relevant manifest file (`library/debian`)](https://github.com/docker-library/official-images/blob/master/library/debian). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fdebian).
 
-For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `debian/tag-details.md` file](https://github.com/docker-library/docs/blob/master/debian/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs).
+For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `repos/debian/tag-details.md` file](https://github.com/docker-library/repo-info/blob/master/repos/debian/tag-details.md) in [the `docker-library/repo-info` GitHub repo](https://github.com/docker-library/repo-info).
 
 # What is Debian?
 
@@ -48,7 +46,7 @@ Additional interesting information is provided in files on the [`dist` branch](h
 
 # Supported Docker versions
 
-This image is officially supported on Docker version 1.11.2.
+This image is officially supported on Docker version 1.12.1.
 
 Support for older versions (down to 1.6) is provided on a best-effort basis.
 

+ 0 - 623
debian/tag-details.md

@@ -1,623 +0,0 @@
-<!-- THIS FILE IS GENERATED VIA '.template-helpers/generate-tag-details.pl' -->
-
-# Tags of `debian`
-
--	[`debian:8.5`](#debian85)
--	[`debian:8`](#debian8)
--	[`debian:jessie`](#debianjessie)
--	[`debian:latest`](#debianlatest)
--	[`debian:jessie-backports`](#debianjessie-backports)
--	[`debian:oldstable`](#debianoldstable)
--	[`debian:oldstable-backports`](#debianoldstable-backports)
--	[`debian:sid`](#debiansid)
--	[`debian:stable`](#debianstable)
--	[`debian:stable-backports`](#debianstable-backports)
--	[`debian:stretch`](#debianstretch)
--	[`debian:testing`](#debiantesting)
--	[`debian:unstable`](#debianunstable)
--	[`debian:7.11`](#debian711)
--	[`debian:7`](#debian7)
--	[`debian:wheezy`](#debianwheezy)
--	[`debian:wheezy-backports`](#debianwheezy-backports)
--	[`debian:rc-buggy`](#debianrc-buggy)
--	[`debian:experimental`](#debianexperimental)
-
-## `debian:8.5`
-
-```console
-$ docker pull debian@sha256:8b1fc3a7a55c42e3445155b2f8f40c55de5f8bc8012992b26b570530c4bded9e
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `debian:8.5` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **51.4 MB (51352535 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:1b088884749bd93867ddb48ff404d4bbff09a17af8d95bc863efa5d133f87b78`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-
-## `debian:8`
-
-```console
-$ docker pull debian@sha256:8b1fc3a7a55c42e3445155b2f8f40c55de5f8bc8012992b26b570530c4bded9e
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `debian:8` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **51.4 MB (51352535 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:1b088884749bd93867ddb48ff404d4bbff09a17af8d95bc863efa5d133f87b78`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-
-## `debian:jessie`
-
-```console
-$ docker pull debian@sha256:8b1fc3a7a55c42e3445155b2f8f40c55de5f8bc8012992b26b570530c4bded9e
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `debian:jessie` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **51.4 MB (51352535 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:1b088884749bd93867ddb48ff404d4bbff09a17af8d95bc863efa5d133f87b78`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-
-## `debian:latest`
-
-```console
-$ docker pull debian@sha256:8b1fc3a7a55c42e3445155b2f8f40c55de5f8bc8012992b26b570530c4bded9e
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `debian:latest` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **51.4 MB (51352535 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:1b088884749bd93867ddb48ff404d4bbff09a17af8d95bc863efa5d133f87b78`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-
-## `debian:jessie-backports`
-
-```console
-$ docker pull debian@sha256:19671abba70026f3a480f911712305f61fc0c7fc57925f89427b724349d033dd
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `debian:jessie-backports` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **51.4 MB (51352755 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:df08a8b175df5050e385d4e1d95e4c0c9cecd3138e0250efe089709f1c8d4cc9`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:28:47 GMT
-RUN awk '$1 ~ "^deb" { $3 = $3 "-backports"; print; exit }' /etc/apt/sources.list > /etc/apt/sources.list.d/backports.list
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:fdf442b3a2aacd7c59060647a1aae6df1b9e502a124d789bda352ba603028d00`  
-		Last Modified: Thu, 09 Jun 2016 21:31:09 GMT  
-		Size: 220.0 B
-
-## `debian:oldstable`
-
-```console
-$ docker pull debian@sha256:6916714f0a2fafa4f957b9f66a711e24dfc04df060570c8a948153d1ebe949d5
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `debian:oldstable` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **37.2 MB (37209688 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:c4b14d0631b7eac2c5c721d28bd5c2e29e2bf7018fe6d42b2a5285b5d82bf897`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:55 GMT
-ADD file:4ae256486612c09c0da78d895da41c037fc680754b4a5940777c1566d221dd2c in /
-# Thu, 09 Jun 2016 21:28:56 GMT
-CMD ["/bin/bash"]
-```
-
--	Layers:
-	-	`sha256:c6c651b831d4bbdcc33660e7ac1c7e743c9a26773e6fb6ad2f996caf0f8ff698`  
-		Last Modified: Thu, 09 Jun 2016 21:31:33 GMT  
-		Size: 37.2 MB (37209688 bytes)
-
-## `debian:oldstable-backports`
-
-```console
-$ docker pull debian@sha256:66eafbaf8fa1c7e434030bd7f02a28addcad1f0f19cc141c55da0063ca0004de
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `debian:oldstable-backports` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **37.2 MB (37209910 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:132ee6eb53bc80c8c84005c2496a0040ea5906da8d8694ddb920cd53529ab099`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:55 GMT
-ADD file:4ae256486612c09c0da78d895da41c037fc680754b4a5940777c1566d221dd2c in /
-# Thu, 09 Jun 2016 21:28:56 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:28:57 GMT
-RUN awk '$1 ~ "^deb" { $3 = $3 "-backports"; print; exit }' /etc/apt/sources.list > /etc/apt/sources.list.d/backports.list
-```
-
--	Layers:
-	-	`sha256:c6c651b831d4bbdcc33660e7ac1c7e743c9a26773e6fb6ad2f996caf0f8ff698`  
-		Last Modified: Thu, 09 Jun 2016 21:31:33 GMT  
-		Size: 37.2 MB (37209688 bytes)
-	-	`sha256:fed7b5afef3f51d971447791c7d5320ec1e3e1d17d423d4b4427facff28685ba`  
-		Last Modified: Thu, 09 Jun 2016 21:31:43 GMT  
-		Size: 222.0 B
-
-## `debian:sid`
-
-```console
-$ docker pull debian@sha256:305536934680c84853b6761a9409fd2c34a9500afef4dec954ed3b1624a1a250
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `debian:sid` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **44.1 MB (44108517 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:9c429e3b3ace3b4ba1c43d34b4f763961f2cccc32ba665403519ca264466669a`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:29:06 GMT
-ADD file:8fdc004f9416952c9e1590e8cabcbb49792bbd424d6ee25dae34e39fb952832b in /
-# Thu, 09 Jun 2016 21:29:06 GMT
-CMD ["/bin/bash"]
-```
-
--	Layers:
-	-	`sha256:2346a4d49ad1b9c5274a3f172de0791bc0a0dd146df3f2a860a7d471c06ebf6e`  
-		Last Modified: Thu, 09 Jun 2016 21:32:04 GMT  
-		Size: 44.1 MB (44108517 bytes)
-
-## `debian:stable`
-
-```console
-$ docker pull debian@sha256:d4fe78e77721514f4e31e1a00dbd7be3ee92eb0434385ec30f69bbc51dfc6ed5
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `debian:stable` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **51.4 MB (51353487 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:7de7f3704715333450c5f88fbbaf0fa53b4ee56aeaa49bbddd19fbf3bb54071e`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:29:22 GMT
-ADD file:e99ba8e71f4581a18801938497800c137d073e1e5ef67c6c5090681fee6e816c in /
-# Thu, 09 Jun 2016 21:29:23 GMT
-CMD ["/bin/bash"]
-```
-
--	Layers:
-	-	`sha256:212230531b56329e7ce719552a679eb6654c30f9e9a7a55582da1eb9ef338a2c`  
-		Last Modified: Thu, 09 Jun 2016 21:32:30 GMT  
-		Size: 51.4 MB (51353487 bytes)
-
-## `debian:stable-backports`
-
-```console
-$ docker pull debian@sha256:5357297abb06c7ad0fbd2a0239912f8a9d8ac6fb51e34d9722dd4a40d16246a9
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `debian:stable-backports` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **51.4 MB (51353707 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:036ecd52e0b69fb558899f5177c2ac894ecb83ad8f242ed620b5385c9bb70b80`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:29:22 GMT
-ADD file:e99ba8e71f4581a18801938497800c137d073e1e5ef67c6c5090681fee6e816c in /
-# Thu, 09 Jun 2016 21:29:23 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:29:25 GMT
-RUN awk '$1 ~ "^deb" { $3 = $3 "-backports"; print; exit }' /etc/apt/sources.list > /etc/apt/sources.list.d/backports.list
-```
-
--	Layers:
-	-	`sha256:212230531b56329e7ce719552a679eb6654c30f9e9a7a55582da1eb9ef338a2c`  
-		Last Modified: Thu, 09 Jun 2016 21:32:30 GMT  
-		Size: 51.4 MB (51353487 bytes)
-	-	`sha256:1889fcc0d2a7bfef47ec6f51a4be91e5755a5d0106c5d8377fb60956cdcf0c7f`  
-		Last Modified: Thu, 09 Jun 2016 21:32:41 GMT  
-		Size: 220.0 B
-
-## `debian:stretch`
-
-```console
-$ docker pull debian@sha256:2bc7e3db8a9f4d43f015cd8c289bc767093ff92b721e50435df80d268e1d4cd3
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `debian:stretch` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **44.1 MB (44107040 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:600f65e3b219dcf012c0be99172ac6535cc09c54926bc033c4c208de14df129b`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:29:38 GMT
-ADD file:e91fa3dd38b229ee62e6a72db099274d69a22affdae34e06276400a0824255bf in /
-# Thu, 09 Jun 2016 21:29:39 GMT
-CMD ["/bin/bash"]
-```
-
--	Layers:
-	-	`sha256:c12270f957b9db8fe01efad59a55d34a28364597c051658e92590dfc22f18db8`  
-		Last Modified: Thu, 09 Jun 2016 21:33:01 GMT  
-		Size: 44.1 MB (44107040 bytes)
-
-## `debian:testing`
-
-```console
-$ docker pull debian@sha256:b7e12f523dd2c1f97ee7c08767028cafe3980785e434cbe9424d2171168d6e93
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `debian:testing` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **44.1 MB (44106943 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:53cab2493505799854574bfc59de0ad5d108b867803802478186ad106106458c`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:29:53 GMT
-ADD file:c87e986fc1dee7a03ccf8932040bc501beddc560caab72f33bc14b9f6b8566f6 in /
-# Thu, 09 Jun 2016 21:29:54 GMT
-CMD ["/bin/bash"]
-```
-
--	Layers:
-	-	`sha256:3ee92326de7b517a36e69b532064b85f95d42701cfb061750f7804f19274a7c7`  
-		Last Modified: Thu, 09 Jun 2016 21:33:27 GMT  
-		Size: 44.1 MB (44106943 bytes)
-
-## `debian:unstable`
-
-```console
-$ docker pull debian@sha256:6eca8af1ce3f5f8c46f103e5b2603c8d05b123f532a706ad58aa8d64bacacb16
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `debian:unstable` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **44.1 MB (44108411 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:540ba962d496b5d4a73078ebb80ce5386440cc42684519d13e9bfbd47bf5a90e`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:30:05 GMT
-ADD file:0031e3918275b7fa44a7eaab992b66a8664cc70fe1d884b99946628cdf5e2033 in /
-# Thu, 09 Jun 2016 21:30:06 GMT
-CMD ["/bin/bash"]
-```
-
--	Layers:
-	-	`sha256:0f409b0f5b3dbf1973baec7c850ef50c683abe9da6265cad81e7674989b77110`  
-		Last Modified: Thu, 09 Jun 2016 21:33:51 GMT  
-		Size: 44.1 MB (44108411 bytes)
-
-## `debian:7.11`
-
-```console
-$ docker pull debian@sha256:bd768708961266e250feb775923cdb5bc6b270e696063d955e661d137cdf32e8
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `debian:7.11` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **37.2 MB (37209549 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:4c82789231a5edad10fd4ba9d48ef032cefd0f7d43ef20fb2946c759f6fd0e24`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:30:19 GMT
-ADD file:add5fc8cb18678647f395d0a743c4ca93466b70b9e42847d850aa206b7ad0d8d in /
-# Thu, 09 Jun 2016 21:30:20 GMT
-CMD ["/bin/bash"]
-```
-
--	Layers:
-	-	`sha256:8ceedfe606fc6a2449001a47b33357a1aefaa3538bff8ce98af64fc6cd810225`  
-		Last Modified: Thu, 09 Jun 2016 21:34:10 GMT  
-		Size: 37.2 MB (37209549 bytes)
-
-## `debian:7`
-
-```console
-$ docker pull debian@sha256:bd768708961266e250feb775923cdb5bc6b270e696063d955e661d137cdf32e8
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `debian:7` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **37.2 MB (37209549 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:4c82789231a5edad10fd4ba9d48ef032cefd0f7d43ef20fb2946c759f6fd0e24`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:30:19 GMT
-ADD file:add5fc8cb18678647f395d0a743c4ca93466b70b9e42847d850aa206b7ad0d8d in /
-# Thu, 09 Jun 2016 21:30:20 GMT
-CMD ["/bin/bash"]
-```
-
--	Layers:
-	-	`sha256:8ceedfe606fc6a2449001a47b33357a1aefaa3538bff8ce98af64fc6cd810225`  
-		Last Modified: Thu, 09 Jun 2016 21:34:10 GMT  
-		Size: 37.2 MB (37209549 bytes)
-
-## `debian:wheezy`
-
-```console
-$ docker pull debian@sha256:bd768708961266e250feb775923cdb5bc6b270e696063d955e661d137cdf32e8
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `debian:wheezy` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **37.2 MB (37209549 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:4c82789231a5edad10fd4ba9d48ef032cefd0f7d43ef20fb2946c759f6fd0e24`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:30:19 GMT
-ADD file:add5fc8cb18678647f395d0a743c4ca93466b70b9e42847d850aa206b7ad0d8d in /
-# Thu, 09 Jun 2016 21:30:20 GMT
-CMD ["/bin/bash"]
-```
-
--	Layers:
-	-	`sha256:8ceedfe606fc6a2449001a47b33357a1aefaa3538bff8ce98af64fc6cd810225`  
-		Last Modified: Thu, 09 Jun 2016 21:34:10 GMT  
-		Size: 37.2 MB (37209549 bytes)
-
-## `debian:wheezy-backports`
-
-```console
-$ docker pull debian@sha256:acfb90ad536e4f045799a3850e31347a20397c212ed3560d34b2ef07b2d3747c
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `debian:wheezy-backports` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **37.2 MB (37209770 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:a5a266a7c6594debc25ffa65728b165e159d38bf7e7d1a12c0777911d3c9461a`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:30:19 GMT
-ADD file:add5fc8cb18678647f395d0a743c4ca93466b70b9e42847d850aa206b7ad0d8d in /
-# Thu, 09 Jun 2016 21:30:20 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:30:22 GMT
-RUN awk '$1 ~ "^deb" { $3 = $3 "-backports"; print; exit }' /etc/apt/sources.list > /etc/apt/sources.list.d/backports.list
-```
-
--	Layers:
-	-	`sha256:8ceedfe606fc6a2449001a47b33357a1aefaa3538bff8ce98af64fc6cd810225`  
-		Last Modified: Thu, 09 Jun 2016 21:34:10 GMT  
-		Size: 37.2 MB (37209549 bytes)
-	-	`sha256:1553acd52c79db814ca4a9aa79178578cc1943e002cd1f999753b96280898d7b`  
-		Last Modified: Thu, 09 Jun 2016 21:34:24 GMT  
-		Size: 221.0 B
-
-## `debian:rc-buggy`
-
-```console
-$ docker pull debian@sha256:ec1a4b2fbf8a29ab231e5ecba05baf81cee17bf0b131d7e8ef5734f46eb7b9eb
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `debian:rc-buggy` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **44.1 MB (44108738 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:2fb3dd393820b436eeb288055840d7237ecae1df73c56d07be09b50247f1243d`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:29:06 GMT
-ADD file:8fdc004f9416952c9e1590e8cabcbb49792bbd424d6ee25dae34e39fb952832b in /
-# Thu, 09 Jun 2016 21:29:06 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:30:24 GMT
-RUN awk '$1 ~ "^deb" { $3 = "rc-buggy"; print; exit }' /etc/apt/sources.list > /etc/apt/sources.list.d/experimental.list
-```
-
--	Layers:
-	-	`sha256:2346a4d49ad1b9c5274a3f172de0791bc0a0dd146df3f2a860a7d471c06ebf6e`  
-		Last Modified: Thu, 09 Jun 2016 21:32:04 GMT  
-		Size: 44.1 MB (44108517 bytes)
-	-	`sha256:f0f37bfb541f7a574e2c966e3f7b18b0f6470fe13bd65370d47a8ce2e9359dba`  
-		Last Modified: Thu, 09 Jun 2016 21:34:32 GMT  
-		Size: 221.0 B
-
-## `debian:experimental`
-
-```console
-$ docker pull debian@sha256:0eee1256bef1c2a8afc2dcb7bdf1b1cf894157755d1cb7367405d4e01349e5ee
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `debian:experimental` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **44.1 MB (44108628 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:5ea7e30c1e8d34400125c0e82e0169c884632553b46c9dd24eb84a94496aaadc`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:30:05 GMT
-ADD file:0031e3918275b7fa44a7eaab992b66a8664cc70fe1d884b99946628cdf5e2033 in /
-# Thu, 09 Jun 2016 21:30:06 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:30:25 GMT
-RUN awk '$1 ~ "^deb" { $3 = "experimental"; print; exit }' /etc/apt/sources.list > /etc/apt/sources.list.d/experimental.list
-```
-
--	Layers:
-	-	`sha256:0f409b0f5b3dbf1973baec7c850ef50c683abe9da6265cad81e7674989b77110`  
-		Last Modified: Thu, 09 Jun 2016 21:33:51 GMT  
-		Size: 44.1 MB (44108411 bytes)
-	-	`sha256:5d0d86d1ff11238f244690429846b4a1bf3e9a61aa75c95939c978050def5ee6`  
-		Last Modified: Thu, 09 Jun 2016 21:34:40 GMT  
-		Size: 217.0 B

+ 5 - 7
django/README.md

@@ -1,15 +1,13 @@
 # Supported tags and respective `Dockerfile` links
 
--	[`1.9.8-python3`, `1.9-python3`, `1-python3`, `python3`, `1.9.8`, `1.9`, `1`, `latest` (*3.4/Dockerfile*)](https://github.com/docker-library/django/blob/f610710985af4757e51695fee47f33de47b0293c/3.4/Dockerfile)
--	[`python3-onbuild`, `onbuild` (*3.4/onbuild/Dockerfile*)](https://github.com/docker-library/django/blob/cecbb2bbbcb69d1b8358398eaf8d9638e3bdd447/3.4/onbuild/Dockerfile)
--	[`1.9.8-python2`, `1.9-python2`, `1-python2`, `python2` (*2.7/Dockerfile*)](https://github.com/docker-library/django/blob/f610710985af4757e51695fee47f33de47b0293c/2.7/Dockerfile)
+-	[`1.10.1-python3`, `1.10-python3`, `1-python3`, `python3`, `1.10.1`, `1.10`, `1`, `latest` (*3.4/Dockerfile*)](https://github.com/docker-library/django/blob/16723cfa3765534e4e9eebe4f70c5404eb2b4532/3.4/Dockerfile)
+-	[`python3-onbuild`, `onbuild` (*3.4/onbuild/Dockerfile*)](https://github.com/docker-library/django/blob/4fe080675e4a85ef6ee25c811e9d3d3ef0905794/3.4/onbuild/Dockerfile)
+-	[`1.10.1-python2`, `1.10-python2`, `1-python2`, `python2` (*2.7/Dockerfile*)](https://github.com/docker-library/django/blob/16723cfa3765534e4e9eebe4f70c5404eb2b4532/2.7/Dockerfile)
 -	[`python2-onbuild` (*2.7/onbuild/Dockerfile*)](https://github.com/docker-library/django/blob/cecbb2bbbcb69d1b8358398eaf8d9638e3bdd447/2.7/onbuild/Dockerfile)
 
-[![](https://badge.imagelayers.io/django:latest.svg)](https://imagelayers.io/?images=django:1.9.8-python3,django:python3-onbuild,django:1.9.8-python2,django:python2-onbuild)
-
 For more information about this image and its history, please see [the relevant manifest file (`library/django`)](https://github.com/docker-library/official-images/blob/master/library/django). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fdjango).
 
-For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `django/tag-details.md` file](https://github.com/docker-library/docs/blob/master/django/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs).
+For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `repos/django/tag-details.md` file](https://github.com/docker-library/repo-info/blob/master/repos/django/tag-details.md) in [the `docker-library/repo-info` GitHub repo](https://github.com/docker-library/repo-info).
 
 # What is Django?
 
@@ -84,7 +82,7 @@ View [license information](https://github.com/django/django/blob/master/LICENSE)
 
 # Supported Docker versions
 
-This image is officially supported on Docker version 1.11.2.
+This image is officially supported on Docker version 1.12.1.
 
 Support for older versions (down to 1.6) is provided on a best-effort basis.
 

+ 0 - 1103
django/tag-details.md

@@ -1,1103 +0,0 @@
-<!-- THIS FILE IS GENERATED VIA '.template-helpers/generate-tag-details.pl' -->
-
-# Tags of `django`
-
--	[`django:1.9.8-python3`](#django198-python3)
--	[`django:1.9-python3`](#django19-python3)
--	[`django:1-python3`](#django1-python3)
--	[`django:python3`](#djangopython3)
--	[`django:1.9.8`](#django198)
--	[`django:1.9`](#django19)
--	[`django:1`](#django1)
--	[`django:latest`](#djangolatest)
--	[`django:python3-onbuild`](#djangopython3-onbuild)
--	[`django:onbuild`](#djangoonbuild)
--	[`django:1.9.8-python2`](#django198-python2)
--	[`django:1.9-python2`](#django19-python2)
--	[`django:1-python2`](#django1-python2)
--	[`django:python2`](#djangopython2)
--	[`django:python2-onbuild`](#djangopython2-onbuild)
-
-## `django:1.9.8-python3`
-
-```console
-$ docker pull django@sha256:212196c2c7854e10b29aa417246690fbb029011131358fd1f3949d9489062b9e
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `django:1.9.8-python3` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **157.5 MB (157543050 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:7c1a3ee4db99e10d2943efcc16e9c4f6ff711f127b889925037c221c92656194`
--	Default Command: `["python3"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 18:44:45 GMT
-RUN apt-get purge -y python.*
-# Fri, 10 Jun 2016 18:44:45 GMT
-ENV LANG=C.UTF-8
-# Fri, 10 Jun 2016 20:30:15 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		libsqlite3-0 		libssl1.0.0 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 20:47:20 GMT
-ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D
-# Tue, 28 Jun 2016 23:12:36 GMT
-ENV PYTHON_VERSION=3.4.5
-# Tue, 28 Jun 2016 23:12:36 GMT
-ENV PYTHON_PIP_VERSION=8.1.2
-# Tue, 19 Jul 2016 20:58:06 GMT
-RUN set -ex 	&& buildDeps=' 		curl 		gcc 		libbz2-dev 		libc6-dev 		liblzma-dev 		libncurses-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		make 		tcl-dev 		tk-dev 		xz-utils 		zlib1g-dev 	' 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz 	&& curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.tar.xz.asc 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" 	&& gpg --batch --verify python.tar.xz.asc python.tar.xz 	&& rm -r "$GNUPGHOME" python.tar.xz.asc 	&& mkdir -p /usr/src/python 	&& tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz 	&& rm python.tar.xz 		&& cd /usr/src/python 	&& ./configure 		--enable-loadable-sqlite-extensions 		--enable-shared 	&& make -j$(nproc) 	&& make install 	&& ldconfig 	&& pip3 install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION 	&& [ "$(pip list | awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] 	&& find /usr/local -depth 		\( 		    \( -type d -a -name test -o -name tests \) 		    -o 		    \( -type f -a -name '*.pyc' -o -name '*.pyo' \) 		\) -exec rm -rf '{}' + 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/python ~/.cache
-# Tue, 19 Jul 2016 20:58:08 GMT
-RUN cd /usr/local/bin 	&& ln -s easy_install-3.4 easy_install 	&& ln -s idle3 idle 	&& ln -s pydoc3 pydoc 	&& ln -s python3 python 	&& ln -s python3-config python-config
-# Tue, 19 Jul 2016 20:58:08 GMT
-CMD ["python3"]
-# Tue, 19 Jul 2016 23:14:33 GMT
-RUN apt-get update && apt-get install -y 		gcc 		gettext 		mysql-client libmysqlclient-dev 		postgresql-client libpq-dev 		sqlite3 	--no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Tue, 19 Jul 2016 23:14:35 GMT
-ENV DJANGO_VERSION=1.9.8
-# Tue, 19 Jul 2016 23:15:25 GMT
-RUN pip install mysqlclient psycopg2 django=="$DJANGO_VERSION"
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:2ab25b944ecb380e724354cdbaa45cd1de6405ad91c89dd6b3de2a5021edd42f`  
-		Last Modified: Tue, 28 Jun 2016 23:30:34 GMT  
-		Size: 3.3 MB (3336139 bytes)
-	-	`sha256:94e7dc228a5a871bf1b01ae47c271cd97dbb6d3e0da6b683e03006142d9c8ede`  
-		Last Modified: Tue, 19 Jul 2016 21:45:13 GMT  
-		Size: 21.6 MB (21623305 bytes)
-	-	`sha256:55f3beb061850ce0e0ad7ff92c12000fc3bb429adbc1d76781a9ff04fc681ddc`  
-		Last Modified: Tue, 19 Jul 2016 21:45:01 GMT  
-		Size: 267.0 B
-	-	`sha256:e8a89962efe9bfbaee595484051370421489b22f0aa47d1c3932bd365046b7cc`  
-		Last Modified: Tue, 19 Jul 2016 23:16:08 GMT  
-		Size: 66.2 MB (66239813 bytes)
-	-	`sha256:3348f9b391af36ead35b860adb98aed1198da3eb208f11f77bb90fcb75ce8f7b`  
-		Last Modified: Tue, 19 Jul 2016 23:15:44 GMT  
-		Size: 15.0 MB (14990991 bytes)
-
-## `django:1.9-python3`
-
-```console
-$ docker pull django@sha256:212196c2c7854e10b29aa417246690fbb029011131358fd1f3949d9489062b9e
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `django:1.9-python3` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **157.5 MB (157543050 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:7c1a3ee4db99e10d2943efcc16e9c4f6ff711f127b889925037c221c92656194`
--	Default Command: `["python3"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 18:44:45 GMT
-RUN apt-get purge -y python.*
-# Fri, 10 Jun 2016 18:44:45 GMT
-ENV LANG=C.UTF-8
-# Fri, 10 Jun 2016 20:30:15 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		libsqlite3-0 		libssl1.0.0 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 20:47:20 GMT
-ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D
-# Tue, 28 Jun 2016 23:12:36 GMT
-ENV PYTHON_VERSION=3.4.5
-# Tue, 28 Jun 2016 23:12:36 GMT
-ENV PYTHON_PIP_VERSION=8.1.2
-# Tue, 19 Jul 2016 20:58:06 GMT
-RUN set -ex 	&& buildDeps=' 		curl 		gcc 		libbz2-dev 		libc6-dev 		liblzma-dev 		libncurses-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		make 		tcl-dev 		tk-dev 		xz-utils 		zlib1g-dev 	' 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz 	&& curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.tar.xz.asc 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" 	&& gpg --batch --verify python.tar.xz.asc python.tar.xz 	&& rm -r "$GNUPGHOME" python.tar.xz.asc 	&& mkdir -p /usr/src/python 	&& tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz 	&& rm python.tar.xz 		&& cd /usr/src/python 	&& ./configure 		--enable-loadable-sqlite-extensions 		--enable-shared 	&& make -j$(nproc) 	&& make install 	&& ldconfig 	&& pip3 install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION 	&& [ "$(pip list | awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] 	&& find /usr/local -depth 		\( 		    \( -type d -a -name test -o -name tests \) 		    -o 		    \( -type f -a -name '*.pyc' -o -name '*.pyo' \) 		\) -exec rm -rf '{}' + 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/python ~/.cache
-# Tue, 19 Jul 2016 20:58:08 GMT
-RUN cd /usr/local/bin 	&& ln -s easy_install-3.4 easy_install 	&& ln -s idle3 idle 	&& ln -s pydoc3 pydoc 	&& ln -s python3 python 	&& ln -s python3-config python-config
-# Tue, 19 Jul 2016 20:58:08 GMT
-CMD ["python3"]
-# Tue, 19 Jul 2016 23:14:33 GMT
-RUN apt-get update && apt-get install -y 		gcc 		gettext 		mysql-client libmysqlclient-dev 		postgresql-client libpq-dev 		sqlite3 	--no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Tue, 19 Jul 2016 23:14:35 GMT
-ENV DJANGO_VERSION=1.9.8
-# Tue, 19 Jul 2016 23:15:25 GMT
-RUN pip install mysqlclient psycopg2 django=="$DJANGO_VERSION"
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:2ab25b944ecb380e724354cdbaa45cd1de6405ad91c89dd6b3de2a5021edd42f`  
-		Last Modified: Tue, 28 Jun 2016 23:30:34 GMT  
-		Size: 3.3 MB (3336139 bytes)
-	-	`sha256:94e7dc228a5a871bf1b01ae47c271cd97dbb6d3e0da6b683e03006142d9c8ede`  
-		Last Modified: Tue, 19 Jul 2016 21:45:13 GMT  
-		Size: 21.6 MB (21623305 bytes)
-	-	`sha256:55f3beb061850ce0e0ad7ff92c12000fc3bb429adbc1d76781a9ff04fc681ddc`  
-		Last Modified: Tue, 19 Jul 2016 21:45:01 GMT  
-		Size: 267.0 B
-	-	`sha256:e8a89962efe9bfbaee595484051370421489b22f0aa47d1c3932bd365046b7cc`  
-		Last Modified: Tue, 19 Jul 2016 23:16:08 GMT  
-		Size: 66.2 MB (66239813 bytes)
-	-	`sha256:3348f9b391af36ead35b860adb98aed1198da3eb208f11f77bb90fcb75ce8f7b`  
-		Last Modified: Tue, 19 Jul 2016 23:15:44 GMT  
-		Size: 15.0 MB (14990991 bytes)
-
-## `django:1-python3`
-
-```console
-$ docker pull django@sha256:212196c2c7854e10b29aa417246690fbb029011131358fd1f3949d9489062b9e
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `django:1-python3` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **157.5 MB (157543050 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:7c1a3ee4db99e10d2943efcc16e9c4f6ff711f127b889925037c221c92656194`
--	Default Command: `["python3"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 18:44:45 GMT
-RUN apt-get purge -y python.*
-# Fri, 10 Jun 2016 18:44:45 GMT
-ENV LANG=C.UTF-8
-# Fri, 10 Jun 2016 20:30:15 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		libsqlite3-0 		libssl1.0.0 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 20:47:20 GMT
-ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D
-# Tue, 28 Jun 2016 23:12:36 GMT
-ENV PYTHON_VERSION=3.4.5
-# Tue, 28 Jun 2016 23:12:36 GMT
-ENV PYTHON_PIP_VERSION=8.1.2
-# Tue, 19 Jul 2016 20:58:06 GMT
-RUN set -ex 	&& buildDeps=' 		curl 		gcc 		libbz2-dev 		libc6-dev 		liblzma-dev 		libncurses-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		make 		tcl-dev 		tk-dev 		xz-utils 		zlib1g-dev 	' 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz 	&& curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.tar.xz.asc 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" 	&& gpg --batch --verify python.tar.xz.asc python.tar.xz 	&& rm -r "$GNUPGHOME" python.tar.xz.asc 	&& mkdir -p /usr/src/python 	&& tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz 	&& rm python.tar.xz 		&& cd /usr/src/python 	&& ./configure 		--enable-loadable-sqlite-extensions 		--enable-shared 	&& make -j$(nproc) 	&& make install 	&& ldconfig 	&& pip3 install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION 	&& [ "$(pip list | awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] 	&& find /usr/local -depth 		\( 		    \( -type d -a -name test -o -name tests \) 		    -o 		    \( -type f -a -name '*.pyc' -o -name '*.pyo' \) 		\) -exec rm -rf '{}' + 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/python ~/.cache
-# Tue, 19 Jul 2016 20:58:08 GMT
-RUN cd /usr/local/bin 	&& ln -s easy_install-3.4 easy_install 	&& ln -s idle3 idle 	&& ln -s pydoc3 pydoc 	&& ln -s python3 python 	&& ln -s python3-config python-config
-# Tue, 19 Jul 2016 20:58:08 GMT
-CMD ["python3"]
-# Tue, 19 Jul 2016 23:14:33 GMT
-RUN apt-get update && apt-get install -y 		gcc 		gettext 		mysql-client libmysqlclient-dev 		postgresql-client libpq-dev 		sqlite3 	--no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Tue, 19 Jul 2016 23:14:35 GMT
-ENV DJANGO_VERSION=1.9.8
-# Tue, 19 Jul 2016 23:15:25 GMT
-RUN pip install mysqlclient psycopg2 django=="$DJANGO_VERSION"
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:2ab25b944ecb380e724354cdbaa45cd1de6405ad91c89dd6b3de2a5021edd42f`  
-		Last Modified: Tue, 28 Jun 2016 23:30:34 GMT  
-		Size: 3.3 MB (3336139 bytes)
-	-	`sha256:94e7dc228a5a871bf1b01ae47c271cd97dbb6d3e0da6b683e03006142d9c8ede`  
-		Last Modified: Tue, 19 Jul 2016 21:45:13 GMT  
-		Size: 21.6 MB (21623305 bytes)
-	-	`sha256:55f3beb061850ce0e0ad7ff92c12000fc3bb429adbc1d76781a9ff04fc681ddc`  
-		Last Modified: Tue, 19 Jul 2016 21:45:01 GMT  
-		Size: 267.0 B
-	-	`sha256:e8a89962efe9bfbaee595484051370421489b22f0aa47d1c3932bd365046b7cc`  
-		Last Modified: Tue, 19 Jul 2016 23:16:08 GMT  
-		Size: 66.2 MB (66239813 bytes)
-	-	`sha256:3348f9b391af36ead35b860adb98aed1198da3eb208f11f77bb90fcb75ce8f7b`  
-		Last Modified: Tue, 19 Jul 2016 23:15:44 GMT  
-		Size: 15.0 MB (14990991 bytes)
-
-## `django:python3`
-
-```console
-$ docker pull django@sha256:212196c2c7854e10b29aa417246690fbb029011131358fd1f3949d9489062b9e
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `django:python3` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **157.5 MB (157543050 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:7c1a3ee4db99e10d2943efcc16e9c4f6ff711f127b889925037c221c92656194`
--	Default Command: `["python3"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 18:44:45 GMT
-RUN apt-get purge -y python.*
-# Fri, 10 Jun 2016 18:44:45 GMT
-ENV LANG=C.UTF-8
-# Fri, 10 Jun 2016 20:30:15 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		libsqlite3-0 		libssl1.0.0 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 20:47:20 GMT
-ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D
-# Tue, 28 Jun 2016 23:12:36 GMT
-ENV PYTHON_VERSION=3.4.5
-# Tue, 28 Jun 2016 23:12:36 GMT
-ENV PYTHON_PIP_VERSION=8.1.2
-# Tue, 19 Jul 2016 20:58:06 GMT
-RUN set -ex 	&& buildDeps=' 		curl 		gcc 		libbz2-dev 		libc6-dev 		liblzma-dev 		libncurses-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		make 		tcl-dev 		tk-dev 		xz-utils 		zlib1g-dev 	' 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz 	&& curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.tar.xz.asc 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" 	&& gpg --batch --verify python.tar.xz.asc python.tar.xz 	&& rm -r "$GNUPGHOME" python.tar.xz.asc 	&& mkdir -p /usr/src/python 	&& tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz 	&& rm python.tar.xz 		&& cd /usr/src/python 	&& ./configure 		--enable-loadable-sqlite-extensions 		--enable-shared 	&& make -j$(nproc) 	&& make install 	&& ldconfig 	&& pip3 install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION 	&& [ "$(pip list | awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] 	&& find /usr/local -depth 		\( 		    \( -type d -a -name test -o -name tests \) 		    -o 		    \( -type f -a -name '*.pyc' -o -name '*.pyo' \) 		\) -exec rm -rf '{}' + 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/python ~/.cache
-# Tue, 19 Jul 2016 20:58:08 GMT
-RUN cd /usr/local/bin 	&& ln -s easy_install-3.4 easy_install 	&& ln -s idle3 idle 	&& ln -s pydoc3 pydoc 	&& ln -s python3 python 	&& ln -s python3-config python-config
-# Tue, 19 Jul 2016 20:58:08 GMT
-CMD ["python3"]
-# Tue, 19 Jul 2016 23:14:33 GMT
-RUN apt-get update && apt-get install -y 		gcc 		gettext 		mysql-client libmysqlclient-dev 		postgresql-client libpq-dev 		sqlite3 	--no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Tue, 19 Jul 2016 23:14:35 GMT
-ENV DJANGO_VERSION=1.9.8
-# Tue, 19 Jul 2016 23:15:25 GMT
-RUN pip install mysqlclient psycopg2 django=="$DJANGO_VERSION"
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:2ab25b944ecb380e724354cdbaa45cd1de6405ad91c89dd6b3de2a5021edd42f`  
-		Last Modified: Tue, 28 Jun 2016 23:30:34 GMT  
-		Size: 3.3 MB (3336139 bytes)
-	-	`sha256:94e7dc228a5a871bf1b01ae47c271cd97dbb6d3e0da6b683e03006142d9c8ede`  
-		Last Modified: Tue, 19 Jul 2016 21:45:13 GMT  
-		Size: 21.6 MB (21623305 bytes)
-	-	`sha256:55f3beb061850ce0e0ad7ff92c12000fc3bb429adbc1d76781a9ff04fc681ddc`  
-		Last Modified: Tue, 19 Jul 2016 21:45:01 GMT  
-		Size: 267.0 B
-	-	`sha256:e8a89962efe9bfbaee595484051370421489b22f0aa47d1c3932bd365046b7cc`  
-		Last Modified: Tue, 19 Jul 2016 23:16:08 GMT  
-		Size: 66.2 MB (66239813 bytes)
-	-	`sha256:3348f9b391af36ead35b860adb98aed1198da3eb208f11f77bb90fcb75ce8f7b`  
-		Last Modified: Tue, 19 Jul 2016 23:15:44 GMT  
-		Size: 15.0 MB (14990991 bytes)
-
-## `django:1.9.8`
-
-```console
-$ docker pull django@sha256:212196c2c7854e10b29aa417246690fbb029011131358fd1f3949d9489062b9e
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `django:1.9.8` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **157.5 MB (157543050 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:7c1a3ee4db99e10d2943efcc16e9c4f6ff711f127b889925037c221c92656194`
--	Default Command: `["python3"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 18:44:45 GMT
-RUN apt-get purge -y python.*
-# Fri, 10 Jun 2016 18:44:45 GMT
-ENV LANG=C.UTF-8
-# Fri, 10 Jun 2016 20:30:15 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		libsqlite3-0 		libssl1.0.0 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 20:47:20 GMT
-ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D
-# Tue, 28 Jun 2016 23:12:36 GMT
-ENV PYTHON_VERSION=3.4.5
-# Tue, 28 Jun 2016 23:12:36 GMT
-ENV PYTHON_PIP_VERSION=8.1.2
-# Tue, 19 Jul 2016 20:58:06 GMT
-RUN set -ex 	&& buildDeps=' 		curl 		gcc 		libbz2-dev 		libc6-dev 		liblzma-dev 		libncurses-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		make 		tcl-dev 		tk-dev 		xz-utils 		zlib1g-dev 	' 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz 	&& curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.tar.xz.asc 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" 	&& gpg --batch --verify python.tar.xz.asc python.tar.xz 	&& rm -r "$GNUPGHOME" python.tar.xz.asc 	&& mkdir -p /usr/src/python 	&& tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz 	&& rm python.tar.xz 		&& cd /usr/src/python 	&& ./configure 		--enable-loadable-sqlite-extensions 		--enable-shared 	&& make -j$(nproc) 	&& make install 	&& ldconfig 	&& pip3 install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION 	&& [ "$(pip list | awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] 	&& find /usr/local -depth 		\( 		    \( -type d -a -name test -o -name tests \) 		    -o 		    \( -type f -a -name '*.pyc' -o -name '*.pyo' \) 		\) -exec rm -rf '{}' + 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/python ~/.cache
-# Tue, 19 Jul 2016 20:58:08 GMT
-RUN cd /usr/local/bin 	&& ln -s easy_install-3.4 easy_install 	&& ln -s idle3 idle 	&& ln -s pydoc3 pydoc 	&& ln -s python3 python 	&& ln -s python3-config python-config
-# Tue, 19 Jul 2016 20:58:08 GMT
-CMD ["python3"]
-# Tue, 19 Jul 2016 23:14:33 GMT
-RUN apt-get update && apt-get install -y 		gcc 		gettext 		mysql-client libmysqlclient-dev 		postgresql-client libpq-dev 		sqlite3 	--no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Tue, 19 Jul 2016 23:14:35 GMT
-ENV DJANGO_VERSION=1.9.8
-# Tue, 19 Jul 2016 23:15:25 GMT
-RUN pip install mysqlclient psycopg2 django=="$DJANGO_VERSION"
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:2ab25b944ecb380e724354cdbaa45cd1de6405ad91c89dd6b3de2a5021edd42f`  
-		Last Modified: Tue, 28 Jun 2016 23:30:34 GMT  
-		Size: 3.3 MB (3336139 bytes)
-	-	`sha256:94e7dc228a5a871bf1b01ae47c271cd97dbb6d3e0da6b683e03006142d9c8ede`  
-		Last Modified: Tue, 19 Jul 2016 21:45:13 GMT  
-		Size: 21.6 MB (21623305 bytes)
-	-	`sha256:55f3beb061850ce0e0ad7ff92c12000fc3bb429adbc1d76781a9ff04fc681ddc`  
-		Last Modified: Tue, 19 Jul 2016 21:45:01 GMT  
-		Size: 267.0 B
-	-	`sha256:e8a89962efe9bfbaee595484051370421489b22f0aa47d1c3932bd365046b7cc`  
-		Last Modified: Tue, 19 Jul 2016 23:16:08 GMT  
-		Size: 66.2 MB (66239813 bytes)
-	-	`sha256:3348f9b391af36ead35b860adb98aed1198da3eb208f11f77bb90fcb75ce8f7b`  
-		Last Modified: Tue, 19 Jul 2016 23:15:44 GMT  
-		Size: 15.0 MB (14990991 bytes)
-
-## `django:1.9`
-
-```console
-$ docker pull django@sha256:212196c2c7854e10b29aa417246690fbb029011131358fd1f3949d9489062b9e
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `django:1.9` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **157.5 MB (157543050 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:7c1a3ee4db99e10d2943efcc16e9c4f6ff711f127b889925037c221c92656194`
--	Default Command: `["python3"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 18:44:45 GMT
-RUN apt-get purge -y python.*
-# Fri, 10 Jun 2016 18:44:45 GMT
-ENV LANG=C.UTF-8
-# Fri, 10 Jun 2016 20:30:15 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		libsqlite3-0 		libssl1.0.0 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 20:47:20 GMT
-ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D
-# Tue, 28 Jun 2016 23:12:36 GMT
-ENV PYTHON_VERSION=3.4.5
-# Tue, 28 Jun 2016 23:12:36 GMT
-ENV PYTHON_PIP_VERSION=8.1.2
-# Tue, 19 Jul 2016 20:58:06 GMT
-RUN set -ex 	&& buildDeps=' 		curl 		gcc 		libbz2-dev 		libc6-dev 		liblzma-dev 		libncurses-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		make 		tcl-dev 		tk-dev 		xz-utils 		zlib1g-dev 	' 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz 	&& curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.tar.xz.asc 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" 	&& gpg --batch --verify python.tar.xz.asc python.tar.xz 	&& rm -r "$GNUPGHOME" python.tar.xz.asc 	&& mkdir -p /usr/src/python 	&& tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz 	&& rm python.tar.xz 		&& cd /usr/src/python 	&& ./configure 		--enable-loadable-sqlite-extensions 		--enable-shared 	&& make -j$(nproc) 	&& make install 	&& ldconfig 	&& pip3 install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION 	&& [ "$(pip list | awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] 	&& find /usr/local -depth 		\( 		    \( -type d -a -name test -o -name tests \) 		    -o 		    \( -type f -a -name '*.pyc' -o -name '*.pyo' \) 		\) -exec rm -rf '{}' + 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/python ~/.cache
-# Tue, 19 Jul 2016 20:58:08 GMT
-RUN cd /usr/local/bin 	&& ln -s easy_install-3.4 easy_install 	&& ln -s idle3 idle 	&& ln -s pydoc3 pydoc 	&& ln -s python3 python 	&& ln -s python3-config python-config
-# Tue, 19 Jul 2016 20:58:08 GMT
-CMD ["python3"]
-# Tue, 19 Jul 2016 23:14:33 GMT
-RUN apt-get update && apt-get install -y 		gcc 		gettext 		mysql-client libmysqlclient-dev 		postgresql-client libpq-dev 		sqlite3 	--no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Tue, 19 Jul 2016 23:14:35 GMT
-ENV DJANGO_VERSION=1.9.8
-# Tue, 19 Jul 2016 23:15:25 GMT
-RUN pip install mysqlclient psycopg2 django=="$DJANGO_VERSION"
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:2ab25b944ecb380e724354cdbaa45cd1de6405ad91c89dd6b3de2a5021edd42f`  
-		Last Modified: Tue, 28 Jun 2016 23:30:34 GMT  
-		Size: 3.3 MB (3336139 bytes)
-	-	`sha256:94e7dc228a5a871bf1b01ae47c271cd97dbb6d3e0da6b683e03006142d9c8ede`  
-		Last Modified: Tue, 19 Jul 2016 21:45:13 GMT  
-		Size: 21.6 MB (21623305 bytes)
-	-	`sha256:55f3beb061850ce0e0ad7ff92c12000fc3bb429adbc1d76781a9ff04fc681ddc`  
-		Last Modified: Tue, 19 Jul 2016 21:45:01 GMT  
-		Size: 267.0 B
-	-	`sha256:e8a89962efe9bfbaee595484051370421489b22f0aa47d1c3932bd365046b7cc`  
-		Last Modified: Tue, 19 Jul 2016 23:16:08 GMT  
-		Size: 66.2 MB (66239813 bytes)
-	-	`sha256:3348f9b391af36ead35b860adb98aed1198da3eb208f11f77bb90fcb75ce8f7b`  
-		Last Modified: Tue, 19 Jul 2016 23:15:44 GMT  
-		Size: 15.0 MB (14990991 bytes)
-
-## `django:1`
-
-```console
-$ docker pull django@sha256:212196c2c7854e10b29aa417246690fbb029011131358fd1f3949d9489062b9e
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `django:1` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **157.5 MB (157543050 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:7c1a3ee4db99e10d2943efcc16e9c4f6ff711f127b889925037c221c92656194`
--	Default Command: `["python3"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 18:44:45 GMT
-RUN apt-get purge -y python.*
-# Fri, 10 Jun 2016 18:44:45 GMT
-ENV LANG=C.UTF-8
-# Fri, 10 Jun 2016 20:30:15 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		libsqlite3-0 		libssl1.0.0 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 20:47:20 GMT
-ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D
-# Tue, 28 Jun 2016 23:12:36 GMT
-ENV PYTHON_VERSION=3.4.5
-# Tue, 28 Jun 2016 23:12:36 GMT
-ENV PYTHON_PIP_VERSION=8.1.2
-# Tue, 19 Jul 2016 20:58:06 GMT
-RUN set -ex 	&& buildDeps=' 		curl 		gcc 		libbz2-dev 		libc6-dev 		liblzma-dev 		libncurses-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		make 		tcl-dev 		tk-dev 		xz-utils 		zlib1g-dev 	' 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz 	&& curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.tar.xz.asc 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" 	&& gpg --batch --verify python.tar.xz.asc python.tar.xz 	&& rm -r "$GNUPGHOME" python.tar.xz.asc 	&& mkdir -p /usr/src/python 	&& tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz 	&& rm python.tar.xz 		&& cd /usr/src/python 	&& ./configure 		--enable-loadable-sqlite-extensions 		--enable-shared 	&& make -j$(nproc) 	&& make install 	&& ldconfig 	&& pip3 install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION 	&& [ "$(pip list | awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] 	&& find /usr/local -depth 		\( 		    \( -type d -a -name test -o -name tests \) 		    -o 		    \( -type f -a -name '*.pyc' -o -name '*.pyo' \) 		\) -exec rm -rf '{}' + 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/python ~/.cache
-# Tue, 19 Jul 2016 20:58:08 GMT
-RUN cd /usr/local/bin 	&& ln -s easy_install-3.4 easy_install 	&& ln -s idle3 idle 	&& ln -s pydoc3 pydoc 	&& ln -s python3 python 	&& ln -s python3-config python-config
-# Tue, 19 Jul 2016 20:58:08 GMT
-CMD ["python3"]
-# Tue, 19 Jul 2016 23:14:33 GMT
-RUN apt-get update && apt-get install -y 		gcc 		gettext 		mysql-client libmysqlclient-dev 		postgresql-client libpq-dev 		sqlite3 	--no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Tue, 19 Jul 2016 23:14:35 GMT
-ENV DJANGO_VERSION=1.9.8
-# Tue, 19 Jul 2016 23:15:25 GMT
-RUN pip install mysqlclient psycopg2 django=="$DJANGO_VERSION"
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:2ab25b944ecb380e724354cdbaa45cd1de6405ad91c89dd6b3de2a5021edd42f`  
-		Last Modified: Tue, 28 Jun 2016 23:30:34 GMT  
-		Size: 3.3 MB (3336139 bytes)
-	-	`sha256:94e7dc228a5a871bf1b01ae47c271cd97dbb6d3e0da6b683e03006142d9c8ede`  
-		Last Modified: Tue, 19 Jul 2016 21:45:13 GMT  
-		Size: 21.6 MB (21623305 bytes)
-	-	`sha256:55f3beb061850ce0e0ad7ff92c12000fc3bb429adbc1d76781a9ff04fc681ddc`  
-		Last Modified: Tue, 19 Jul 2016 21:45:01 GMT  
-		Size: 267.0 B
-	-	`sha256:e8a89962efe9bfbaee595484051370421489b22f0aa47d1c3932bd365046b7cc`  
-		Last Modified: Tue, 19 Jul 2016 23:16:08 GMT  
-		Size: 66.2 MB (66239813 bytes)
-	-	`sha256:3348f9b391af36ead35b860adb98aed1198da3eb208f11f77bb90fcb75ce8f7b`  
-		Last Modified: Tue, 19 Jul 2016 23:15:44 GMT  
-		Size: 15.0 MB (14990991 bytes)
-
-## `django:latest`
-
-```console
-$ docker pull django@sha256:212196c2c7854e10b29aa417246690fbb029011131358fd1f3949d9489062b9e
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `django:latest` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **157.5 MB (157543050 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:7c1a3ee4db99e10d2943efcc16e9c4f6ff711f127b889925037c221c92656194`
--	Default Command: `["python3"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 18:44:45 GMT
-RUN apt-get purge -y python.*
-# Fri, 10 Jun 2016 18:44:45 GMT
-ENV LANG=C.UTF-8
-# Fri, 10 Jun 2016 20:30:15 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		libsqlite3-0 		libssl1.0.0 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 20:47:20 GMT
-ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D
-# Tue, 28 Jun 2016 23:12:36 GMT
-ENV PYTHON_VERSION=3.4.5
-# Tue, 28 Jun 2016 23:12:36 GMT
-ENV PYTHON_PIP_VERSION=8.1.2
-# Tue, 19 Jul 2016 20:58:06 GMT
-RUN set -ex 	&& buildDeps=' 		curl 		gcc 		libbz2-dev 		libc6-dev 		liblzma-dev 		libncurses-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		make 		tcl-dev 		tk-dev 		xz-utils 		zlib1g-dev 	' 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz 	&& curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.tar.xz.asc 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" 	&& gpg --batch --verify python.tar.xz.asc python.tar.xz 	&& rm -r "$GNUPGHOME" python.tar.xz.asc 	&& mkdir -p /usr/src/python 	&& tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz 	&& rm python.tar.xz 		&& cd /usr/src/python 	&& ./configure 		--enable-loadable-sqlite-extensions 		--enable-shared 	&& make -j$(nproc) 	&& make install 	&& ldconfig 	&& pip3 install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION 	&& [ "$(pip list | awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] 	&& find /usr/local -depth 		\( 		    \( -type d -a -name test -o -name tests \) 		    -o 		    \( -type f -a -name '*.pyc' -o -name '*.pyo' \) 		\) -exec rm -rf '{}' + 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/python ~/.cache
-# Tue, 19 Jul 2016 20:58:08 GMT
-RUN cd /usr/local/bin 	&& ln -s easy_install-3.4 easy_install 	&& ln -s idle3 idle 	&& ln -s pydoc3 pydoc 	&& ln -s python3 python 	&& ln -s python3-config python-config
-# Tue, 19 Jul 2016 20:58:08 GMT
-CMD ["python3"]
-# Tue, 19 Jul 2016 23:14:33 GMT
-RUN apt-get update && apt-get install -y 		gcc 		gettext 		mysql-client libmysqlclient-dev 		postgresql-client libpq-dev 		sqlite3 	--no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Tue, 19 Jul 2016 23:14:35 GMT
-ENV DJANGO_VERSION=1.9.8
-# Tue, 19 Jul 2016 23:15:25 GMT
-RUN pip install mysqlclient psycopg2 django=="$DJANGO_VERSION"
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:2ab25b944ecb380e724354cdbaa45cd1de6405ad91c89dd6b3de2a5021edd42f`  
-		Last Modified: Tue, 28 Jun 2016 23:30:34 GMT  
-		Size: 3.3 MB (3336139 bytes)
-	-	`sha256:94e7dc228a5a871bf1b01ae47c271cd97dbb6d3e0da6b683e03006142d9c8ede`  
-		Last Modified: Tue, 19 Jul 2016 21:45:13 GMT  
-		Size: 21.6 MB (21623305 bytes)
-	-	`sha256:55f3beb061850ce0e0ad7ff92c12000fc3bb429adbc1d76781a9ff04fc681ddc`  
-		Last Modified: Tue, 19 Jul 2016 21:45:01 GMT  
-		Size: 267.0 B
-	-	`sha256:e8a89962efe9bfbaee595484051370421489b22f0aa47d1c3932bd365046b7cc`  
-		Last Modified: Tue, 19 Jul 2016 23:16:08 GMT  
-		Size: 66.2 MB (66239813 bytes)
-	-	`sha256:3348f9b391af36ead35b860adb98aed1198da3eb208f11f77bb90fcb75ce8f7b`  
-		Last Modified: Tue, 19 Jul 2016 23:15:44 GMT  
-		Size: 15.0 MB (14990991 bytes)
-
-## `django:python3-onbuild`
-
-```console
-$ docker pull django@sha256:3e4012544aea9048c2d470b2ae2a6d27d12aa0fda0b2d4fc82648051d7e797c5
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `django:python3-onbuild` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **280.6 MB (280556614 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:b31dd7ed2f293cf244fdc305cc802a3005a1aeee33f6b05e68dd7c432a9331d0`
--	Default Command: `["python","manage.py","runserver","0.0.0.0:8000"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:39:19 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 20:09:38 GMT
-RUN apt-get purge -y python.*
-# Fri, 10 Jun 2016 20:09:38 GMT
-ENV LANG=C.UTF-8
-# Fri, 10 Jun 2016 20:44:44 GMT
-ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D
-# Tue, 28 Jun 2016 23:10:00 GMT
-ENV PYTHON_VERSION=3.4.5
-# Tue, 28 Jun 2016 23:10:00 GMT
-ENV PYTHON_PIP_VERSION=8.1.2
-# Tue, 19 Jul 2016 20:51:16 GMT
-RUN set -ex 	&& buildDeps=' 		tcl-dev 		tk-dev 	' 	&& runDeps=' 		tcl 		tk 	' 	&& apt-get update && apt-get install -y $runDeps $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz 	&& curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.tar.xz.asc 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" 	&& gpg --batch --verify python.tar.xz.asc python.tar.xz 	&& rm -r "$GNUPGHOME" python.tar.xz.asc 	&& mkdir -p /usr/src/python 	&& tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz 	&& rm python.tar.xz 		&& cd /usr/src/python 	&& ./configure 		--enable-loadable-sqlite-extensions 		--enable-shared 	&& make -j$(nproc) 	&& make install 	&& ldconfig 	&& pip3 install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION 	&& [ "$(pip list | awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] 	&& find /usr/local -depth 		\( 		    \( -type d -a -name test -o -name tests \) 		    -o 		    \( -type f -a -name '*.pyc' -o -name '*.pyo' \) 		\) -exec rm -rf '{}' + 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/python ~/.cache
-# Tue, 19 Jul 2016 20:51:18 GMT
-RUN cd /usr/local/bin 	&& ln -s easy_install-3.4 easy_install 	&& ln -s idle3 idle 	&& ln -s pydoc3 pydoc 	&& ln -s python3 python 	&& ln -s python3-config python-config
-# Tue, 19 Jul 2016 20:51:19 GMT
-CMD ["python3"]
-# Tue, 19 Jul 2016 21:07:03 GMT
-RUN mkdir -p /usr/src/app
-# Tue, 19 Jul 2016 21:07:03 GMT
-WORKDIR /usr/src/app
-# Tue, 19 Jul 2016 21:07:04 GMT
-ONBUILD COPY requirements.txt /usr/src/app/
-# Tue, 19 Jul 2016 21:07:04 GMT
-ONBUILD RUN pip install --no-cache-dir -r requirements.txt
-# Tue, 19 Jul 2016 21:07:04 GMT
-ONBUILD COPY . /usr/src/app
-# Tue, 19 Jul 2016 23:12:05 GMT
-RUN apt-get update && apt-get install -y 		gcc 		gettext 		mysql-client libmysqlclient-dev 		postgresql-client libpq-dev 		sqlite3 	--no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Tue, 19 Jul 2016 23:12:06 GMT
-EXPOSE 8000/tcp
-# Tue, 19 Jul 2016 23:12:07 GMT
-CMD ["python" "manage.py" "runserver" "0.0.0.0:8000"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e`  
-		Last Modified: Thu, 09 Jun 2016 21:47:38 GMT  
-		Size: 129.7 MB (129704383 bytes)
-	-	`sha256:7663bd2e167e1baec490bc208bdf854dae81b324bed9595edecc9136f06da7fe`  
-		Last Modified: Wed, 15 Jun 2016 21:14:50 GMT  
-		Size: 242.5 KB (242498 bytes)
-	-	`sha256:db2bd34048ff680edd3c7e8e42b2b7a6d8db46d79eeb991ecef6916d827f6515`  
-		Last Modified: Tue, 19 Jul 2016 21:44:32 GMT  
-		Size: 21.8 MB (21800311 bytes)
-	-	`sha256:247d62217c1c43db236ae2c765f82e51bc08cd65e2c602901e06a1231a3f900c`  
-		Last Modified: Tue, 19 Jul 2016 21:44:04 GMT  
-		Size: 266.0 B
-	-	`sha256:a61c4cef8c5a44e0bf8e2784ec3c8e6cfab83e12254567f7913a3ca27023d739`  
-		Last Modified: Tue, 19 Jul 2016 21:47:05 GMT  
-		Size: 125.0 B
-	-	`sha256:43c72010390b85e654d4c7bed4c7128173e4df364f0d8c330225d455519fe454`  
-		Last Modified: Tue, 19 Jul 2016 23:12:25 GMT  
-		Size: 16.4 MB (16383906 bytes)
-
-## `django:onbuild`
-
-```console
-$ docker pull django@sha256:3e4012544aea9048c2d470b2ae2a6d27d12aa0fda0b2d4fc82648051d7e797c5
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `django:onbuild` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **280.6 MB (280556614 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:b31dd7ed2f293cf244fdc305cc802a3005a1aeee33f6b05e68dd7c432a9331d0`
--	Default Command: `["python","manage.py","runserver","0.0.0.0:8000"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:39:19 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 20:09:38 GMT
-RUN apt-get purge -y python.*
-# Fri, 10 Jun 2016 20:09:38 GMT
-ENV LANG=C.UTF-8
-# Fri, 10 Jun 2016 20:44:44 GMT
-ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D
-# Tue, 28 Jun 2016 23:10:00 GMT
-ENV PYTHON_VERSION=3.4.5
-# Tue, 28 Jun 2016 23:10:00 GMT
-ENV PYTHON_PIP_VERSION=8.1.2
-# Tue, 19 Jul 2016 20:51:16 GMT
-RUN set -ex 	&& buildDeps=' 		tcl-dev 		tk-dev 	' 	&& runDeps=' 		tcl 		tk 	' 	&& apt-get update && apt-get install -y $runDeps $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz 	&& curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.tar.xz.asc 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" 	&& gpg --batch --verify python.tar.xz.asc python.tar.xz 	&& rm -r "$GNUPGHOME" python.tar.xz.asc 	&& mkdir -p /usr/src/python 	&& tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz 	&& rm python.tar.xz 		&& cd /usr/src/python 	&& ./configure 		--enable-loadable-sqlite-extensions 		--enable-shared 	&& make -j$(nproc) 	&& make install 	&& ldconfig 	&& pip3 install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION 	&& [ "$(pip list | awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] 	&& find /usr/local -depth 		\( 		    \( -type d -a -name test -o -name tests \) 		    -o 		    \( -type f -a -name '*.pyc' -o -name '*.pyo' \) 		\) -exec rm -rf '{}' + 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/python ~/.cache
-# Tue, 19 Jul 2016 20:51:18 GMT
-RUN cd /usr/local/bin 	&& ln -s easy_install-3.4 easy_install 	&& ln -s idle3 idle 	&& ln -s pydoc3 pydoc 	&& ln -s python3 python 	&& ln -s python3-config python-config
-# Tue, 19 Jul 2016 20:51:19 GMT
-CMD ["python3"]
-# Tue, 19 Jul 2016 21:07:03 GMT
-RUN mkdir -p /usr/src/app
-# Tue, 19 Jul 2016 21:07:03 GMT
-WORKDIR /usr/src/app
-# Tue, 19 Jul 2016 21:07:04 GMT
-ONBUILD COPY requirements.txt /usr/src/app/
-# Tue, 19 Jul 2016 21:07:04 GMT
-ONBUILD RUN pip install --no-cache-dir -r requirements.txt
-# Tue, 19 Jul 2016 21:07:04 GMT
-ONBUILD COPY . /usr/src/app
-# Tue, 19 Jul 2016 23:12:05 GMT
-RUN apt-get update && apt-get install -y 		gcc 		gettext 		mysql-client libmysqlclient-dev 		postgresql-client libpq-dev 		sqlite3 	--no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Tue, 19 Jul 2016 23:12:06 GMT
-EXPOSE 8000/tcp
-# Tue, 19 Jul 2016 23:12:07 GMT
-CMD ["python" "manage.py" "runserver" "0.0.0.0:8000"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e`  
-		Last Modified: Thu, 09 Jun 2016 21:47:38 GMT  
-		Size: 129.7 MB (129704383 bytes)
-	-	`sha256:7663bd2e167e1baec490bc208bdf854dae81b324bed9595edecc9136f06da7fe`  
-		Last Modified: Wed, 15 Jun 2016 21:14:50 GMT  
-		Size: 242.5 KB (242498 bytes)
-	-	`sha256:db2bd34048ff680edd3c7e8e42b2b7a6d8db46d79eeb991ecef6916d827f6515`  
-		Last Modified: Tue, 19 Jul 2016 21:44:32 GMT  
-		Size: 21.8 MB (21800311 bytes)
-	-	`sha256:247d62217c1c43db236ae2c765f82e51bc08cd65e2c602901e06a1231a3f900c`  
-		Last Modified: Tue, 19 Jul 2016 21:44:04 GMT  
-		Size: 266.0 B
-	-	`sha256:a61c4cef8c5a44e0bf8e2784ec3c8e6cfab83e12254567f7913a3ca27023d739`  
-		Last Modified: Tue, 19 Jul 2016 21:47:05 GMT  
-		Size: 125.0 B
-	-	`sha256:43c72010390b85e654d4c7bed4c7128173e4df364f0d8c330225d455519fe454`  
-		Last Modified: Tue, 19 Jul 2016 23:12:25 GMT  
-		Size: 16.4 MB (16383906 bytes)
-
-## `django:1.9.8-python2`
-
-```console
-$ docker pull django@sha256:47eccfd65e4b1e9fae51382a15fcb419ea5761440831304f13e17c90200ee7f7
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `django:1.9.8-python2` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **154.0 MB (154013397 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:5237faea5e4b9971b00a104562c6a8325d5b8fe56fde86778f62ddc2da5c7bc2`
--	Default Command: `["python2"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 18:44:45 GMT
-RUN apt-get purge -y python.*
-# Fri, 10 Jun 2016 18:44:45 GMT
-ENV LANG=C.UTF-8
-# Fri, 10 Jun 2016 20:30:15 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		libsqlite3-0 		libssl1.0.0 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 20:30:15 GMT
-ENV GPG_KEY=C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF
-# Tue, 28 Jun 2016 23:01:59 GMT
-ENV PYTHON_VERSION=2.7.12
-# Tue, 28 Jun 2016 23:01:59 GMT
-ENV PYTHON_PIP_VERSION=8.1.2
-# Tue, 19 Jul 2016 20:11:23 GMT
-RUN set -ex 	&& buildDeps=' 		curl 		gcc 		libbz2-dev 		libc6-dev 		libncurses-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		make 		tcl-dev 		tk-dev 		xz-utils 		zlib1g-dev 	' 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz 	&& curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.tar.xz.asc 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" 	&& gpg --batch --verify python.tar.xz.asc python.tar.xz 	&& rm -r "$GNUPGHOME" python.tar.xz.asc 	&& mkdir -p /usr/src/python 	&& tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz 	&& rm python.tar.xz 		&& cd /usr/src/python 	&& ./configure 		--enable-shared 		--enable-unicode=ucs4 	&& make -j$(nproc) 	&& make install 	&& ldconfig 	&& curl -fSL 'https://bootstrap.pypa.io/get-pip.py' | python2 	&& pip install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION 	&& [ "$(pip list | awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] 	&& find /usr/local -depth 		\( 		    \( -type d -a -name test -o -name tests \) 		    -o 		    \( -type f -a -name '*.pyc' -o -name '*.pyo' \) 		\) -exec rm -rf '{}' + 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/python ~/.cache
-# Tue, 19 Jul 2016 20:11:24 GMT
-CMD ["python2"]
-# Tue, 19 Jul 2016 23:06:57 GMT
-RUN apt-get update && apt-get install -y 		gcc 		gettext 		mysql-client libmysqlclient-dev 		postgresql-client libpq-dev 		sqlite3 	--no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Tue, 19 Jul 2016 23:06:59 GMT
-ENV DJANGO_VERSION=1.9.8
-# Tue, 19 Jul 2016 23:07:34 GMT
-RUN pip install mysqlclient psycopg2 django=="$DJANGO_VERSION"
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:2ab25b944ecb380e724354cdbaa45cd1de6405ad91c89dd6b3de2a5021edd42f`  
-		Last Modified: Tue, 28 Jun 2016 23:30:34 GMT  
-		Size: 3.3 MB (3336139 bytes)
-	-	`sha256:d59b56cfc4bf0112cc2b5e7572bc74226e60628de2553ddf7727ccde6aab4dcf`  
-		Last Modified: Tue, 19 Jul 2016 21:37:44 GMT  
-		Size: 18.1 MB (18112485 bytes)
-	-	`sha256:aea67edfba36400cfdaa593176e06386a2b2233dc82b95005b90445c2c35904c`  
-		Last Modified: Tue, 19 Jul 2016 23:08:16 GMT  
-		Size: 66.2 MB (66239730 bytes)
-	-	`sha256:791ab07ad0d8603bb8a573dd84f8d722bc82e5f81f9e3345e2c04da0dcb0e92c`  
-		Last Modified: Tue, 19 Jul 2016 23:07:53 GMT  
-		Size: 15.0 MB (14972508 bytes)
-
-## `django:1.9-python2`
-
-```console
-$ docker pull django@sha256:47eccfd65e4b1e9fae51382a15fcb419ea5761440831304f13e17c90200ee7f7
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `django:1.9-python2` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **154.0 MB (154013397 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:5237faea5e4b9971b00a104562c6a8325d5b8fe56fde86778f62ddc2da5c7bc2`
--	Default Command: `["python2"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 18:44:45 GMT
-RUN apt-get purge -y python.*
-# Fri, 10 Jun 2016 18:44:45 GMT
-ENV LANG=C.UTF-8
-# Fri, 10 Jun 2016 20:30:15 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		libsqlite3-0 		libssl1.0.0 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 20:30:15 GMT
-ENV GPG_KEY=C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF
-# Tue, 28 Jun 2016 23:01:59 GMT
-ENV PYTHON_VERSION=2.7.12
-# Tue, 28 Jun 2016 23:01:59 GMT
-ENV PYTHON_PIP_VERSION=8.1.2
-# Tue, 19 Jul 2016 20:11:23 GMT
-RUN set -ex 	&& buildDeps=' 		curl 		gcc 		libbz2-dev 		libc6-dev 		libncurses-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		make 		tcl-dev 		tk-dev 		xz-utils 		zlib1g-dev 	' 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz 	&& curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.tar.xz.asc 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" 	&& gpg --batch --verify python.tar.xz.asc python.tar.xz 	&& rm -r "$GNUPGHOME" python.tar.xz.asc 	&& mkdir -p /usr/src/python 	&& tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz 	&& rm python.tar.xz 		&& cd /usr/src/python 	&& ./configure 		--enable-shared 		--enable-unicode=ucs4 	&& make -j$(nproc) 	&& make install 	&& ldconfig 	&& curl -fSL 'https://bootstrap.pypa.io/get-pip.py' | python2 	&& pip install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION 	&& [ "$(pip list | awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] 	&& find /usr/local -depth 		\( 		    \( -type d -a -name test -o -name tests \) 		    -o 		    \( -type f -a -name '*.pyc' -o -name '*.pyo' \) 		\) -exec rm -rf '{}' + 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/python ~/.cache
-# Tue, 19 Jul 2016 20:11:24 GMT
-CMD ["python2"]
-# Tue, 19 Jul 2016 23:06:57 GMT
-RUN apt-get update && apt-get install -y 		gcc 		gettext 		mysql-client libmysqlclient-dev 		postgresql-client libpq-dev 		sqlite3 	--no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Tue, 19 Jul 2016 23:06:59 GMT
-ENV DJANGO_VERSION=1.9.8
-# Tue, 19 Jul 2016 23:07:34 GMT
-RUN pip install mysqlclient psycopg2 django=="$DJANGO_VERSION"
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:2ab25b944ecb380e724354cdbaa45cd1de6405ad91c89dd6b3de2a5021edd42f`  
-		Last Modified: Tue, 28 Jun 2016 23:30:34 GMT  
-		Size: 3.3 MB (3336139 bytes)
-	-	`sha256:d59b56cfc4bf0112cc2b5e7572bc74226e60628de2553ddf7727ccde6aab4dcf`  
-		Last Modified: Tue, 19 Jul 2016 21:37:44 GMT  
-		Size: 18.1 MB (18112485 bytes)
-	-	`sha256:aea67edfba36400cfdaa593176e06386a2b2233dc82b95005b90445c2c35904c`  
-		Last Modified: Tue, 19 Jul 2016 23:08:16 GMT  
-		Size: 66.2 MB (66239730 bytes)
-	-	`sha256:791ab07ad0d8603bb8a573dd84f8d722bc82e5f81f9e3345e2c04da0dcb0e92c`  
-		Last Modified: Tue, 19 Jul 2016 23:07:53 GMT  
-		Size: 15.0 MB (14972508 bytes)
-
-## `django:1-python2`
-
-```console
-$ docker pull django@sha256:47eccfd65e4b1e9fae51382a15fcb419ea5761440831304f13e17c90200ee7f7
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `django:1-python2` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **154.0 MB (154013397 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:5237faea5e4b9971b00a104562c6a8325d5b8fe56fde86778f62ddc2da5c7bc2`
--	Default Command: `["python2"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 18:44:45 GMT
-RUN apt-get purge -y python.*
-# Fri, 10 Jun 2016 18:44:45 GMT
-ENV LANG=C.UTF-8
-# Fri, 10 Jun 2016 20:30:15 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		libsqlite3-0 		libssl1.0.0 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 20:30:15 GMT
-ENV GPG_KEY=C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF
-# Tue, 28 Jun 2016 23:01:59 GMT
-ENV PYTHON_VERSION=2.7.12
-# Tue, 28 Jun 2016 23:01:59 GMT
-ENV PYTHON_PIP_VERSION=8.1.2
-# Tue, 19 Jul 2016 20:11:23 GMT
-RUN set -ex 	&& buildDeps=' 		curl 		gcc 		libbz2-dev 		libc6-dev 		libncurses-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		make 		tcl-dev 		tk-dev 		xz-utils 		zlib1g-dev 	' 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz 	&& curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.tar.xz.asc 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" 	&& gpg --batch --verify python.tar.xz.asc python.tar.xz 	&& rm -r "$GNUPGHOME" python.tar.xz.asc 	&& mkdir -p /usr/src/python 	&& tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz 	&& rm python.tar.xz 		&& cd /usr/src/python 	&& ./configure 		--enable-shared 		--enable-unicode=ucs4 	&& make -j$(nproc) 	&& make install 	&& ldconfig 	&& curl -fSL 'https://bootstrap.pypa.io/get-pip.py' | python2 	&& pip install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION 	&& [ "$(pip list | awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] 	&& find /usr/local -depth 		\( 		    \( -type d -a -name test -o -name tests \) 		    -o 		    \( -type f -a -name '*.pyc' -o -name '*.pyo' \) 		\) -exec rm -rf '{}' + 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/python ~/.cache
-# Tue, 19 Jul 2016 20:11:24 GMT
-CMD ["python2"]
-# Tue, 19 Jul 2016 23:06:57 GMT
-RUN apt-get update && apt-get install -y 		gcc 		gettext 		mysql-client libmysqlclient-dev 		postgresql-client libpq-dev 		sqlite3 	--no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Tue, 19 Jul 2016 23:06:59 GMT
-ENV DJANGO_VERSION=1.9.8
-# Tue, 19 Jul 2016 23:07:34 GMT
-RUN pip install mysqlclient psycopg2 django=="$DJANGO_VERSION"
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:2ab25b944ecb380e724354cdbaa45cd1de6405ad91c89dd6b3de2a5021edd42f`  
-		Last Modified: Tue, 28 Jun 2016 23:30:34 GMT  
-		Size: 3.3 MB (3336139 bytes)
-	-	`sha256:d59b56cfc4bf0112cc2b5e7572bc74226e60628de2553ddf7727ccde6aab4dcf`  
-		Last Modified: Tue, 19 Jul 2016 21:37:44 GMT  
-		Size: 18.1 MB (18112485 bytes)
-	-	`sha256:aea67edfba36400cfdaa593176e06386a2b2233dc82b95005b90445c2c35904c`  
-		Last Modified: Tue, 19 Jul 2016 23:08:16 GMT  
-		Size: 66.2 MB (66239730 bytes)
-	-	`sha256:791ab07ad0d8603bb8a573dd84f8d722bc82e5f81f9e3345e2c04da0dcb0e92c`  
-		Last Modified: Tue, 19 Jul 2016 23:07:53 GMT  
-		Size: 15.0 MB (14972508 bytes)
-
-## `django:python2`
-
-```console
-$ docker pull django@sha256:47eccfd65e4b1e9fae51382a15fcb419ea5761440831304f13e17c90200ee7f7
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `django:python2` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **154.0 MB (154013397 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:5237faea5e4b9971b00a104562c6a8325d5b8fe56fde86778f62ddc2da5c7bc2`
--	Default Command: `["python2"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 18:44:45 GMT
-RUN apt-get purge -y python.*
-# Fri, 10 Jun 2016 18:44:45 GMT
-ENV LANG=C.UTF-8
-# Fri, 10 Jun 2016 20:30:15 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		libsqlite3-0 		libssl1.0.0 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 20:30:15 GMT
-ENV GPG_KEY=C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF
-# Tue, 28 Jun 2016 23:01:59 GMT
-ENV PYTHON_VERSION=2.7.12
-# Tue, 28 Jun 2016 23:01:59 GMT
-ENV PYTHON_PIP_VERSION=8.1.2
-# Tue, 19 Jul 2016 20:11:23 GMT
-RUN set -ex 	&& buildDeps=' 		curl 		gcc 		libbz2-dev 		libc6-dev 		libncurses-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		make 		tcl-dev 		tk-dev 		xz-utils 		zlib1g-dev 	' 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz 	&& curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.tar.xz.asc 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" 	&& gpg --batch --verify python.tar.xz.asc python.tar.xz 	&& rm -r "$GNUPGHOME" python.tar.xz.asc 	&& mkdir -p /usr/src/python 	&& tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz 	&& rm python.tar.xz 		&& cd /usr/src/python 	&& ./configure 		--enable-shared 		--enable-unicode=ucs4 	&& make -j$(nproc) 	&& make install 	&& ldconfig 	&& curl -fSL 'https://bootstrap.pypa.io/get-pip.py' | python2 	&& pip install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION 	&& [ "$(pip list | awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] 	&& find /usr/local -depth 		\( 		    \( -type d -a -name test -o -name tests \) 		    -o 		    \( -type f -a -name '*.pyc' -o -name '*.pyo' \) 		\) -exec rm -rf '{}' + 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/python ~/.cache
-# Tue, 19 Jul 2016 20:11:24 GMT
-CMD ["python2"]
-# Tue, 19 Jul 2016 23:06:57 GMT
-RUN apt-get update && apt-get install -y 		gcc 		gettext 		mysql-client libmysqlclient-dev 		postgresql-client libpq-dev 		sqlite3 	--no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Tue, 19 Jul 2016 23:06:59 GMT
-ENV DJANGO_VERSION=1.9.8
-# Tue, 19 Jul 2016 23:07:34 GMT
-RUN pip install mysqlclient psycopg2 django=="$DJANGO_VERSION"
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:2ab25b944ecb380e724354cdbaa45cd1de6405ad91c89dd6b3de2a5021edd42f`  
-		Last Modified: Tue, 28 Jun 2016 23:30:34 GMT  
-		Size: 3.3 MB (3336139 bytes)
-	-	`sha256:d59b56cfc4bf0112cc2b5e7572bc74226e60628de2553ddf7727ccde6aab4dcf`  
-		Last Modified: Tue, 19 Jul 2016 21:37:44 GMT  
-		Size: 18.1 MB (18112485 bytes)
-	-	`sha256:aea67edfba36400cfdaa593176e06386a2b2233dc82b95005b90445c2c35904c`  
-		Last Modified: Tue, 19 Jul 2016 23:08:16 GMT  
-		Size: 66.2 MB (66239730 bytes)
-	-	`sha256:791ab07ad0d8603bb8a573dd84f8d722bc82e5f81f9e3345e2c04da0dcb0e92c`  
-		Last Modified: Tue, 19 Jul 2016 23:07:53 GMT  
-		Size: 15.0 MB (14972508 bytes)
-
-## `django:python2-onbuild`
-
-```console
-$ docker pull django@sha256:7427057fa555205ce6926fdb51b93d1d02f2657cbd9267a668a85994bea155a4
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `django:python2-onbuild` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **280.5 MB (280531160 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:90175561cad2541c26c9b01e2b6a3d21d08b2d21cda827c63f659852b5b1cced`
--	Default Command: `["python","manage.py","runserver","0.0.0.0:8000"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:39:19 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 20:09:38 GMT
-RUN apt-get purge -y python.*
-# Fri, 10 Jun 2016 20:09:38 GMT
-ENV LANG=C.UTF-8
-# Fri, 10 Jun 2016 20:26:56 GMT
-ENV GPG_KEY=C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF
-# Tue, 28 Jun 2016 22:59:39 GMT
-ENV PYTHON_VERSION=2.7.12
-# Tue, 28 Jun 2016 22:59:40 GMT
-ENV PYTHON_PIP_VERSION=8.1.2
-# Tue, 19 Jul 2016 20:04:04 GMT
-RUN set -ex 	&& buildDeps=' 		tcl-dev 		tk-dev 	' 	&& runDeps=' 		tcl 		tk 	' 	&& apt-get update && apt-get install -y $runDeps $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz 	&& curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.tar.xz.asc 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" 	&& gpg --batch --verify python.tar.xz.asc python.tar.xz 	&& rm -r "$GNUPGHOME" python.tar.xz.asc 	&& mkdir -p /usr/src/python 	&& tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz 	&& rm python.tar.xz 		&& cd /usr/src/python 	&& ./configure 		--enable-shared 		--enable-unicode=ucs4 	&& make -j$(nproc) 	&& make install 	&& ldconfig 	&& curl -fSL 'https://bootstrap.pypa.io/get-pip.py' | python2 	&& pip install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION 	&& [ "$(pip list | awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] 	&& find /usr/local -depth 		\( 		    \( -type d -a -name test -o -name tests \) 		    -o 		    \( -type f -a -name '*.pyc' -o -name '*.pyo' \) 		\) -exec rm -rf '{}' + 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/python ~/.cache
-# Tue, 19 Jul 2016 20:04:08 GMT
-RUN pip install --no-cache-dir virtualenv
-# Tue, 19 Jul 2016 20:04:09 GMT
-CMD ["python2"]
-# Tue, 19 Jul 2016 20:20:52 GMT
-RUN mkdir -p /usr/src/app
-# Tue, 19 Jul 2016 20:20:52 GMT
-WORKDIR /usr/src/app
-# Tue, 19 Jul 2016 20:20:53 GMT
-ONBUILD COPY requirements.txt /usr/src/app/
-# Tue, 19 Jul 2016 20:20:54 GMT
-ONBUILD RUN pip install --no-cache-dir -r requirements.txt
-# Tue, 19 Jul 2016 20:20:54 GMT
-ONBUILD COPY . /usr/src/app
-# Tue, 19 Jul 2016 23:10:18 GMT
-RUN apt-get update && apt-get install -y 		gcc 		gettext 		mysql-client libmysqlclient-dev 		postgresql-client libpq-dev 		sqlite3 	--no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Tue, 19 Jul 2016 23:10:19 GMT
-EXPOSE 8000/tcp
-# Tue, 19 Jul 2016 23:10:20 GMT
-CMD ["python" "manage.py" "runserver" "0.0.0.0:8000"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e`  
-		Last Modified: Thu, 09 Jun 2016 21:47:38 GMT  
-		Size: 129.7 MB (129704383 bytes)
-	-	`sha256:7663bd2e167e1baec490bc208bdf854dae81b324bed9595edecc9136f06da7fe`  
-		Last Modified: Wed, 15 Jun 2016 21:14:50 GMT  
-		Size: 242.5 KB (242498 bytes)
-	-	`sha256:b68f5aeb12b3e87ab85cd6da870e24504adb9f53845c99e1ee478f537f2a932a`  
-		Last Modified: Tue, 19 Jul 2016 21:36:56 GMT  
-		Size: 18.5 MB (18531429 bytes)
-	-	`sha256:a0ff23346326ed09a5305df63e1d48d629cdf5a69d935d60ce7567fc6b6ecc12`  
-		Last Modified: Tue, 19 Jul 2016 21:36:48 GMT  
-		Size: 3.3 MB (3257142 bytes)
-	-	`sha256:7c4b07a5274dfabe447ac40e4908d636fe880917cce8b125af74af2639e3b504`  
-		Last Modified: Tue, 19 Jul 2016 21:40:06 GMT  
-		Size: 128.0 B
-	-	`sha256:bf51096b9d3c0d25a44957c51dd5bbb503d7e671e5c439e3ef3c8465c1f0ad8b`  
-		Last Modified: Tue, 19 Jul 2016 23:10:38 GMT  
-		Size: 16.4 MB (16370455 bytes)

+ 14 - 14
docker/README.md

@@ -1,20 +1,18 @@
 # Supported tags and respective `Dockerfile` links
 
--	[`1.12.0-rc4`, `1.12-rc`, `rc` (*1.12-rc/Dockerfile*)](https://github.com/docker-library/docker/blob/61353e617f3fe89519de1e00f7de043087839e45/1.12-rc/Dockerfile)
--	[`1.12.0-rc4-dind`, `1.12-rc-dind`, `rc-dind` (*1.12-rc/dind/Dockerfile*)](https://github.com/docker-library/docker/blob/1c8b144ed9ec49ac8cc7ca75f8628fd8de6c82b5/1.12-rc/dind/Dockerfile)
--	[`1.12.0-rc4-git`, `1.12-rc-git`, `rc-git` (*1.12-rc/git/Dockerfile*)](https://github.com/docker-library/docker/blob/4d1f83ee6e25a5c2bb1c8a04de0643b1a964ba5e/1.12-rc/git/Dockerfile)
--	[`1.11.2`, `1.11`, `1`, `latest` (*1.11/Dockerfile*)](https://github.com/docker-library/docker/blob/7ef1746a46a29d89bac9aca8d0788bd629eb00e6/1.11/Dockerfile)
--	[`1.11.2-dind`, `1.11-dind`, `1-dind`, `dind` (*1.11/dind/Dockerfile*)](https://github.com/docker-library/docker/blob/1c8b144ed9ec49ac8cc7ca75f8628fd8de6c82b5/1.11/dind/Dockerfile)
--	[`1.11.2-git`, `1.11-git`, `1-git`, `git` (*1.11/git/Dockerfile*)](https://github.com/docker-library/docker/blob/866c3fbd87e8eeed524fdf19ba2d63288ad49cd2/1.11/git/Dockerfile)
--	[`1.10.3`, `1.10` (*1.10/Dockerfile*)](https://github.com/docker-library/docker/blob/7ef1746a46a29d89bac9aca8d0788bd629eb00e6/1.10/Dockerfile)
--	[`1.10.3-dind`, `1.10-dind` (*1.10/dind/Dockerfile*)](https://github.com/docker-library/docker/blob/1c8b144ed9ec49ac8cc7ca75f8628fd8de6c82b5/1.10/dind/Dockerfile)
--	[`1.10.3-git`, `1.10-git` (*1.10/git/Dockerfile*)](https://github.com/docker-library/docker/blob/8d7aa4652e4f677765947f19232eb17b1601f81c/1.10/git/Dockerfile)
-
-[![](https://badge.imagelayers.io/docker:latest.svg)](https://imagelayers.io/?images=docker:1.12.0-rc4,docker:1.12.0-rc4-dind,docker:1.12.0-rc4-git,docker:1.11.2,docker:1.11.2-dind,docker:1.11.2-git,docker:1.10.3,docker:1.10.3-dind,docker:1.10.3-git)
+-	[`1.12.1`, `1.12`, `1`, `latest` (*1.12/Dockerfile*)](https://github.com/docker-library/docker/blob/e65e856a4226445f865ec51ea4b6d3bc8353386b/1.12/Dockerfile)
+-	[`1.12.1-dind`, `1.12-dind`, `1-dind`, `dind` (*1.12/dind/Dockerfile*)](https://github.com/docker-library/docker/blob/746d9052066ccfbcb98df7d9ae71cf05d8877419/1.12/dind/Dockerfile)
+-	[`1.12.1-git`, `1.12-git`, `1-git`, `git` (*1.12/git/Dockerfile*)](https://github.com/docker-library/docker/blob/746d9052066ccfbcb98df7d9ae71cf05d8877419/1.12/git/Dockerfile)
+-	[`1.12.1-experimental`, `1.12-experimental`, `1-experimental`, `experimental` (*1.12/experimental/Dockerfile*)](https://github.com/docker-library/docker/blob/eb714a73e7e3f87705f468c3c6e9f4e316136bf5/1.12/experimental/Dockerfile)
+-	[`1.12.1-experimental-dind`, `1.12-experimental-dind`, `1-experimental-dind`, `experimental-dind` (*1.12/experimental/dind/Dockerfile*)](https://github.com/docker-library/docker/blob/eb714a73e7e3f87705f468c3c6e9f4e316136bf5/1.12/experimental/dind/Dockerfile)
+-	[`1.12.1-experimental-git`, `1.12-experimental-git`, `1-experimental-git`, `experimental-git` (*1.12/experimental/git/Dockerfile*)](https://github.com/docker-library/docker/blob/eb714a73e7e3f87705f468c3c6e9f4e316136bf5/1.12/experimental/git/Dockerfile)
+-	[`1.11.2`, `1.11` (*1.11/Dockerfile*)](https://github.com/docker-library/docker/blob/b83d8a3f9b77c2592f383cd58625e000af4f2dde/1.11/Dockerfile)
+-	[`1.11.2-dind`, `1.11-dind` (*1.11/dind/Dockerfile*)](https://github.com/docker-library/docker/blob/1c8b144ed9ec49ac8cc7ca75f8628fd8de6c82b5/1.11/dind/Dockerfile)
+-	[`1.11.2-git`, `1.11-git` (*1.11/git/Dockerfile*)](https://github.com/docker-library/docker/blob/866c3fbd87e8eeed524fdf19ba2d63288ad49cd2/1.11/git/Dockerfile)
 
 For more information about this image and its history, please see [the relevant manifest file (`library/docker`)](https://github.com/docker-library/official-images/blob/master/library/docker). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fdocker).
 
-For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `docker/tag-details.md` file](https://github.com/docker-library/docs/blob/master/docker/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs).
+For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `repos/docker/tag-details.md` file](https://github.com/docker-library/repo-info/blob/master/repos/docker/tag-details.md) in [the `docker-library/repo-info` GitHub repo](https://github.com/docker-library/repo-info).
 
 # What is Docker in Docker?
 
@@ -36,6 +34,8 @@ If you are still convinced that you need Docker-in-Docker and not just access to
 
 ## Start a daemon instance
 
+**IMPORTANT:** this image defaults to `--storage-driver=vfs`, which will be very slow and inefficient (but is the only driver which is guaranteed to work regardless of your underlying filesystem). Which driver you should use varies depending on your needs, but a good rule of thumb is that your DinD instance should be using the same driver as your host (which can be seen under `Storage Driver` in the output of `docker info`). See the "Custom daemon flags" section below for how to specify your storage driver.
+
 ```console
 $ docker run --privileged --name some-docker -d docker:1.8-dind
 ```
@@ -134,7 +134,7 @@ Server:
 ## Custom daemon flags
 
 ```console
-$ docker run --privileged --name some-devicemapper-docker -d docker:dind --storage-driver=devicemapper
+$ docker run --privileged --name some-overlay-docker -d docker:dind --storage-driver=overlay
 ```
 
 ## Where to Store Data
@@ -161,7 +161,7 @@ View [license information](https://github.com/docker/docker/blob/eb7b2ed6bbe3fbe
 
 # Supported Docker versions
 
-This image is officially supported on Docker version 1.11.2.
+This image is officially supported on Docker version 1.12.1.
 
 Support for older versions (down to 1.6) is provided on a best-effort basis.
 

+ 3 - 1
docker/content.md

@@ -18,6 +18,8 @@ If you are still convinced that you need Docker-in-Docker and not just access to
 
 ## Start a daemon instance
 
+**IMPORTANT:** this image defaults to `--storage-driver=vfs`, which will be very slow and inefficient (but is the only driver which is guaranteed to work regardless of your underlying filesystem). Which driver you should use varies depending on your needs, but a good rule of thumb is that your DinD instance should be using the same driver as your host (which can be seen under `Storage Driver` in the output of `docker info`). See the "Custom daemon flags" section below for how to specify your storage driver.
+
 ```console
 $ docker run --privileged --name some-docker -d docker:1.8-dind
 ```
@@ -116,7 +118,7 @@ Server:
 ## Custom daemon flags
 
 ```console
-$ docker run --privileged --name some-devicemapper-docker -d docker:dind --storage-driver=devicemapper
+$ docker run --privileged --name some-overlay-docker -d docker:dind --storage-driver=overlay
 ```
 
 ## Where to Store Data

+ 0 - 1619
docker/tag-details.md

@@ -1,1619 +0,0 @@
-<!-- THIS FILE IS GENERATED VIA '.template-helpers/generate-tag-details.pl' -->
-
-# Tags of `docker`
-
--	[`docker:1.12.0-rc4`](#docker1120-rc4)
--	[`docker:1.12-rc`](#docker112-rc)
--	[`docker:rc`](#dockerrc)
--	[`docker:1.12.0-rc4-dind`](#docker1120-rc4-dind)
--	[`docker:1.12-rc-dind`](#docker112-rc-dind)
--	[`docker:rc-dind`](#dockerrc-dind)
--	[`docker:1.12.0-rc4-git`](#docker1120-rc4-git)
--	[`docker:1.12-rc-git`](#docker112-rc-git)
--	[`docker:rc-git`](#dockerrc-git)
--	[`docker:1.11.2`](#docker1112)
--	[`docker:1.11`](#docker111)
--	[`docker:1`](#docker1)
--	[`docker:latest`](#dockerlatest)
--	[`docker:1.11.2-dind`](#docker1112-dind)
--	[`docker:1.11-dind`](#docker111-dind)
--	[`docker:1-dind`](#docker1-dind)
--	[`docker:dind`](#dockerdind)
--	[`docker:1.11.2-git`](#docker1112-git)
--	[`docker:1.11-git`](#docker111-git)
--	[`docker:1-git`](#docker1-git)
--	[`docker:git`](#dockergit)
--	[`docker:1.10.3`](#docker1103)
--	[`docker:1.10`](#docker110)
--	[`docker:1.10.3-dind`](#docker1103-dind)
--	[`docker:1.10-dind`](#docker110-dind)
--	[`docker:1.10.3-git`](#docker1103-git)
--	[`docker:1.10-git`](#docker110-git)
-
-## `docker:1.12.0-rc4`
-
-**does not exist** (yet?)
-
-## `docker:1.12-rc`
-
-```console
-$ docker pull docker@sha256:2080067f458688c1caf0ca8e2e35bce709c83852c691eafe2c4901aecbe1ad90
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `docker:1.12-rc` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **30.9 MB (30948798 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:449c2403515d50bb50d42a219690b06891ed5fe99c4c6ed98ff66b16a563a778`
--	Entrypoint: `["docker-entrypoint.sh"]`
--	Default Command: `["sh"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Thu, 23 Jun 2016 20:17:11 GMT
-RUN apk add --no-cache 		ca-certificates 		curl 		openssl
-# Thu, 23 Jun 2016 20:17:12 GMT
-ENV DOCKER_BUCKET=test.docker.com
-# Tue, 05 Jul 2016 17:48:46 GMT
-ENV DOCKER_VERSION=1.12.0-rc3
-# Tue, 05 Jul 2016 17:48:46 GMT
-ENV DOCKER_SHA256=3b4f6318c3d721766ae121bf0627f51d8c2565ee1875b3144950bb8120c77344
-# Tue, 05 Jul 2016 17:48:50 GMT
-RUN set -x 	&& curl -fSL "https://${DOCKER_BUCKET}/builds/Linux/x86_64/docker-$DOCKER_VERSION.tgz" -o docker.tgz 	&& echo "${DOCKER_SHA256} *docker.tgz" | sha256sum -c - 	&& tar -xzvf docker.tgz 	&& mv docker/* /usr/local/bin/ 	&& rmdir docker 	&& rm docker.tgz 	&& docker -v
-# Tue, 05 Jul 2016 17:48:51 GMT
-COPY file:50006c902e7677711aeffe4ab7b7042d649618b96dec760f322a8566dd83ab25 in /usr/local/bin/
-# Tue, 05 Jul 2016 17:48:51 GMT
-ENTRYPOINT &{["docker-entrypoint.sh"]}
-# Tue, 05 Jul 2016 17:48:51 GMT
-CMD ["sh"]
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:49e2842bdfdf9757b6fb042a914386833eb89594a0f6643fc8a7ca8e925dd58c`  
-		Last Modified: Thu, 23 Jun 2016 20:17:29 GMT  
-		Size: 913.0 KB (913008 bytes)
-	-	`sha256:3ddfb2a13daee7dd2f53b5507dcfd10991e081e3ea262481832af804a856084e`  
-		Last Modified: Tue, 05 Jul 2016 17:49:26 GMT  
-		Size: 27.7 MB (27725038 bytes)
-	-	`sha256:68e46a25e8e339c15307bfd8128c5ff3cb8d8cdacd7522624773472ce54b4622`  
-		Last Modified: Tue, 05 Jul 2016 17:49:16 GMT  
-		Size: 466.0 B
-
-## `docker:rc`
-
-```console
-$ docker pull docker@sha256:2080067f458688c1caf0ca8e2e35bce709c83852c691eafe2c4901aecbe1ad90
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `docker:rc` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **30.9 MB (30948798 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:449c2403515d50bb50d42a219690b06891ed5fe99c4c6ed98ff66b16a563a778`
--	Entrypoint: `["docker-entrypoint.sh"]`
--	Default Command: `["sh"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Thu, 23 Jun 2016 20:17:11 GMT
-RUN apk add --no-cache 		ca-certificates 		curl 		openssl
-# Thu, 23 Jun 2016 20:17:12 GMT
-ENV DOCKER_BUCKET=test.docker.com
-# Tue, 05 Jul 2016 17:48:46 GMT
-ENV DOCKER_VERSION=1.12.0-rc3
-# Tue, 05 Jul 2016 17:48:46 GMT
-ENV DOCKER_SHA256=3b4f6318c3d721766ae121bf0627f51d8c2565ee1875b3144950bb8120c77344
-# Tue, 05 Jul 2016 17:48:50 GMT
-RUN set -x 	&& curl -fSL "https://${DOCKER_BUCKET}/builds/Linux/x86_64/docker-$DOCKER_VERSION.tgz" -o docker.tgz 	&& echo "${DOCKER_SHA256} *docker.tgz" | sha256sum -c - 	&& tar -xzvf docker.tgz 	&& mv docker/* /usr/local/bin/ 	&& rmdir docker 	&& rm docker.tgz 	&& docker -v
-# Tue, 05 Jul 2016 17:48:51 GMT
-COPY file:50006c902e7677711aeffe4ab7b7042d649618b96dec760f322a8566dd83ab25 in /usr/local/bin/
-# Tue, 05 Jul 2016 17:48:51 GMT
-ENTRYPOINT &{["docker-entrypoint.sh"]}
-# Tue, 05 Jul 2016 17:48:51 GMT
-CMD ["sh"]
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:49e2842bdfdf9757b6fb042a914386833eb89594a0f6643fc8a7ca8e925dd58c`  
-		Last Modified: Thu, 23 Jun 2016 20:17:29 GMT  
-		Size: 913.0 KB (913008 bytes)
-	-	`sha256:3ddfb2a13daee7dd2f53b5507dcfd10991e081e3ea262481832af804a856084e`  
-		Last Modified: Tue, 05 Jul 2016 17:49:26 GMT  
-		Size: 27.7 MB (27725038 bytes)
-	-	`sha256:68e46a25e8e339c15307bfd8128c5ff3cb8d8cdacd7522624773472ce54b4622`  
-		Last Modified: Tue, 05 Jul 2016 17:49:16 GMT  
-		Size: 466.0 B
-
-## `docker:1.12.0-rc4-dind`
-
-**does not exist** (yet?)
-
-## `docker:1.12-rc-dind`
-
-```console
-$ docker pull docker@sha256:40aca152583dc5ac5759cd3eb505d16555b144af9a2f27d72a34699405fda9c6
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `docker:1.12-rc-dind` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **33.0 MB (33038664 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:a1d5454931ebf228ee871e13981dedb3e8af7c1877857be1957024361d235456`
--	Entrypoint: `["dockerd-entrypoint.sh"]`
--	Default Command: `[]`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Thu, 23 Jun 2016 20:17:11 GMT
-RUN apk add --no-cache 		ca-certificates 		curl 		openssl
-# Thu, 23 Jun 2016 20:17:12 GMT
-ENV DOCKER_BUCKET=test.docker.com
-# Tue, 05 Jul 2016 17:48:46 GMT
-ENV DOCKER_VERSION=1.12.0-rc3
-# Tue, 05 Jul 2016 17:48:46 GMT
-ENV DOCKER_SHA256=3b4f6318c3d721766ae121bf0627f51d8c2565ee1875b3144950bb8120c77344
-# Tue, 05 Jul 2016 17:48:50 GMT
-RUN set -x 	&& curl -fSL "https://${DOCKER_BUCKET}/builds/Linux/x86_64/docker-$DOCKER_VERSION.tgz" -o docker.tgz 	&& echo "${DOCKER_SHA256} *docker.tgz" | sha256sum -c - 	&& tar -xzvf docker.tgz 	&& mv docker/* /usr/local/bin/ 	&& rmdir docker 	&& rm docker.tgz 	&& docker -v
-# Tue, 05 Jul 2016 17:48:51 GMT
-COPY file:50006c902e7677711aeffe4ab7b7042d649618b96dec760f322a8566dd83ab25 in /usr/local/bin/
-# Tue, 05 Jul 2016 17:48:51 GMT
-ENTRYPOINT &{["docker-entrypoint.sh"]}
-# Tue, 05 Jul 2016 17:48:51 GMT
-CMD ["sh"]
-# Tue, 05 Jul 2016 17:48:57 GMT
-RUN apk add --no-cache 		btrfs-progs 		e2fsprogs 		e2fsprogs-extra 		iptables 		xfsprogs 		xz
-# Tue, 05 Jul 2016 17:48:59 GMT
-RUN set -x 	&& addgroup -S dockremap 	&& adduser -S -G dockremap dockremap 	&& echo 'dockremap:165536:65536' >> /etc/subuid 	&& echo 'dockremap:165536:65536' >> /etc/subgid
-# Tue, 05 Jul 2016 17:48:59 GMT
-ENV DIND_COMMIT=3b5fac462d21ca164b3778647420016315289034
-# Tue, 05 Jul 2016 17:49:00 GMT
-RUN wget "https://raw.githubusercontent.com/docker/docker/${DIND_COMMIT}/hack/dind" -O /usr/local/bin/dind 	&& chmod +x /usr/local/bin/dind
-# Tue, 05 Jul 2016 17:49:01 GMT
-COPY file:a00ae81495fdf69e63bb25e3b665aa29cb53cfe5788e6134adfc0f35caff6295 in /usr/local/bin/
-# Tue, 05 Jul 2016 17:49:01 GMT
-VOLUME [/var/lib/docker]
-# Tue, 05 Jul 2016 17:49:01 GMT
-EXPOSE 2375/tcp
-# Tue, 05 Jul 2016 17:49:02 GMT
-ENTRYPOINT &{["dockerd-entrypoint.sh"]}
-# Tue, 05 Jul 2016 17:49:02 GMT
-CMD []
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:49e2842bdfdf9757b6fb042a914386833eb89594a0f6643fc8a7ca8e925dd58c`  
-		Last Modified: Thu, 23 Jun 2016 20:17:29 GMT  
-		Size: 913.0 KB (913008 bytes)
-	-	`sha256:3ddfb2a13daee7dd2f53b5507dcfd10991e081e3ea262481832af804a856084e`  
-		Last Modified: Tue, 05 Jul 2016 17:49:26 GMT  
-		Size: 27.7 MB (27725038 bytes)
-	-	`sha256:68e46a25e8e339c15307bfd8128c5ff3cb8d8cdacd7522624773472ce54b4622`  
-		Last Modified: Tue, 05 Jul 2016 17:49:16 GMT  
-		Size: 466.0 B
-	-	`sha256:eb140144d2586912ef0c6f253b6f689a5470c95969ac0419556a68bd1476e3c7`  
-		Last Modified: Tue, 05 Jul 2016 17:49:56 GMT  
-		Size: 2.1 MB (2065069 bytes)
-	-	`sha256:30231dad89daffc94d007effb63827e7a02b70706097fe8555e1d833c6af4994`  
-		Last Modified: Tue, 05 Jul 2016 17:49:55 GMT  
-		Size: 22.5 KB (22541 bytes)
-	-	`sha256:343a057991c0aae2bea20c5340e46fb74fe667f43f35b6331b46618637063429`  
-		Last Modified: Tue, 05 Jul 2016 17:49:55 GMT  
-		Size: 1.8 KB (1820 bytes)
-	-	`sha256:be3e2e8ef43537911b48ca8611197e8d925c880d5ede1ee16be294f8fcf64d2f`  
-		Last Modified: Tue, 05 Jul 2016 17:49:55 GMT  
-		Size: 436.0 B
-
-## `docker:rc-dind`
-
-```console
-$ docker pull docker@sha256:40aca152583dc5ac5759cd3eb505d16555b144af9a2f27d72a34699405fda9c6
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `docker:rc-dind` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **33.0 MB (33038664 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:a1d5454931ebf228ee871e13981dedb3e8af7c1877857be1957024361d235456`
--	Entrypoint: `["dockerd-entrypoint.sh"]`
--	Default Command: `[]`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Thu, 23 Jun 2016 20:17:11 GMT
-RUN apk add --no-cache 		ca-certificates 		curl 		openssl
-# Thu, 23 Jun 2016 20:17:12 GMT
-ENV DOCKER_BUCKET=test.docker.com
-# Tue, 05 Jul 2016 17:48:46 GMT
-ENV DOCKER_VERSION=1.12.0-rc3
-# Tue, 05 Jul 2016 17:48:46 GMT
-ENV DOCKER_SHA256=3b4f6318c3d721766ae121bf0627f51d8c2565ee1875b3144950bb8120c77344
-# Tue, 05 Jul 2016 17:48:50 GMT
-RUN set -x 	&& curl -fSL "https://${DOCKER_BUCKET}/builds/Linux/x86_64/docker-$DOCKER_VERSION.tgz" -o docker.tgz 	&& echo "${DOCKER_SHA256} *docker.tgz" | sha256sum -c - 	&& tar -xzvf docker.tgz 	&& mv docker/* /usr/local/bin/ 	&& rmdir docker 	&& rm docker.tgz 	&& docker -v
-# Tue, 05 Jul 2016 17:48:51 GMT
-COPY file:50006c902e7677711aeffe4ab7b7042d649618b96dec760f322a8566dd83ab25 in /usr/local/bin/
-# Tue, 05 Jul 2016 17:48:51 GMT
-ENTRYPOINT &{["docker-entrypoint.sh"]}
-# Tue, 05 Jul 2016 17:48:51 GMT
-CMD ["sh"]
-# Tue, 05 Jul 2016 17:48:57 GMT
-RUN apk add --no-cache 		btrfs-progs 		e2fsprogs 		e2fsprogs-extra 		iptables 		xfsprogs 		xz
-# Tue, 05 Jul 2016 17:48:59 GMT
-RUN set -x 	&& addgroup -S dockremap 	&& adduser -S -G dockremap dockremap 	&& echo 'dockremap:165536:65536' >> /etc/subuid 	&& echo 'dockremap:165536:65536' >> /etc/subgid
-# Tue, 05 Jul 2016 17:48:59 GMT
-ENV DIND_COMMIT=3b5fac462d21ca164b3778647420016315289034
-# Tue, 05 Jul 2016 17:49:00 GMT
-RUN wget "https://raw.githubusercontent.com/docker/docker/${DIND_COMMIT}/hack/dind" -O /usr/local/bin/dind 	&& chmod +x /usr/local/bin/dind
-# Tue, 05 Jul 2016 17:49:01 GMT
-COPY file:a00ae81495fdf69e63bb25e3b665aa29cb53cfe5788e6134adfc0f35caff6295 in /usr/local/bin/
-# Tue, 05 Jul 2016 17:49:01 GMT
-VOLUME [/var/lib/docker]
-# Tue, 05 Jul 2016 17:49:01 GMT
-EXPOSE 2375/tcp
-# Tue, 05 Jul 2016 17:49:02 GMT
-ENTRYPOINT &{["dockerd-entrypoint.sh"]}
-# Tue, 05 Jul 2016 17:49:02 GMT
-CMD []
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:49e2842bdfdf9757b6fb042a914386833eb89594a0f6643fc8a7ca8e925dd58c`  
-		Last Modified: Thu, 23 Jun 2016 20:17:29 GMT  
-		Size: 913.0 KB (913008 bytes)
-	-	`sha256:3ddfb2a13daee7dd2f53b5507dcfd10991e081e3ea262481832af804a856084e`  
-		Last Modified: Tue, 05 Jul 2016 17:49:26 GMT  
-		Size: 27.7 MB (27725038 bytes)
-	-	`sha256:68e46a25e8e339c15307bfd8128c5ff3cb8d8cdacd7522624773472ce54b4622`  
-		Last Modified: Tue, 05 Jul 2016 17:49:16 GMT  
-		Size: 466.0 B
-	-	`sha256:eb140144d2586912ef0c6f253b6f689a5470c95969ac0419556a68bd1476e3c7`  
-		Last Modified: Tue, 05 Jul 2016 17:49:56 GMT  
-		Size: 2.1 MB (2065069 bytes)
-	-	`sha256:30231dad89daffc94d007effb63827e7a02b70706097fe8555e1d833c6af4994`  
-		Last Modified: Tue, 05 Jul 2016 17:49:55 GMT  
-		Size: 22.5 KB (22541 bytes)
-	-	`sha256:343a057991c0aae2bea20c5340e46fb74fe667f43f35b6331b46618637063429`  
-		Last Modified: Tue, 05 Jul 2016 17:49:55 GMT  
-		Size: 1.8 KB (1820 bytes)
-	-	`sha256:be3e2e8ef43537911b48ca8611197e8d925c880d5ede1ee16be294f8fcf64d2f`  
-		Last Modified: Tue, 05 Jul 2016 17:49:55 GMT  
-		Size: 436.0 B
-
-## `docker:1.12.0-rc4-git`
-
-**does not exist** (yet?)
-
-## `docker:1.12-rc-git`
-
-```console
-$ docker pull docker@sha256:2c99a5d62b3778f2ec5e093f6536e847574a606100793626597d942c6ad776f3
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `docker:1.12-rc-git` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **40.1 MB (40087227 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:7b6a7142f2bfa1aaafe22b99cb2a748c6023222e25f02e583e3957d38db0859b`
--	Entrypoint: `["docker-entrypoint.sh"]`
--	Default Command: `["sh"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Thu, 23 Jun 2016 20:17:11 GMT
-RUN apk add --no-cache 		ca-certificates 		curl 		openssl
-# Thu, 23 Jun 2016 20:17:12 GMT
-ENV DOCKER_BUCKET=test.docker.com
-# Tue, 05 Jul 2016 17:48:46 GMT
-ENV DOCKER_VERSION=1.12.0-rc3
-# Tue, 05 Jul 2016 17:48:46 GMT
-ENV DOCKER_SHA256=3b4f6318c3d721766ae121bf0627f51d8c2565ee1875b3144950bb8120c77344
-# Tue, 05 Jul 2016 17:48:50 GMT
-RUN set -x 	&& curl -fSL "https://${DOCKER_BUCKET}/builds/Linux/x86_64/docker-$DOCKER_VERSION.tgz" -o docker.tgz 	&& echo "${DOCKER_SHA256} *docker.tgz" | sha256sum -c - 	&& tar -xzvf docker.tgz 	&& mv docker/* /usr/local/bin/ 	&& rmdir docker 	&& rm docker.tgz 	&& docker -v
-# Tue, 05 Jul 2016 17:48:51 GMT
-COPY file:50006c902e7677711aeffe4ab7b7042d649618b96dec760f322a8566dd83ab25 in /usr/local/bin/
-# Tue, 05 Jul 2016 17:48:51 GMT
-ENTRYPOINT &{["docker-entrypoint.sh"]}
-# Tue, 05 Jul 2016 17:48:51 GMT
-CMD ["sh"]
-# Tue, 05 Jul 2016 17:49:06 GMT
-RUN apk add --no-cache 		git 		openssh-client
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:49e2842bdfdf9757b6fb042a914386833eb89594a0f6643fc8a7ca8e925dd58c`  
-		Last Modified: Thu, 23 Jun 2016 20:17:29 GMT  
-		Size: 913.0 KB (913008 bytes)
-	-	`sha256:3ddfb2a13daee7dd2f53b5507dcfd10991e081e3ea262481832af804a856084e`  
-		Last Modified: Tue, 05 Jul 2016 17:49:26 GMT  
-		Size: 27.7 MB (27725038 bytes)
-	-	`sha256:68e46a25e8e339c15307bfd8128c5ff3cb8d8cdacd7522624773472ce54b4622`  
-		Last Modified: Tue, 05 Jul 2016 17:49:16 GMT  
-		Size: 466.0 B
-	-	`sha256:0d1ea630d409e6b2e4a7612ab96e505a04e539bc75a3dbe97504937353e958ef`  
-		Last Modified: Tue, 05 Jul 2016 17:50:28 GMT  
-		Size: 9.1 MB (9138429 bytes)
-
-## `docker:rc-git`
-
-```console
-$ docker pull docker@sha256:2c99a5d62b3778f2ec5e093f6536e847574a606100793626597d942c6ad776f3
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `docker:rc-git` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **40.1 MB (40087227 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:7b6a7142f2bfa1aaafe22b99cb2a748c6023222e25f02e583e3957d38db0859b`
--	Entrypoint: `["docker-entrypoint.sh"]`
--	Default Command: `["sh"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Thu, 23 Jun 2016 20:17:11 GMT
-RUN apk add --no-cache 		ca-certificates 		curl 		openssl
-# Thu, 23 Jun 2016 20:17:12 GMT
-ENV DOCKER_BUCKET=test.docker.com
-# Tue, 05 Jul 2016 17:48:46 GMT
-ENV DOCKER_VERSION=1.12.0-rc3
-# Tue, 05 Jul 2016 17:48:46 GMT
-ENV DOCKER_SHA256=3b4f6318c3d721766ae121bf0627f51d8c2565ee1875b3144950bb8120c77344
-# Tue, 05 Jul 2016 17:48:50 GMT
-RUN set -x 	&& curl -fSL "https://${DOCKER_BUCKET}/builds/Linux/x86_64/docker-$DOCKER_VERSION.tgz" -o docker.tgz 	&& echo "${DOCKER_SHA256} *docker.tgz" | sha256sum -c - 	&& tar -xzvf docker.tgz 	&& mv docker/* /usr/local/bin/ 	&& rmdir docker 	&& rm docker.tgz 	&& docker -v
-# Tue, 05 Jul 2016 17:48:51 GMT
-COPY file:50006c902e7677711aeffe4ab7b7042d649618b96dec760f322a8566dd83ab25 in /usr/local/bin/
-# Tue, 05 Jul 2016 17:48:51 GMT
-ENTRYPOINT &{["docker-entrypoint.sh"]}
-# Tue, 05 Jul 2016 17:48:51 GMT
-CMD ["sh"]
-# Tue, 05 Jul 2016 17:49:06 GMT
-RUN apk add --no-cache 		git 		openssh-client
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:49e2842bdfdf9757b6fb042a914386833eb89594a0f6643fc8a7ca8e925dd58c`  
-		Last Modified: Thu, 23 Jun 2016 20:17:29 GMT  
-		Size: 913.0 KB (913008 bytes)
-	-	`sha256:3ddfb2a13daee7dd2f53b5507dcfd10991e081e3ea262481832af804a856084e`  
-		Last Modified: Tue, 05 Jul 2016 17:49:26 GMT  
-		Size: 27.7 MB (27725038 bytes)
-	-	`sha256:68e46a25e8e339c15307bfd8128c5ff3cb8d8cdacd7522624773472ce54b4622`  
-		Last Modified: Tue, 05 Jul 2016 17:49:16 GMT  
-		Size: 466.0 B
-	-	`sha256:0d1ea630d409e6b2e4a7612ab96e505a04e539bc75a3dbe97504937353e958ef`  
-		Last Modified: Tue, 05 Jul 2016 17:50:28 GMT  
-		Size: 9.1 MB (9138429 bytes)
-
-## `docker:1.11.2`
-
-```console
-$ docker pull docker@sha256:8ea16b052a980e935bc32607f0b011196a56f416130e9480d942f288db6506e1
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `docker:1.11.2` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **23.7 MB (23673466 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:b7b7422b4d51afbf910dbc29640d65bf973432f1bc395faf864dd1be3f0866fe`
--	Entrypoint: `["docker-entrypoint.sh"]`
--	Default Command: `["sh"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Thu, 23 Jun 2016 20:17:11 GMT
-RUN apk add --no-cache 		ca-certificates 		curl 		openssl
-# Thu, 23 Jun 2016 20:18:26 GMT
-ENV DOCKER_BUCKET=get.docker.com
-# Thu, 23 Jun 2016 20:18:26 GMT
-ENV DOCKER_VERSION=1.11.2
-# Thu, 23 Jun 2016 20:18:27 GMT
-ENV DOCKER_SHA256=8c2e0c35e3cda11706f54b2d46c2521a6e9026a7b13c7d4b8ae1f3a706fc55e1
-# Thu, 23 Jun 2016 20:18:31 GMT
-RUN set -x 	&& curl -fSL "https://${DOCKER_BUCKET}/builds/Linux/x86_64/docker-$DOCKER_VERSION.tgz" -o docker.tgz 	&& echo "${DOCKER_SHA256} *docker.tgz" | sha256sum -c - 	&& tar -xzvf docker.tgz 	&& mv docker/* /usr/local/bin/ 	&& rmdir docker 	&& rm docker.tgz 	&& docker -v
-# Thu, 23 Jun 2016 20:18:32 GMT
-COPY file:50006c902e7677711aeffe4ab7b7042d649618b96dec760f322a8566dd83ab25 in /usr/local/bin/
-# Thu, 23 Jun 2016 20:18:33 GMT
-ENTRYPOINT &{["docker-entrypoint.sh"]}
-# Thu, 23 Jun 2016 20:18:33 GMT
-CMD ["sh"]
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:49e2842bdfdf9757b6fb042a914386833eb89594a0f6643fc8a7ca8e925dd58c`  
-		Last Modified: Thu, 23 Jun 2016 20:17:29 GMT  
-		Size: 913.0 KB (913008 bytes)
-	-	`sha256:10fb2f450fdc80d99e84f607c24917360bdbf360fe7329867de8322425c22624`  
-		Last Modified: Thu, 23 Jun 2016 20:18:53 GMT  
-		Size: 20.4 MB (20449706 bytes)
-	-	`sha256:81ca7ec69872bf4ff8a3ffb899d32ff46a9e5eec6fc69aed7ad580552d3ffa02`  
-		Last Modified: Thu, 23 Jun 2016 20:18:41 GMT  
-		Size: 466.0 B
-
-## `docker:1.11`
-
-```console
-$ docker pull docker@sha256:8ea16b052a980e935bc32607f0b011196a56f416130e9480d942f288db6506e1
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `docker:1.11` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **23.7 MB (23673466 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:b7b7422b4d51afbf910dbc29640d65bf973432f1bc395faf864dd1be3f0866fe`
--	Entrypoint: `["docker-entrypoint.sh"]`
--	Default Command: `["sh"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Thu, 23 Jun 2016 20:17:11 GMT
-RUN apk add --no-cache 		ca-certificates 		curl 		openssl
-# Thu, 23 Jun 2016 20:18:26 GMT
-ENV DOCKER_BUCKET=get.docker.com
-# Thu, 23 Jun 2016 20:18:26 GMT
-ENV DOCKER_VERSION=1.11.2
-# Thu, 23 Jun 2016 20:18:27 GMT
-ENV DOCKER_SHA256=8c2e0c35e3cda11706f54b2d46c2521a6e9026a7b13c7d4b8ae1f3a706fc55e1
-# Thu, 23 Jun 2016 20:18:31 GMT
-RUN set -x 	&& curl -fSL "https://${DOCKER_BUCKET}/builds/Linux/x86_64/docker-$DOCKER_VERSION.tgz" -o docker.tgz 	&& echo "${DOCKER_SHA256} *docker.tgz" | sha256sum -c - 	&& tar -xzvf docker.tgz 	&& mv docker/* /usr/local/bin/ 	&& rmdir docker 	&& rm docker.tgz 	&& docker -v
-# Thu, 23 Jun 2016 20:18:32 GMT
-COPY file:50006c902e7677711aeffe4ab7b7042d649618b96dec760f322a8566dd83ab25 in /usr/local/bin/
-# Thu, 23 Jun 2016 20:18:33 GMT
-ENTRYPOINT &{["docker-entrypoint.sh"]}
-# Thu, 23 Jun 2016 20:18:33 GMT
-CMD ["sh"]
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:49e2842bdfdf9757b6fb042a914386833eb89594a0f6643fc8a7ca8e925dd58c`  
-		Last Modified: Thu, 23 Jun 2016 20:17:29 GMT  
-		Size: 913.0 KB (913008 bytes)
-	-	`sha256:10fb2f450fdc80d99e84f607c24917360bdbf360fe7329867de8322425c22624`  
-		Last Modified: Thu, 23 Jun 2016 20:18:53 GMT  
-		Size: 20.4 MB (20449706 bytes)
-	-	`sha256:81ca7ec69872bf4ff8a3ffb899d32ff46a9e5eec6fc69aed7ad580552d3ffa02`  
-		Last Modified: Thu, 23 Jun 2016 20:18:41 GMT  
-		Size: 466.0 B
-
-## `docker:1`
-
-```console
-$ docker pull docker@sha256:8ea16b052a980e935bc32607f0b011196a56f416130e9480d942f288db6506e1
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `docker:1` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **23.7 MB (23673466 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:b7b7422b4d51afbf910dbc29640d65bf973432f1bc395faf864dd1be3f0866fe`
--	Entrypoint: `["docker-entrypoint.sh"]`
--	Default Command: `["sh"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Thu, 23 Jun 2016 20:17:11 GMT
-RUN apk add --no-cache 		ca-certificates 		curl 		openssl
-# Thu, 23 Jun 2016 20:18:26 GMT
-ENV DOCKER_BUCKET=get.docker.com
-# Thu, 23 Jun 2016 20:18:26 GMT
-ENV DOCKER_VERSION=1.11.2
-# Thu, 23 Jun 2016 20:18:27 GMT
-ENV DOCKER_SHA256=8c2e0c35e3cda11706f54b2d46c2521a6e9026a7b13c7d4b8ae1f3a706fc55e1
-# Thu, 23 Jun 2016 20:18:31 GMT
-RUN set -x 	&& curl -fSL "https://${DOCKER_BUCKET}/builds/Linux/x86_64/docker-$DOCKER_VERSION.tgz" -o docker.tgz 	&& echo "${DOCKER_SHA256} *docker.tgz" | sha256sum -c - 	&& tar -xzvf docker.tgz 	&& mv docker/* /usr/local/bin/ 	&& rmdir docker 	&& rm docker.tgz 	&& docker -v
-# Thu, 23 Jun 2016 20:18:32 GMT
-COPY file:50006c902e7677711aeffe4ab7b7042d649618b96dec760f322a8566dd83ab25 in /usr/local/bin/
-# Thu, 23 Jun 2016 20:18:33 GMT
-ENTRYPOINT &{["docker-entrypoint.sh"]}
-# Thu, 23 Jun 2016 20:18:33 GMT
-CMD ["sh"]
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:49e2842bdfdf9757b6fb042a914386833eb89594a0f6643fc8a7ca8e925dd58c`  
-		Last Modified: Thu, 23 Jun 2016 20:17:29 GMT  
-		Size: 913.0 KB (913008 bytes)
-	-	`sha256:10fb2f450fdc80d99e84f607c24917360bdbf360fe7329867de8322425c22624`  
-		Last Modified: Thu, 23 Jun 2016 20:18:53 GMT  
-		Size: 20.4 MB (20449706 bytes)
-	-	`sha256:81ca7ec69872bf4ff8a3ffb899d32ff46a9e5eec6fc69aed7ad580552d3ffa02`  
-		Last Modified: Thu, 23 Jun 2016 20:18:41 GMT  
-		Size: 466.0 B
-
-## `docker:latest`
-
-```console
-$ docker pull docker@sha256:8ea16b052a980e935bc32607f0b011196a56f416130e9480d942f288db6506e1
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `docker:latest` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **23.7 MB (23673466 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:b7b7422b4d51afbf910dbc29640d65bf973432f1bc395faf864dd1be3f0866fe`
--	Entrypoint: `["docker-entrypoint.sh"]`
--	Default Command: `["sh"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Thu, 23 Jun 2016 20:17:11 GMT
-RUN apk add --no-cache 		ca-certificates 		curl 		openssl
-# Thu, 23 Jun 2016 20:18:26 GMT
-ENV DOCKER_BUCKET=get.docker.com
-# Thu, 23 Jun 2016 20:18:26 GMT
-ENV DOCKER_VERSION=1.11.2
-# Thu, 23 Jun 2016 20:18:27 GMT
-ENV DOCKER_SHA256=8c2e0c35e3cda11706f54b2d46c2521a6e9026a7b13c7d4b8ae1f3a706fc55e1
-# Thu, 23 Jun 2016 20:18:31 GMT
-RUN set -x 	&& curl -fSL "https://${DOCKER_BUCKET}/builds/Linux/x86_64/docker-$DOCKER_VERSION.tgz" -o docker.tgz 	&& echo "${DOCKER_SHA256} *docker.tgz" | sha256sum -c - 	&& tar -xzvf docker.tgz 	&& mv docker/* /usr/local/bin/ 	&& rmdir docker 	&& rm docker.tgz 	&& docker -v
-# Thu, 23 Jun 2016 20:18:32 GMT
-COPY file:50006c902e7677711aeffe4ab7b7042d649618b96dec760f322a8566dd83ab25 in /usr/local/bin/
-# Thu, 23 Jun 2016 20:18:33 GMT
-ENTRYPOINT &{["docker-entrypoint.sh"]}
-# Thu, 23 Jun 2016 20:18:33 GMT
-CMD ["sh"]
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:49e2842bdfdf9757b6fb042a914386833eb89594a0f6643fc8a7ca8e925dd58c`  
-		Last Modified: Thu, 23 Jun 2016 20:17:29 GMT  
-		Size: 913.0 KB (913008 bytes)
-	-	`sha256:10fb2f450fdc80d99e84f607c24917360bdbf360fe7329867de8322425c22624`  
-		Last Modified: Thu, 23 Jun 2016 20:18:53 GMT  
-		Size: 20.4 MB (20449706 bytes)
-	-	`sha256:81ca7ec69872bf4ff8a3ffb899d32ff46a9e5eec6fc69aed7ad580552d3ffa02`  
-		Last Modified: Thu, 23 Jun 2016 20:18:41 GMT  
-		Size: 466.0 B
-
-## `docker:1.11.2-dind`
-
-```console
-$ docker pull docker@sha256:fc8971f1d9c3d075cca5f36600d1053f8a716bf26b97740a758c596be377b446
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `docker:1.11.2-dind` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **25.8 MB (25763261 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:a5fc60c35ab566212e8eceb74d53eee52981f340670f064d9d8a95b21bf5e2c5`
--	Entrypoint: `["dockerd-entrypoint.sh"]`
--	Default Command: `[]`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Thu, 23 Jun 2016 20:17:11 GMT
-RUN apk add --no-cache 		ca-certificates 		curl 		openssl
-# Thu, 23 Jun 2016 20:18:26 GMT
-ENV DOCKER_BUCKET=get.docker.com
-# Thu, 23 Jun 2016 20:18:26 GMT
-ENV DOCKER_VERSION=1.11.2
-# Thu, 23 Jun 2016 20:18:27 GMT
-ENV DOCKER_SHA256=8c2e0c35e3cda11706f54b2d46c2521a6e9026a7b13c7d4b8ae1f3a706fc55e1
-# Thu, 23 Jun 2016 20:18:31 GMT
-RUN set -x 	&& curl -fSL "https://${DOCKER_BUCKET}/builds/Linux/x86_64/docker-$DOCKER_VERSION.tgz" -o docker.tgz 	&& echo "${DOCKER_SHA256} *docker.tgz" | sha256sum -c - 	&& tar -xzvf docker.tgz 	&& mv docker/* /usr/local/bin/ 	&& rmdir docker 	&& rm docker.tgz 	&& docker -v
-# Thu, 23 Jun 2016 20:18:32 GMT
-COPY file:50006c902e7677711aeffe4ab7b7042d649618b96dec760f322a8566dd83ab25 in /usr/local/bin/
-# Thu, 23 Jun 2016 20:18:33 GMT
-ENTRYPOINT &{["docker-entrypoint.sh"]}
-# Thu, 23 Jun 2016 20:18:33 GMT
-CMD ["sh"]
-# Thu, 23 Jun 2016 22:16:53 GMT
-RUN apk add --no-cache 		btrfs-progs 		e2fsprogs 		e2fsprogs-extra 		iptables 		xfsprogs 		xz
-# Fri, 01 Jul 2016 19:20:45 GMT
-RUN set -x 	&& addgroup -S dockremap 	&& adduser -S -G dockremap dockremap 	&& echo 'dockremap:165536:65536' >> /etc/subuid 	&& echo 'dockremap:165536:65536' >> /etc/subgid
-# Fri, 01 Jul 2016 19:20:45 GMT
-ENV DIND_COMMIT=3b5fac462d21ca164b3778647420016315289034
-# Fri, 01 Jul 2016 19:20:47 GMT
-RUN wget "https://raw.githubusercontent.com/docker/docker/${DIND_COMMIT}/hack/dind" -O /usr/local/bin/dind 	&& chmod +x /usr/local/bin/dind
-# Fri, 01 Jul 2016 19:20:47 GMT
-COPY file:a00ae81495fdf69e63bb25e3b665aa29cb53cfe5788e6134adfc0f35caff6295 in /usr/local/bin/
-# Fri, 01 Jul 2016 19:20:47 GMT
-VOLUME [/var/lib/docker]
-# Fri, 01 Jul 2016 19:20:48 GMT
-EXPOSE 2375/tcp
-# Fri, 01 Jul 2016 19:20:48 GMT
-ENTRYPOINT &{["dockerd-entrypoint.sh"]}
-# Fri, 01 Jul 2016 19:20:48 GMT
-CMD []
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:49e2842bdfdf9757b6fb042a914386833eb89594a0f6643fc8a7ca8e925dd58c`  
-		Last Modified: Thu, 23 Jun 2016 20:17:29 GMT  
-		Size: 913.0 KB (913008 bytes)
-	-	`sha256:10fb2f450fdc80d99e84f607c24917360bdbf360fe7329867de8322425c22624`  
-		Last Modified: Thu, 23 Jun 2016 20:18:53 GMT  
-		Size: 20.4 MB (20449706 bytes)
-	-	`sha256:81ca7ec69872bf4ff8a3ffb899d32ff46a9e5eec6fc69aed7ad580552d3ffa02`  
-		Last Modified: Thu, 23 Jun 2016 20:18:41 GMT  
-		Size: 466.0 B
-	-	`sha256:35a39bc3386b3b69bcd12abc45f6243603645b67ebd20e9cd40b2cfc70c67ef2`  
-		Last Modified: Thu, 23 Jun 2016 22:17:06 GMT  
-		Size: 2.1 MB (2065036 bytes)
-	-	`sha256:5b1373dd4d7eee6f3833e38ee94c43d01d8f9af9c6c0a702a502224cafececec`  
-		Last Modified: Fri, 01 Jul 2016 19:22:48 GMT  
-		Size: 22.5 KB (22502 bytes)
-	-	`sha256:4af5af3d425e3c0368ef84517cb3f421b220b3b5d367ddda090667ac630c678d`  
-		Last Modified: Fri, 01 Jul 2016 19:22:49 GMT  
-		Size: 1.8 KB (1821 bytes)
-	-	`sha256:625b3a7c30d5e76b58a6b84dcb61983885db3b7229e218906ea625e657d047a3`  
-		Last Modified: Fri, 01 Jul 2016 19:22:48 GMT  
-		Size: 436.0 B
-
-## `docker:1.11-dind`
-
-```console
-$ docker pull docker@sha256:fc8971f1d9c3d075cca5f36600d1053f8a716bf26b97740a758c596be377b446
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `docker:1.11-dind` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **25.8 MB (25763261 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:a5fc60c35ab566212e8eceb74d53eee52981f340670f064d9d8a95b21bf5e2c5`
--	Entrypoint: `["dockerd-entrypoint.sh"]`
--	Default Command: `[]`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Thu, 23 Jun 2016 20:17:11 GMT
-RUN apk add --no-cache 		ca-certificates 		curl 		openssl
-# Thu, 23 Jun 2016 20:18:26 GMT
-ENV DOCKER_BUCKET=get.docker.com
-# Thu, 23 Jun 2016 20:18:26 GMT
-ENV DOCKER_VERSION=1.11.2
-# Thu, 23 Jun 2016 20:18:27 GMT
-ENV DOCKER_SHA256=8c2e0c35e3cda11706f54b2d46c2521a6e9026a7b13c7d4b8ae1f3a706fc55e1
-# Thu, 23 Jun 2016 20:18:31 GMT
-RUN set -x 	&& curl -fSL "https://${DOCKER_BUCKET}/builds/Linux/x86_64/docker-$DOCKER_VERSION.tgz" -o docker.tgz 	&& echo "${DOCKER_SHA256} *docker.tgz" | sha256sum -c - 	&& tar -xzvf docker.tgz 	&& mv docker/* /usr/local/bin/ 	&& rmdir docker 	&& rm docker.tgz 	&& docker -v
-# Thu, 23 Jun 2016 20:18:32 GMT
-COPY file:50006c902e7677711aeffe4ab7b7042d649618b96dec760f322a8566dd83ab25 in /usr/local/bin/
-# Thu, 23 Jun 2016 20:18:33 GMT
-ENTRYPOINT &{["docker-entrypoint.sh"]}
-# Thu, 23 Jun 2016 20:18:33 GMT
-CMD ["sh"]
-# Thu, 23 Jun 2016 22:16:53 GMT
-RUN apk add --no-cache 		btrfs-progs 		e2fsprogs 		e2fsprogs-extra 		iptables 		xfsprogs 		xz
-# Fri, 01 Jul 2016 19:20:45 GMT
-RUN set -x 	&& addgroup -S dockremap 	&& adduser -S -G dockremap dockremap 	&& echo 'dockremap:165536:65536' >> /etc/subuid 	&& echo 'dockremap:165536:65536' >> /etc/subgid
-# Fri, 01 Jul 2016 19:20:45 GMT
-ENV DIND_COMMIT=3b5fac462d21ca164b3778647420016315289034
-# Fri, 01 Jul 2016 19:20:47 GMT
-RUN wget "https://raw.githubusercontent.com/docker/docker/${DIND_COMMIT}/hack/dind" -O /usr/local/bin/dind 	&& chmod +x /usr/local/bin/dind
-# Fri, 01 Jul 2016 19:20:47 GMT
-COPY file:a00ae81495fdf69e63bb25e3b665aa29cb53cfe5788e6134adfc0f35caff6295 in /usr/local/bin/
-# Fri, 01 Jul 2016 19:20:47 GMT
-VOLUME [/var/lib/docker]
-# Fri, 01 Jul 2016 19:20:48 GMT
-EXPOSE 2375/tcp
-# Fri, 01 Jul 2016 19:20:48 GMT
-ENTRYPOINT &{["dockerd-entrypoint.sh"]}
-# Fri, 01 Jul 2016 19:20:48 GMT
-CMD []
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:49e2842bdfdf9757b6fb042a914386833eb89594a0f6643fc8a7ca8e925dd58c`  
-		Last Modified: Thu, 23 Jun 2016 20:17:29 GMT  
-		Size: 913.0 KB (913008 bytes)
-	-	`sha256:10fb2f450fdc80d99e84f607c24917360bdbf360fe7329867de8322425c22624`  
-		Last Modified: Thu, 23 Jun 2016 20:18:53 GMT  
-		Size: 20.4 MB (20449706 bytes)
-	-	`sha256:81ca7ec69872bf4ff8a3ffb899d32ff46a9e5eec6fc69aed7ad580552d3ffa02`  
-		Last Modified: Thu, 23 Jun 2016 20:18:41 GMT  
-		Size: 466.0 B
-	-	`sha256:35a39bc3386b3b69bcd12abc45f6243603645b67ebd20e9cd40b2cfc70c67ef2`  
-		Last Modified: Thu, 23 Jun 2016 22:17:06 GMT  
-		Size: 2.1 MB (2065036 bytes)
-	-	`sha256:5b1373dd4d7eee6f3833e38ee94c43d01d8f9af9c6c0a702a502224cafececec`  
-		Last Modified: Fri, 01 Jul 2016 19:22:48 GMT  
-		Size: 22.5 KB (22502 bytes)
-	-	`sha256:4af5af3d425e3c0368ef84517cb3f421b220b3b5d367ddda090667ac630c678d`  
-		Last Modified: Fri, 01 Jul 2016 19:22:49 GMT  
-		Size: 1.8 KB (1821 bytes)
-	-	`sha256:625b3a7c30d5e76b58a6b84dcb61983885db3b7229e218906ea625e657d047a3`  
-		Last Modified: Fri, 01 Jul 2016 19:22:48 GMT  
-		Size: 436.0 B
-
-## `docker:1-dind`
-
-```console
-$ docker pull docker@sha256:fc8971f1d9c3d075cca5f36600d1053f8a716bf26b97740a758c596be377b446
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `docker:1-dind` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **25.8 MB (25763261 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:a5fc60c35ab566212e8eceb74d53eee52981f340670f064d9d8a95b21bf5e2c5`
--	Entrypoint: `["dockerd-entrypoint.sh"]`
--	Default Command: `[]`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Thu, 23 Jun 2016 20:17:11 GMT
-RUN apk add --no-cache 		ca-certificates 		curl 		openssl
-# Thu, 23 Jun 2016 20:18:26 GMT
-ENV DOCKER_BUCKET=get.docker.com
-# Thu, 23 Jun 2016 20:18:26 GMT
-ENV DOCKER_VERSION=1.11.2
-# Thu, 23 Jun 2016 20:18:27 GMT
-ENV DOCKER_SHA256=8c2e0c35e3cda11706f54b2d46c2521a6e9026a7b13c7d4b8ae1f3a706fc55e1
-# Thu, 23 Jun 2016 20:18:31 GMT
-RUN set -x 	&& curl -fSL "https://${DOCKER_BUCKET}/builds/Linux/x86_64/docker-$DOCKER_VERSION.tgz" -o docker.tgz 	&& echo "${DOCKER_SHA256} *docker.tgz" | sha256sum -c - 	&& tar -xzvf docker.tgz 	&& mv docker/* /usr/local/bin/ 	&& rmdir docker 	&& rm docker.tgz 	&& docker -v
-# Thu, 23 Jun 2016 20:18:32 GMT
-COPY file:50006c902e7677711aeffe4ab7b7042d649618b96dec760f322a8566dd83ab25 in /usr/local/bin/
-# Thu, 23 Jun 2016 20:18:33 GMT
-ENTRYPOINT &{["docker-entrypoint.sh"]}
-# Thu, 23 Jun 2016 20:18:33 GMT
-CMD ["sh"]
-# Thu, 23 Jun 2016 22:16:53 GMT
-RUN apk add --no-cache 		btrfs-progs 		e2fsprogs 		e2fsprogs-extra 		iptables 		xfsprogs 		xz
-# Fri, 01 Jul 2016 19:20:45 GMT
-RUN set -x 	&& addgroup -S dockremap 	&& adduser -S -G dockremap dockremap 	&& echo 'dockremap:165536:65536' >> /etc/subuid 	&& echo 'dockremap:165536:65536' >> /etc/subgid
-# Fri, 01 Jul 2016 19:20:45 GMT
-ENV DIND_COMMIT=3b5fac462d21ca164b3778647420016315289034
-# Fri, 01 Jul 2016 19:20:47 GMT
-RUN wget "https://raw.githubusercontent.com/docker/docker/${DIND_COMMIT}/hack/dind" -O /usr/local/bin/dind 	&& chmod +x /usr/local/bin/dind
-# Fri, 01 Jul 2016 19:20:47 GMT
-COPY file:a00ae81495fdf69e63bb25e3b665aa29cb53cfe5788e6134adfc0f35caff6295 in /usr/local/bin/
-# Fri, 01 Jul 2016 19:20:47 GMT
-VOLUME [/var/lib/docker]
-# Fri, 01 Jul 2016 19:20:48 GMT
-EXPOSE 2375/tcp
-# Fri, 01 Jul 2016 19:20:48 GMT
-ENTRYPOINT &{["dockerd-entrypoint.sh"]}
-# Fri, 01 Jul 2016 19:20:48 GMT
-CMD []
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:49e2842bdfdf9757b6fb042a914386833eb89594a0f6643fc8a7ca8e925dd58c`  
-		Last Modified: Thu, 23 Jun 2016 20:17:29 GMT  
-		Size: 913.0 KB (913008 bytes)
-	-	`sha256:10fb2f450fdc80d99e84f607c24917360bdbf360fe7329867de8322425c22624`  
-		Last Modified: Thu, 23 Jun 2016 20:18:53 GMT  
-		Size: 20.4 MB (20449706 bytes)
-	-	`sha256:81ca7ec69872bf4ff8a3ffb899d32ff46a9e5eec6fc69aed7ad580552d3ffa02`  
-		Last Modified: Thu, 23 Jun 2016 20:18:41 GMT  
-		Size: 466.0 B
-	-	`sha256:35a39bc3386b3b69bcd12abc45f6243603645b67ebd20e9cd40b2cfc70c67ef2`  
-		Last Modified: Thu, 23 Jun 2016 22:17:06 GMT  
-		Size: 2.1 MB (2065036 bytes)
-	-	`sha256:5b1373dd4d7eee6f3833e38ee94c43d01d8f9af9c6c0a702a502224cafececec`  
-		Last Modified: Fri, 01 Jul 2016 19:22:48 GMT  
-		Size: 22.5 KB (22502 bytes)
-	-	`sha256:4af5af3d425e3c0368ef84517cb3f421b220b3b5d367ddda090667ac630c678d`  
-		Last Modified: Fri, 01 Jul 2016 19:22:49 GMT  
-		Size: 1.8 KB (1821 bytes)
-	-	`sha256:625b3a7c30d5e76b58a6b84dcb61983885db3b7229e218906ea625e657d047a3`  
-		Last Modified: Fri, 01 Jul 2016 19:22:48 GMT  
-		Size: 436.0 B
-
-## `docker:dind`
-
-```console
-$ docker pull docker@sha256:fc8971f1d9c3d075cca5f36600d1053f8a716bf26b97740a758c596be377b446
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `docker:dind` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **25.8 MB (25763261 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:a5fc60c35ab566212e8eceb74d53eee52981f340670f064d9d8a95b21bf5e2c5`
--	Entrypoint: `["dockerd-entrypoint.sh"]`
--	Default Command: `[]`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Thu, 23 Jun 2016 20:17:11 GMT
-RUN apk add --no-cache 		ca-certificates 		curl 		openssl
-# Thu, 23 Jun 2016 20:18:26 GMT
-ENV DOCKER_BUCKET=get.docker.com
-# Thu, 23 Jun 2016 20:18:26 GMT
-ENV DOCKER_VERSION=1.11.2
-# Thu, 23 Jun 2016 20:18:27 GMT
-ENV DOCKER_SHA256=8c2e0c35e3cda11706f54b2d46c2521a6e9026a7b13c7d4b8ae1f3a706fc55e1
-# Thu, 23 Jun 2016 20:18:31 GMT
-RUN set -x 	&& curl -fSL "https://${DOCKER_BUCKET}/builds/Linux/x86_64/docker-$DOCKER_VERSION.tgz" -o docker.tgz 	&& echo "${DOCKER_SHA256} *docker.tgz" | sha256sum -c - 	&& tar -xzvf docker.tgz 	&& mv docker/* /usr/local/bin/ 	&& rmdir docker 	&& rm docker.tgz 	&& docker -v
-# Thu, 23 Jun 2016 20:18:32 GMT
-COPY file:50006c902e7677711aeffe4ab7b7042d649618b96dec760f322a8566dd83ab25 in /usr/local/bin/
-# Thu, 23 Jun 2016 20:18:33 GMT
-ENTRYPOINT &{["docker-entrypoint.sh"]}
-# Thu, 23 Jun 2016 20:18:33 GMT
-CMD ["sh"]
-# Thu, 23 Jun 2016 22:16:53 GMT
-RUN apk add --no-cache 		btrfs-progs 		e2fsprogs 		e2fsprogs-extra 		iptables 		xfsprogs 		xz
-# Fri, 01 Jul 2016 19:20:45 GMT
-RUN set -x 	&& addgroup -S dockremap 	&& adduser -S -G dockremap dockremap 	&& echo 'dockremap:165536:65536' >> /etc/subuid 	&& echo 'dockremap:165536:65536' >> /etc/subgid
-# Fri, 01 Jul 2016 19:20:45 GMT
-ENV DIND_COMMIT=3b5fac462d21ca164b3778647420016315289034
-# Fri, 01 Jul 2016 19:20:47 GMT
-RUN wget "https://raw.githubusercontent.com/docker/docker/${DIND_COMMIT}/hack/dind" -O /usr/local/bin/dind 	&& chmod +x /usr/local/bin/dind
-# Fri, 01 Jul 2016 19:20:47 GMT
-COPY file:a00ae81495fdf69e63bb25e3b665aa29cb53cfe5788e6134adfc0f35caff6295 in /usr/local/bin/
-# Fri, 01 Jul 2016 19:20:47 GMT
-VOLUME [/var/lib/docker]
-# Fri, 01 Jul 2016 19:20:48 GMT
-EXPOSE 2375/tcp
-# Fri, 01 Jul 2016 19:20:48 GMT
-ENTRYPOINT &{["dockerd-entrypoint.sh"]}
-# Fri, 01 Jul 2016 19:20:48 GMT
-CMD []
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:49e2842bdfdf9757b6fb042a914386833eb89594a0f6643fc8a7ca8e925dd58c`  
-		Last Modified: Thu, 23 Jun 2016 20:17:29 GMT  
-		Size: 913.0 KB (913008 bytes)
-	-	`sha256:10fb2f450fdc80d99e84f607c24917360bdbf360fe7329867de8322425c22624`  
-		Last Modified: Thu, 23 Jun 2016 20:18:53 GMT  
-		Size: 20.4 MB (20449706 bytes)
-	-	`sha256:81ca7ec69872bf4ff8a3ffb899d32ff46a9e5eec6fc69aed7ad580552d3ffa02`  
-		Last Modified: Thu, 23 Jun 2016 20:18:41 GMT  
-		Size: 466.0 B
-	-	`sha256:35a39bc3386b3b69bcd12abc45f6243603645b67ebd20e9cd40b2cfc70c67ef2`  
-		Last Modified: Thu, 23 Jun 2016 22:17:06 GMT  
-		Size: 2.1 MB (2065036 bytes)
-	-	`sha256:5b1373dd4d7eee6f3833e38ee94c43d01d8f9af9c6c0a702a502224cafececec`  
-		Last Modified: Fri, 01 Jul 2016 19:22:48 GMT  
-		Size: 22.5 KB (22502 bytes)
-	-	`sha256:4af5af3d425e3c0368ef84517cb3f421b220b3b5d367ddda090667ac630c678d`  
-		Last Modified: Fri, 01 Jul 2016 19:22:49 GMT  
-		Size: 1.8 KB (1821 bytes)
-	-	`sha256:625b3a7c30d5e76b58a6b84dcb61983885db3b7229e218906ea625e657d047a3`  
-		Last Modified: Fri, 01 Jul 2016 19:22:48 GMT  
-		Size: 436.0 B
-
-## `docker:1.11.2-git`
-
-```console
-$ docker pull docker@sha256:99168dd6df6c84811ad3e449552757c0679f6ba6887841ae8db2e5f64855bd8b
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `docker:1.11.2-git` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **32.8 MB (32811887 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:87db9acc91f713cb49c1a5b90063ef94421e0c3eb878922552c0dbcb5f233536`
--	Entrypoint: `["docker-entrypoint.sh"]`
--	Default Command: `["sh"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Thu, 23 Jun 2016 20:17:11 GMT
-RUN apk add --no-cache 		ca-certificates 		curl 		openssl
-# Thu, 23 Jun 2016 20:18:26 GMT
-ENV DOCKER_BUCKET=get.docker.com
-# Thu, 23 Jun 2016 20:18:26 GMT
-ENV DOCKER_VERSION=1.11.2
-# Thu, 23 Jun 2016 20:18:27 GMT
-ENV DOCKER_SHA256=8c2e0c35e3cda11706f54b2d46c2521a6e9026a7b13c7d4b8ae1f3a706fc55e1
-# Thu, 23 Jun 2016 20:18:31 GMT
-RUN set -x 	&& curl -fSL "https://${DOCKER_BUCKET}/builds/Linux/x86_64/docker-$DOCKER_VERSION.tgz" -o docker.tgz 	&& echo "${DOCKER_SHA256} *docker.tgz" | sha256sum -c - 	&& tar -xzvf docker.tgz 	&& mv docker/* /usr/local/bin/ 	&& rmdir docker 	&& rm docker.tgz 	&& docker -v
-# Thu, 23 Jun 2016 20:18:32 GMT
-COPY file:50006c902e7677711aeffe4ab7b7042d649618b96dec760f322a8566dd83ab25 in /usr/local/bin/
-# Thu, 23 Jun 2016 20:18:33 GMT
-ENTRYPOINT &{["docker-entrypoint.sh"]}
-# Thu, 23 Jun 2016 20:18:33 GMT
-CMD ["sh"]
-# Thu, 23 Jun 2016 22:17:38 GMT
-RUN apk add --no-cache 		git 		openssh-client
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:49e2842bdfdf9757b6fb042a914386833eb89594a0f6643fc8a7ca8e925dd58c`  
-		Last Modified: Thu, 23 Jun 2016 20:17:29 GMT  
-		Size: 913.0 KB (913008 bytes)
-	-	`sha256:10fb2f450fdc80d99e84f607c24917360bdbf360fe7329867de8322425c22624`  
-		Last Modified: Thu, 23 Jun 2016 20:18:53 GMT  
-		Size: 20.4 MB (20449706 bytes)
-	-	`sha256:81ca7ec69872bf4ff8a3ffb899d32ff46a9e5eec6fc69aed7ad580552d3ffa02`  
-		Last Modified: Thu, 23 Jun 2016 20:18:41 GMT  
-		Size: 466.0 B
-	-	`sha256:1d7e81cdc08bf6db6ce70280f4a26fd660b07f70e97802ee414af0155f46a3ea`  
-		Last Modified: Thu, 23 Jun 2016 22:17:47 GMT  
-		Size: 9.1 MB (9138421 bytes)
-
-## `docker:1.11-git`
-
-```console
-$ docker pull docker@sha256:99168dd6df6c84811ad3e449552757c0679f6ba6887841ae8db2e5f64855bd8b
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `docker:1.11-git` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **32.8 MB (32811887 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:87db9acc91f713cb49c1a5b90063ef94421e0c3eb878922552c0dbcb5f233536`
--	Entrypoint: `["docker-entrypoint.sh"]`
--	Default Command: `["sh"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Thu, 23 Jun 2016 20:17:11 GMT
-RUN apk add --no-cache 		ca-certificates 		curl 		openssl
-# Thu, 23 Jun 2016 20:18:26 GMT
-ENV DOCKER_BUCKET=get.docker.com
-# Thu, 23 Jun 2016 20:18:26 GMT
-ENV DOCKER_VERSION=1.11.2
-# Thu, 23 Jun 2016 20:18:27 GMT
-ENV DOCKER_SHA256=8c2e0c35e3cda11706f54b2d46c2521a6e9026a7b13c7d4b8ae1f3a706fc55e1
-# Thu, 23 Jun 2016 20:18:31 GMT
-RUN set -x 	&& curl -fSL "https://${DOCKER_BUCKET}/builds/Linux/x86_64/docker-$DOCKER_VERSION.tgz" -o docker.tgz 	&& echo "${DOCKER_SHA256} *docker.tgz" | sha256sum -c - 	&& tar -xzvf docker.tgz 	&& mv docker/* /usr/local/bin/ 	&& rmdir docker 	&& rm docker.tgz 	&& docker -v
-# Thu, 23 Jun 2016 20:18:32 GMT
-COPY file:50006c902e7677711aeffe4ab7b7042d649618b96dec760f322a8566dd83ab25 in /usr/local/bin/
-# Thu, 23 Jun 2016 20:18:33 GMT
-ENTRYPOINT &{["docker-entrypoint.sh"]}
-# Thu, 23 Jun 2016 20:18:33 GMT
-CMD ["sh"]
-# Thu, 23 Jun 2016 22:17:38 GMT
-RUN apk add --no-cache 		git 		openssh-client
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:49e2842bdfdf9757b6fb042a914386833eb89594a0f6643fc8a7ca8e925dd58c`  
-		Last Modified: Thu, 23 Jun 2016 20:17:29 GMT  
-		Size: 913.0 KB (913008 bytes)
-	-	`sha256:10fb2f450fdc80d99e84f607c24917360bdbf360fe7329867de8322425c22624`  
-		Last Modified: Thu, 23 Jun 2016 20:18:53 GMT  
-		Size: 20.4 MB (20449706 bytes)
-	-	`sha256:81ca7ec69872bf4ff8a3ffb899d32ff46a9e5eec6fc69aed7ad580552d3ffa02`  
-		Last Modified: Thu, 23 Jun 2016 20:18:41 GMT  
-		Size: 466.0 B
-	-	`sha256:1d7e81cdc08bf6db6ce70280f4a26fd660b07f70e97802ee414af0155f46a3ea`  
-		Last Modified: Thu, 23 Jun 2016 22:17:47 GMT  
-		Size: 9.1 MB (9138421 bytes)
-
-## `docker:1-git`
-
-```console
-$ docker pull docker@sha256:99168dd6df6c84811ad3e449552757c0679f6ba6887841ae8db2e5f64855bd8b
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `docker:1-git` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **32.8 MB (32811887 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:87db9acc91f713cb49c1a5b90063ef94421e0c3eb878922552c0dbcb5f233536`
--	Entrypoint: `["docker-entrypoint.sh"]`
--	Default Command: `["sh"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Thu, 23 Jun 2016 20:17:11 GMT
-RUN apk add --no-cache 		ca-certificates 		curl 		openssl
-# Thu, 23 Jun 2016 20:18:26 GMT
-ENV DOCKER_BUCKET=get.docker.com
-# Thu, 23 Jun 2016 20:18:26 GMT
-ENV DOCKER_VERSION=1.11.2
-# Thu, 23 Jun 2016 20:18:27 GMT
-ENV DOCKER_SHA256=8c2e0c35e3cda11706f54b2d46c2521a6e9026a7b13c7d4b8ae1f3a706fc55e1
-# Thu, 23 Jun 2016 20:18:31 GMT
-RUN set -x 	&& curl -fSL "https://${DOCKER_BUCKET}/builds/Linux/x86_64/docker-$DOCKER_VERSION.tgz" -o docker.tgz 	&& echo "${DOCKER_SHA256} *docker.tgz" | sha256sum -c - 	&& tar -xzvf docker.tgz 	&& mv docker/* /usr/local/bin/ 	&& rmdir docker 	&& rm docker.tgz 	&& docker -v
-# Thu, 23 Jun 2016 20:18:32 GMT
-COPY file:50006c902e7677711aeffe4ab7b7042d649618b96dec760f322a8566dd83ab25 in /usr/local/bin/
-# Thu, 23 Jun 2016 20:18:33 GMT
-ENTRYPOINT &{["docker-entrypoint.sh"]}
-# Thu, 23 Jun 2016 20:18:33 GMT
-CMD ["sh"]
-# Thu, 23 Jun 2016 22:17:38 GMT
-RUN apk add --no-cache 		git 		openssh-client
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:49e2842bdfdf9757b6fb042a914386833eb89594a0f6643fc8a7ca8e925dd58c`  
-		Last Modified: Thu, 23 Jun 2016 20:17:29 GMT  
-		Size: 913.0 KB (913008 bytes)
-	-	`sha256:10fb2f450fdc80d99e84f607c24917360bdbf360fe7329867de8322425c22624`  
-		Last Modified: Thu, 23 Jun 2016 20:18:53 GMT  
-		Size: 20.4 MB (20449706 bytes)
-	-	`sha256:81ca7ec69872bf4ff8a3ffb899d32ff46a9e5eec6fc69aed7ad580552d3ffa02`  
-		Last Modified: Thu, 23 Jun 2016 20:18:41 GMT  
-		Size: 466.0 B
-	-	`sha256:1d7e81cdc08bf6db6ce70280f4a26fd660b07f70e97802ee414af0155f46a3ea`  
-		Last Modified: Thu, 23 Jun 2016 22:17:47 GMT  
-		Size: 9.1 MB (9138421 bytes)
-
-## `docker:git`
-
-```console
-$ docker pull docker@sha256:99168dd6df6c84811ad3e449552757c0679f6ba6887841ae8db2e5f64855bd8b
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `docker:git` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **32.8 MB (32811887 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:87db9acc91f713cb49c1a5b90063ef94421e0c3eb878922552c0dbcb5f233536`
--	Entrypoint: `["docker-entrypoint.sh"]`
--	Default Command: `["sh"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Thu, 23 Jun 2016 20:17:11 GMT
-RUN apk add --no-cache 		ca-certificates 		curl 		openssl
-# Thu, 23 Jun 2016 20:18:26 GMT
-ENV DOCKER_BUCKET=get.docker.com
-# Thu, 23 Jun 2016 20:18:26 GMT
-ENV DOCKER_VERSION=1.11.2
-# Thu, 23 Jun 2016 20:18:27 GMT
-ENV DOCKER_SHA256=8c2e0c35e3cda11706f54b2d46c2521a6e9026a7b13c7d4b8ae1f3a706fc55e1
-# Thu, 23 Jun 2016 20:18:31 GMT
-RUN set -x 	&& curl -fSL "https://${DOCKER_BUCKET}/builds/Linux/x86_64/docker-$DOCKER_VERSION.tgz" -o docker.tgz 	&& echo "${DOCKER_SHA256} *docker.tgz" | sha256sum -c - 	&& tar -xzvf docker.tgz 	&& mv docker/* /usr/local/bin/ 	&& rmdir docker 	&& rm docker.tgz 	&& docker -v
-# Thu, 23 Jun 2016 20:18:32 GMT
-COPY file:50006c902e7677711aeffe4ab7b7042d649618b96dec760f322a8566dd83ab25 in /usr/local/bin/
-# Thu, 23 Jun 2016 20:18:33 GMT
-ENTRYPOINT &{["docker-entrypoint.sh"]}
-# Thu, 23 Jun 2016 20:18:33 GMT
-CMD ["sh"]
-# Thu, 23 Jun 2016 22:17:38 GMT
-RUN apk add --no-cache 		git 		openssh-client
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:49e2842bdfdf9757b6fb042a914386833eb89594a0f6643fc8a7ca8e925dd58c`  
-		Last Modified: Thu, 23 Jun 2016 20:17:29 GMT  
-		Size: 913.0 KB (913008 bytes)
-	-	`sha256:10fb2f450fdc80d99e84f607c24917360bdbf360fe7329867de8322425c22624`  
-		Last Modified: Thu, 23 Jun 2016 20:18:53 GMT  
-		Size: 20.4 MB (20449706 bytes)
-	-	`sha256:81ca7ec69872bf4ff8a3ffb899d32ff46a9e5eec6fc69aed7ad580552d3ffa02`  
-		Last Modified: Thu, 23 Jun 2016 20:18:41 GMT  
-		Size: 466.0 B
-	-	`sha256:1d7e81cdc08bf6db6ce70280f4a26fd660b07f70e97802ee414af0155f46a3ea`  
-		Last Modified: Thu, 23 Jun 2016 22:17:47 GMT  
-		Size: 9.1 MB (9138421 bytes)
-
-## `docker:1.10.3`
-
-```console
-$ docker pull docker@sha256:d9a95422aa236f1b09a96f1b044f87fe24934f5e29e7e877796dc242d98c4895
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `docker:1.10.3` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **13.1 MB (13085406 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:ae9ef03aa99cc5b0df11d5d4587675c680a76f30c35265ac5cff643b34533b27`
--	Entrypoint: `["docker-entrypoint.sh"]`
--	Default Command: `["sh"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Thu, 23 Jun 2016 20:17:11 GMT
-RUN apk add --no-cache 		ca-certificates 		curl 		openssl
-# Thu, 23 Jun 2016 20:18:26 GMT
-ENV DOCKER_BUCKET=get.docker.com
-# Thu, 23 Jun 2016 20:19:26 GMT
-ENV DOCKER_VERSION=1.10.3
-# Thu, 23 Jun 2016 20:19:26 GMT
-ENV DOCKER_SHA256=d0df512afa109006a450f41873634951e19ddabf8c7bd419caeb5a526032d86d
-# Thu, 23 Jun 2016 20:19:30 GMT
-RUN curl -fSL "https://${DOCKER_BUCKET}/builds/Linux/x86_64/docker-$DOCKER_VERSION" -o /usr/local/bin/docker 	&& echo "${DOCKER_SHA256}  /usr/local/bin/docker" | sha256sum -c - 	&& chmod +x /usr/local/bin/docker
-# Thu, 23 Jun 2016 20:19:31 GMT
-COPY file:50006c902e7677711aeffe4ab7b7042d649618b96dec760f322a8566dd83ab25 in /usr/local/bin/
-# Thu, 23 Jun 2016 20:19:32 GMT
-ENTRYPOINT &{["docker-entrypoint.sh"]}
-# Thu, 23 Jun 2016 20:19:32 GMT
-CMD ["sh"]
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:49e2842bdfdf9757b6fb042a914386833eb89594a0f6643fc8a7ca8e925dd58c`  
-		Last Modified: Thu, 23 Jun 2016 20:17:29 GMT  
-		Size: 913.0 KB (913008 bytes)
-	-	`sha256:26e60b21b458c4944093a6f68c74a2b2337feba2c08f43a35cb7dcc1a4328e95`  
-		Last Modified: Thu, 23 Jun 2016 20:19:46 GMT  
-		Size: 9.9 MB (9861648 bytes)
-	-	`sha256:ec51c463b77409ebba95c9468b16bbd827179ab223311226feb2219be06dcda4`  
-		Last Modified: Thu, 23 Jun 2016 20:19:40 GMT  
-		Size: 464.0 B
-
-## `docker:1.10`
-
-```console
-$ docker pull docker@sha256:d9a95422aa236f1b09a96f1b044f87fe24934f5e29e7e877796dc242d98c4895
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `docker:1.10` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **13.1 MB (13085406 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:ae9ef03aa99cc5b0df11d5d4587675c680a76f30c35265ac5cff643b34533b27`
--	Entrypoint: `["docker-entrypoint.sh"]`
--	Default Command: `["sh"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Thu, 23 Jun 2016 20:17:11 GMT
-RUN apk add --no-cache 		ca-certificates 		curl 		openssl
-# Thu, 23 Jun 2016 20:18:26 GMT
-ENV DOCKER_BUCKET=get.docker.com
-# Thu, 23 Jun 2016 20:19:26 GMT
-ENV DOCKER_VERSION=1.10.3
-# Thu, 23 Jun 2016 20:19:26 GMT
-ENV DOCKER_SHA256=d0df512afa109006a450f41873634951e19ddabf8c7bd419caeb5a526032d86d
-# Thu, 23 Jun 2016 20:19:30 GMT
-RUN curl -fSL "https://${DOCKER_BUCKET}/builds/Linux/x86_64/docker-$DOCKER_VERSION" -o /usr/local/bin/docker 	&& echo "${DOCKER_SHA256}  /usr/local/bin/docker" | sha256sum -c - 	&& chmod +x /usr/local/bin/docker
-# Thu, 23 Jun 2016 20:19:31 GMT
-COPY file:50006c902e7677711aeffe4ab7b7042d649618b96dec760f322a8566dd83ab25 in /usr/local/bin/
-# Thu, 23 Jun 2016 20:19:32 GMT
-ENTRYPOINT &{["docker-entrypoint.sh"]}
-# Thu, 23 Jun 2016 20:19:32 GMT
-CMD ["sh"]
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:49e2842bdfdf9757b6fb042a914386833eb89594a0f6643fc8a7ca8e925dd58c`  
-		Last Modified: Thu, 23 Jun 2016 20:17:29 GMT  
-		Size: 913.0 KB (913008 bytes)
-	-	`sha256:26e60b21b458c4944093a6f68c74a2b2337feba2c08f43a35cb7dcc1a4328e95`  
-		Last Modified: Thu, 23 Jun 2016 20:19:46 GMT  
-		Size: 9.9 MB (9861648 bytes)
-	-	`sha256:ec51c463b77409ebba95c9468b16bbd827179ab223311226feb2219be06dcda4`  
-		Last Modified: Thu, 23 Jun 2016 20:19:40 GMT  
-		Size: 464.0 B
-
-## `docker:1.10.3-dind`
-
-```console
-$ docker pull docker@sha256:a99b22b4c59dc9ec2a994323f10a973a03f81c0aa7547e7d8ee5cce2c98286ef
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `docker:1.10.3-dind` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **15.2 MB (15175220 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:305c151749f493770562e91ff785683db8d0d38bef5206314f8de8c402523cd7`
--	Entrypoint: `["dockerd-entrypoint.sh"]`
--	Default Command: `[]`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Thu, 23 Jun 2016 20:17:11 GMT
-RUN apk add --no-cache 		ca-certificates 		curl 		openssl
-# Thu, 23 Jun 2016 20:18:26 GMT
-ENV DOCKER_BUCKET=get.docker.com
-# Thu, 23 Jun 2016 20:19:26 GMT
-ENV DOCKER_VERSION=1.10.3
-# Thu, 23 Jun 2016 20:19:26 GMT
-ENV DOCKER_SHA256=d0df512afa109006a450f41873634951e19ddabf8c7bd419caeb5a526032d86d
-# Thu, 23 Jun 2016 20:19:30 GMT
-RUN curl -fSL "https://${DOCKER_BUCKET}/builds/Linux/x86_64/docker-$DOCKER_VERSION" -o /usr/local/bin/docker 	&& echo "${DOCKER_SHA256}  /usr/local/bin/docker" | sha256sum -c - 	&& chmod +x /usr/local/bin/docker
-# Thu, 23 Jun 2016 20:19:31 GMT
-COPY file:50006c902e7677711aeffe4ab7b7042d649618b96dec760f322a8566dd83ab25 in /usr/local/bin/
-# Thu, 23 Jun 2016 20:19:32 GMT
-ENTRYPOINT &{["docker-entrypoint.sh"]}
-# Thu, 23 Jun 2016 20:19:32 GMT
-CMD ["sh"]
-# Thu, 23 Jun 2016 22:18:18 GMT
-RUN apk add --no-cache 		btrfs-progs 		e2fsprogs 		e2fsprogs-extra 		iptables 		xfsprogs 		xz
-# Fri, 01 Jul 2016 19:20:50 GMT
-RUN set -x 	&& addgroup -S dockremap 	&& adduser -S -G dockremap dockremap 	&& echo 'dockremap:165536:65536' >> /etc/subuid 	&& echo 'dockremap:165536:65536' >> /etc/subgid
-# Fri, 01 Jul 2016 19:20:51 GMT
-ENV DIND_COMMIT=3b5fac462d21ca164b3778647420016315289034
-# Fri, 01 Jul 2016 19:20:52 GMT
-RUN wget "https://raw.githubusercontent.com/docker/docker/${DIND_COMMIT}/hack/dind" -O /usr/local/bin/dind 	&& chmod +x /usr/local/bin/dind
-# Fri, 01 Jul 2016 19:20:52 GMT
-COPY file:a00ae81495fdf69e63bb25e3b665aa29cb53cfe5788e6134adfc0f35caff6295 in /usr/local/bin/
-# Fri, 01 Jul 2016 19:20:53 GMT
-VOLUME [/var/lib/docker]
-# Fri, 01 Jul 2016 19:20:53 GMT
-EXPOSE 2375/tcp
-# Fri, 01 Jul 2016 19:20:53 GMT
-ENTRYPOINT &{["dockerd-entrypoint.sh"]}
-# Fri, 01 Jul 2016 19:20:54 GMT
-CMD []
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:49e2842bdfdf9757b6fb042a914386833eb89594a0f6643fc8a7ca8e925dd58c`  
-		Last Modified: Thu, 23 Jun 2016 20:17:29 GMT  
-		Size: 913.0 KB (913008 bytes)
-	-	`sha256:26e60b21b458c4944093a6f68c74a2b2337feba2c08f43a35cb7dcc1a4328e95`  
-		Last Modified: Thu, 23 Jun 2016 20:19:46 GMT  
-		Size: 9.9 MB (9861648 bytes)
-	-	`sha256:ec51c463b77409ebba95c9468b16bbd827179ab223311226feb2219be06dcda4`  
-		Last Modified: Thu, 23 Jun 2016 20:19:40 GMT  
-		Size: 464.0 B
-	-	`sha256:7b47b276b6797dce30f9140d5e08e578583d7bd172fba57a8221594bb24a62b2`  
-		Last Modified: Thu, 23 Jun 2016 22:18:30 GMT  
-		Size: 2.1 MB (2065035 bytes)
-	-	`sha256:caf8722f9b381318811d102f0ec3f74ebbbd6d4b51afa4ff11002f1c316610a1`  
-		Last Modified: Fri, 01 Jul 2016 19:24:12 GMT  
-		Size: 22.5 KB (22521 bytes)
-	-	`sha256:f3c5265cc84395db29a6f39082e848942bb35e5707c42ccac758c6fc245f1147`  
-		Last Modified: Fri, 01 Jul 2016 19:24:12 GMT  
-		Size: 1.8 KB (1821 bytes)
-	-	`sha256:c3df17f3e669ec9de04d4ec42cae176f191d0e936f18455f6ebaa0001d8db27f`  
-		Last Modified: Fri, 01 Jul 2016 19:24:12 GMT  
-		Size: 437.0 B
-
-## `docker:1.10-dind`
-
-```console
-$ docker pull docker@sha256:a99b22b4c59dc9ec2a994323f10a973a03f81c0aa7547e7d8ee5cce2c98286ef
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `docker:1.10-dind` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **15.2 MB (15175220 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:305c151749f493770562e91ff785683db8d0d38bef5206314f8de8c402523cd7`
--	Entrypoint: `["dockerd-entrypoint.sh"]`
--	Default Command: `[]`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Thu, 23 Jun 2016 20:17:11 GMT
-RUN apk add --no-cache 		ca-certificates 		curl 		openssl
-# Thu, 23 Jun 2016 20:18:26 GMT
-ENV DOCKER_BUCKET=get.docker.com
-# Thu, 23 Jun 2016 20:19:26 GMT
-ENV DOCKER_VERSION=1.10.3
-# Thu, 23 Jun 2016 20:19:26 GMT
-ENV DOCKER_SHA256=d0df512afa109006a450f41873634951e19ddabf8c7bd419caeb5a526032d86d
-# Thu, 23 Jun 2016 20:19:30 GMT
-RUN curl -fSL "https://${DOCKER_BUCKET}/builds/Linux/x86_64/docker-$DOCKER_VERSION" -o /usr/local/bin/docker 	&& echo "${DOCKER_SHA256}  /usr/local/bin/docker" | sha256sum -c - 	&& chmod +x /usr/local/bin/docker
-# Thu, 23 Jun 2016 20:19:31 GMT
-COPY file:50006c902e7677711aeffe4ab7b7042d649618b96dec760f322a8566dd83ab25 in /usr/local/bin/
-# Thu, 23 Jun 2016 20:19:32 GMT
-ENTRYPOINT &{["docker-entrypoint.sh"]}
-# Thu, 23 Jun 2016 20:19:32 GMT
-CMD ["sh"]
-# Thu, 23 Jun 2016 22:18:18 GMT
-RUN apk add --no-cache 		btrfs-progs 		e2fsprogs 		e2fsprogs-extra 		iptables 		xfsprogs 		xz
-# Fri, 01 Jul 2016 19:20:50 GMT
-RUN set -x 	&& addgroup -S dockremap 	&& adduser -S -G dockremap dockremap 	&& echo 'dockremap:165536:65536' >> /etc/subuid 	&& echo 'dockremap:165536:65536' >> /etc/subgid
-# Fri, 01 Jul 2016 19:20:51 GMT
-ENV DIND_COMMIT=3b5fac462d21ca164b3778647420016315289034
-# Fri, 01 Jul 2016 19:20:52 GMT
-RUN wget "https://raw.githubusercontent.com/docker/docker/${DIND_COMMIT}/hack/dind" -O /usr/local/bin/dind 	&& chmod +x /usr/local/bin/dind
-# Fri, 01 Jul 2016 19:20:52 GMT
-COPY file:a00ae81495fdf69e63bb25e3b665aa29cb53cfe5788e6134adfc0f35caff6295 in /usr/local/bin/
-# Fri, 01 Jul 2016 19:20:53 GMT
-VOLUME [/var/lib/docker]
-# Fri, 01 Jul 2016 19:20:53 GMT
-EXPOSE 2375/tcp
-# Fri, 01 Jul 2016 19:20:53 GMT
-ENTRYPOINT &{["dockerd-entrypoint.sh"]}
-# Fri, 01 Jul 2016 19:20:54 GMT
-CMD []
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:49e2842bdfdf9757b6fb042a914386833eb89594a0f6643fc8a7ca8e925dd58c`  
-		Last Modified: Thu, 23 Jun 2016 20:17:29 GMT  
-		Size: 913.0 KB (913008 bytes)
-	-	`sha256:26e60b21b458c4944093a6f68c74a2b2337feba2c08f43a35cb7dcc1a4328e95`  
-		Last Modified: Thu, 23 Jun 2016 20:19:46 GMT  
-		Size: 9.9 MB (9861648 bytes)
-	-	`sha256:ec51c463b77409ebba95c9468b16bbd827179ab223311226feb2219be06dcda4`  
-		Last Modified: Thu, 23 Jun 2016 20:19:40 GMT  
-		Size: 464.0 B
-	-	`sha256:7b47b276b6797dce30f9140d5e08e578583d7bd172fba57a8221594bb24a62b2`  
-		Last Modified: Thu, 23 Jun 2016 22:18:30 GMT  
-		Size: 2.1 MB (2065035 bytes)
-	-	`sha256:caf8722f9b381318811d102f0ec3f74ebbbd6d4b51afa4ff11002f1c316610a1`  
-		Last Modified: Fri, 01 Jul 2016 19:24:12 GMT  
-		Size: 22.5 KB (22521 bytes)
-	-	`sha256:f3c5265cc84395db29a6f39082e848942bb35e5707c42ccac758c6fc245f1147`  
-		Last Modified: Fri, 01 Jul 2016 19:24:12 GMT  
-		Size: 1.8 KB (1821 bytes)
-	-	`sha256:c3df17f3e669ec9de04d4ec42cae176f191d0e936f18455f6ebaa0001d8db27f`  
-		Last Modified: Fri, 01 Jul 2016 19:24:12 GMT  
-		Size: 437.0 B
-
-## `docker:1.10.3-git`
-
-```console
-$ docker pull docker@sha256:97eacdd4c79a1e329c75b0a461f47cc28095a5ce3867169709d8008cf150471e
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `docker:1.10.3-git` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **22.2 MB (22223839 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:df8adc85261e85f28a4f150e7efc53f8debb60924b9fb0f98404293d1596ede2`
--	Entrypoint: `["docker-entrypoint.sh"]`
--	Default Command: `["sh"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Thu, 23 Jun 2016 20:17:11 GMT
-RUN apk add --no-cache 		ca-certificates 		curl 		openssl
-# Thu, 23 Jun 2016 20:18:26 GMT
-ENV DOCKER_BUCKET=get.docker.com
-# Thu, 23 Jun 2016 20:19:26 GMT
-ENV DOCKER_VERSION=1.10.3
-# Thu, 23 Jun 2016 20:19:26 GMT
-ENV DOCKER_SHA256=d0df512afa109006a450f41873634951e19ddabf8c7bd419caeb5a526032d86d
-# Thu, 23 Jun 2016 20:19:30 GMT
-RUN curl -fSL "https://${DOCKER_BUCKET}/builds/Linux/x86_64/docker-$DOCKER_VERSION" -o /usr/local/bin/docker 	&& echo "${DOCKER_SHA256}  /usr/local/bin/docker" | sha256sum -c - 	&& chmod +x /usr/local/bin/docker
-# Thu, 23 Jun 2016 20:19:31 GMT
-COPY file:50006c902e7677711aeffe4ab7b7042d649618b96dec760f322a8566dd83ab25 in /usr/local/bin/
-# Thu, 23 Jun 2016 20:19:32 GMT
-ENTRYPOINT &{["docker-entrypoint.sh"]}
-# Thu, 23 Jun 2016 20:19:32 GMT
-CMD ["sh"]
-# Thu, 23 Jun 2016 22:45:38 GMT
-RUN apk add --no-cache 		git 		openssh-client
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:49e2842bdfdf9757b6fb042a914386833eb89594a0f6643fc8a7ca8e925dd58c`  
-		Last Modified: Thu, 23 Jun 2016 20:17:29 GMT  
-		Size: 913.0 KB (913008 bytes)
-	-	`sha256:26e60b21b458c4944093a6f68c74a2b2337feba2c08f43a35cb7dcc1a4328e95`  
-		Last Modified: Thu, 23 Jun 2016 20:19:46 GMT  
-		Size: 9.9 MB (9861648 bytes)
-	-	`sha256:ec51c463b77409ebba95c9468b16bbd827179ab223311226feb2219be06dcda4`  
-		Last Modified: Thu, 23 Jun 2016 20:19:40 GMT  
-		Size: 464.0 B
-	-	`sha256:d106bc5d437fb68df4b8fdd791c90f635fa9c6727e6fd22887a5200a9dd62430`  
-		Last Modified: Fri, 01 Jul 2016 19:24:37 GMT  
-		Size: 9.1 MB (9138433 bytes)
-
-## `docker:1.10-git`
-
-```console
-$ docker pull docker@sha256:97eacdd4c79a1e329c75b0a461f47cc28095a5ce3867169709d8008cf150471e
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `docker:1.10-git` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **22.2 MB (22223839 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:df8adc85261e85f28a4f150e7efc53f8debb60924b9fb0f98404293d1596ede2`
--	Entrypoint: `["docker-entrypoint.sh"]`
--	Default Command: `["sh"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Thu, 23 Jun 2016 20:17:11 GMT
-RUN apk add --no-cache 		ca-certificates 		curl 		openssl
-# Thu, 23 Jun 2016 20:18:26 GMT
-ENV DOCKER_BUCKET=get.docker.com
-# Thu, 23 Jun 2016 20:19:26 GMT
-ENV DOCKER_VERSION=1.10.3
-# Thu, 23 Jun 2016 20:19:26 GMT
-ENV DOCKER_SHA256=d0df512afa109006a450f41873634951e19ddabf8c7bd419caeb5a526032d86d
-# Thu, 23 Jun 2016 20:19:30 GMT
-RUN curl -fSL "https://${DOCKER_BUCKET}/builds/Linux/x86_64/docker-$DOCKER_VERSION" -o /usr/local/bin/docker 	&& echo "${DOCKER_SHA256}  /usr/local/bin/docker" | sha256sum -c - 	&& chmod +x /usr/local/bin/docker
-# Thu, 23 Jun 2016 20:19:31 GMT
-COPY file:50006c902e7677711aeffe4ab7b7042d649618b96dec760f322a8566dd83ab25 in /usr/local/bin/
-# Thu, 23 Jun 2016 20:19:32 GMT
-ENTRYPOINT &{["docker-entrypoint.sh"]}
-# Thu, 23 Jun 2016 20:19:32 GMT
-CMD ["sh"]
-# Thu, 23 Jun 2016 22:45:38 GMT
-RUN apk add --no-cache 		git 		openssh-client
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:49e2842bdfdf9757b6fb042a914386833eb89594a0f6643fc8a7ca8e925dd58c`  
-		Last Modified: Thu, 23 Jun 2016 20:17:29 GMT  
-		Size: 913.0 KB (913008 bytes)
-	-	`sha256:26e60b21b458c4944093a6f68c74a2b2337feba2c08f43a35cb7dcc1a4328e95`  
-		Last Modified: Thu, 23 Jun 2016 20:19:46 GMT  
-		Size: 9.9 MB (9861648 bytes)
-	-	`sha256:ec51c463b77409ebba95c9468b16bbd827179ab223311226feb2219be06dcda4`  
-		Last Modified: Thu, 23 Jun 2016 20:19:40 GMT  
-		Size: 464.0 B
-	-	`sha256:d106bc5d437fb68df4b8fdd791c90f635fa9c6727e6fd22887a5200a9dd62430`  
-		Last Modified: Fri, 01 Jul 2016 19:24:37 GMT  
-		Size: 9.1 MB (9138433 bytes)

+ 8 - 8
drupal/README.md

@@ -1,15 +1,15 @@
 # Supported tags and respective `Dockerfile` links
 
--	[`7.50-apache`, `7-apache`, `7.50`, `7` (*7/apache/Dockerfile*)](https://github.com/docker-library/drupal/blob/41970d6f598cf64fe90aa63651ba52cdc384c002/7/apache/Dockerfile)
--	[`7.50-fpm`, `7-fpm` (*7/fpm/Dockerfile*)](https://github.com/docker-library/drupal/blob/41970d6f598cf64fe90aa63651ba52cdc384c002/7/fpm/Dockerfile)
--	[`8.1.7-apache`, `8.1-apache`, `8-apache`, `apache`, `8.1.7`, `8.1`, `8`, `latest` (*8.1/apache/Dockerfile*)](https://github.com/docker-library/drupal/blob/570d5995dfc3a98a71bea55ae957307c266ba694/8.1/apache/Dockerfile)
--	[`8.1.7-fpm`, `8.1-fpm`, `8-fpm`, `fpm` (*8.1/fpm/Dockerfile*)](https://github.com/docker-library/drupal/blob/570d5995dfc3a98a71bea55ae957307c266ba694/8.1/fpm/Dockerfile)
-
-[![](https://badge.imagelayers.io/drupal:latest.svg)](https://imagelayers.io/?images=drupal:7.50-apache,drupal:7.50-fpm,drupal:8.1.7-apache,drupal:8.1.7-fpm)
+-	[`7.50-apache`, `7-apache`, `7.50`, `7` (*7/apache/Dockerfile*)](https://github.com/docker-library/drupal/blob/61f25e58353d7ca9b2e07a46ff152892b2f7d9cf/7/apache/Dockerfile)
+-	[`7.50-fpm`, `7-fpm` (*7/fpm/Dockerfile*)](https://github.com/docker-library/drupal/blob/61f25e58353d7ca9b2e07a46ff152892b2f7d9cf/7/fpm/Dockerfile)
+-	[`8.1.10-apache`, `8.1-apache`, `8-apache`, `apache`, `8.1.10`, `8.1`, `8`, `latest` (*8.1/apache/Dockerfile*)](https://github.com/docker-library/drupal/blob/35aada37a9179e8e9e70d29bbbb894ade2cad36a/8.1/apache/Dockerfile)
+-	[`8.1.10-fpm`, `8.1-fpm`, `8-fpm`, `fpm` (*8.1/fpm/Dockerfile*)](https://github.com/docker-library/drupal/blob/35aada37a9179e8e9e70d29bbbb894ade2cad36a/8.1/fpm/Dockerfile)
+-	[`8.2.0-rc1-apache`, `8.2.0-apache`, `8.2-apache`, `8.2.0-rc1`, `8.2.0`, `8.2` (*8.2/apache/Dockerfile*)](https://github.com/docker-library/drupal/blob/9a95a290b9b9bbe6f4669ad85e712312f0ebd84b/8.2/apache/Dockerfile)
+-	[`8.2.0-rc1-fpm`, `8.2.0-fpm`, `8.2-fpm` (*8.2/fpm/Dockerfile*)](https://github.com/docker-library/drupal/blob/9a95a290b9b9bbe6f4669ad85e712312f0ebd84b/8.2/fpm/Dockerfile)
 
 For more information about this image and its history, please see [the relevant manifest file (`library/drupal`)](https://github.com/docker-library/official-images/blob/master/library/drupal). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fdrupal).
 
-For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `drupal/tag-details.md` file](https://github.com/docker-library/docs/blob/master/drupal/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs).
+For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `repos/drupal/tag-details.md` file](https://github.com/docker-library/repo-info/blob/master/repos/drupal/tag-details.md) in [the `docker-library/repo-info` GitHub repo](https://github.com/docker-library/repo-info).
 
 # What is Drupal?
 
@@ -76,7 +76,7 @@ View [license information](https://www.drupal.org/licensing/faq) for the softwar
 
 # Supported Docker versions
 
-This image is officially supported on Docker version 1.11.2.
+This image is officially supported on Docker version 1.12.1.
 
 Support for older versions (down to 1.6) is provided on a best-effort basis.
 

+ 0 - 2350
drupal/tag-details.md

@@ -1,2350 +0,0 @@
-<!-- THIS FILE IS GENERATED VIA '.template-helpers/generate-tag-details.pl' -->
-
-# Tags of `drupal`
-
--	[`drupal:7.50-apache`](#drupal750-apache)
--	[`drupal:7-apache`](#drupal7-apache)
--	[`drupal:7.50`](#drupal750)
--	[`drupal:7`](#drupal7)
--	[`drupal:7.50-fpm`](#drupal750-fpm)
--	[`drupal:7-fpm`](#drupal7-fpm)
--	[`drupal:8.1.7-apache`](#drupal817-apache)
--	[`drupal:8.1-apache`](#drupal81-apache)
--	[`drupal:8-apache`](#drupal8-apache)
--	[`drupal:apache`](#drupalapache)
--	[`drupal:8.1.7`](#drupal817)
--	[`drupal:8.1`](#drupal81)
--	[`drupal:8`](#drupal8)
--	[`drupal:latest`](#drupallatest)
--	[`drupal:8.1.7-fpm`](#drupal817-fpm)
--	[`drupal:8.1-fpm`](#drupal81-fpm)
--	[`drupal:8-fpm`](#drupal8-fpm)
--	[`drupal:fpm`](#drupalfpm)
-
-## `drupal:7.50-apache`
-
-```console
-$ docker pull drupal@sha256:54b2d530e3ec74c99650f40241d69feba1f253274e582ba9b845b92c26193c0f
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `drupal:7.50-apache` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **174.3 MB (174303052 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:a24ce8568ac1b4047350f5d38ff2f179f772fb66c0340af9d56e1b642a34cc00`
--	Default Command: `["apache2-foreground"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 02:34:30 GMT
-ENV PHPIZE_DEPS=autoconf 		file 		g++ 		gcc 		libc-dev 		make 		pkg-config 		re2c
-# Thu, 14 Jul 2016 00:18:15 GMT
-RUN apt-get update && apt-get install -y 		$PHPIZE_DEPS 		ca-certificates 		curl 		libedit2 		libsqlite3-0 		libxml2 		xz-utils 	--no-install-recommends && rm -r /var/lib/apt/lists/*
-# Thu, 14 Jul 2016 00:18:16 GMT
-ENV PHP_INI_DIR=/usr/local/etc/php
-# Thu, 14 Jul 2016 00:18:18 GMT
-RUN mkdir -p $PHP_INI_DIR/conf.d
-# Thu, 14 Jul 2016 00:31:54 GMT
-RUN apt-get update && apt-get install -y apache2-bin apache2.2-common --no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Thu, 14 Jul 2016 00:31:54 GMT
-ENV APACHE_CONFDIR=/etc/apache2
-# Thu, 14 Jul 2016 00:31:54 GMT
-ENV APACHE_ENVVARS=/etc/apache2/envvars
-# Thu, 14 Jul 2016 00:31:56 GMT
-RUN set -ex 	&& . "$APACHE_ENVVARS" 	&& for dir in 		"$APACHE_LOCK_DIR" 		"$APACHE_RUN_DIR" 		"$APACHE_LOG_DIR" 		/var/www/html 	; do 		rm -rvf "$dir" 		&& mkdir -p "$dir" 		&& chown -R "$APACHE_RUN_USER:$APACHE_RUN_GROUP" "$dir"; 	done
-# Thu, 14 Jul 2016 00:31:57 GMT
-RUN a2dismod mpm_event && a2enmod mpm_prefork
-# Thu, 14 Jul 2016 00:31:59 GMT
-RUN set -ex 	&& . "$APACHE_ENVVARS" 	&& ln -sfT /dev/stderr "$APACHE_LOG_DIR/error.log" 	&& ln -sfT /dev/stdout "$APACHE_LOG_DIR/access.log" 	&& ln -sfT /dev/stdout "$APACHE_LOG_DIR/other_vhosts_access.log"
-# Thu, 14 Jul 2016 00:32:00 GMT
-RUN { 		echo '<FilesMatch \.php$>'; 		echo '\tSetHandler application/x-httpd-php'; 		echo '</FilesMatch>'; 		echo; 		echo 'DirectoryIndex disabled'; 		echo 'DirectoryIndex index.php index.html'; 		echo; 		echo '<Directory /var/www/>'; 		echo '\tOptions -Indexes'; 		echo '\tAllowOverride All'; 		echo '</Directory>'; 	} | tee "$APACHE_CONFDIR/conf-available/docker-php.conf" 	&& a2enconf docker-php
-# Thu, 14 Jul 2016 00:32:00 GMT
-ENV PHP_EXTRA_BUILD_DEPS=apache2-dev
-# Thu, 14 Jul 2016 00:32:01 GMT
-ENV PHP_EXTRA_CONFIGURE_ARGS=--with-apxs2
-# Thu, 14 Jul 2016 00:32:01 GMT
-ENV GPG_KEYS=1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763
-# Thu, 14 Jul 2016 00:32:01 GMT
-ENV PHP_VERSION=7.0.8
-# Thu, 14 Jul 2016 00:32:02 GMT
-ENV PHP_FILENAME=php-7.0.8.tar.xz
-# Thu, 14 Jul 2016 00:32:02 GMT
-ENV PHP_SHA256=0a2142c458b0846f556b16da1c927d74c101aa951bb840549abe5c58584fb394
-# Thu, 14 Jul 2016 00:32:05 GMT
-RUN set -xe 	&& cd /usr/src/ 	&& curl -fSL "http://php.net/get/$PHP_FILENAME/from/this/mirror" -o php.tar.xz 	&& echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c - 	&& curl -fSL "http://php.net/get/$PHP_FILENAME.asc/from/this/mirror" -o php.tar.xz.asc 	&& export GNUPGHOME="$(mktemp -d)" 	&& for key in $GPG_KEYS; do 		gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; 	done 	&& gpg --batch --verify php.tar.xz.asc php.tar.xz 	&& rm -r "$GNUPGHOME"
-# Thu, 14 Jul 2016 00:32:05 GMT
-COPY file:2cb3361ad95f7488a8a7f2b07b4c9b350c37169a746a83f90cd8e6d164e3e963 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:37:22 GMT
-RUN set -xe 	&& buildDeps=" 		$PHP_EXTRA_BUILD_DEPS 		libcurl4-openssl-dev 		libedit-dev 		libsqlite3-dev 		libssl-dev 		libxml2-dev 	" 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& docker-php-source extract 	&& cd /usr/src/php 	&& ./configure 		--with-config-file-path="$PHP_INI_DIR" 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" 		$PHP_EXTRA_CONFIGURE_ARGS 		--disable-cgi 		--enable-mysqlnd 		--enable-mbstring 		--with-curl 		--with-libedit 		--with-openssl 		--with-zlib 	&& make -j"$(nproc)" 	&& make install 	&& { find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; } 	&& make clean 	&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $buildDeps 	&& docker-php-source delete
-# Thu, 14 Jul 2016 00:37:23 GMT
-COPY multi:7012ef5427b419b7651e580b27dfd5ff65ccfb6e160d0381521f279d6a86cf08 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:37:23 GMT
-COPY file:3014772111b66da3129ca8caeafdd1dcfa9a3bf518f015ae9acc3c7b9b1b44c9 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:37:24 GMT
-WORKDIR /var/www/html
-# Thu, 14 Jul 2016 00:37:24 GMT
-EXPOSE 80/tcp
-# Thu, 14 Jul 2016 00:37:24 GMT
-CMD ["apache2-foreground"]
-# Thu, 14 Jul 2016 02:58:25 GMT
-RUN a2enmod rewrite
-# Thu, 14 Jul 2016 03:01:48 GMT
-RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev 	&& rm -rf /var/lib/apt/lists/* 	&& docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr 	&& docker-php-ext-install gd mbstring pdo pdo_mysql pdo_pgsql zip
-# Thu, 14 Jul 2016 03:01:49 GMT
-WORKDIR /var/www/html
-# Thu, 14 Jul 2016 03:01:49 GMT
-ENV DRUPAL_VERSION=7.50
-# Thu, 14 Jul 2016 03:01:50 GMT
-ENV DRUPAL_MD5=f23905b0248d76f0fc8316692cd64753
-# Thu, 14 Jul 2016 03:01:52 GMT
-RUN curl -fSL "http://ftp.drupal.org/files/projects/drupal-${DRUPAL_VERSION}.tar.gz" -o drupal.tar.gz 	&& echo "${DRUPAL_MD5} *drupal.tar.gz" | md5sum -c - 	&& tar -xz --strip-components=1 -f drupal.tar.gz 	&& rm drupal.tar.gz 	&& chown -R www-data:www-data sites
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:9e955ea566151d5982903050c40f83202a7ff3142692cae9855ab3b98ae8bea0`  
-		Last Modified: Thu, 14 Jul 2016 02:27:10 GMT  
-		Size: 77.6 MB (77604440 bytes)
-	-	`sha256:217d5abb6c1144cbfc2489fb39f6cf4d6df04375a07c863852b874f31975a99b`  
-		Last Modified: Thu, 14 Jul 2016 02:26:50 GMT  
-		Size: 180.0 B
-	-	`sha256:a8b194f25221cecbfc4760645fc4626aba5d76375d945d7611b2bbf9ef333b81`  
-		Last Modified: Thu, 14 Jul 2016 02:29:23 GMT  
-		Size: 2.9 MB (2875150 bytes)
-	-	`sha256:77d63b449539b8848148dbd674999c4ac85dd550b14bd439284771a29b10de05`  
-		Last Modified: Thu, 14 Jul 2016 02:29:21 GMT  
-		Size: 271.0 B
-	-	`sha256:353f320abe10bb917a85a167f2f986fccb1266615763b882bb886f32c8ebeb8e`  
-		Last Modified: Thu, 14 Jul 2016 02:29:19 GMT  
-		Size: 431.0 B
-	-	`sha256:b1210519e8616a1dbeb715b580fce4df4e4f2f0869d02bcd052fa9a696336524`  
-		Last Modified: Thu, 14 Jul 2016 02:29:19 GMT  
-		Size: 223.0 B
-	-	`sha256:a03ec06b81167874dd6191ecfb43d0723cca63b3f3e235e42d28037a6e959be4`  
-		Last Modified: Thu, 14 Jul 2016 02:29:20 GMT  
-		Size: 476.0 B
-	-	`sha256:c5da61e3e380d75d39f6b76090bb3b47e876422fb147bc92066bf1aa82f416de`  
-		Last Modified: Thu, 14 Jul 2016 02:29:18 GMT  
-		Size: 11.5 MB (11502670 bytes)
-	-	`sha256:b65c91e6137ae3983d1c5bbdc764275f139808d9046a65340545c790d56dc543`  
-		Last Modified: Thu, 14 Jul 2016 02:29:16 GMT  
-		Size: 603.0 B
-	-	`sha256:2bfde26d8fda107b7548d7dbcf917de0c025eefca8a4ff68cbcaebc309f82a1f`  
-		Last Modified: Thu, 14 Jul 2016 02:29:23 GMT  
-		Size: 19.6 MB (19583369 bytes)
-	-	`sha256:f935ddb4c792bc26cff32b776ca8fac78f53f2522ecb57797be5cf56c56245e4`  
-		Last Modified: Thu, 14 Jul 2016 02:29:17 GMT  
-		Size: 1.8 KB (1756 bytes)
-	-	`sha256:26888846428cd10b9a7f8887e6c29979e50d030e9caeb60dd5f5c5fef26278cc`  
-		Last Modified: Thu, 14 Jul 2016 02:29:17 GMT  
-		Size: 582.0 B
-	-	`sha256:2e006db21cb7159fb700c4e505917443f59c6c9d6c498568ac65f2a0ced9eb67`  
-		Last Modified: Thu, 14 Jul 2016 03:13:15 GMT  
-		Size: 295.0 B
-	-	`sha256:9c71192608f0ed160403120ff172137b9bcebbea8cf14c47c08917d82ba9aac2`  
-		Last Modified: Thu, 14 Jul 2016 03:13:18 GMT  
-		Size: 8.1 MB (8096325 bytes)
-	-	`sha256:0f7e9401093e699a94f3354b016328973c966c905c7e7c500ab125da9d23c2b3`  
-		Last Modified: Thu, 14 Jul 2016 03:13:17 GMT  
-		Size: 3.3 MB (3283746 bytes)
-
-## `drupal:7-apache`
-
-```console
-$ docker pull drupal@sha256:54b2d530e3ec74c99650f40241d69feba1f253274e582ba9b845b92c26193c0f
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `drupal:7-apache` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **174.3 MB (174303052 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:a24ce8568ac1b4047350f5d38ff2f179f772fb66c0340af9d56e1b642a34cc00`
--	Default Command: `["apache2-foreground"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 02:34:30 GMT
-ENV PHPIZE_DEPS=autoconf 		file 		g++ 		gcc 		libc-dev 		make 		pkg-config 		re2c
-# Thu, 14 Jul 2016 00:18:15 GMT
-RUN apt-get update && apt-get install -y 		$PHPIZE_DEPS 		ca-certificates 		curl 		libedit2 		libsqlite3-0 		libxml2 		xz-utils 	--no-install-recommends && rm -r /var/lib/apt/lists/*
-# Thu, 14 Jul 2016 00:18:16 GMT
-ENV PHP_INI_DIR=/usr/local/etc/php
-# Thu, 14 Jul 2016 00:18:18 GMT
-RUN mkdir -p $PHP_INI_DIR/conf.d
-# Thu, 14 Jul 2016 00:31:54 GMT
-RUN apt-get update && apt-get install -y apache2-bin apache2.2-common --no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Thu, 14 Jul 2016 00:31:54 GMT
-ENV APACHE_CONFDIR=/etc/apache2
-# Thu, 14 Jul 2016 00:31:54 GMT
-ENV APACHE_ENVVARS=/etc/apache2/envvars
-# Thu, 14 Jul 2016 00:31:56 GMT
-RUN set -ex 	&& . "$APACHE_ENVVARS" 	&& for dir in 		"$APACHE_LOCK_DIR" 		"$APACHE_RUN_DIR" 		"$APACHE_LOG_DIR" 		/var/www/html 	; do 		rm -rvf "$dir" 		&& mkdir -p "$dir" 		&& chown -R "$APACHE_RUN_USER:$APACHE_RUN_GROUP" "$dir"; 	done
-# Thu, 14 Jul 2016 00:31:57 GMT
-RUN a2dismod mpm_event && a2enmod mpm_prefork
-# Thu, 14 Jul 2016 00:31:59 GMT
-RUN set -ex 	&& . "$APACHE_ENVVARS" 	&& ln -sfT /dev/stderr "$APACHE_LOG_DIR/error.log" 	&& ln -sfT /dev/stdout "$APACHE_LOG_DIR/access.log" 	&& ln -sfT /dev/stdout "$APACHE_LOG_DIR/other_vhosts_access.log"
-# Thu, 14 Jul 2016 00:32:00 GMT
-RUN { 		echo '<FilesMatch \.php$>'; 		echo '\tSetHandler application/x-httpd-php'; 		echo '</FilesMatch>'; 		echo; 		echo 'DirectoryIndex disabled'; 		echo 'DirectoryIndex index.php index.html'; 		echo; 		echo '<Directory /var/www/>'; 		echo '\tOptions -Indexes'; 		echo '\tAllowOverride All'; 		echo '</Directory>'; 	} | tee "$APACHE_CONFDIR/conf-available/docker-php.conf" 	&& a2enconf docker-php
-# Thu, 14 Jul 2016 00:32:00 GMT
-ENV PHP_EXTRA_BUILD_DEPS=apache2-dev
-# Thu, 14 Jul 2016 00:32:01 GMT
-ENV PHP_EXTRA_CONFIGURE_ARGS=--with-apxs2
-# Thu, 14 Jul 2016 00:32:01 GMT
-ENV GPG_KEYS=1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763
-# Thu, 14 Jul 2016 00:32:01 GMT
-ENV PHP_VERSION=7.0.8
-# Thu, 14 Jul 2016 00:32:02 GMT
-ENV PHP_FILENAME=php-7.0.8.tar.xz
-# Thu, 14 Jul 2016 00:32:02 GMT
-ENV PHP_SHA256=0a2142c458b0846f556b16da1c927d74c101aa951bb840549abe5c58584fb394
-# Thu, 14 Jul 2016 00:32:05 GMT
-RUN set -xe 	&& cd /usr/src/ 	&& curl -fSL "http://php.net/get/$PHP_FILENAME/from/this/mirror" -o php.tar.xz 	&& echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c - 	&& curl -fSL "http://php.net/get/$PHP_FILENAME.asc/from/this/mirror" -o php.tar.xz.asc 	&& export GNUPGHOME="$(mktemp -d)" 	&& for key in $GPG_KEYS; do 		gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; 	done 	&& gpg --batch --verify php.tar.xz.asc php.tar.xz 	&& rm -r "$GNUPGHOME"
-# Thu, 14 Jul 2016 00:32:05 GMT
-COPY file:2cb3361ad95f7488a8a7f2b07b4c9b350c37169a746a83f90cd8e6d164e3e963 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:37:22 GMT
-RUN set -xe 	&& buildDeps=" 		$PHP_EXTRA_BUILD_DEPS 		libcurl4-openssl-dev 		libedit-dev 		libsqlite3-dev 		libssl-dev 		libxml2-dev 	" 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& docker-php-source extract 	&& cd /usr/src/php 	&& ./configure 		--with-config-file-path="$PHP_INI_DIR" 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" 		$PHP_EXTRA_CONFIGURE_ARGS 		--disable-cgi 		--enable-mysqlnd 		--enable-mbstring 		--with-curl 		--with-libedit 		--with-openssl 		--with-zlib 	&& make -j"$(nproc)" 	&& make install 	&& { find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; } 	&& make clean 	&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $buildDeps 	&& docker-php-source delete
-# Thu, 14 Jul 2016 00:37:23 GMT
-COPY multi:7012ef5427b419b7651e580b27dfd5ff65ccfb6e160d0381521f279d6a86cf08 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:37:23 GMT
-COPY file:3014772111b66da3129ca8caeafdd1dcfa9a3bf518f015ae9acc3c7b9b1b44c9 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:37:24 GMT
-WORKDIR /var/www/html
-# Thu, 14 Jul 2016 00:37:24 GMT
-EXPOSE 80/tcp
-# Thu, 14 Jul 2016 00:37:24 GMT
-CMD ["apache2-foreground"]
-# Thu, 14 Jul 2016 02:58:25 GMT
-RUN a2enmod rewrite
-# Thu, 14 Jul 2016 03:01:48 GMT
-RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev 	&& rm -rf /var/lib/apt/lists/* 	&& docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr 	&& docker-php-ext-install gd mbstring pdo pdo_mysql pdo_pgsql zip
-# Thu, 14 Jul 2016 03:01:49 GMT
-WORKDIR /var/www/html
-# Thu, 14 Jul 2016 03:01:49 GMT
-ENV DRUPAL_VERSION=7.50
-# Thu, 14 Jul 2016 03:01:50 GMT
-ENV DRUPAL_MD5=f23905b0248d76f0fc8316692cd64753
-# Thu, 14 Jul 2016 03:01:52 GMT
-RUN curl -fSL "http://ftp.drupal.org/files/projects/drupal-${DRUPAL_VERSION}.tar.gz" -o drupal.tar.gz 	&& echo "${DRUPAL_MD5} *drupal.tar.gz" | md5sum -c - 	&& tar -xz --strip-components=1 -f drupal.tar.gz 	&& rm drupal.tar.gz 	&& chown -R www-data:www-data sites
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:9e955ea566151d5982903050c40f83202a7ff3142692cae9855ab3b98ae8bea0`  
-		Last Modified: Thu, 14 Jul 2016 02:27:10 GMT  
-		Size: 77.6 MB (77604440 bytes)
-	-	`sha256:217d5abb6c1144cbfc2489fb39f6cf4d6df04375a07c863852b874f31975a99b`  
-		Last Modified: Thu, 14 Jul 2016 02:26:50 GMT  
-		Size: 180.0 B
-	-	`sha256:a8b194f25221cecbfc4760645fc4626aba5d76375d945d7611b2bbf9ef333b81`  
-		Last Modified: Thu, 14 Jul 2016 02:29:23 GMT  
-		Size: 2.9 MB (2875150 bytes)
-	-	`sha256:77d63b449539b8848148dbd674999c4ac85dd550b14bd439284771a29b10de05`  
-		Last Modified: Thu, 14 Jul 2016 02:29:21 GMT  
-		Size: 271.0 B
-	-	`sha256:353f320abe10bb917a85a167f2f986fccb1266615763b882bb886f32c8ebeb8e`  
-		Last Modified: Thu, 14 Jul 2016 02:29:19 GMT  
-		Size: 431.0 B
-	-	`sha256:b1210519e8616a1dbeb715b580fce4df4e4f2f0869d02bcd052fa9a696336524`  
-		Last Modified: Thu, 14 Jul 2016 02:29:19 GMT  
-		Size: 223.0 B
-	-	`sha256:a03ec06b81167874dd6191ecfb43d0723cca63b3f3e235e42d28037a6e959be4`  
-		Last Modified: Thu, 14 Jul 2016 02:29:20 GMT  
-		Size: 476.0 B
-	-	`sha256:c5da61e3e380d75d39f6b76090bb3b47e876422fb147bc92066bf1aa82f416de`  
-		Last Modified: Thu, 14 Jul 2016 02:29:18 GMT  
-		Size: 11.5 MB (11502670 bytes)
-	-	`sha256:b65c91e6137ae3983d1c5bbdc764275f139808d9046a65340545c790d56dc543`  
-		Last Modified: Thu, 14 Jul 2016 02:29:16 GMT  
-		Size: 603.0 B
-	-	`sha256:2bfde26d8fda107b7548d7dbcf917de0c025eefca8a4ff68cbcaebc309f82a1f`  
-		Last Modified: Thu, 14 Jul 2016 02:29:23 GMT  
-		Size: 19.6 MB (19583369 bytes)
-	-	`sha256:f935ddb4c792bc26cff32b776ca8fac78f53f2522ecb57797be5cf56c56245e4`  
-		Last Modified: Thu, 14 Jul 2016 02:29:17 GMT  
-		Size: 1.8 KB (1756 bytes)
-	-	`sha256:26888846428cd10b9a7f8887e6c29979e50d030e9caeb60dd5f5c5fef26278cc`  
-		Last Modified: Thu, 14 Jul 2016 02:29:17 GMT  
-		Size: 582.0 B
-	-	`sha256:2e006db21cb7159fb700c4e505917443f59c6c9d6c498568ac65f2a0ced9eb67`  
-		Last Modified: Thu, 14 Jul 2016 03:13:15 GMT  
-		Size: 295.0 B
-	-	`sha256:9c71192608f0ed160403120ff172137b9bcebbea8cf14c47c08917d82ba9aac2`  
-		Last Modified: Thu, 14 Jul 2016 03:13:18 GMT  
-		Size: 8.1 MB (8096325 bytes)
-	-	`sha256:0f7e9401093e699a94f3354b016328973c966c905c7e7c500ab125da9d23c2b3`  
-		Last Modified: Thu, 14 Jul 2016 03:13:17 GMT  
-		Size: 3.3 MB (3283746 bytes)
-
-## `drupal:7.50`
-
-```console
-$ docker pull drupal@sha256:54b2d530e3ec74c99650f40241d69feba1f253274e582ba9b845b92c26193c0f
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `drupal:7.50` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **174.3 MB (174303052 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:a24ce8568ac1b4047350f5d38ff2f179f772fb66c0340af9d56e1b642a34cc00`
--	Default Command: `["apache2-foreground"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 02:34:30 GMT
-ENV PHPIZE_DEPS=autoconf 		file 		g++ 		gcc 		libc-dev 		make 		pkg-config 		re2c
-# Thu, 14 Jul 2016 00:18:15 GMT
-RUN apt-get update && apt-get install -y 		$PHPIZE_DEPS 		ca-certificates 		curl 		libedit2 		libsqlite3-0 		libxml2 		xz-utils 	--no-install-recommends && rm -r /var/lib/apt/lists/*
-# Thu, 14 Jul 2016 00:18:16 GMT
-ENV PHP_INI_DIR=/usr/local/etc/php
-# Thu, 14 Jul 2016 00:18:18 GMT
-RUN mkdir -p $PHP_INI_DIR/conf.d
-# Thu, 14 Jul 2016 00:31:54 GMT
-RUN apt-get update && apt-get install -y apache2-bin apache2.2-common --no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Thu, 14 Jul 2016 00:31:54 GMT
-ENV APACHE_CONFDIR=/etc/apache2
-# Thu, 14 Jul 2016 00:31:54 GMT
-ENV APACHE_ENVVARS=/etc/apache2/envvars
-# Thu, 14 Jul 2016 00:31:56 GMT
-RUN set -ex 	&& . "$APACHE_ENVVARS" 	&& for dir in 		"$APACHE_LOCK_DIR" 		"$APACHE_RUN_DIR" 		"$APACHE_LOG_DIR" 		/var/www/html 	; do 		rm -rvf "$dir" 		&& mkdir -p "$dir" 		&& chown -R "$APACHE_RUN_USER:$APACHE_RUN_GROUP" "$dir"; 	done
-# Thu, 14 Jul 2016 00:31:57 GMT
-RUN a2dismod mpm_event && a2enmod mpm_prefork
-# Thu, 14 Jul 2016 00:31:59 GMT
-RUN set -ex 	&& . "$APACHE_ENVVARS" 	&& ln -sfT /dev/stderr "$APACHE_LOG_DIR/error.log" 	&& ln -sfT /dev/stdout "$APACHE_LOG_DIR/access.log" 	&& ln -sfT /dev/stdout "$APACHE_LOG_DIR/other_vhosts_access.log"
-# Thu, 14 Jul 2016 00:32:00 GMT
-RUN { 		echo '<FilesMatch \.php$>'; 		echo '\tSetHandler application/x-httpd-php'; 		echo '</FilesMatch>'; 		echo; 		echo 'DirectoryIndex disabled'; 		echo 'DirectoryIndex index.php index.html'; 		echo; 		echo '<Directory /var/www/>'; 		echo '\tOptions -Indexes'; 		echo '\tAllowOverride All'; 		echo '</Directory>'; 	} | tee "$APACHE_CONFDIR/conf-available/docker-php.conf" 	&& a2enconf docker-php
-# Thu, 14 Jul 2016 00:32:00 GMT
-ENV PHP_EXTRA_BUILD_DEPS=apache2-dev
-# Thu, 14 Jul 2016 00:32:01 GMT
-ENV PHP_EXTRA_CONFIGURE_ARGS=--with-apxs2
-# Thu, 14 Jul 2016 00:32:01 GMT
-ENV GPG_KEYS=1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763
-# Thu, 14 Jul 2016 00:32:01 GMT
-ENV PHP_VERSION=7.0.8
-# Thu, 14 Jul 2016 00:32:02 GMT
-ENV PHP_FILENAME=php-7.0.8.tar.xz
-# Thu, 14 Jul 2016 00:32:02 GMT
-ENV PHP_SHA256=0a2142c458b0846f556b16da1c927d74c101aa951bb840549abe5c58584fb394
-# Thu, 14 Jul 2016 00:32:05 GMT
-RUN set -xe 	&& cd /usr/src/ 	&& curl -fSL "http://php.net/get/$PHP_FILENAME/from/this/mirror" -o php.tar.xz 	&& echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c - 	&& curl -fSL "http://php.net/get/$PHP_FILENAME.asc/from/this/mirror" -o php.tar.xz.asc 	&& export GNUPGHOME="$(mktemp -d)" 	&& for key in $GPG_KEYS; do 		gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; 	done 	&& gpg --batch --verify php.tar.xz.asc php.tar.xz 	&& rm -r "$GNUPGHOME"
-# Thu, 14 Jul 2016 00:32:05 GMT
-COPY file:2cb3361ad95f7488a8a7f2b07b4c9b350c37169a746a83f90cd8e6d164e3e963 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:37:22 GMT
-RUN set -xe 	&& buildDeps=" 		$PHP_EXTRA_BUILD_DEPS 		libcurl4-openssl-dev 		libedit-dev 		libsqlite3-dev 		libssl-dev 		libxml2-dev 	" 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& docker-php-source extract 	&& cd /usr/src/php 	&& ./configure 		--with-config-file-path="$PHP_INI_DIR" 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" 		$PHP_EXTRA_CONFIGURE_ARGS 		--disable-cgi 		--enable-mysqlnd 		--enable-mbstring 		--with-curl 		--with-libedit 		--with-openssl 		--with-zlib 	&& make -j"$(nproc)" 	&& make install 	&& { find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; } 	&& make clean 	&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $buildDeps 	&& docker-php-source delete
-# Thu, 14 Jul 2016 00:37:23 GMT
-COPY multi:7012ef5427b419b7651e580b27dfd5ff65ccfb6e160d0381521f279d6a86cf08 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:37:23 GMT
-COPY file:3014772111b66da3129ca8caeafdd1dcfa9a3bf518f015ae9acc3c7b9b1b44c9 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:37:24 GMT
-WORKDIR /var/www/html
-# Thu, 14 Jul 2016 00:37:24 GMT
-EXPOSE 80/tcp
-# Thu, 14 Jul 2016 00:37:24 GMT
-CMD ["apache2-foreground"]
-# Thu, 14 Jul 2016 02:58:25 GMT
-RUN a2enmod rewrite
-# Thu, 14 Jul 2016 03:01:48 GMT
-RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev 	&& rm -rf /var/lib/apt/lists/* 	&& docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr 	&& docker-php-ext-install gd mbstring pdo pdo_mysql pdo_pgsql zip
-# Thu, 14 Jul 2016 03:01:49 GMT
-WORKDIR /var/www/html
-# Thu, 14 Jul 2016 03:01:49 GMT
-ENV DRUPAL_VERSION=7.50
-# Thu, 14 Jul 2016 03:01:50 GMT
-ENV DRUPAL_MD5=f23905b0248d76f0fc8316692cd64753
-# Thu, 14 Jul 2016 03:01:52 GMT
-RUN curl -fSL "http://ftp.drupal.org/files/projects/drupal-${DRUPAL_VERSION}.tar.gz" -o drupal.tar.gz 	&& echo "${DRUPAL_MD5} *drupal.tar.gz" | md5sum -c - 	&& tar -xz --strip-components=1 -f drupal.tar.gz 	&& rm drupal.tar.gz 	&& chown -R www-data:www-data sites
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:9e955ea566151d5982903050c40f83202a7ff3142692cae9855ab3b98ae8bea0`  
-		Last Modified: Thu, 14 Jul 2016 02:27:10 GMT  
-		Size: 77.6 MB (77604440 bytes)
-	-	`sha256:217d5abb6c1144cbfc2489fb39f6cf4d6df04375a07c863852b874f31975a99b`  
-		Last Modified: Thu, 14 Jul 2016 02:26:50 GMT  
-		Size: 180.0 B
-	-	`sha256:a8b194f25221cecbfc4760645fc4626aba5d76375d945d7611b2bbf9ef333b81`  
-		Last Modified: Thu, 14 Jul 2016 02:29:23 GMT  
-		Size: 2.9 MB (2875150 bytes)
-	-	`sha256:77d63b449539b8848148dbd674999c4ac85dd550b14bd439284771a29b10de05`  
-		Last Modified: Thu, 14 Jul 2016 02:29:21 GMT  
-		Size: 271.0 B
-	-	`sha256:353f320abe10bb917a85a167f2f986fccb1266615763b882bb886f32c8ebeb8e`  
-		Last Modified: Thu, 14 Jul 2016 02:29:19 GMT  
-		Size: 431.0 B
-	-	`sha256:b1210519e8616a1dbeb715b580fce4df4e4f2f0869d02bcd052fa9a696336524`  
-		Last Modified: Thu, 14 Jul 2016 02:29:19 GMT  
-		Size: 223.0 B
-	-	`sha256:a03ec06b81167874dd6191ecfb43d0723cca63b3f3e235e42d28037a6e959be4`  
-		Last Modified: Thu, 14 Jul 2016 02:29:20 GMT  
-		Size: 476.0 B
-	-	`sha256:c5da61e3e380d75d39f6b76090bb3b47e876422fb147bc92066bf1aa82f416de`  
-		Last Modified: Thu, 14 Jul 2016 02:29:18 GMT  
-		Size: 11.5 MB (11502670 bytes)
-	-	`sha256:b65c91e6137ae3983d1c5bbdc764275f139808d9046a65340545c790d56dc543`  
-		Last Modified: Thu, 14 Jul 2016 02:29:16 GMT  
-		Size: 603.0 B
-	-	`sha256:2bfde26d8fda107b7548d7dbcf917de0c025eefca8a4ff68cbcaebc309f82a1f`  
-		Last Modified: Thu, 14 Jul 2016 02:29:23 GMT  
-		Size: 19.6 MB (19583369 bytes)
-	-	`sha256:f935ddb4c792bc26cff32b776ca8fac78f53f2522ecb57797be5cf56c56245e4`  
-		Last Modified: Thu, 14 Jul 2016 02:29:17 GMT  
-		Size: 1.8 KB (1756 bytes)
-	-	`sha256:26888846428cd10b9a7f8887e6c29979e50d030e9caeb60dd5f5c5fef26278cc`  
-		Last Modified: Thu, 14 Jul 2016 02:29:17 GMT  
-		Size: 582.0 B
-	-	`sha256:2e006db21cb7159fb700c4e505917443f59c6c9d6c498568ac65f2a0ced9eb67`  
-		Last Modified: Thu, 14 Jul 2016 03:13:15 GMT  
-		Size: 295.0 B
-	-	`sha256:9c71192608f0ed160403120ff172137b9bcebbea8cf14c47c08917d82ba9aac2`  
-		Last Modified: Thu, 14 Jul 2016 03:13:18 GMT  
-		Size: 8.1 MB (8096325 bytes)
-	-	`sha256:0f7e9401093e699a94f3354b016328973c966c905c7e7c500ab125da9d23c2b3`  
-		Last Modified: Thu, 14 Jul 2016 03:13:17 GMT  
-		Size: 3.3 MB (3283746 bytes)
-
-## `drupal:7`
-
-```console
-$ docker pull drupal@sha256:54b2d530e3ec74c99650f40241d69feba1f253274e582ba9b845b92c26193c0f
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `drupal:7` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **174.3 MB (174303052 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:a24ce8568ac1b4047350f5d38ff2f179f772fb66c0340af9d56e1b642a34cc00`
--	Default Command: `["apache2-foreground"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 02:34:30 GMT
-ENV PHPIZE_DEPS=autoconf 		file 		g++ 		gcc 		libc-dev 		make 		pkg-config 		re2c
-# Thu, 14 Jul 2016 00:18:15 GMT
-RUN apt-get update && apt-get install -y 		$PHPIZE_DEPS 		ca-certificates 		curl 		libedit2 		libsqlite3-0 		libxml2 		xz-utils 	--no-install-recommends && rm -r /var/lib/apt/lists/*
-# Thu, 14 Jul 2016 00:18:16 GMT
-ENV PHP_INI_DIR=/usr/local/etc/php
-# Thu, 14 Jul 2016 00:18:18 GMT
-RUN mkdir -p $PHP_INI_DIR/conf.d
-# Thu, 14 Jul 2016 00:31:54 GMT
-RUN apt-get update && apt-get install -y apache2-bin apache2.2-common --no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Thu, 14 Jul 2016 00:31:54 GMT
-ENV APACHE_CONFDIR=/etc/apache2
-# Thu, 14 Jul 2016 00:31:54 GMT
-ENV APACHE_ENVVARS=/etc/apache2/envvars
-# Thu, 14 Jul 2016 00:31:56 GMT
-RUN set -ex 	&& . "$APACHE_ENVVARS" 	&& for dir in 		"$APACHE_LOCK_DIR" 		"$APACHE_RUN_DIR" 		"$APACHE_LOG_DIR" 		/var/www/html 	; do 		rm -rvf "$dir" 		&& mkdir -p "$dir" 		&& chown -R "$APACHE_RUN_USER:$APACHE_RUN_GROUP" "$dir"; 	done
-# Thu, 14 Jul 2016 00:31:57 GMT
-RUN a2dismod mpm_event && a2enmod mpm_prefork
-# Thu, 14 Jul 2016 00:31:59 GMT
-RUN set -ex 	&& . "$APACHE_ENVVARS" 	&& ln -sfT /dev/stderr "$APACHE_LOG_DIR/error.log" 	&& ln -sfT /dev/stdout "$APACHE_LOG_DIR/access.log" 	&& ln -sfT /dev/stdout "$APACHE_LOG_DIR/other_vhosts_access.log"
-# Thu, 14 Jul 2016 00:32:00 GMT
-RUN { 		echo '<FilesMatch \.php$>'; 		echo '\tSetHandler application/x-httpd-php'; 		echo '</FilesMatch>'; 		echo; 		echo 'DirectoryIndex disabled'; 		echo 'DirectoryIndex index.php index.html'; 		echo; 		echo '<Directory /var/www/>'; 		echo '\tOptions -Indexes'; 		echo '\tAllowOverride All'; 		echo '</Directory>'; 	} | tee "$APACHE_CONFDIR/conf-available/docker-php.conf" 	&& a2enconf docker-php
-# Thu, 14 Jul 2016 00:32:00 GMT
-ENV PHP_EXTRA_BUILD_DEPS=apache2-dev
-# Thu, 14 Jul 2016 00:32:01 GMT
-ENV PHP_EXTRA_CONFIGURE_ARGS=--with-apxs2
-# Thu, 14 Jul 2016 00:32:01 GMT
-ENV GPG_KEYS=1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763
-# Thu, 14 Jul 2016 00:32:01 GMT
-ENV PHP_VERSION=7.0.8
-# Thu, 14 Jul 2016 00:32:02 GMT
-ENV PHP_FILENAME=php-7.0.8.tar.xz
-# Thu, 14 Jul 2016 00:32:02 GMT
-ENV PHP_SHA256=0a2142c458b0846f556b16da1c927d74c101aa951bb840549abe5c58584fb394
-# Thu, 14 Jul 2016 00:32:05 GMT
-RUN set -xe 	&& cd /usr/src/ 	&& curl -fSL "http://php.net/get/$PHP_FILENAME/from/this/mirror" -o php.tar.xz 	&& echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c - 	&& curl -fSL "http://php.net/get/$PHP_FILENAME.asc/from/this/mirror" -o php.tar.xz.asc 	&& export GNUPGHOME="$(mktemp -d)" 	&& for key in $GPG_KEYS; do 		gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; 	done 	&& gpg --batch --verify php.tar.xz.asc php.tar.xz 	&& rm -r "$GNUPGHOME"
-# Thu, 14 Jul 2016 00:32:05 GMT
-COPY file:2cb3361ad95f7488a8a7f2b07b4c9b350c37169a746a83f90cd8e6d164e3e963 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:37:22 GMT
-RUN set -xe 	&& buildDeps=" 		$PHP_EXTRA_BUILD_DEPS 		libcurl4-openssl-dev 		libedit-dev 		libsqlite3-dev 		libssl-dev 		libxml2-dev 	" 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& docker-php-source extract 	&& cd /usr/src/php 	&& ./configure 		--with-config-file-path="$PHP_INI_DIR" 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" 		$PHP_EXTRA_CONFIGURE_ARGS 		--disable-cgi 		--enable-mysqlnd 		--enable-mbstring 		--with-curl 		--with-libedit 		--with-openssl 		--with-zlib 	&& make -j"$(nproc)" 	&& make install 	&& { find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; } 	&& make clean 	&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $buildDeps 	&& docker-php-source delete
-# Thu, 14 Jul 2016 00:37:23 GMT
-COPY multi:7012ef5427b419b7651e580b27dfd5ff65ccfb6e160d0381521f279d6a86cf08 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:37:23 GMT
-COPY file:3014772111b66da3129ca8caeafdd1dcfa9a3bf518f015ae9acc3c7b9b1b44c9 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:37:24 GMT
-WORKDIR /var/www/html
-# Thu, 14 Jul 2016 00:37:24 GMT
-EXPOSE 80/tcp
-# Thu, 14 Jul 2016 00:37:24 GMT
-CMD ["apache2-foreground"]
-# Thu, 14 Jul 2016 02:58:25 GMT
-RUN a2enmod rewrite
-# Thu, 14 Jul 2016 03:01:48 GMT
-RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev 	&& rm -rf /var/lib/apt/lists/* 	&& docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr 	&& docker-php-ext-install gd mbstring pdo pdo_mysql pdo_pgsql zip
-# Thu, 14 Jul 2016 03:01:49 GMT
-WORKDIR /var/www/html
-# Thu, 14 Jul 2016 03:01:49 GMT
-ENV DRUPAL_VERSION=7.50
-# Thu, 14 Jul 2016 03:01:50 GMT
-ENV DRUPAL_MD5=f23905b0248d76f0fc8316692cd64753
-# Thu, 14 Jul 2016 03:01:52 GMT
-RUN curl -fSL "http://ftp.drupal.org/files/projects/drupal-${DRUPAL_VERSION}.tar.gz" -o drupal.tar.gz 	&& echo "${DRUPAL_MD5} *drupal.tar.gz" | md5sum -c - 	&& tar -xz --strip-components=1 -f drupal.tar.gz 	&& rm drupal.tar.gz 	&& chown -R www-data:www-data sites
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:9e955ea566151d5982903050c40f83202a7ff3142692cae9855ab3b98ae8bea0`  
-		Last Modified: Thu, 14 Jul 2016 02:27:10 GMT  
-		Size: 77.6 MB (77604440 bytes)
-	-	`sha256:217d5abb6c1144cbfc2489fb39f6cf4d6df04375a07c863852b874f31975a99b`  
-		Last Modified: Thu, 14 Jul 2016 02:26:50 GMT  
-		Size: 180.0 B
-	-	`sha256:a8b194f25221cecbfc4760645fc4626aba5d76375d945d7611b2bbf9ef333b81`  
-		Last Modified: Thu, 14 Jul 2016 02:29:23 GMT  
-		Size: 2.9 MB (2875150 bytes)
-	-	`sha256:77d63b449539b8848148dbd674999c4ac85dd550b14bd439284771a29b10de05`  
-		Last Modified: Thu, 14 Jul 2016 02:29:21 GMT  
-		Size: 271.0 B
-	-	`sha256:353f320abe10bb917a85a167f2f986fccb1266615763b882bb886f32c8ebeb8e`  
-		Last Modified: Thu, 14 Jul 2016 02:29:19 GMT  
-		Size: 431.0 B
-	-	`sha256:b1210519e8616a1dbeb715b580fce4df4e4f2f0869d02bcd052fa9a696336524`  
-		Last Modified: Thu, 14 Jul 2016 02:29:19 GMT  
-		Size: 223.0 B
-	-	`sha256:a03ec06b81167874dd6191ecfb43d0723cca63b3f3e235e42d28037a6e959be4`  
-		Last Modified: Thu, 14 Jul 2016 02:29:20 GMT  
-		Size: 476.0 B
-	-	`sha256:c5da61e3e380d75d39f6b76090bb3b47e876422fb147bc92066bf1aa82f416de`  
-		Last Modified: Thu, 14 Jul 2016 02:29:18 GMT  
-		Size: 11.5 MB (11502670 bytes)
-	-	`sha256:b65c91e6137ae3983d1c5bbdc764275f139808d9046a65340545c790d56dc543`  
-		Last Modified: Thu, 14 Jul 2016 02:29:16 GMT  
-		Size: 603.0 B
-	-	`sha256:2bfde26d8fda107b7548d7dbcf917de0c025eefca8a4ff68cbcaebc309f82a1f`  
-		Last Modified: Thu, 14 Jul 2016 02:29:23 GMT  
-		Size: 19.6 MB (19583369 bytes)
-	-	`sha256:f935ddb4c792bc26cff32b776ca8fac78f53f2522ecb57797be5cf56c56245e4`  
-		Last Modified: Thu, 14 Jul 2016 02:29:17 GMT  
-		Size: 1.8 KB (1756 bytes)
-	-	`sha256:26888846428cd10b9a7f8887e6c29979e50d030e9caeb60dd5f5c5fef26278cc`  
-		Last Modified: Thu, 14 Jul 2016 02:29:17 GMT  
-		Size: 582.0 B
-	-	`sha256:2e006db21cb7159fb700c4e505917443f59c6c9d6c498568ac65f2a0ced9eb67`  
-		Last Modified: Thu, 14 Jul 2016 03:13:15 GMT  
-		Size: 295.0 B
-	-	`sha256:9c71192608f0ed160403120ff172137b9bcebbea8cf14c47c08917d82ba9aac2`  
-		Last Modified: Thu, 14 Jul 2016 03:13:18 GMT  
-		Size: 8.1 MB (8096325 bytes)
-	-	`sha256:0f7e9401093e699a94f3354b016328973c966c905c7e7c500ab125da9d23c2b3`  
-		Last Modified: Thu, 14 Jul 2016 03:13:17 GMT  
-		Size: 3.3 MB (3283746 bytes)
-
-## `drupal:7.50-fpm`
-
-```console
-$ docker pull drupal@sha256:cbdb48e0197aad4cfeabc6204e34937afc3d5278ec17bb473a939e5b6ade7dd1
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `drupal:7.50-fpm` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **164.5 MB (164452768 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:1b4d88a3bb9472fd95e79b6eb39bf16357322896a32616762cbd8771df258c80`
--	Default Command: `["php-fpm"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 02:34:30 GMT
-ENV PHPIZE_DEPS=autoconf 		file 		g++ 		gcc 		libc-dev 		make 		pkg-config 		re2c
-# Thu, 14 Jul 2016 00:18:15 GMT
-RUN apt-get update && apt-get install -y 		$PHPIZE_DEPS 		ca-certificates 		curl 		libedit2 		libsqlite3-0 		libxml2 		xz-utils 	--no-install-recommends && rm -r /var/lib/apt/lists/*
-# Thu, 14 Jul 2016 00:18:16 GMT
-ENV PHP_INI_DIR=/usr/local/etc/php
-# Thu, 14 Jul 2016 00:18:18 GMT
-RUN mkdir -p $PHP_INI_DIR/conf.d
-# Thu, 14 Jul 2016 00:37:25 GMT
-ENV PHP_EXTRA_CONFIGURE_ARGS=--enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data
-# Thu, 14 Jul 2016 00:37:25 GMT
-ENV GPG_KEYS=1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763
-# Thu, 14 Jul 2016 00:37:26 GMT
-ENV PHP_VERSION=7.0.8
-# Thu, 14 Jul 2016 00:37:26 GMT
-ENV PHP_FILENAME=php-7.0.8.tar.xz
-# Thu, 14 Jul 2016 00:37:26 GMT
-ENV PHP_SHA256=0a2142c458b0846f556b16da1c927d74c101aa951bb840549abe5c58584fb394
-# Thu, 14 Jul 2016 00:37:30 GMT
-RUN set -xe 	&& cd /usr/src/ 	&& curl -fSL "http://php.net/get/$PHP_FILENAME/from/this/mirror" -o php.tar.xz 	&& echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c - 	&& curl -fSL "http://php.net/get/$PHP_FILENAME.asc/from/this/mirror" -o php.tar.xz.asc 	&& export GNUPGHOME="$(mktemp -d)" 	&& for key in $GPG_KEYS; do 		gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; 	done 	&& gpg --batch --verify php.tar.xz.asc php.tar.xz 	&& rm -r "$GNUPGHOME"
-# Thu, 14 Jul 2016 00:37:31 GMT
-COPY file:2cb3361ad95f7488a8a7f2b07b4c9b350c37169a746a83f90cd8e6d164e3e963 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:44:21 GMT
-RUN set -xe 	&& buildDeps=" 		$PHP_EXTRA_BUILD_DEPS 		libcurl4-openssl-dev 		libedit-dev 		libsqlite3-dev 		libssl-dev 		libxml2-dev 	" 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& docker-php-source extract 	&& cd /usr/src/php 	&& ./configure 		--with-config-file-path="$PHP_INI_DIR" 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" 		$PHP_EXTRA_CONFIGURE_ARGS 		--disable-cgi 		--enable-mysqlnd 		--enable-mbstring 		--with-curl 		--with-libedit 		--with-openssl 		--with-zlib 	&& make -j"$(nproc)" 	&& make install 	&& { find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; } 	&& make clean 	&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $buildDeps 	&& docker-php-source delete
-# Thu, 14 Jul 2016 00:44:22 GMT
-COPY multi:7012ef5427b419b7651e580b27dfd5ff65ccfb6e160d0381521f279d6a86cf08 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:44:22 GMT
-WORKDIR /var/www/html
-# Thu, 14 Jul 2016 00:44:24 GMT
-RUN set -ex 	&& cd /usr/local/etc 	&& if [ -d php-fpm.d ]; then 		sed 's!=NONE/!=!g' php-fpm.conf.default | tee php-fpm.conf > /dev/null; 		cp php-fpm.d/www.conf.default php-fpm.d/www.conf; 	else 		mkdir php-fpm.d; 		cp php-fpm.conf.default php-fpm.d/www.conf; 		{ 			echo '[global]'; 			echo 'include=etc/php-fpm.d/*.conf'; 		} | tee php-fpm.conf; 	fi 	&& { 		echo '[global]'; 		echo 'error_log = /proc/self/fd/2'; 		echo; 		echo '[www]'; 		echo '; if we send this to /proc/self/fd/1, it never appears'; 		echo 'access.log = /proc/self/fd/2'; 		echo; 		echo 'clear_env = no'; 		echo; 		echo '; Ensure worker stdout and stderr are sent to the main error log.'; 		echo 'catch_workers_output = yes'; 	} | tee php-fpm.d/docker.conf 	&& { 		echo '[global]'; 		echo 'daemonize = no'; 		echo; 		echo '[www]'; 		echo 'listen = [::]:9000'; 	} | tee php-fpm.d/zz-docker.conf
-# Thu, 14 Jul 2016 00:44:24 GMT
-EXPOSE 9000/tcp
-# Thu, 14 Jul 2016 00:44:24 GMT
-CMD ["php-fpm"]
-# Thu, 14 Jul 2016 03:05:16 GMT
-RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev 	&& rm -rf /var/lib/apt/lists/* 	&& docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr 	&& docker-php-ext-install gd mbstring pdo pdo_mysql pdo_pgsql zip
-# Thu, 14 Jul 2016 03:05:17 GMT
-WORKDIR /var/www/html
-# Thu, 14 Jul 2016 03:05:17 GMT
-ENV DRUPAL_VERSION=7.50
-# Thu, 14 Jul 2016 03:05:18 GMT
-ENV DRUPAL_MD5=f23905b0248d76f0fc8316692cd64753
-# Thu, 14 Jul 2016 03:05:20 GMT
-RUN curl -fSL "http://ftp.drupal.org/files/projects/drupal-${DRUPAL_VERSION}.tar.gz" -o drupal.tar.gz 	&& echo "${DRUPAL_MD5} *drupal.tar.gz" | md5sum -c - 	&& tar -xz --strip-components=1 -f drupal.tar.gz 	&& rm drupal.tar.gz 	&& chown -R www-data:www-data sites
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:9e955ea566151d5982903050c40f83202a7ff3142692cae9855ab3b98ae8bea0`  
-		Last Modified: Thu, 14 Jul 2016 02:27:10 GMT  
-		Size: 77.6 MB (77604440 bytes)
-	-	`sha256:217d5abb6c1144cbfc2489fb39f6cf4d6df04375a07c863852b874f31975a99b`  
-		Last Modified: Thu, 14 Jul 2016 02:26:50 GMT  
-		Size: 180.0 B
-	-	`sha256:c9ec9be4f4998849466abe3a65cfbc5391b39fd27823e58a7c4a9f4827295605`  
-		Last Modified: Thu, 14 Jul 2016 02:30:10 GMT  
-		Size: 11.5 MB (11502672 bytes)
-	-	`sha256:e96b40e2418936df30281aae0d64e4dd9c07b71217622c1e4b1655e2277a2098`  
-		Last Modified: Thu, 14 Jul 2016 02:30:05 GMT  
-		Size: 601.0 B
-	-	`sha256:07f92b760594415652a3442b99f47c8c9cc7a9a5309a0b844ea9c838c79dc9f0`  
-		Last Modified: Thu, 14 Jul 2016 02:30:10 GMT  
-		Size: 12.6 MB (12625380 bytes)
-	-	`sha256:33329615a3031cd73918559ea4d061a9f8994254a06abd71081912b32c25b07a`  
-		Last Modified: Thu, 14 Jul 2016 02:30:18 GMT  
-		Size: 1.8 KB (1757 bytes)
-	-	`sha256:f95bb73b125d80a7f432a1634dbc17f5a5881e7c3c0ae2de9d63c4e34791d3ce`  
-		Last Modified: Thu, 14 Jul 2016 02:30:05 GMT  
-		Size: 128.0 B
-	-	`sha256:819815417dbf72203619ffbc1d80b6cde618d3dd39d881e0a1a45f54dc11629a`  
-		Last Modified: Thu, 14 Jul 2016 02:30:10 GMT  
-		Size: 7.7 KB (7690 bytes)
-	-	`sha256:414b15e6030b38f420633b7caf563ec4ca4b32f9169d19f5c96a227efee972b1`  
-		Last Modified: Thu, 14 Jul 2016 03:14:03 GMT  
-		Size: 8.1 MB (8073643 bytes)
-	-	`sha256:6216ab658115629fd1b8f038e71374f443475adf7c1d6de6d2c6697360affdfd`  
-		Last Modified: Thu, 14 Jul 2016 03:14:03 GMT  
-		Size: 3.3 MB (3283742 bytes)
-
-## `drupal:7-fpm`
-
-```console
-$ docker pull drupal@sha256:cbdb48e0197aad4cfeabc6204e34937afc3d5278ec17bb473a939e5b6ade7dd1
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `drupal:7-fpm` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **164.5 MB (164452768 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:1b4d88a3bb9472fd95e79b6eb39bf16357322896a32616762cbd8771df258c80`
--	Default Command: `["php-fpm"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 02:34:30 GMT
-ENV PHPIZE_DEPS=autoconf 		file 		g++ 		gcc 		libc-dev 		make 		pkg-config 		re2c
-# Thu, 14 Jul 2016 00:18:15 GMT
-RUN apt-get update && apt-get install -y 		$PHPIZE_DEPS 		ca-certificates 		curl 		libedit2 		libsqlite3-0 		libxml2 		xz-utils 	--no-install-recommends && rm -r /var/lib/apt/lists/*
-# Thu, 14 Jul 2016 00:18:16 GMT
-ENV PHP_INI_DIR=/usr/local/etc/php
-# Thu, 14 Jul 2016 00:18:18 GMT
-RUN mkdir -p $PHP_INI_DIR/conf.d
-# Thu, 14 Jul 2016 00:37:25 GMT
-ENV PHP_EXTRA_CONFIGURE_ARGS=--enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data
-# Thu, 14 Jul 2016 00:37:25 GMT
-ENV GPG_KEYS=1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763
-# Thu, 14 Jul 2016 00:37:26 GMT
-ENV PHP_VERSION=7.0.8
-# Thu, 14 Jul 2016 00:37:26 GMT
-ENV PHP_FILENAME=php-7.0.8.tar.xz
-# Thu, 14 Jul 2016 00:37:26 GMT
-ENV PHP_SHA256=0a2142c458b0846f556b16da1c927d74c101aa951bb840549abe5c58584fb394
-# Thu, 14 Jul 2016 00:37:30 GMT
-RUN set -xe 	&& cd /usr/src/ 	&& curl -fSL "http://php.net/get/$PHP_FILENAME/from/this/mirror" -o php.tar.xz 	&& echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c - 	&& curl -fSL "http://php.net/get/$PHP_FILENAME.asc/from/this/mirror" -o php.tar.xz.asc 	&& export GNUPGHOME="$(mktemp -d)" 	&& for key in $GPG_KEYS; do 		gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; 	done 	&& gpg --batch --verify php.tar.xz.asc php.tar.xz 	&& rm -r "$GNUPGHOME"
-# Thu, 14 Jul 2016 00:37:31 GMT
-COPY file:2cb3361ad95f7488a8a7f2b07b4c9b350c37169a746a83f90cd8e6d164e3e963 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:44:21 GMT
-RUN set -xe 	&& buildDeps=" 		$PHP_EXTRA_BUILD_DEPS 		libcurl4-openssl-dev 		libedit-dev 		libsqlite3-dev 		libssl-dev 		libxml2-dev 	" 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& docker-php-source extract 	&& cd /usr/src/php 	&& ./configure 		--with-config-file-path="$PHP_INI_DIR" 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" 		$PHP_EXTRA_CONFIGURE_ARGS 		--disable-cgi 		--enable-mysqlnd 		--enable-mbstring 		--with-curl 		--with-libedit 		--with-openssl 		--with-zlib 	&& make -j"$(nproc)" 	&& make install 	&& { find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; } 	&& make clean 	&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $buildDeps 	&& docker-php-source delete
-# Thu, 14 Jul 2016 00:44:22 GMT
-COPY multi:7012ef5427b419b7651e580b27dfd5ff65ccfb6e160d0381521f279d6a86cf08 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:44:22 GMT
-WORKDIR /var/www/html
-# Thu, 14 Jul 2016 00:44:24 GMT
-RUN set -ex 	&& cd /usr/local/etc 	&& if [ -d php-fpm.d ]; then 		sed 's!=NONE/!=!g' php-fpm.conf.default | tee php-fpm.conf > /dev/null; 		cp php-fpm.d/www.conf.default php-fpm.d/www.conf; 	else 		mkdir php-fpm.d; 		cp php-fpm.conf.default php-fpm.d/www.conf; 		{ 			echo '[global]'; 			echo 'include=etc/php-fpm.d/*.conf'; 		} | tee php-fpm.conf; 	fi 	&& { 		echo '[global]'; 		echo 'error_log = /proc/self/fd/2'; 		echo; 		echo '[www]'; 		echo '; if we send this to /proc/self/fd/1, it never appears'; 		echo 'access.log = /proc/self/fd/2'; 		echo; 		echo 'clear_env = no'; 		echo; 		echo '; Ensure worker stdout and stderr are sent to the main error log.'; 		echo 'catch_workers_output = yes'; 	} | tee php-fpm.d/docker.conf 	&& { 		echo '[global]'; 		echo 'daemonize = no'; 		echo; 		echo '[www]'; 		echo 'listen = [::]:9000'; 	} | tee php-fpm.d/zz-docker.conf
-# Thu, 14 Jul 2016 00:44:24 GMT
-EXPOSE 9000/tcp
-# Thu, 14 Jul 2016 00:44:24 GMT
-CMD ["php-fpm"]
-# Thu, 14 Jul 2016 03:05:16 GMT
-RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev 	&& rm -rf /var/lib/apt/lists/* 	&& docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr 	&& docker-php-ext-install gd mbstring pdo pdo_mysql pdo_pgsql zip
-# Thu, 14 Jul 2016 03:05:17 GMT
-WORKDIR /var/www/html
-# Thu, 14 Jul 2016 03:05:17 GMT
-ENV DRUPAL_VERSION=7.50
-# Thu, 14 Jul 2016 03:05:18 GMT
-ENV DRUPAL_MD5=f23905b0248d76f0fc8316692cd64753
-# Thu, 14 Jul 2016 03:05:20 GMT
-RUN curl -fSL "http://ftp.drupal.org/files/projects/drupal-${DRUPAL_VERSION}.tar.gz" -o drupal.tar.gz 	&& echo "${DRUPAL_MD5} *drupal.tar.gz" | md5sum -c - 	&& tar -xz --strip-components=1 -f drupal.tar.gz 	&& rm drupal.tar.gz 	&& chown -R www-data:www-data sites
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:9e955ea566151d5982903050c40f83202a7ff3142692cae9855ab3b98ae8bea0`  
-		Last Modified: Thu, 14 Jul 2016 02:27:10 GMT  
-		Size: 77.6 MB (77604440 bytes)
-	-	`sha256:217d5abb6c1144cbfc2489fb39f6cf4d6df04375a07c863852b874f31975a99b`  
-		Last Modified: Thu, 14 Jul 2016 02:26:50 GMT  
-		Size: 180.0 B
-	-	`sha256:c9ec9be4f4998849466abe3a65cfbc5391b39fd27823e58a7c4a9f4827295605`  
-		Last Modified: Thu, 14 Jul 2016 02:30:10 GMT  
-		Size: 11.5 MB (11502672 bytes)
-	-	`sha256:e96b40e2418936df30281aae0d64e4dd9c07b71217622c1e4b1655e2277a2098`  
-		Last Modified: Thu, 14 Jul 2016 02:30:05 GMT  
-		Size: 601.0 B
-	-	`sha256:07f92b760594415652a3442b99f47c8c9cc7a9a5309a0b844ea9c838c79dc9f0`  
-		Last Modified: Thu, 14 Jul 2016 02:30:10 GMT  
-		Size: 12.6 MB (12625380 bytes)
-	-	`sha256:33329615a3031cd73918559ea4d061a9f8994254a06abd71081912b32c25b07a`  
-		Last Modified: Thu, 14 Jul 2016 02:30:18 GMT  
-		Size: 1.8 KB (1757 bytes)
-	-	`sha256:f95bb73b125d80a7f432a1634dbc17f5a5881e7c3c0ae2de9d63c4e34791d3ce`  
-		Last Modified: Thu, 14 Jul 2016 02:30:05 GMT  
-		Size: 128.0 B
-	-	`sha256:819815417dbf72203619ffbc1d80b6cde618d3dd39d881e0a1a45f54dc11629a`  
-		Last Modified: Thu, 14 Jul 2016 02:30:10 GMT  
-		Size: 7.7 KB (7690 bytes)
-	-	`sha256:414b15e6030b38f420633b7caf563ec4ca4b32f9169d19f5c96a227efee972b1`  
-		Last Modified: Thu, 14 Jul 2016 03:14:03 GMT  
-		Size: 8.1 MB (8073643 bytes)
-	-	`sha256:6216ab658115629fd1b8f038e71374f443475adf7c1d6de6d2c6697360affdfd`  
-		Last Modified: Thu, 14 Jul 2016 03:14:03 GMT  
-		Size: 3.3 MB (3283742 bytes)
-
-## `drupal:8.1.7-apache`
-
-```console
-$ docker pull drupal@sha256:165787a1fe7b11ddfef02c2f3976e3af47e8ea2230f9658c858013f32e981a40
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `drupal:8.1.7-apache` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **183.9 MB (183946913 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:59f90d21690e9e421b68d18609447f06a9f113d5bf6d0b2d03a953d9831e82f2`
--	Default Command: `["apache2-foreground"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 02:34:30 GMT
-ENV PHPIZE_DEPS=autoconf 		file 		g++ 		gcc 		libc-dev 		make 		pkg-config 		re2c
-# Thu, 14 Jul 2016 00:18:15 GMT
-RUN apt-get update && apt-get install -y 		$PHPIZE_DEPS 		ca-certificates 		curl 		libedit2 		libsqlite3-0 		libxml2 		xz-utils 	--no-install-recommends && rm -r /var/lib/apt/lists/*
-# Thu, 14 Jul 2016 00:18:16 GMT
-ENV PHP_INI_DIR=/usr/local/etc/php
-# Thu, 14 Jul 2016 00:18:18 GMT
-RUN mkdir -p $PHP_INI_DIR/conf.d
-# Thu, 14 Jul 2016 00:31:54 GMT
-RUN apt-get update && apt-get install -y apache2-bin apache2.2-common --no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Thu, 14 Jul 2016 00:31:54 GMT
-ENV APACHE_CONFDIR=/etc/apache2
-# Thu, 14 Jul 2016 00:31:54 GMT
-ENV APACHE_ENVVARS=/etc/apache2/envvars
-# Thu, 14 Jul 2016 00:31:56 GMT
-RUN set -ex 	&& . "$APACHE_ENVVARS" 	&& for dir in 		"$APACHE_LOCK_DIR" 		"$APACHE_RUN_DIR" 		"$APACHE_LOG_DIR" 		/var/www/html 	; do 		rm -rvf "$dir" 		&& mkdir -p "$dir" 		&& chown -R "$APACHE_RUN_USER:$APACHE_RUN_GROUP" "$dir"; 	done
-# Thu, 14 Jul 2016 00:31:57 GMT
-RUN a2dismod mpm_event && a2enmod mpm_prefork
-# Thu, 14 Jul 2016 00:31:59 GMT
-RUN set -ex 	&& . "$APACHE_ENVVARS" 	&& ln -sfT /dev/stderr "$APACHE_LOG_DIR/error.log" 	&& ln -sfT /dev/stdout "$APACHE_LOG_DIR/access.log" 	&& ln -sfT /dev/stdout "$APACHE_LOG_DIR/other_vhosts_access.log"
-# Thu, 14 Jul 2016 00:32:00 GMT
-RUN { 		echo '<FilesMatch \.php$>'; 		echo '\tSetHandler application/x-httpd-php'; 		echo '</FilesMatch>'; 		echo; 		echo 'DirectoryIndex disabled'; 		echo 'DirectoryIndex index.php index.html'; 		echo; 		echo '<Directory /var/www/>'; 		echo '\tOptions -Indexes'; 		echo '\tAllowOverride All'; 		echo '</Directory>'; 	} | tee "$APACHE_CONFDIR/conf-available/docker-php.conf" 	&& a2enconf docker-php
-# Thu, 14 Jul 2016 00:32:00 GMT
-ENV PHP_EXTRA_BUILD_DEPS=apache2-dev
-# Thu, 14 Jul 2016 00:32:01 GMT
-ENV PHP_EXTRA_CONFIGURE_ARGS=--with-apxs2
-# Thu, 14 Jul 2016 00:32:01 GMT
-ENV GPG_KEYS=1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763
-# Thu, 14 Jul 2016 00:32:01 GMT
-ENV PHP_VERSION=7.0.8
-# Thu, 14 Jul 2016 00:32:02 GMT
-ENV PHP_FILENAME=php-7.0.8.tar.xz
-# Thu, 14 Jul 2016 00:32:02 GMT
-ENV PHP_SHA256=0a2142c458b0846f556b16da1c927d74c101aa951bb840549abe5c58584fb394
-# Thu, 14 Jul 2016 00:32:05 GMT
-RUN set -xe 	&& cd /usr/src/ 	&& curl -fSL "http://php.net/get/$PHP_FILENAME/from/this/mirror" -o php.tar.xz 	&& echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c - 	&& curl -fSL "http://php.net/get/$PHP_FILENAME.asc/from/this/mirror" -o php.tar.xz.asc 	&& export GNUPGHOME="$(mktemp -d)" 	&& for key in $GPG_KEYS; do 		gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; 	done 	&& gpg --batch --verify php.tar.xz.asc php.tar.xz 	&& rm -r "$GNUPGHOME"
-# Thu, 14 Jul 2016 00:32:05 GMT
-COPY file:2cb3361ad95f7488a8a7f2b07b4c9b350c37169a746a83f90cd8e6d164e3e963 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:37:22 GMT
-RUN set -xe 	&& buildDeps=" 		$PHP_EXTRA_BUILD_DEPS 		libcurl4-openssl-dev 		libedit-dev 		libsqlite3-dev 		libssl-dev 		libxml2-dev 	" 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& docker-php-source extract 	&& cd /usr/src/php 	&& ./configure 		--with-config-file-path="$PHP_INI_DIR" 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" 		$PHP_EXTRA_CONFIGURE_ARGS 		--disable-cgi 		--enable-mysqlnd 		--enable-mbstring 		--with-curl 		--with-libedit 		--with-openssl 		--with-zlib 	&& make -j"$(nproc)" 	&& make install 	&& { find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; } 	&& make clean 	&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $buildDeps 	&& docker-php-source delete
-# Thu, 14 Jul 2016 00:37:23 GMT
-COPY multi:7012ef5427b419b7651e580b27dfd5ff65ccfb6e160d0381521f279d6a86cf08 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:37:23 GMT
-COPY file:3014772111b66da3129ca8caeafdd1dcfa9a3bf518f015ae9acc3c7b9b1b44c9 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:37:24 GMT
-WORKDIR /var/www/html
-# Thu, 14 Jul 2016 00:37:24 GMT
-EXPOSE 80/tcp
-# Thu, 14 Jul 2016 00:37:24 GMT
-CMD ["apache2-foreground"]
-# Thu, 14 Jul 2016 02:58:25 GMT
-RUN a2enmod rewrite
-# Thu, 14 Jul 2016 03:09:02 GMT
-RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev 	&& rm -rf /var/lib/apt/lists/* 	&& docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr 	&& docker-php-ext-install gd mbstring opcache pdo pdo_mysql pdo_pgsql zip
-# Thu, 14 Jul 2016 03:09:03 GMT
-RUN { 		echo 'opcache.memory_consumption=128'; 		echo 'opcache.interned_strings_buffer=8'; 		echo 'opcache.max_accelerated_files=4000'; 		echo 'opcache.revalidate_freq=60'; 		echo 'opcache.fast_shutdown=1'; 		echo 'opcache.enable_cli=1'; 	} > /usr/local/etc/php/conf.d/opcache-recommended.ini
-# Thu, 14 Jul 2016 03:09:04 GMT
-WORKDIR /var/www/html
-# Tue, 19 Jul 2016 19:37:44 GMT
-ENV DRUPAL_VERSION=8.1.7
-# Tue, 19 Jul 2016 19:37:45 GMT
-ENV DRUPAL_MD5=19e95079e50dd3c19222b91ef1b57036
-# Tue, 19 Jul 2016 19:37:54 GMT
-RUN curl -fSL "http://ftp.drupal.org/files/projects/drupal-${DRUPAL_VERSION}.tar.gz" -o drupal.tar.gz 	&& echo "${DRUPAL_MD5} *drupal.tar.gz" | md5sum -c - 	&& tar -xz --strip-components=1 -f drupal.tar.gz 	&& rm drupal.tar.gz 	&& chown -R www-data:www-data sites
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:9e955ea566151d5982903050c40f83202a7ff3142692cae9855ab3b98ae8bea0`  
-		Last Modified: Thu, 14 Jul 2016 02:27:10 GMT  
-		Size: 77.6 MB (77604440 bytes)
-	-	`sha256:217d5abb6c1144cbfc2489fb39f6cf4d6df04375a07c863852b874f31975a99b`  
-		Last Modified: Thu, 14 Jul 2016 02:26:50 GMT  
-		Size: 180.0 B
-	-	`sha256:a8b194f25221cecbfc4760645fc4626aba5d76375d945d7611b2bbf9ef333b81`  
-		Last Modified: Thu, 14 Jul 2016 02:29:23 GMT  
-		Size: 2.9 MB (2875150 bytes)
-	-	`sha256:77d63b449539b8848148dbd674999c4ac85dd550b14bd439284771a29b10de05`  
-		Last Modified: Thu, 14 Jul 2016 02:29:21 GMT  
-		Size: 271.0 B
-	-	`sha256:353f320abe10bb917a85a167f2f986fccb1266615763b882bb886f32c8ebeb8e`  
-		Last Modified: Thu, 14 Jul 2016 02:29:19 GMT  
-		Size: 431.0 B
-	-	`sha256:b1210519e8616a1dbeb715b580fce4df4e4f2f0869d02bcd052fa9a696336524`  
-		Last Modified: Thu, 14 Jul 2016 02:29:19 GMT  
-		Size: 223.0 B
-	-	`sha256:a03ec06b81167874dd6191ecfb43d0723cca63b3f3e235e42d28037a6e959be4`  
-		Last Modified: Thu, 14 Jul 2016 02:29:20 GMT  
-		Size: 476.0 B
-	-	`sha256:c5da61e3e380d75d39f6b76090bb3b47e876422fb147bc92066bf1aa82f416de`  
-		Last Modified: Thu, 14 Jul 2016 02:29:18 GMT  
-		Size: 11.5 MB (11502670 bytes)
-	-	`sha256:b65c91e6137ae3983d1c5bbdc764275f139808d9046a65340545c790d56dc543`  
-		Last Modified: Thu, 14 Jul 2016 02:29:16 GMT  
-		Size: 603.0 B
-	-	`sha256:2bfde26d8fda107b7548d7dbcf917de0c025eefca8a4ff68cbcaebc309f82a1f`  
-		Last Modified: Thu, 14 Jul 2016 02:29:23 GMT  
-		Size: 19.6 MB (19583369 bytes)
-	-	`sha256:f935ddb4c792bc26cff32b776ca8fac78f53f2522ecb57797be5cf56c56245e4`  
-		Last Modified: Thu, 14 Jul 2016 02:29:17 GMT  
-		Size: 1.8 KB (1756 bytes)
-	-	`sha256:26888846428cd10b9a7f8887e6c29979e50d030e9caeb60dd5f5c5fef26278cc`  
-		Last Modified: Thu, 14 Jul 2016 02:29:17 GMT  
-		Size: 582.0 B
-	-	`sha256:2e006db21cb7159fb700c4e505917443f59c6c9d6c498568ac65f2a0ced9eb67`  
-		Last Modified: Thu, 14 Jul 2016 03:13:15 GMT  
-		Size: 295.0 B
-	-	`sha256:ac5b0eb5083b1dfe4207c276699bc81eb14cd684480ecbd13f3c90dc56ffd0ae`  
-		Last Modified: Thu, 14 Jul 2016 03:14:30 GMT  
-		Size: 8.5 MB (8453038 bytes)
-	-	`sha256:3638e74f0853e8604be47993a605ca3f215b80d1b78b5d6f07c7e6d0622e06f3`  
-		Last Modified: Thu, 14 Jul 2016 03:14:27 GMT  
-		Size: 331.0 B
-	-	`sha256:f9316c4d74dbf3af30d10378eb2f743594850e5019cf274549b85341a3879c57`  
-		Last Modified: Tue, 19 Jul 2016 19:39:21 GMT  
-		Size: 12.6 MB (12570563 bytes)
-
-## `drupal:8.1-apache`
-
-```console
-$ docker pull drupal@sha256:165787a1fe7b11ddfef02c2f3976e3af47e8ea2230f9658c858013f32e981a40
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `drupal:8.1-apache` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **183.9 MB (183946913 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:59f90d21690e9e421b68d18609447f06a9f113d5bf6d0b2d03a953d9831e82f2`
--	Default Command: `["apache2-foreground"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 02:34:30 GMT
-ENV PHPIZE_DEPS=autoconf 		file 		g++ 		gcc 		libc-dev 		make 		pkg-config 		re2c
-# Thu, 14 Jul 2016 00:18:15 GMT
-RUN apt-get update && apt-get install -y 		$PHPIZE_DEPS 		ca-certificates 		curl 		libedit2 		libsqlite3-0 		libxml2 		xz-utils 	--no-install-recommends && rm -r /var/lib/apt/lists/*
-# Thu, 14 Jul 2016 00:18:16 GMT
-ENV PHP_INI_DIR=/usr/local/etc/php
-# Thu, 14 Jul 2016 00:18:18 GMT
-RUN mkdir -p $PHP_INI_DIR/conf.d
-# Thu, 14 Jul 2016 00:31:54 GMT
-RUN apt-get update && apt-get install -y apache2-bin apache2.2-common --no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Thu, 14 Jul 2016 00:31:54 GMT
-ENV APACHE_CONFDIR=/etc/apache2
-# Thu, 14 Jul 2016 00:31:54 GMT
-ENV APACHE_ENVVARS=/etc/apache2/envvars
-# Thu, 14 Jul 2016 00:31:56 GMT
-RUN set -ex 	&& . "$APACHE_ENVVARS" 	&& for dir in 		"$APACHE_LOCK_DIR" 		"$APACHE_RUN_DIR" 		"$APACHE_LOG_DIR" 		/var/www/html 	; do 		rm -rvf "$dir" 		&& mkdir -p "$dir" 		&& chown -R "$APACHE_RUN_USER:$APACHE_RUN_GROUP" "$dir"; 	done
-# Thu, 14 Jul 2016 00:31:57 GMT
-RUN a2dismod mpm_event && a2enmod mpm_prefork
-# Thu, 14 Jul 2016 00:31:59 GMT
-RUN set -ex 	&& . "$APACHE_ENVVARS" 	&& ln -sfT /dev/stderr "$APACHE_LOG_DIR/error.log" 	&& ln -sfT /dev/stdout "$APACHE_LOG_DIR/access.log" 	&& ln -sfT /dev/stdout "$APACHE_LOG_DIR/other_vhosts_access.log"
-# Thu, 14 Jul 2016 00:32:00 GMT
-RUN { 		echo '<FilesMatch \.php$>'; 		echo '\tSetHandler application/x-httpd-php'; 		echo '</FilesMatch>'; 		echo; 		echo 'DirectoryIndex disabled'; 		echo 'DirectoryIndex index.php index.html'; 		echo; 		echo '<Directory /var/www/>'; 		echo '\tOptions -Indexes'; 		echo '\tAllowOverride All'; 		echo '</Directory>'; 	} | tee "$APACHE_CONFDIR/conf-available/docker-php.conf" 	&& a2enconf docker-php
-# Thu, 14 Jul 2016 00:32:00 GMT
-ENV PHP_EXTRA_BUILD_DEPS=apache2-dev
-# Thu, 14 Jul 2016 00:32:01 GMT
-ENV PHP_EXTRA_CONFIGURE_ARGS=--with-apxs2
-# Thu, 14 Jul 2016 00:32:01 GMT
-ENV GPG_KEYS=1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763
-# Thu, 14 Jul 2016 00:32:01 GMT
-ENV PHP_VERSION=7.0.8
-# Thu, 14 Jul 2016 00:32:02 GMT
-ENV PHP_FILENAME=php-7.0.8.tar.xz
-# Thu, 14 Jul 2016 00:32:02 GMT
-ENV PHP_SHA256=0a2142c458b0846f556b16da1c927d74c101aa951bb840549abe5c58584fb394
-# Thu, 14 Jul 2016 00:32:05 GMT
-RUN set -xe 	&& cd /usr/src/ 	&& curl -fSL "http://php.net/get/$PHP_FILENAME/from/this/mirror" -o php.tar.xz 	&& echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c - 	&& curl -fSL "http://php.net/get/$PHP_FILENAME.asc/from/this/mirror" -o php.tar.xz.asc 	&& export GNUPGHOME="$(mktemp -d)" 	&& for key in $GPG_KEYS; do 		gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; 	done 	&& gpg --batch --verify php.tar.xz.asc php.tar.xz 	&& rm -r "$GNUPGHOME"
-# Thu, 14 Jul 2016 00:32:05 GMT
-COPY file:2cb3361ad95f7488a8a7f2b07b4c9b350c37169a746a83f90cd8e6d164e3e963 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:37:22 GMT
-RUN set -xe 	&& buildDeps=" 		$PHP_EXTRA_BUILD_DEPS 		libcurl4-openssl-dev 		libedit-dev 		libsqlite3-dev 		libssl-dev 		libxml2-dev 	" 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& docker-php-source extract 	&& cd /usr/src/php 	&& ./configure 		--with-config-file-path="$PHP_INI_DIR" 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" 		$PHP_EXTRA_CONFIGURE_ARGS 		--disable-cgi 		--enable-mysqlnd 		--enable-mbstring 		--with-curl 		--with-libedit 		--with-openssl 		--with-zlib 	&& make -j"$(nproc)" 	&& make install 	&& { find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; } 	&& make clean 	&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $buildDeps 	&& docker-php-source delete
-# Thu, 14 Jul 2016 00:37:23 GMT
-COPY multi:7012ef5427b419b7651e580b27dfd5ff65ccfb6e160d0381521f279d6a86cf08 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:37:23 GMT
-COPY file:3014772111b66da3129ca8caeafdd1dcfa9a3bf518f015ae9acc3c7b9b1b44c9 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:37:24 GMT
-WORKDIR /var/www/html
-# Thu, 14 Jul 2016 00:37:24 GMT
-EXPOSE 80/tcp
-# Thu, 14 Jul 2016 00:37:24 GMT
-CMD ["apache2-foreground"]
-# Thu, 14 Jul 2016 02:58:25 GMT
-RUN a2enmod rewrite
-# Thu, 14 Jul 2016 03:09:02 GMT
-RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev 	&& rm -rf /var/lib/apt/lists/* 	&& docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr 	&& docker-php-ext-install gd mbstring opcache pdo pdo_mysql pdo_pgsql zip
-# Thu, 14 Jul 2016 03:09:03 GMT
-RUN { 		echo 'opcache.memory_consumption=128'; 		echo 'opcache.interned_strings_buffer=8'; 		echo 'opcache.max_accelerated_files=4000'; 		echo 'opcache.revalidate_freq=60'; 		echo 'opcache.fast_shutdown=1'; 		echo 'opcache.enable_cli=1'; 	} > /usr/local/etc/php/conf.d/opcache-recommended.ini
-# Thu, 14 Jul 2016 03:09:04 GMT
-WORKDIR /var/www/html
-# Tue, 19 Jul 2016 19:37:44 GMT
-ENV DRUPAL_VERSION=8.1.7
-# Tue, 19 Jul 2016 19:37:45 GMT
-ENV DRUPAL_MD5=19e95079e50dd3c19222b91ef1b57036
-# Tue, 19 Jul 2016 19:37:54 GMT
-RUN curl -fSL "http://ftp.drupal.org/files/projects/drupal-${DRUPAL_VERSION}.tar.gz" -o drupal.tar.gz 	&& echo "${DRUPAL_MD5} *drupal.tar.gz" | md5sum -c - 	&& tar -xz --strip-components=1 -f drupal.tar.gz 	&& rm drupal.tar.gz 	&& chown -R www-data:www-data sites
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:9e955ea566151d5982903050c40f83202a7ff3142692cae9855ab3b98ae8bea0`  
-		Last Modified: Thu, 14 Jul 2016 02:27:10 GMT  
-		Size: 77.6 MB (77604440 bytes)
-	-	`sha256:217d5abb6c1144cbfc2489fb39f6cf4d6df04375a07c863852b874f31975a99b`  
-		Last Modified: Thu, 14 Jul 2016 02:26:50 GMT  
-		Size: 180.0 B
-	-	`sha256:a8b194f25221cecbfc4760645fc4626aba5d76375d945d7611b2bbf9ef333b81`  
-		Last Modified: Thu, 14 Jul 2016 02:29:23 GMT  
-		Size: 2.9 MB (2875150 bytes)
-	-	`sha256:77d63b449539b8848148dbd674999c4ac85dd550b14bd439284771a29b10de05`  
-		Last Modified: Thu, 14 Jul 2016 02:29:21 GMT  
-		Size: 271.0 B
-	-	`sha256:353f320abe10bb917a85a167f2f986fccb1266615763b882bb886f32c8ebeb8e`  
-		Last Modified: Thu, 14 Jul 2016 02:29:19 GMT  
-		Size: 431.0 B
-	-	`sha256:b1210519e8616a1dbeb715b580fce4df4e4f2f0869d02bcd052fa9a696336524`  
-		Last Modified: Thu, 14 Jul 2016 02:29:19 GMT  
-		Size: 223.0 B
-	-	`sha256:a03ec06b81167874dd6191ecfb43d0723cca63b3f3e235e42d28037a6e959be4`  
-		Last Modified: Thu, 14 Jul 2016 02:29:20 GMT  
-		Size: 476.0 B
-	-	`sha256:c5da61e3e380d75d39f6b76090bb3b47e876422fb147bc92066bf1aa82f416de`  
-		Last Modified: Thu, 14 Jul 2016 02:29:18 GMT  
-		Size: 11.5 MB (11502670 bytes)
-	-	`sha256:b65c91e6137ae3983d1c5bbdc764275f139808d9046a65340545c790d56dc543`  
-		Last Modified: Thu, 14 Jul 2016 02:29:16 GMT  
-		Size: 603.0 B
-	-	`sha256:2bfde26d8fda107b7548d7dbcf917de0c025eefca8a4ff68cbcaebc309f82a1f`  
-		Last Modified: Thu, 14 Jul 2016 02:29:23 GMT  
-		Size: 19.6 MB (19583369 bytes)
-	-	`sha256:f935ddb4c792bc26cff32b776ca8fac78f53f2522ecb57797be5cf56c56245e4`  
-		Last Modified: Thu, 14 Jul 2016 02:29:17 GMT  
-		Size: 1.8 KB (1756 bytes)
-	-	`sha256:26888846428cd10b9a7f8887e6c29979e50d030e9caeb60dd5f5c5fef26278cc`  
-		Last Modified: Thu, 14 Jul 2016 02:29:17 GMT  
-		Size: 582.0 B
-	-	`sha256:2e006db21cb7159fb700c4e505917443f59c6c9d6c498568ac65f2a0ced9eb67`  
-		Last Modified: Thu, 14 Jul 2016 03:13:15 GMT  
-		Size: 295.0 B
-	-	`sha256:ac5b0eb5083b1dfe4207c276699bc81eb14cd684480ecbd13f3c90dc56ffd0ae`  
-		Last Modified: Thu, 14 Jul 2016 03:14:30 GMT  
-		Size: 8.5 MB (8453038 bytes)
-	-	`sha256:3638e74f0853e8604be47993a605ca3f215b80d1b78b5d6f07c7e6d0622e06f3`  
-		Last Modified: Thu, 14 Jul 2016 03:14:27 GMT  
-		Size: 331.0 B
-	-	`sha256:f9316c4d74dbf3af30d10378eb2f743594850e5019cf274549b85341a3879c57`  
-		Last Modified: Tue, 19 Jul 2016 19:39:21 GMT  
-		Size: 12.6 MB (12570563 bytes)
-
-## `drupal:8-apache`
-
-```console
-$ docker pull drupal@sha256:165787a1fe7b11ddfef02c2f3976e3af47e8ea2230f9658c858013f32e981a40
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `drupal:8-apache` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **183.9 MB (183946913 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:59f90d21690e9e421b68d18609447f06a9f113d5bf6d0b2d03a953d9831e82f2`
--	Default Command: `["apache2-foreground"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 02:34:30 GMT
-ENV PHPIZE_DEPS=autoconf 		file 		g++ 		gcc 		libc-dev 		make 		pkg-config 		re2c
-# Thu, 14 Jul 2016 00:18:15 GMT
-RUN apt-get update && apt-get install -y 		$PHPIZE_DEPS 		ca-certificates 		curl 		libedit2 		libsqlite3-0 		libxml2 		xz-utils 	--no-install-recommends && rm -r /var/lib/apt/lists/*
-# Thu, 14 Jul 2016 00:18:16 GMT
-ENV PHP_INI_DIR=/usr/local/etc/php
-# Thu, 14 Jul 2016 00:18:18 GMT
-RUN mkdir -p $PHP_INI_DIR/conf.d
-# Thu, 14 Jul 2016 00:31:54 GMT
-RUN apt-get update && apt-get install -y apache2-bin apache2.2-common --no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Thu, 14 Jul 2016 00:31:54 GMT
-ENV APACHE_CONFDIR=/etc/apache2
-# Thu, 14 Jul 2016 00:31:54 GMT
-ENV APACHE_ENVVARS=/etc/apache2/envvars
-# Thu, 14 Jul 2016 00:31:56 GMT
-RUN set -ex 	&& . "$APACHE_ENVVARS" 	&& for dir in 		"$APACHE_LOCK_DIR" 		"$APACHE_RUN_DIR" 		"$APACHE_LOG_DIR" 		/var/www/html 	; do 		rm -rvf "$dir" 		&& mkdir -p "$dir" 		&& chown -R "$APACHE_RUN_USER:$APACHE_RUN_GROUP" "$dir"; 	done
-# Thu, 14 Jul 2016 00:31:57 GMT
-RUN a2dismod mpm_event && a2enmod mpm_prefork
-# Thu, 14 Jul 2016 00:31:59 GMT
-RUN set -ex 	&& . "$APACHE_ENVVARS" 	&& ln -sfT /dev/stderr "$APACHE_LOG_DIR/error.log" 	&& ln -sfT /dev/stdout "$APACHE_LOG_DIR/access.log" 	&& ln -sfT /dev/stdout "$APACHE_LOG_DIR/other_vhosts_access.log"
-# Thu, 14 Jul 2016 00:32:00 GMT
-RUN { 		echo '<FilesMatch \.php$>'; 		echo '\tSetHandler application/x-httpd-php'; 		echo '</FilesMatch>'; 		echo; 		echo 'DirectoryIndex disabled'; 		echo 'DirectoryIndex index.php index.html'; 		echo; 		echo '<Directory /var/www/>'; 		echo '\tOptions -Indexes'; 		echo '\tAllowOverride All'; 		echo '</Directory>'; 	} | tee "$APACHE_CONFDIR/conf-available/docker-php.conf" 	&& a2enconf docker-php
-# Thu, 14 Jul 2016 00:32:00 GMT
-ENV PHP_EXTRA_BUILD_DEPS=apache2-dev
-# Thu, 14 Jul 2016 00:32:01 GMT
-ENV PHP_EXTRA_CONFIGURE_ARGS=--with-apxs2
-# Thu, 14 Jul 2016 00:32:01 GMT
-ENV GPG_KEYS=1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763
-# Thu, 14 Jul 2016 00:32:01 GMT
-ENV PHP_VERSION=7.0.8
-# Thu, 14 Jul 2016 00:32:02 GMT
-ENV PHP_FILENAME=php-7.0.8.tar.xz
-# Thu, 14 Jul 2016 00:32:02 GMT
-ENV PHP_SHA256=0a2142c458b0846f556b16da1c927d74c101aa951bb840549abe5c58584fb394
-# Thu, 14 Jul 2016 00:32:05 GMT
-RUN set -xe 	&& cd /usr/src/ 	&& curl -fSL "http://php.net/get/$PHP_FILENAME/from/this/mirror" -o php.tar.xz 	&& echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c - 	&& curl -fSL "http://php.net/get/$PHP_FILENAME.asc/from/this/mirror" -o php.tar.xz.asc 	&& export GNUPGHOME="$(mktemp -d)" 	&& for key in $GPG_KEYS; do 		gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; 	done 	&& gpg --batch --verify php.tar.xz.asc php.tar.xz 	&& rm -r "$GNUPGHOME"
-# Thu, 14 Jul 2016 00:32:05 GMT
-COPY file:2cb3361ad95f7488a8a7f2b07b4c9b350c37169a746a83f90cd8e6d164e3e963 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:37:22 GMT
-RUN set -xe 	&& buildDeps=" 		$PHP_EXTRA_BUILD_DEPS 		libcurl4-openssl-dev 		libedit-dev 		libsqlite3-dev 		libssl-dev 		libxml2-dev 	" 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& docker-php-source extract 	&& cd /usr/src/php 	&& ./configure 		--with-config-file-path="$PHP_INI_DIR" 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" 		$PHP_EXTRA_CONFIGURE_ARGS 		--disable-cgi 		--enable-mysqlnd 		--enable-mbstring 		--with-curl 		--with-libedit 		--with-openssl 		--with-zlib 	&& make -j"$(nproc)" 	&& make install 	&& { find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; } 	&& make clean 	&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $buildDeps 	&& docker-php-source delete
-# Thu, 14 Jul 2016 00:37:23 GMT
-COPY multi:7012ef5427b419b7651e580b27dfd5ff65ccfb6e160d0381521f279d6a86cf08 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:37:23 GMT
-COPY file:3014772111b66da3129ca8caeafdd1dcfa9a3bf518f015ae9acc3c7b9b1b44c9 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:37:24 GMT
-WORKDIR /var/www/html
-# Thu, 14 Jul 2016 00:37:24 GMT
-EXPOSE 80/tcp
-# Thu, 14 Jul 2016 00:37:24 GMT
-CMD ["apache2-foreground"]
-# Thu, 14 Jul 2016 02:58:25 GMT
-RUN a2enmod rewrite
-# Thu, 14 Jul 2016 03:09:02 GMT
-RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev 	&& rm -rf /var/lib/apt/lists/* 	&& docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr 	&& docker-php-ext-install gd mbstring opcache pdo pdo_mysql pdo_pgsql zip
-# Thu, 14 Jul 2016 03:09:03 GMT
-RUN { 		echo 'opcache.memory_consumption=128'; 		echo 'opcache.interned_strings_buffer=8'; 		echo 'opcache.max_accelerated_files=4000'; 		echo 'opcache.revalidate_freq=60'; 		echo 'opcache.fast_shutdown=1'; 		echo 'opcache.enable_cli=1'; 	} > /usr/local/etc/php/conf.d/opcache-recommended.ini
-# Thu, 14 Jul 2016 03:09:04 GMT
-WORKDIR /var/www/html
-# Tue, 19 Jul 2016 19:37:44 GMT
-ENV DRUPAL_VERSION=8.1.7
-# Tue, 19 Jul 2016 19:37:45 GMT
-ENV DRUPAL_MD5=19e95079e50dd3c19222b91ef1b57036
-# Tue, 19 Jul 2016 19:37:54 GMT
-RUN curl -fSL "http://ftp.drupal.org/files/projects/drupal-${DRUPAL_VERSION}.tar.gz" -o drupal.tar.gz 	&& echo "${DRUPAL_MD5} *drupal.tar.gz" | md5sum -c - 	&& tar -xz --strip-components=1 -f drupal.tar.gz 	&& rm drupal.tar.gz 	&& chown -R www-data:www-data sites
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:9e955ea566151d5982903050c40f83202a7ff3142692cae9855ab3b98ae8bea0`  
-		Last Modified: Thu, 14 Jul 2016 02:27:10 GMT  
-		Size: 77.6 MB (77604440 bytes)
-	-	`sha256:217d5abb6c1144cbfc2489fb39f6cf4d6df04375a07c863852b874f31975a99b`  
-		Last Modified: Thu, 14 Jul 2016 02:26:50 GMT  
-		Size: 180.0 B
-	-	`sha256:a8b194f25221cecbfc4760645fc4626aba5d76375d945d7611b2bbf9ef333b81`  
-		Last Modified: Thu, 14 Jul 2016 02:29:23 GMT  
-		Size: 2.9 MB (2875150 bytes)
-	-	`sha256:77d63b449539b8848148dbd674999c4ac85dd550b14bd439284771a29b10de05`  
-		Last Modified: Thu, 14 Jul 2016 02:29:21 GMT  
-		Size: 271.0 B
-	-	`sha256:353f320abe10bb917a85a167f2f986fccb1266615763b882bb886f32c8ebeb8e`  
-		Last Modified: Thu, 14 Jul 2016 02:29:19 GMT  
-		Size: 431.0 B
-	-	`sha256:b1210519e8616a1dbeb715b580fce4df4e4f2f0869d02bcd052fa9a696336524`  
-		Last Modified: Thu, 14 Jul 2016 02:29:19 GMT  
-		Size: 223.0 B
-	-	`sha256:a03ec06b81167874dd6191ecfb43d0723cca63b3f3e235e42d28037a6e959be4`  
-		Last Modified: Thu, 14 Jul 2016 02:29:20 GMT  
-		Size: 476.0 B
-	-	`sha256:c5da61e3e380d75d39f6b76090bb3b47e876422fb147bc92066bf1aa82f416de`  
-		Last Modified: Thu, 14 Jul 2016 02:29:18 GMT  
-		Size: 11.5 MB (11502670 bytes)
-	-	`sha256:b65c91e6137ae3983d1c5bbdc764275f139808d9046a65340545c790d56dc543`  
-		Last Modified: Thu, 14 Jul 2016 02:29:16 GMT  
-		Size: 603.0 B
-	-	`sha256:2bfde26d8fda107b7548d7dbcf917de0c025eefca8a4ff68cbcaebc309f82a1f`  
-		Last Modified: Thu, 14 Jul 2016 02:29:23 GMT  
-		Size: 19.6 MB (19583369 bytes)
-	-	`sha256:f935ddb4c792bc26cff32b776ca8fac78f53f2522ecb57797be5cf56c56245e4`  
-		Last Modified: Thu, 14 Jul 2016 02:29:17 GMT  
-		Size: 1.8 KB (1756 bytes)
-	-	`sha256:26888846428cd10b9a7f8887e6c29979e50d030e9caeb60dd5f5c5fef26278cc`  
-		Last Modified: Thu, 14 Jul 2016 02:29:17 GMT  
-		Size: 582.0 B
-	-	`sha256:2e006db21cb7159fb700c4e505917443f59c6c9d6c498568ac65f2a0ced9eb67`  
-		Last Modified: Thu, 14 Jul 2016 03:13:15 GMT  
-		Size: 295.0 B
-	-	`sha256:ac5b0eb5083b1dfe4207c276699bc81eb14cd684480ecbd13f3c90dc56ffd0ae`  
-		Last Modified: Thu, 14 Jul 2016 03:14:30 GMT  
-		Size: 8.5 MB (8453038 bytes)
-	-	`sha256:3638e74f0853e8604be47993a605ca3f215b80d1b78b5d6f07c7e6d0622e06f3`  
-		Last Modified: Thu, 14 Jul 2016 03:14:27 GMT  
-		Size: 331.0 B
-	-	`sha256:f9316c4d74dbf3af30d10378eb2f743594850e5019cf274549b85341a3879c57`  
-		Last Modified: Tue, 19 Jul 2016 19:39:21 GMT  
-		Size: 12.6 MB (12570563 bytes)
-
-## `drupal:apache`
-
-```console
-$ docker pull drupal@sha256:165787a1fe7b11ddfef02c2f3976e3af47e8ea2230f9658c858013f32e981a40
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `drupal:apache` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **183.9 MB (183946913 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:59f90d21690e9e421b68d18609447f06a9f113d5bf6d0b2d03a953d9831e82f2`
--	Default Command: `["apache2-foreground"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 02:34:30 GMT
-ENV PHPIZE_DEPS=autoconf 		file 		g++ 		gcc 		libc-dev 		make 		pkg-config 		re2c
-# Thu, 14 Jul 2016 00:18:15 GMT
-RUN apt-get update && apt-get install -y 		$PHPIZE_DEPS 		ca-certificates 		curl 		libedit2 		libsqlite3-0 		libxml2 		xz-utils 	--no-install-recommends && rm -r /var/lib/apt/lists/*
-# Thu, 14 Jul 2016 00:18:16 GMT
-ENV PHP_INI_DIR=/usr/local/etc/php
-# Thu, 14 Jul 2016 00:18:18 GMT
-RUN mkdir -p $PHP_INI_DIR/conf.d
-# Thu, 14 Jul 2016 00:31:54 GMT
-RUN apt-get update && apt-get install -y apache2-bin apache2.2-common --no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Thu, 14 Jul 2016 00:31:54 GMT
-ENV APACHE_CONFDIR=/etc/apache2
-# Thu, 14 Jul 2016 00:31:54 GMT
-ENV APACHE_ENVVARS=/etc/apache2/envvars
-# Thu, 14 Jul 2016 00:31:56 GMT
-RUN set -ex 	&& . "$APACHE_ENVVARS" 	&& for dir in 		"$APACHE_LOCK_DIR" 		"$APACHE_RUN_DIR" 		"$APACHE_LOG_DIR" 		/var/www/html 	; do 		rm -rvf "$dir" 		&& mkdir -p "$dir" 		&& chown -R "$APACHE_RUN_USER:$APACHE_RUN_GROUP" "$dir"; 	done
-# Thu, 14 Jul 2016 00:31:57 GMT
-RUN a2dismod mpm_event && a2enmod mpm_prefork
-# Thu, 14 Jul 2016 00:31:59 GMT
-RUN set -ex 	&& . "$APACHE_ENVVARS" 	&& ln -sfT /dev/stderr "$APACHE_LOG_DIR/error.log" 	&& ln -sfT /dev/stdout "$APACHE_LOG_DIR/access.log" 	&& ln -sfT /dev/stdout "$APACHE_LOG_DIR/other_vhosts_access.log"
-# Thu, 14 Jul 2016 00:32:00 GMT
-RUN { 		echo '<FilesMatch \.php$>'; 		echo '\tSetHandler application/x-httpd-php'; 		echo '</FilesMatch>'; 		echo; 		echo 'DirectoryIndex disabled'; 		echo 'DirectoryIndex index.php index.html'; 		echo; 		echo '<Directory /var/www/>'; 		echo '\tOptions -Indexes'; 		echo '\tAllowOverride All'; 		echo '</Directory>'; 	} | tee "$APACHE_CONFDIR/conf-available/docker-php.conf" 	&& a2enconf docker-php
-# Thu, 14 Jul 2016 00:32:00 GMT
-ENV PHP_EXTRA_BUILD_DEPS=apache2-dev
-# Thu, 14 Jul 2016 00:32:01 GMT
-ENV PHP_EXTRA_CONFIGURE_ARGS=--with-apxs2
-# Thu, 14 Jul 2016 00:32:01 GMT
-ENV GPG_KEYS=1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763
-# Thu, 14 Jul 2016 00:32:01 GMT
-ENV PHP_VERSION=7.0.8
-# Thu, 14 Jul 2016 00:32:02 GMT
-ENV PHP_FILENAME=php-7.0.8.tar.xz
-# Thu, 14 Jul 2016 00:32:02 GMT
-ENV PHP_SHA256=0a2142c458b0846f556b16da1c927d74c101aa951bb840549abe5c58584fb394
-# Thu, 14 Jul 2016 00:32:05 GMT
-RUN set -xe 	&& cd /usr/src/ 	&& curl -fSL "http://php.net/get/$PHP_FILENAME/from/this/mirror" -o php.tar.xz 	&& echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c - 	&& curl -fSL "http://php.net/get/$PHP_FILENAME.asc/from/this/mirror" -o php.tar.xz.asc 	&& export GNUPGHOME="$(mktemp -d)" 	&& for key in $GPG_KEYS; do 		gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; 	done 	&& gpg --batch --verify php.tar.xz.asc php.tar.xz 	&& rm -r "$GNUPGHOME"
-# Thu, 14 Jul 2016 00:32:05 GMT
-COPY file:2cb3361ad95f7488a8a7f2b07b4c9b350c37169a746a83f90cd8e6d164e3e963 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:37:22 GMT
-RUN set -xe 	&& buildDeps=" 		$PHP_EXTRA_BUILD_DEPS 		libcurl4-openssl-dev 		libedit-dev 		libsqlite3-dev 		libssl-dev 		libxml2-dev 	" 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& docker-php-source extract 	&& cd /usr/src/php 	&& ./configure 		--with-config-file-path="$PHP_INI_DIR" 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" 		$PHP_EXTRA_CONFIGURE_ARGS 		--disable-cgi 		--enable-mysqlnd 		--enable-mbstring 		--with-curl 		--with-libedit 		--with-openssl 		--with-zlib 	&& make -j"$(nproc)" 	&& make install 	&& { find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; } 	&& make clean 	&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $buildDeps 	&& docker-php-source delete
-# Thu, 14 Jul 2016 00:37:23 GMT
-COPY multi:7012ef5427b419b7651e580b27dfd5ff65ccfb6e160d0381521f279d6a86cf08 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:37:23 GMT
-COPY file:3014772111b66da3129ca8caeafdd1dcfa9a3bf518f015ae9acc3c7b9b1b44c9 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:37:24 GMT
-WORKDIR /var/www/html
-# Thu, 14 Jul 2016 00:37:24 GMT
-EXPOSE 80/tcp
-# Thu, 14 Jul 2016 00:37:24 GMT
-CMD ["apache2-foreground"]
-# Thu, 14 Jul 2016 02:58:25 GMT
-RUN a2enmod rewrite
-# Thu, 14 Jul 2016 03:09:02 GMT
-RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev 	&& rm -rf /var/lib/apt/lists/* 	&& docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr 	&& docker-php-ext-install gd mbstring opcache pdo pdo_mysql pdo_pgsql zip
-# Thu, 14 Jul 2016 03:09:03 GMT
-RUN { 		echo 'opcache.memory_consumption=128'; 		echo 'opcache.interned_strings_buffer=8'; 		echo 'opcache.max_accelerated_files=4000'; 		echo 'opcache.revalidate_freq=60'; 		echo 'opcache.fast_shutdown=1'; 		echo 'opcache.enable_cli=1'; 	} > /usr/local/etc/php/conf.d/opcache-recommended.ini
-# Thu, 14 Jul 2016 03:09:04 GMT
-WORKDIR /var/www/html
-# Tue, 19 Jul 2016 19:37:44 GMT
-ENV DRUPAL_VERSION=8.1.7
-# Tue, 19 Jul 2016 19:37:45 GMT
-ENV DRUPAL_MD5=19e95079e50dd3c19222b91ef1b57036
-# Tue, 19 Jul 2016 19:37:54 GMT
-RUN curl -fSL "http://ftp.drupal.org/files/projects/drupal-${DRUPAL_VERSION}.tar.gz" -o drupal.tar.gz 	&& echo "${DRUPAL_MD5} *drupal.tar.gz" | md5sum -c - 	&& tar -xz --strip-components=1 -f drupal.tar.gz 	&& rm drupal.tar.gz 	&& chown -R www-data:www-data sites
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:9e955ea566151d5982903050c40f83202a7ff3142692cae9855ab3b98ae8bea0`  
-		Last Modified: Thu, 14 Jul 2016 02:27:10 GMT  
-		Size: 77.6 MB (77604440 bytes)
-	-	`sha256:217d5abb6c1144cbfc2489fb39f6cf4d6df04375a07c863852b874f31975a99b`  
-		Last Modified: Thu, 14 Jul 2016 02:26:50 GMT  
-		Size: 180.0 B
-	-	`sha256:a8b194f25221cecbfc4760645fc4626aba5d76375d945d7611b2bbf9ef333b81`  
-		Last Modified: Thu, 14 Jul 2016 02:29:23 GMT  
-		Size: 2.9 MB (2875150 bytes)
-	-	`sha256:77d63b449539b8848148dbd674999c4ac85dd550b14bd439284771a29b10de05`  
-		Last Modified: Thu, 14 Jul 2016 02:29:21 GMT  
-		Size: 271.0 B
-	-	`sha256:353f320abe10bb917a85a167f2f986fccb1266615763b882bb886f32c8ebeb8e`  
-		Last Modified: Thu, 14 Jul 2016 02:29:19 GMT  
-		Size: 431.0 B
-	-	`sha256:b1210519e8616a1dbeb715b580fce4df4e4f2f0869d02bcd052fa9a696336524`  
-		Last Modified: Thu, 14 Jul 2016 02:29:19 GMT  
-		Size: 223.0 B
-	-	`sha256:a03ec06b81167874dd6191ecfb43d0723cca63b3f3e235e42d28037a6e959be4`  
-		Last Modified: Thu, 14 Jul 2016 02:29:20 GMT  
-		Size: 476.0 B
-	-	`sha256:c5da61e3e380d75d39f6b76090bb3b47e876422fb147bc92066bf1aa82f416de`  
-		Last Modified: Thu, 14 Jul 2016 02:29:18 GMT  
-		Size: 11.5 MB (11502670 bytes)
-	-	`sha256:b65c91e6137ae3983d1c5bbdc764275f139808d9046a65340545c790d56dc543`  
-		Last Modified: Thu, 14 Jul 2016 02:29:16 GMT  
-		Size: 603.0 B
-	-	`sha256:2bfde26d8fda107b7548d7dbcf917de0c025eefca8a4ff68cbcaebc309f82a1f`  
-		Last Modified: Thu, 14 Jul 2016 02:29:23 GMT  
-		Size: 19.6 MB (19583369 bytes)
-	-	`sha256:f935ddb4c792bc26cff32b776ca8fac78f53f2522ecb57797be5cf56c56245e4`  
-		Last Modified: Thu, 14 Jul 2016 02:29:17 GMT  
-		Size: 1.8 KB (1756 bytes)
-	-	`sha256:26888846428cd10b9a7f8887e6c29979e50d030e9caeb60dd5f5c5fef26278cc`  
-		Last Modified: Thu, 14 Jul 2016 02:29:17 GMT  
-		Size: 582.0 B
-	-	`sha256:2e006db21cb7159fb700c4e505917443f59c6c9d6c498568ac65f2a0ced9eb67`  
-		Last Modified: Thu, 14 Jul 2016 03:13:15 GMT  
-		Size: 295.0 B
-	-	`sha256:ac5b0eb5083b1dfe4207c276699bc81eb14cd684480ecbd13f3c90dc56ffd0ae`  
-		Last Modified: Thu, 14 Jul 2016 03:14:30 GMT  
-		Size: 8.5 MB (8453038 bytes)
-	-	`sha256:3638e74f0853e8604be47993a605ca3f215b80d1b78b5d6f07c7e6d0622e06f3`  
-		Last Modified: Thu, 14 Jul 2016 03:14:27 GMT  
-		Size: 331.0 B
-	-	`sha256:f9316c4d74dbf3af30d10378eb2f743594850e5019cf274549b85341a3879c57`  
-		Last Modified: Tue, 19 Jul 2016 19:39:21 GMT  
-		Size: 12.6 MB (12570563 bytes)
-
-## `drupal:8.1.7`
-
-```console
-$ docker pull drupal@sha256:165787a1fe7b11ddfef02c2f3976e3af47e8ea2230f9658c858013f32e981a40
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `drupal:8.1.7` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **183.9 MB (183946913 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:59f90d21690e9e421b68d18609447f06a9f113d5bf6d0b2d03a953d9831e82f2`
--	Default Command: `["apache2-foreground"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 02:34:30 GMT
-ENV PHPIZE_DEPS=autoconf 		file 		g++ 		gcc 		libc-dev 		make 		pkg-config 		re2c
-# Thu, 14 Jul 2016 00:18:15 GMT
-RUN apt-get update && apt-get install -y 		$PHPIZE_DEPS 		ca-certificates 		curl 		libedit2 		libsqlite3-0 		libxml2 		xz-utils 	--no-install-recommends && rm -r /var/lib/apt/lists/*
-# Thu, 14 Jul 2016 00:18:16 GMT
-ENV PHP_INI_DIR=/usr/local/etc/php
-# Thu, 14 Jul 2016 00:18:18 GMT
-RUN mkdir -p $PHP_INI_DIR/conf.d
-# Thu, 14 Jul 2016 00:31:54 GMT
-RUN apt-get update && apt-get install -y apache2-bin apache2.2-common --no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Thu, 14 Jul 2016 00:31:54 GMT
-ENV APACHE_CONFDIR=/etc/apache2
-# Thu, 14 Jul 2016 00:31:54 GMT
-ENV APACHE_ENVVARS=/etc/apache2/envvars
-# Thu, 14 Jul 2016 00:31:56 GMT
-RUN set -ex 	&& . "$APACHE_ENVVARS" 	&& for dir in 		"$APACHE_LOCK_DIR" 		"$APACHE_RUN_DIR" 		"$APACHE_LOG_DIR" 		/var/www/html 	; do 		rm -rvf "$dir" 		&& mkdir -p "$dir" 		&& chown -R "$APACHE_RUN_USER:$APACHE_RUN_GROUP" "$dir"; 	done
-# Thu, 14 Jul 2016 00:31:57 GMT
-RUN a2dismod mpm_event && a2enmod mpm_prefork
-# Thu, 14 Jul 2016 00:31:59 GMT
-RUN set -ex 	&& . "$APACHE_ENVVARS" 	&& ln -sfT /dev/stderr "$APACHE_LOG_DIR/error.log" 	&& ln -sfT /dev/stdout "$APACHE_LOG_DIR/access.log" 	&& ln -sfT /dev/stdout "$APACHE_LOG_DIR/other_vhosts_access.log"
-# Thu, 14 Jul 2016 00:32:00 GMT
-RUN { 		echo '<FilesMatch \.php$>'; 		echo '\tSetHandler application/x-httpd-php'; 		echo '</FilesMatch>'; 		echo; 		echo 'DirectoryIndex disabled'; 		echo 'DirectoryIndex index.php index.html'; 		echo; 		echo '<Directory /var/www/>'; 		echo '\tOptions -Indexes'; 		echo '\tAllowOverride All'; 		echo '</Directory>'; 	} | tee "$APACHE_CONFDIR/conf-available/docker-php.conf" 	&& a2enconf docker-php
-# Thu, 14 Jul 2016 00:32:00 GMT
-ENV PHP_EXTRA_BUILD_DEPS=apache2-dev
-# Thu, 14 Jul 2016 00:32:01 GMT
-ENV PHP_EXTRA_CONFIGURE_ARGS=--with-apxs2
-# Thu, 14 Jul 2016 00:32:01 GMT
-ENV GPG_KEYS=1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763
-# Thu, 14 Jul 2016 00:32:01 GMT
-ENV PHP_VERSION=7.0.8
-# Thu, 14 Jul 2016 00:32:02 GMT
-ENV PHP_FILENAME=php-7.0.8.tar.xz
-# Thu, 14 Jul 2016 00:32:02 GMT
-ENV PHP_SHA256=0a2142c458b0846f556b16da1c927d74c101aa951bb840549abe5c58584fb394
-# Thu, 14 Jul 2016 00:32:05 GMT
-RUN set -xe 	&& cd /usr/src/ 	&& curl -fSL "http://php.net/get/$PHP_FILENAME/from/this/mirror" -o php.tar.xz 	&& echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c - 	&& curl -fSL "http://php.net/get/$PHP_FILENAME.asc/from/this/mirror" -o php.tar.xz.asc 	&& export GNUPGHOME="$(mktemp -d)" 	&& for key in $GPG_KEYS; do 		gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; 	done 	&& gpg --batch --verify php.tar.xz.asc php.tar.xz 	&& rm -r "$GNUPGHOME"
-# Thu, 14 Jul 2016 00:32:05 GMT
-COPY file:2cb3361ad95f7488a8a7f2b07b4c9b350c37169a746a83f90cd8e6d164e3e963 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:37:22 GMT
-RUN set -xe 	&& buildDeps=" 		$PHP_EXTRA_BUILD_DEPS 		libcurl4-openssl-dev 		libedit-dev 		libsqlite3-dev 		libssl-dev 		libxml2-dev 	" 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& docker-php-source extract 	&& cd /usr/src/php 	&& ./configure 		--with-config-file-path="$PHP_INI_DIR" 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" 		$PHP_EXTRA_CONFIGURE_ARGS 		--disable-cgi 		--enable-mysqlnd 		--enable-mbstring 		--with-curl 		--with-libedit 		--with-openssl 		--with-zlib 	&& make -j"$(nproc)" 	&& make install 	&& { find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; } 	&& make clean 	&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $buildDeps 	&& docker-php-source delete
-# Thu, 14 Jul 2016 00:37:23 GMT
-COPY multi:7012ef5427b419b7651e580b27dfd5ff65ccfb6e160d0381521f279d6a86cf08 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:37:23 GMT
-COPY file:3014772111b66da3129ca8caeafdd1dcfa9a3bf518f015ae9acc3c7b9b1b44c9 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:37:24 GMT
-WORKDIR /var/www/html
-# Thu, 14 Jul 2016 00:37:24 GMT
-EXPOSE 80/tcp
-# Thu, 14 Jul 2016 00:37:24 GMT
-CMD ["apache2-foreground"]
-# Thu, 14 Jul 2016 02:58:25 GMT
-RUN a2enmod rewrite
-# Thu, 14 Jul 2016 03:09:02 GMT
-RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev 	&& rm -rf /var/lib/apt/lists/* 	&& docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr 	&& docker-php-ext-install gd mbstring opcache pdo pdo_mysql pdo_pgsql zip
-# Thu, 14 Jul 2016 03:09:03 GMT
-RUN { 		echo 'opcache.memory_consumption=128'; 		echo 'opcache.interned_strings_buffer=8'; 		echo 'opcache.max_accelerated_files=4000'; 		echo 'opcache.revalidate_freq=60'; 		echo 'opcache.fast_shutdown=1'; 		echo 'opcache.enable_cli=1'; 	} > /usr/local/etc/php/conf.d/opcache-recommended.ini
-# Thu, 14 Jul 2016 03:09:04 GMT
-WORKDIR /var/www/html
-# Tue, 19 Jul 2016 19:37:44 GMT
-ENV DRUPAL_VERSION=8.1.7
-# Tue, 19 Jul 2016 19:37:45 GMT
-ENV DRUPAL_MD5=19e95079e50dd3c19222b91ef1b57036
-# Tue, 19 Jul 2016 19:37:54 GMT
-RUN curl -fSL "http://ftp.drupal.org/files/projects/drupal-${DRUPAL_VERSION}.tar.gz" -o drupal.tar.gz 	&& echo "${DRUPAL_MD5} *drupal.tar.gz" | md5sum -c - 	&& tar -xz --strip-components=1 -f drupal.tar.gz 	&& rm drupal.tar.gz 	&& chown -R www-data:www-data sites
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:9e955ea566151d5982903050c40f83202a7ff3142692cae9855ab3b98ae8bea0`  
-		Last Modified: Thu, 14 Jul 2016 02:27:10 GMT  
-		Size: 77.6 MB (77604440 bytes)
-	-	`sha256:217d5abb6c1144cbfc2489fb39f6cf4d6df04375a07c863852b874f31975a99b`  
-		Last Modified: Thu, 14 Jul 2016 02:26:50 GMT  
-		Size: 180.0 B
-	-	`sha256:a8b194f25221cecbfc4760645fc4626aba5d76375d945d7611b2bbf9ef333b81`  
-		Last Modified: Thu, 14 Jul 2016 02:29:23 GMT  
-		Size: 2.9 MB (2875150 bytes)
-	-	`sha256:77d63b449539b8848148dbd674999c4ac85dd550b14bd439284771a29b10de05`  
-		Last Modified: Thu, 14 Jul 2016 02:29:21 GMT  
-		Size: 271.0 B
-	-	`sha256:353f320abe10bb917a85a167f2f986fccb1266615763b882bb886f32c8ebeb8e`  
-		Last Modified: Thu, 14 Jul 2016 02:29:19 GMT  
-		Size: 431.0 B
-	-	`sha256:b1210519e8616a1dbeb715b580fce4df4e4f2f0869d02bcd052fa9a696336524`  
-		Last Modified: Thu, 14 Jul 2016 02:29:19 GMT  
-		Size: 223.0 B
-	-	`sha256:a03ec06b81167874dd6191ecfb43d0723cca63b3f3e235e42d28037a6e959be4`  
-		Last Modified: Thu, 14 Jul 2016 02:29:20 GMT  
-		Size: 476.0 B
-	-	`sha256:c5da61e3e380d75d39f6b76090bb3b47e876422fb147bc92066bf1aa82f416de`  
-		Last Modified: Thu, 14 Jul 2016 02:29:18 GMT  
-		Size: 11.5 MB (11502670 bytes)
-	-	`sha256:b65c91e6137ae3983d1c5bbdc764275f139808d9046a65340545c790d56dc543`  
-		Last Modified: Thu, 14 Jul 2016 02:29:16 GMT  
-		Size: 603.0 B
-	-	`sha256:2bfde26d8fda107b7548d7dbcf917de0c025eefca8a4ff68cbcaebc309f82a1f`  
-		Last Modified: Thu, 14 Jul 2016 02:29:23 GMT  
-		Size: 19.6 MB (19583369 bytes)
-	-	`sha256:f935ddb4c792bc26cff32b776ca8fac78f53f2522ecb57797be5cf56c56245e4`  
-		Last Modified: Thu, 14 Jul 2016 02:29:17 GMT  
-		Size: 1.8 KB (1756 bytes)
-	-	`sha256:26888846428cd10b9a7f8887e6c29979e50d030e9caeb60dd5f5c5fef26278cc`  
-		Last Modified: Thu, 14 Jul 2016 02:29:17 GMT  
-		Size: 582.0 B
-	-	`sha256:2e006db21cb7159fb700c4e505917443f59c6c9d6c498568ac65f2a0ced9eb67`  
-		Last Modified: Thu, 14 Jul 2016 03:13:15 GMT  
-		Size: 295.0 B
-	-	`sha256:ac5b0eb5083b1dfe4207c276699bc81eb14cd684480ecbd13f3c90dc56ffd0ae`  
-		Last Modified: Thu, 14 Jul 2016 03:14:30 GMT  
-		Size: 8.5 MB (8453038 bytes)
-	-	`sha256:3638e74f0853e8604be47993a605ca3f215b80d1b78b5d6f07c7e6d0622e06f3`  
-		Last Modified: Thu, 14 Jul 2016 03:14:27 GMT  
-		Size: 331.0 B
-	-	`sha256:f9316c4d74dbf3af30d10378eb2f743594850e5019cf274549b85341a3879c57`  
-		Last Modified: Tue, 19 Jul 2016 19:39:21 GMT  
-		Size: 12.6 MB (12570563 bytes)
-
-## `drupal:8.1`
-
-```console
-$ docker pull drupal@sha256:165787a1fe7b11ddfef02c2f3976e3af47e8ea2230f9658c858013f32e981a40
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `drupal:8.1` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **183.9 MB (183946913 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:59f90d21690e9e421b68d18609447f06a9f113d5bf6d0b2d03a953d9831e82f2`
--	Default Command: `["apache2-foreground"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 02:34:30 GMT
-ENV PHPIZE_DEPS=autoconf 		file 		g++ 		gcc 		libc-dev 		make 		pkg-config 		re2c
-# Thu, 14 Jul 2016 00:18:15 GMT
-RUN apt-get update && apt-get install -y 		$PHPIZE_DEPS 		ca-certificates 		curl 		libedit2 		libsqlite3-0 		libxml2 		xz-utils 	--no-install-recommends && rm -r /var/lib/apt/lists/*
-# Thu, 14 Jul 2016 00:18:16 GMT
-ENV PHP_INI_DIR=/usr/local/etc/php
-# Thu, 14 Jul 2016 00:18:18 GMT
-RUN mkdir -p $PHP_INI_DIR/conf.d
-# Thu, 14 Jul 2016 00:31:54 GMT
-RUN apt-get update && apt-get install -y apache2-bin apache2.2-common --no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Thu, 14 Jul 2016 00:31:54 GMT
-ENV APACHE_CONFDIR=/etc/apache2
-# Thu, 14 Jul 2016 00:31:54 GMT
-ENV APACHE_ENVVARS=/etc/apache2/envvars
-# Thu, 14 Jul 2016 00:31:56 GMT
-RUN set -ex 	&& . "$APACHE_ENVVARS" 	&& for dir in 		"$APACHE_LOCK_DIR" 		"$APACHE_RUN_DIR" 		"$APACHE_LOG_DIR" 		/var/www/html 	; do 		rm -rvf "$dir" 		&& mkdir -p "$dir" 		&& chown -R "$APACHE_RUN_USER:$APACHE_RUN_GROUP" "$dir"; 	done
-# Thu, 14 Jul 2016 00:31:57 GMT
-RUN a2dismod mpm_event && a2enmod mpm_prefork
-# Thu, 14 Jul 2016 00:31:59 GMT
-RUN set -ex 	&& . "$APACHE_ENVVARS" 	&& ln -sfT /dev/stderr "$APACHE_LOG_DIR/error.log" 	&& ln -sfT /dev/stdout "$APACHE_LOG_DIR/access.log" 	&& ln -sfT /dev/stdout "$APACHE_LOG_DIR/other_vhosts_access.log"
-# Thu, 14 Jul 2016 00:32:00 GMT
-RUN { 		echo '<FilesMatch \.php$>'; 		echo '\tSetHandler application/x-httpd-php'; 		echo '</FilesMatch>'; 		echo; 		echo 'DirectoryIndex disabled'; 		echo 'DirectoryIndex index.php index.html'; 		echo; 		echo '<Directory /var/www/>'; 		echo '\tOptions -Indexes'; 		echo '\tAllowOverride All'; 		echo '</Directory>'; 	} | tee "$APACHE_CONFDIR/conf-available/docker-php.conf" 	&& a2enconf docker-php
-# Thu, 14 Jul 2016 00:32:00 GMT
-ENV PHP_EXTRA_BUILD_DEPS=apache2-dev
-# Thu, 14 Jul 2016 00:32:01 GMT
-ENV PHP_EXTRA_CONFIGURE_ARGS=--with-apxs2
-# Thu, 14 Jul 2016 00:32:01 GMT
-ENV GPG_KEYS=1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763
-# Thu, 14 Jul 2016 00:32:01 GMT
-ENV PHP_VERSION=7.0.8
-# Thu, 14 Jul 2016 00:32:02 GMT
-ENV PHP_FILENAME=php-7.0.8.tar.xz
-# Thu, 14 Jul 2016 00:32:02 GMT
-ENV PHP_SHA256=0a2142c458b0846f556b16da1c927d74c101aa951bb840549abe5c58584fb394
-# Thu, 14 Jul 2016 00:32:05 GMT
-RUN set -xe 	&& cd /usr/src/ 	&& curl -fSL "http://php.net/get/$PHP_FILENAME/from/this/mirror" -o php.tar.xz 	&& echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c - 	&& curl -fSL "http://php.net/get/$PHP_FILENAME.asc/from/this/mirror" -o php.tar.xz.asc 	&& export GNUPGHOME="$(mktemp -d)" 	&& for key in $GPG_KEYS; do 		gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; 	done 	&& gpg --batch --verify php.tar.xz.asc php.tar.xz 	&& rm -r "$GNUPGHOME"
-# Thu, 14 Jul 2016 00:32:05 GMT
-COPY file:2cb3361ad95f7488a8a7f2b07b4c9b350c37169a746a83f90cd8e6d164e3e963 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:37:22 GMT
-RUN set -xe 	&& buildDeps=" 		$PHP_EXTRA_BUILD_DEPS 		libcurl4-openssl-dev 		libedit-dev 		libsqlite3-dev 		libssl-dev 		libxml2-dev 	" 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& docker-php-source extract 	&& cd /usr/src/php 	&& ./configure 		--with-config-file-path="$PHP_INI_DIR" 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" 		$PHP_EXTRA_CONFIGURE_ARGS 		--disable-cgi 		--enable-mysqlnd 		--enable-mbstring 		--with-curl 		--with-libedit 		--with-openssl 		--with-zlib 	&& make -j"$(nproc)" 	&& make install 	&& { find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; } 	&& make clean 	&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $buildDeps 	&& docker-php-source delete
-# Thu, 14 Jul 2016 00:37:23 GMT
-COPY multi:7012ef5427b419b7651e580b27dfd5ff65ccfb6e160d0381521f279d6a86cf08 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:37:23 GMT
-COPY file:3014772111b66da3129ca8caeafdd1dcfa9a3bf518f015ae9acc3c7b9b1b44c9 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:37:24 GMT
-WORKDIR /var/www/html
-# Thu, 14 Jul 2016 00:37:24 GMT
-EXPOSE 80/tcp
-# Thu, 14 Jul 2016 00:37:24 GMT
-CMD ["apache2-foreground"]
-# Thu, 14 Jul 2016 02:58:25 GMT
-RUN a2enmod rewrite
-# Thu, 14 Jul 2016 03:09:02 GMT
-RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev 	&& rm -rf /var/lib/apt/lists/* 	&& docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr 	&& docker-php-ext-install gd mbstring opcache pdo pdo_mysql pdo_pgsql zip
-# Thu, 14 Jul 2016 03:09:03 GMT
-RUN { 		echo 'opcache.memory_consumption=128'; 		echo 'opcache.interned_strings_buffer=8'; 		echo 'opcache.max_accelerated_files=4000'; 		echo 'opcache.revalidate_freq=60'; 		echo 'opcache.fast_shutdown=1'; 		echo 'opcache.enable_cli=1'; 	} > /usr/local/etc/php/conf.d/opcache-recommended.ini
-# Thu, 14 Jul 2016 03:09:04 GMT
-WORKDIR /var/www/html
-# Tue, 19 Jul 2016 19:37:44 GMT
-ENV DRUPAL_VERSION=8.1.7
-# Tue, 19 Jul 2016 19:37:45 GMT
-ENV DRUPAL_MD5=19e95079e50dd3c19222b91ef1b57036
-# Tue, 19 Jul 2016 19:37:54 GMT
-RUN curl -fSL "http://ftp.drupal.org/files/projects/drupal-${DRUPAL_VERSION}.tar.gz" -o drupal.tar.gz 	&& echo "${DRUPAL_MD5} *drupal.tar.gz" | md5sum -c - 	&& tar -xz --strip-components=1 -f drupal.tar.gz 	&& rm drupal.tar.gz 	&& chown -R www-data:www-data sites
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:9e955ea566151d5982903050c40f83202a7ff3142692cae9855ab3b98ae8bea0`  
-		Last Modified: Thu, 14 Jul 2016 02:27:10 GMT  
-		Size: 77.6 MB (77604440 bytes)
-	-	`sha256:217d5abb6c1144cbfc2489fb39f6cf4d6df04375a07c863852b874f31975a99b`  
-		Last Modified: Thu, 14 Jul 2016 02:26:50 GMT  
-		Size: 180.0 B
-	-	`sha256:a8b194f25221cecbfc4760645fc4626aba5d76375d945d7611b2bbf9ef333b81`  
-		Last Modified: Thu, 14 Jul 2016 02:29:23 GMT  
-		Size: 2.9 MB (2875150 bytes)
-	-	`sha256:77d63b449539b8848148dbd674999c4ac85dd550b14bd439284771a29b10de05`  
-		Last Modified: Thu, 14 Jul 2016 02:29:21 GMT  
-		Size: 271.0 B
-	-	`sha256:353f320abe10bb917a85a167f2f986fccb1266615763b882bb886f32c8ebeb8e`  
-		Last Modified: Thu, 14 Jul 2016 02:29:19 GMT  
-		Size: 431.0 B
-	-	`sha256:b1210519e8616a1dbeb715b580fce4df4e4f2f0869d02bcd052fa9a696336524`  
-		Last Modified: Thu, 14 Jul 2016 02:29:19 GMT  
-		Size: 223.0 B
-	-	`sha256:a03ec06b81167874dd6191ecfb43d0723cca63b3f3e235e42d28037a6e959be4`  
-		Last Modified: Thu, 14 Jul 2016 02:29:20 GMT  
-		Size: 476.0 B
-	-	`sha256:c5da61e3e380d75d39f6b76090bb3b47e876422fb147bc92066bf1aa82f416de`  
-		Last Modified: Thu, 14 Jul 2016 02:29:18 GMT  
-		Size: 11.5 MB (11502670 bytes)
-	-	`sha256:b65c91e6137ae3983d1c5bbdc764275f139808d9046a65340545c790d56dc543`  
-		Last Modified: Thu, 14 Jul 2016 02:29:16 GMT  
-		Size: 603.0 B
-	-	`sha256:2bfde26d8fda107b7548d7dbcf917de0c025eefca8a4ff68cbcaebc309f82a1f`  
-		Last Modified: Thu, 14 Jul 2016 02:29:23 GMT  
-		Size: 19.6 MB (19583369 bytes)
-	-	`sha256:f935ddb4c792bc26cff32b776ca8fac78f53f2522ecb57797be5cf56c56245e4`  
-		Last Modified: Thu, 14 Jul 2016 02:29:17 GMT  
-		Size: 1.8 KB (1756 bytes)
-	-	`sha256:26888846428cd10b9a7f8887e6c29979e50d030e9caeb60dd5f5c5fef26278cc`  
-		Last Modified: Thu, 14 Jul 2016 02:29:17 GMT  
-		Size: 582.0 B
-	-	`sha256:2e006db21cb7159fb700c4e505917443f59c6c9d6c498568ac65f2a0ced9eb67`  
-		Last Modified: Thu, 14 Jul 2016 03:13:15 GMT  
-		Size: 295.0 B
-	-	`sha256:ac5b0eb5083b1dfe4207c276699bc81eb14cd684480ecbd13f3c90dc56ffd0ae`  
-		Last Modified: Thu, 14 Jul 2016 03:14:30 GMT  
-		Size: 8.5 MB (8453038 bytes)
-	-	`sha256:3638e74f0853e8604be47993a605ca3f215b80d1b78b5d6f07c7e6d0622e06f3`  
-		Last Modified: Thu, 14 Jul 2016 03:14:27 GMT  
-		Size: 331.0 B
-	-	`sha256:f9316c4d74dbf3af30d10378eb2f743594850e5019cf274549b85341a3879c57`  
-		Last Modified: Tue, 19 Jul 2016 19:39:21 GMT  
-		Size: 12.6 MB (12570563 bytes)
-
-## `drupal:8`
-
-```console
-$ docker pull drupal@sha256:165787a1fe7b11ddfef02c2f3976e3af47e8ea2230f9658c858013f32e981a40
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `drupal:8` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **183.9 MB (183946913 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:59f90d21690e9e421b68d18609447f06a9f113d5bf6d0b2d03a953d9831e82f2`
--	Default Command: `["apache2-foreground"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 02:34:30 GMT
-ENV PHPIZE_DEPS=autoconf 		file 		g++ 		gcc 		libc-dev 		make 		pkg-config 		re2c
-# Thu, 14 Jul 2016 00:18:15 GMT
-RUN apt-get update && apt-get install -y 		$PHPIZE_DEPS 		ca-certificates 		curl 		libedit2 		libsqlite3-0 		libxml2 		xz-utils 	--no-install-recommends && rm -r /var/lib/apt/lists/*
-# Thu, 14 Jul 2016 00:18:16 GMT
-ENV PHP_INI_DIR=/usr/local/etc/php
-# Thu, 14 Jul 2016 00:18:18 GMT
-RUN mkdir -p $PHP_INI_DIR/conf.d
-# Thu, 14 Jul 2016 00:31:54 GMT
-RUN apt-get update && apt-get install -y apache2-bin apache2.2-common --no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Thu, 14 Jul 2016 00:31:54 GMT
-ENV APACHE_CONFDIR=/etc/apache2
-# Thu, 14 Jul 2016 00:31:54 GMT
-ENV APACHE_ENVVARS=/etc/apache2/envvars
-# Thu, 14 Jul 2016 00:31:56 GMT
-RUN set -ex 	&& . "$APACHE_ENVVARS" 	&& for dir in 		"$APACHE_LOCK_DIR" 		"$APACHE_RUN_DIR" 		"$APACHE_LOG_DIR" 		/var/www/html 	; do 		rm -rvf "$dir" 		&& mkdir -p "$dir" 		&& chown -R "$APACHE_RUN_USER:$APACHE_RUN_GROUP" "$dir"; 	done
-# Thu, 14 Jul 2016 00:31:57 GMT
-RUN a2dismod mpm_event && a2enmod mpm_prefork
-# Thu, 14 Jul 2016 00:31:59 GMT
-RUN set -ex 	&& . "$APACHE_ENVVARS" 	&& ln -sfT /dev/stderr "$APACHE_LOG_DIR/error.log" 	&& ln -sfT /dev/stdout "$APACHE_LOG_DIR/access.log" 	&& ln -sfT /dev/stdout "$APACHE_LOG_DIR/other_vhosts_access.log"
-# Thu, 14 Jul 2016 00:32:00 GMT
-RUN { 		echo '<FilesMatch \.php$>'; 		echo '\tSetHandler application/x-httpd-php'; 		echo '</FilesMatch>'; 		echo; 		echo 'DirectoryIndex disabled'; 		echo 'DirectoryIndex index.php index.html'; 		echo; 		echo '<Directory /var/www/>'; 		echo '\tOptions -Indexes'; 		echo '\tAllowOverride All'; 		echo '</Directory>'; 	} | tee "$APACHE_CONFDIR/conf-available/docker-php.conf" 	&& a2enconf docker-php
-# Thu, 14 Jul 2016 00:32:00 GMT
-ENV PHP_EXTRA_BUILD_DEPS=apache2-dev
-# Thu, 14 Jul 2016 00:32:01 GMT
-ENV PHP_EXTRA_CONFIGURE_ARGS=--with-apxs2
-# Thu, 14 Jul 2016 00:32:01 GMT
-ENV GPG_KEYS=1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763
-# Thu, 14 Jul 2016 00:32:01 GMT
-ENV PHP_VERSION=7.0.8
-# Thu, 14 Jul 2016 00:32:02 GMT
-ENV PHP_FILENAME=php-7.0.8.tar.xz
-# Thu, 14 Jul 2016 00:32:02 GMT
-ENV PHP_SHA256=0a2142c458b0846f556b16da1c927d74c101aa951bb840549abe5c58584fb394
-# Thu, 14 Jul 2016 00:32:05 GMT
-RUN set -xe 	&& cd /usr/src/ 	&& curl -fSL "http://php.net/get/$PHP_FILENAME/from/this/mirror" -o php.tar.xz 	&& echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c - 	&& curl -fSL "http://php.net/get/$PHP_FILENAME.asc/from/this/mirror" -o php.tar.xz.asc 	&& export GNUPGHOME="$(mktemp -d)" 	&& for key in $GPG_KEYS; do 		gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; 	done 	&& gpg --batch --verify php.tar.xz.asc php.tar.xz 	&& rm -r "$GNUPGHOME"
-# Thu, 14 Jul 2016 00:32:05 GMT
-COPY file:2cb3361ad95f7488a8a7f2b07b4c9b350c37169a746a83f90cd8e6d164e3e963 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:37:22 GMT
-RUN set -xe 	&& buildDeps=" 		$PHP_EXTRA_BUILD_DEPS 		libcurl4-openssl-dev 		libedit-dev 		libsqlite3-dev 		libssl-dev 		libxml2-dev 	" 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& docker-php-source extract 	&& cd /usr/src/php 	&& ./configure 		--with-config-file-path="$PHP_INI_DIR" 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" 		$PHP_EXTRA_CONFIGURE_ARGS 		--disable-cgi 		--enable-mysqlnd 		--enable-mbstring 		--with-curl 		--with-libedit 		--with-openssl 		--with-zlib 	&& make -j"$(nproc)" 	&& make install 	&& { find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; } 	&& make clean 	&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $buildDeps 	&& docker-php-source delete
-# Thu, 14 Jul 2016 00:37:23 GMT
-COPY multi:7012ef5427b419b7651e580b27dfd5ff65ccfb6e160d0381521f279d6a86cf08 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:37:23 GMT
-COPY file:3014772111b66da3129ca8caeafdd1dcfa9a3bf518f015ae9acc3c7b9b1b44c9 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:37:24 GMT
-WORKDIR /var/www/html
-# Thu, 14 Jul 2016 00:37:24 GMT
-EXPOSE 80/tcp
-# Thu, 14 Jul 2016 00:37:24 GMT
-CMD ["apache2-foreground"]
-# Thu, 14 Jul 2016 02:58:25 GMT
-RUN a2enmod rewrite
-# Thu, 14 Jul 2016 03:09:02 GMT
-RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev 	&& rm -rf /var/lib/apt/lists/* 	&& docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr 	&& docker-php-ext-install gd mbstring opcache pdo pdo_mysql pdo_pgsql zip
-# Thu, 14 Jul 2016 03:09:03 GMT
-RUN { 		echo 'opcache.memory_consumption=128'; 		echo 'opcache.interned_strings_buffer=8'; 		echo 'opcache.max_accelerated_files=4000'; 		echo 'opcache.revalidate_freq=60'; 		echo 'opcache.fast_shutdown=1'; 		echo 'opcache.enable_cli=1'; 	} > /usr/local/etc/php/conf.d/opcache-recommended.ini
-# Thu, 14 Jul 2016 03:09:04 GMT
-WORKDIR /var/www/html
-# Tue, 19 Jul 2016 19:37:44 GMT
-ENV DRUPAL_VERSION=8.1.7
-# Tue, 19 Jul 2016 19:37:45 GMT
-ENV DRUPAL_MD5=19e95079e50dd3c19222b91ef1b57036
-# Tue, 19 Jul 2016 19:37:54 GMT
-RUN curl -fSL "http://ftp.drupal.org/files/projects/drupal-${DRUPAL_VERSION}.tar.gz" -o drupal.tar.gz 	&& echo "${DRUPAL_MD5} *drupal.tar.gz" | md5sum -c - 	&& tar -xz --strip-components=1 -f drupal.tar.gz 	&& rm drupal.tar.gz 	&& chown -R www-data:www-data sites
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:9e955ea566151d5982903050c40f83202a7ff3142692cae9855ab3b98ae8bea0`  
-		Last Modified: Thu, 14 Jul 2016 02:27:10 GMT  
-		Size: 77.6 MB (77604440 bytes)
-	-	`sha256:217d5abb6c1144cbfc2489fb39f6cf4d6df04375a07c863852b874f31975a99b`  
-		Last Modified: Thu, 14 Jul 2016 02:26:50 GMT  
-		Size: 180.0 B
-	-	`sha256:a8b194f25221cecbfc4760645fc4626aba5d76375d945d7611b2bbf9ef333b81`  
-		Last Modified: Thu, 14 Jul 2016 02:29:23 GMT  
-		Size: 2.9 MB (2875150 bytes)
-	-	`sha256:77d63b449539b8848148dbd674999c4ac85dd550b14bd439284771a29b10de05`  
-		Last Modified: Thu, 14 Jul 2016 02:29:21 GMT  
-		Size: 271.0 B
-	-	`sha256:353f320abe10bb917a85a167f2f986fccb1266615763b882bb886f32c8ebeb8e`  
-		Last Modified: Thu, 14 Jul 2016 02:29:19 GMT  
-		Size: 431.0 B
-	-	`sha256:b1210519e8616a1dbeb715b580fce4df4e4f2f0869d02bcd052fa9a696336524`  
-		Last Modified: Thu, 14 Jul 2016 02:29:19 GMT  
-		Size: 223.0 B
-	-	`sha256:a03ec06b81167874dd6191ecfb43d0723cca63b3f3e235e42d28037a6e959be4`  
-		Last Modified: Thu, 14 Jul 2016 02:29:20 GMT  
-		Size: 476.0 B
-	-	`sha256:c5da61e3e380d75d39f6b76090bb3b47e876422fb147bc92066bf1aa82f416de`  
-		Last Modified: Thu, 14 Jul 2016 02:29:18 GMT  
-		Size: 11.5 MB (11502670 bytes)
-	-	`sha256:b65c91e6137ae3983d1c5bbdc764275f139808d9046a65340545c790d56dc543`  
-		Last Modified: Thu, 14 Jul 2016 02:29:16 GMT  
-		Size: 603.0 B
-	-	`sha256:2bfde26d8fda107b7548d7dbcf917de0c025eefca8a4ff68cbcaebc309f82a1f`  
-		Last Modified: Thu, 14 Jul 2016 02:29:23 GMT  
-		Size: 19.6 MB (19583369 bytes)
-	-	`sha256:f935ddb4c792bc26cff32b776ca8fac78f53f2522ecb57797be5cf56c56245e4`  
-		Last Modified: Thu, 14 Jul 2016 02:29:17 GMT  
-		Size: 1.8 KB (1756 bytes)
-	-	`sha256:26888846428cd10b9a7f8887e6c29979e50d030e9caeb60dd5f5c5fef26278cc`  
-		Last Modified: Thu, 14 Jul 2016 02:29:17 GMT  
-		Size: 582.0 B
-	-	`sha256:2e006db21cb7159fb700c4e505917443f59c6c9d6c498568ac65f2a0ced9eb67`  
-		Last Modified: Thu, 14 Jul 2016 03:13:15 GMT  
-		Size: 295.0 B
-	-	`sha256:ac5b0eb5083b1dfe4207c276699bc81eb14cd684480ecbd13f3c90dc56ffd0ae`  
-		Last Modified: Thu, 14 Jul 2016 03:14:30 GMT  
-		Size: 8.5 MB (8453038 bytes)
-	-	`sha256:3638e74f0853e8604be47993a605ca3f215b80d1b78b5d6f07c7e6d0622e06f3`  
-		Last Modified: Thu, 14 Jul 2016 03:14:27 GMT  
-		Size: 331.0 B
-	-	`sha256:f9316c4d74dbf3af30d10378eb2f743594850e5019cf274549b85341a3879c57`  
-		Last Modified: Tue, 19 Jul 2016 19:39:21 GMT  
-		Size: 12.6 MB (12570563 bytes)
-
-## `drupal:latest`
-
-```console
-$ docker pull drupal@sha256:165787a1fe7b11ddfef02c2f3976e3af47e8ea2230f9658c858013f32e981a40
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `drupal:latest` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **183.9 MB (183946913 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:59f90d21690e9e421b68d18609447f06a9f113d5bf6d0b2d03a953d9831e82f2`
--	Default Command: `["apache2-foreground"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 02:34:30 GMT
-ENV PHPIZE_DEPS=autoconf 		file 		g++ 		gcc 		libc-dev 		make 		pkg-config 		re2c
-# Thu, 14 Jul 2016 00:18:15 GMT
-RUN apt-get update && apt-get install -y 		$PHPIZE_DEPS 		ca-certificates 		curl 		libedit2 		libsqlite3-0 		libxml2 		xz-utils 	--no-install-recommends && rm -r /var/lib/apt/lists/*
-# Thu, 14 Jul 2016 00:18:16 GMT
-ENV PHP_INI_DIR=/usr/local/etc/php
-# Thu, 14 Jul 2016 00:18:18 GMT
-RUN mkdir -p $PHP_INI_DIR/conf.d
-# Thu, 14 Jul 2016 00:31:54 GMT
-RUN apt-get update && apt-get install -y apache2-bin apache2.2-common --no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Thu, 14 Jul 2016 00:31:54 GMT
-ENV APACHE_CONFDIR=/etc/apache2
-# Thu, 14 Jul 2016 00:31:54 GMT
-ENV APACHE_ENVVARS=/etc/apache2/envvars
-# Thu, 14 Jul 2016 00:31:56 GMT
-RUN set -ex 	&& . "$APACHE_ENVVARS" 	&& for dir in 		"$APACHE_LOCK_DIR" 		"$APACHE_RUN_DIR" 		"$APACHE_LOG_DIR" 		/var/www/html 	; do 		rm -rvf "$dir" 		&& mkdir -p "$dir" 		&& chown -R "$APACHE_RUN_USER:$APACHE_RUN_GROUP" "$dir"; 	done
-# Thu, 14 Jul 2016 00:31:57 GMT
-RUN a2dismod mpm_event && a2enmod mpm_prefork
-# Thu, 14 Jul 2016 00:31:59 GMT
-RUN set -ex 	&& . "$APACHE_ENVVARS" 	&& ln -sfT /dev/stderr "$APACHE_LOG_DIR/error.log" 	&& ln -sfT /dev/stdout "$APACHE_LOG_DIR/access.log" 	&& ln -sfT /dev/stdout "$APACHE_LOG_DIR/other_vhosts_access.log"
-# Thu, 14 Jul 2016 00:32:00 GMT
-RUN { 		echo '<FilesMatch \.php$>'; 		echo '\tSetHandler application/x-httpd-php'; 		echo '</FilesMatch>'; 		echo; 		echo 'DirectoryIndex disabled'; 		echo 'DirectoryIndex index.php index.html'; 		echo; 		echo '<Directory /var/www/>'; 		echo '\tOptions -Indexes'; 		echo '\tAllowOverride All'; 		echo '</Directory>'; 	} | tee "$APACHE_CONFDIR/conf-available/docker-php.conf" 	&& a2enconf docker-php
-# Thu, 14 Jul 2016 00:32:00 GMT
-ENV PHP_EXTRA_BUILD_DEPS=apache2-dev
-# Thu, 14 Jul 2016 00:32:01 GMT
-ENV PHP_EXTRA_CONFIGURE_ARGS=--with-apxs2
-# Thu, 14 Jul 2016 00:32:01 GMT
-ENV GPG_KEYS=1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763
-# Thu, 14 Jul 2016 00:32:01 GMT
-ENV PHP_VERSION=7.0.8
-# Thu, 14 Jul 2016 00:32:02 GMT
-ENV PHP_FILENAME=php-7.0.8.tar.xz
-# Thu, 14 Jul 2016 00:32:02 GMT
-ENV PHP_SHA256=0a2142c458b0846f556b16da1c927d74c101aa951bb840549abe5c58584fb394
-# Thu, 14 Jul 2016 00:32:05 GMT
-RUN set -xe 	&& cd /usr/src/ 	&& curl -fSL "http://php.net/get/$PHP_FILENAME/from/this/mirror" -o php.tar.xz 	&& echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c - 	&& curl -fSL "http://php.net/get/$PHP_FILENAME.asc/from/this/mirror" -o php.tar.xz.asc 	&& export GNUPGHOME="$(mktemp -d)" 	&& for key in $GPG_KEYS; do 		gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; 	done 	&& gpg --batch --verify php.tar.xz.asc php.tar.xz 	&& rm -r "$GNUPGHOME"
-# Thu, 14 Jul 2016 00:32:05 GMT
-COPY file:2cb3361ad95f7488a8a7f2b07b4c9b350c37169a746a83f90cd8e6d164e3e963 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:37:22 GMT
-RUN set -xe 	&& buildDeps=" 		$PHP_EXTRA_BUILD_DEPS 		libcurl4-openssl-dev 		libedit-dev 		libsqlite3-dev 		libssl-dev 		libxml2-dev 	" 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& docker-php-source extract 	&& cd /usr/src/php 	&& ./configure 		--with-config-file-path="$PHP_INI_DIR" 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" 		$PHP_EXTRA_CONFIGURE_ARGS 		--disable-cgi 		--enable-mysqlnd 		--enable-mbstring 		--with-curl 		--with-libedit 		--with-openssl 		--with-zlib 	&& make -j"$(nproc)" 	&& make install 	&& { find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; } 	&& make clean 	&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $buildDeps 	&& docker-php-source delete
-# Thu, 14 Jul 2016 00:37:23 GMT
-COPY multi:7012ef5427b419b7651e580b27dfd5ff65ccfb6e160d0381521f279d6a86cf08 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:37:23 GMT
-COPY file:3014772111b66da3129ca8caeafdd1dcfa9a3bf518f015ae9acc3c7b9b1b44c9 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:37:24 GMT
-WORKDIR /var/www/html
-# Thu, 14 Jul 2016 00:37:24 GMT
-EXPOSE 80/tcp
-# Thu, 14 Jul 2016 00:37:24 GMT
-CMD ["apache2-foreground"]
-# Thu, 14 Jul 2016 02:58:25 GMT
-RUN a2enmod rewrite
-# Thu, 14 Jul 2016 03:09:02 GMT
-RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev 	&& rm -rf /var/lib/apt/lists/* 	&& docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr 	&& docker-php-ext-install gd mbstring opcache pdo pdo_mysql pdo_pgsql zip
-# Thu, 14 Jul 2016 03:09:03 GMT
-RUN { 		echo 'opcache.memory_consumption=128'; 		echo 'opcache.interned_strings_buffer=8'; 		echo 'opcache.max_accelerated_files=4000'; 		echo 'opcache.revalidate_freq=60'; 		echo 'opcache.fast_shutdown=1'; 		echo 'opcache.enable_cli=1'; 	} > /usr/local/etc/php/conf.d/opcache-recommended.ini
-# Thu, 14 Jul 2016 03:09:04 GMT
-WORKDIR /var/www/html
-# Tue, 19 Jul 2016 19:37:44 GMT
-ENV DRUPAL_VERSION=8.1.7
-# Tue, 19 Jul 2016 19:37:45 GMT
-ENV DRUPAL_MD5=19e95079e50dd3c19222b91ef1b57036
-# Tue, 19 Jul 2016 19:37:54 GMT
-RUN curl -fSL "http://ftp.drupal.org/files/projects/drupal-${DRUPAL_VERSION}.tar.gz" -o drupal.tar.gz 	&& echo "${DRUPAL_MD5} *drupal.tar.gz" | md5sum -c - 	&& tar -xz --strip-components=1 -f drupal.tar.gz 	&& rm drupal.tar.gz 	&& chown -R www-data:www-data sites
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:9e955ea566151d5982903050c40f83202a7ff3142692cae9855ab3b98ae8bea0`  
-		Last Modified: Thu, 14 Jul 2016 02:27:10 GMT  
-		Size: 77.6 MB (77604440 bytes)
-	-	`sha256:217d5abb6c1144cbfc2489fb39f6cf4d6df04375a07c863852b874f31975a99b`  
-		Last Modified: Thu, 14 Jul 2016 02:26:50 GMT  
-		Size: 180.0 B
-	-	`sha256:a8b194f25221cecbfc4760645fc4626aba5d76375d945d7611b2bbf9ef333b81`  
-		Last Modified: Thu, 14 Jul 2016 02:29:23 GMT  
-		Size: 2.9 MB (2875150 bytes)
-	-	`sha256:77d63b449539b8848148dbd674999c4ac85dd550b14bd439284771a29b10de05`  
-		Last Modified: Thu, 14 Jul 2016 02:29:21 GMT  
-		Size: 271.0 B
-	-	`sha256:353f320abe10bb917a85a167f2f986fccb1266615763b882bb886f32c8ebeb8e`  
-		Last Modified: Thu, 14 Jul 2016 02:29:19 GMT  
-		Size: 431.0 B
-	-	`sha256:b1210519e8616a1dbeb715b580fce4df4e4f2f0869d02bcd052fa9a696336524`  
-		Last Modified: Thu, 14 Jul 2016 02:29:19 GMT  
-		Size: 223.0 B
-	-	`sha256:a03ec06b81167874dd6191ecfb43d0723cca63b3f3e235e42d28037a6e959be4`  
-		Last Modified: Thu, 14 Jul 2016 02:29:20 GMT  
-		Size: 476.0 B
-	-	`sha256:c5da61e3e380d75d39f6b76090bb3b47e876422fb147bc92066bf1aa82f416de`  
-		Last Modified: Thu, 14 Jul 2016 02:29:18 GMT  
-		Size: 11.5 MB (11502670 bytes)
-	-	`sha256:b65c91e6137ae3983d1c5bbdc764275f139808d9046a65340545c790d56dc543`  
-		Last Modified: Thu, 14 Jul 2016 02:29:16 GMT  
-		Size: 603.0 B
-	-	`sha256:2bfde26d8fda107b7548d7dbcf917de0c025eefca8a4ff68cbcaebc309f82a1f`  
-		Last Modified: Thu, 14 Jul 2016 02:29:23 GMT  
-		Size: 19.6 MB (19583369 bytes)
-	-	`sha256:f935ddb4c792bc26cff32b776ca8fac78f53f2522ecb57797be5cf56c56245e4`  
-		Last Modified: Thu, 14 Jul 2016 02:29:17 GMT  
-		Size: 1.8 KB (1756 bytes)
-	-	`sha256:26888846428cd10b9a7f8887e6c29979e50d030e9caeb60dd5f5c5fef26278cc`  
-		Last Modified: Thu, 14 Jul 2016 02:29:17 GMT  
-		Size: 582.0 B
-	-	`sha256:2e006db21cb7159fb700c4e505917443f59c6c9d6c498568ac65f2a0ced9eb67`  
-		Last Modified: Thu, 14 Jul 2016 03:13:15 GMT  
-		Size: 295.0 B
-	-	`sha256:ac5b0eb5083b1dfe4207c276699bc81eb14cd684480ecbd13f3c90dc56ffd0ae`  
-		Last Modified: Thu, 14 Jul 2016 03:14:30 GMT  
-		Size: 8.5 MB (8453038 bytes)
-	-	`sha256:3638e74f0853e8604be47993a605ca3f215b80d1b78b5d6f07c7e6d0622e06f3`  
-		Last Modified: Thu, 14 Jul 2016 03:14:27 GMT  
-		Size: 331.0 B
-	-	`sha256:f9316c4d74dbf3af30d10378eb2f743594850e5019cf274549b85341a3879c57`  
-		Last Modified: Tue, 19 Jul 2016 19:39:21 GMT  
-		Size: 12.6 MB (12570563 bytes)
-
-## `drupal:8.1.7-fpm`
-
-```console
-$ docker pull drupal@sha256:b1530bd77c1629b03180a0e91a30438b423cfdff1994c0ea69321abb59fb2e10
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `drupal:8.1.7-fpm` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **174.1 MB (174096572 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:3266a827a8733c7bbdaab06a8aacf6fe8d821e9673f3b397d26ec558f0547e4e`
--	Default Command: `["php-fpm"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 02:34:30 GMT
-ENV PHPIZE_DEPS=autoconf 		file 		g++ 		gcc 		libc-dev 		make 		pkg-config 		re2c
-# Thu, 14 Jul 2016 00:18:15 GMT
-RUN apt-get update && apt-get install -y 		$PHPIZE_DEPS 		ca-certificates 		curl 		libedit2 		libsqlite3-0 		libxml2 		xz-utils 	--no-install-recommends && rm -r /var/lib/apt/lists/*
-# Thu, 14 Jul 2016 00:18:16 GMT
-ENV PHP_INI_DIR=/usr/local/etc/php
-# Thu, 14 Jul 2016 00:18:18 GMT
-RUN mkdir -p $PHP_INI_DIR/conf.d
-# Thu, 14 Jul 2016 00:37:25 GMT
-ENV PHP_EXTRA_CONFIGURE_ARGS=--enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data
-# Thu, 14 Jul 2016 00:37:25 GMT
-ENV GPG_KEYS=1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763
-# Thu, 14 Jul 2016 00:37:26 GMT
-ENV PHP_VERSION=7.0.8
-# Thu, 14 Jul 2016 00:37:26 GMT
-ENV PHP_FILENAME=php-7.0.8.tar.xz
-# Thu, 14 Jul 2016 00:37:26 GMT
-ENV PHP_SHA256=0a2142c458b0846f556b16da1c927d74c101aa951bb840549abe5c58584fb394
-# Thu, 14 Jul 2016 00:37:30 GMT
-RUN set -xe 	&& cd /usr/src/ 	&& curl -fSL "http://php.net/get/$PHP_FILENAME/from/this/mirror" -o php.tar.xz 	&& echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c - 	&& curl -fSL "http://php.net/get/$PHP_FILENAME.asc/from/this/mirror" -o php.tar.xz.asc 	&& export GNUPGHOME="$(mktemp -d)" 	&& for key in $GPG_KEYS; do 		gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; 	done 	&& gpg --batch --verify php.tar.xz.asc php.tar.xz 	&& rm -r "$GNUPGHOME"
-# Thu, 14 Jul 2016 00:37:31 GMT
-COPY file:2cb3361ad95f7488a8a7f2b07b4c9b350c37169a746a83f90cd8e6d164e3e963 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:44:21 GMT
-RUN set -xe 	&& buildDeps=" 		$PHP_EXTRA_BUILD_DEPS 		libcurl4-openssl-dev 		libedit-dev 		libsqlite3-dev 		libssl-dev 		libxml2-dev 	" 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& docker-php-source extract 	&& cd /usr/src/php 	&& ./configure 		--with-config-file-path="$PHP_INI_DIR" 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" 		$PHP_EXTRA_CONFIGURE_ARGS 		--disable-cgi 		--enable-mysqlnd 		--enable-mbstring 		--with-curl 		--with-libedit 		--with-openssl 		--with-zlib 	&& make -j"$(nproc)" 	&& make install 	&& { find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; } 	&& make clean 	&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $buildDeps 	&& docker-php-source delete
-# Thu, 14 Jul 2016 00:44:22 GMT
-COPY multi:7012ef5427b419b7651e580b27dfd5ff65ccfb6e160d0381521f279d6a86cf08 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:44:22 GMT
-WORKDIR /var/www/html
-# Thu, 14 Jul 2016 00:44:24 GMT
-RUN set -ex 	&& cd /usr/local/etc 	&& if [ -d php-fpm.d ]; then 		sed 's!=NONE/!=!g' php-fpm.conf.default | tee php-fpm.conf > /dev/null; 		cp php-fpm.d/www.conf.default php-fpm.d/www.conf; 	else 		mkdir php-fpm.d; 		cp php-fpm.conf.default php-fpm.d/www.conf; 		{ 			echo '[global]'; 			echo 'include=etc/php-fpm.d/*.conf'; 		} | tee php-fpm.conf; 	fi 	&& { 		echo '[global]'; 		echo 'error_log = /proc/self/fd/2'; 		echo; 		echo '[www]'; 		echo '; if we send this to /proc/self/fd/1, it never appears'; 		echo 'access.log = /proc/self/fd/2'; 		echo; 		echo 'clear_env = no'; 		echo; 		echo '; Ensure worker stdout and stderr are sent to the main error log.'; 		echo 'catch_workers_output = yes'; 	} | tee php-fpm.d/docker.conf 	&& { 		echo '[global]'; 		echo 'daemonize = no'; 		echo; 		echo '[www]'; 		echo 'listen = [::]:9000'; 	} | tee php-fpm.d/zz-docker.conf
-# Thu, 14 Jul 2016 00:44:24 GMT
-EXPOSE 9000/tcp
-# Thu, 14 Jul 2016 00:44:24 GMT
-CMD ["php-fpm"]
-# Thu, 14 Jul 2016 03:12:55 GMT
-RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev 	&& rm -rf /var/lib/apt/lists/* 	&& docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr 	&& docker-php-ext-install gd mbstring opcache pdo pdo_mysql pdo_pgsql zip
-# Thu, 14 Jul 2016 03:12:56 GMT
-RUN { 		echo 'opcache.memory_consumption=128'; 		echo 'opcache.interned_strings_buffer=8'; 		echo 'opcache.max_accelerated_files=4000'; 		echo 'opcache.revalidate_freq=60'; 		echo 'opcache.fast_shutdown=1'; 		echo 'opcache.enable_cli=1'; 	} > /usr/local/etc/php/conf.d/opcache-recommended.ini
-# Thu, 14 Jul 2016 03:12:57 GMT
-WORKDIR /var/www/html
-# Tue, 19 Jul 2016 19:37:56 GMT
-ENV DRUPAL_VERSION=8.1.7
-# Tue, 19 Jul 2016 19:37:57 GMT
-ENV DRUPAL_MD5=19e95079e50dd3c19222b91ef1b57036
-# Tue, 19 Jul 2016 19:38:07 GMT
-RUN curl -fSL "http://ftp.drupal.org/files/projects/drupal-${DRUPAL_VERSION}.tar.gz" -o drupal.tar.gz 	&& echo "${DRUPAL_MD5} *drupal.tar.gz" | md5sum -c - 	&& tar -xz --strip-components=1 -f drupal.tar.gz 	&& rm drupal.tar.gz 	&& chown -R www-data:www-data sites
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:9e955ea566151d5982903050c40f83202a7ff3142692cae9855ab3b98ae8bea0`  
-		Last Modified: Thu, 14 Jul 2016 02:27:10 GMT  
-		Size: 77.6 MB (77604440 bytes)
-	-	`sha256:217d5abb6c1144cbfc2489fb39f6cf4d6df04375a07c863852b874f31975a99b`  
-		Last Modified: Thu, 14 Jul 2016 02:26:50 GMT  
-		Size: 180.0 B
-	-	`sha256:c9ec9be4f4998849466abe3a65cfbc5391b39fd27823e58a7c4a9f4827295605`  
-		Last Modified: Thu, 14 Jul 2016 02:30:10 GMT  
-		Size: 11.5 MB (11502672 bytes)
-	-	`sha256:e96b40e2418936df30281aae0d64e4dd9c07b71217622c1e4b1655e2277a2098`  
-		Last Modified: Thu, 14 Jul 2016 02:30:05 GMT  
-		Size: 601.0 B
-	-	`sha256:07f92b760594415652a3442b99f47c8c9cc7a9a5309a0b844ea9c838c79dc9f0`  
-		Last Modified: Thu, 14 Jul 2016 02:30:10 GMT  
-		Size: 12.6 MB (12625380 bytes)
-	-	`sha256:33329615a3031cd73918559ea4d061a9f8994254a06abd71081912b32c25b07a`  
-		Last Modified: Thu, 14 Jul 2016 02:30:18 GMT  
-		Size: 1.8 KB (1757 bytes)
-	-	`sha256:f95bb73b125d80a7f432a1634dbc17f5a5881e7c3c0ae2de9d63c4e34791d3ce`  
-		Last Modified: Thu, 14 Jul 2016 02:30:05 GMT  
-		Size: 128.0 B
-	-	`sha256:819815417dbf72203619ffbc1d80b6cde618d3dd39d881e0a1a45f54dc11629a`  
-		Last Modified: Thu, 14 Jul 2016 02:30:10 GMT  
-		Size: 7.7 KB (7690 bytes)
-	-	`sha256:e2821c61bc9edbccfedfb3f4da3376403843f569d23fc30716721d01721a94a0`  
-		Last Modified: Thu, 14 Jul 2016 03:15:57 GMT  
-		Size: 8.4 MB (8430302 bytes)
-	-	`sha256:3090549da9b84bbfeba91aadbc0db38aabff7607df83978c33a5e4bc3a337cbe`  
-		Last Modified: Thu, 14 Jul 2016 03:15:54 GMT  
-		Size: 333.0 B
-	-	`sha256:ee6b865649f7513875da019825db3de487d4bd4c22d163acd302f386f641afc1`  
-		Last Modified: Tue, 19 Jul 2016 19:40:47 GMT  
-		Size: 12.6 MB (12570554 bytes)
-
-## `drupal:8.1-fpm`
-
-```console
-$ docker pull drupal@sha256:b1530bd77c1629b03180a0e91a30438b423cfdff1994c0ea69321abb59fb2e10
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `drupal:8.1-fpm` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **174.1 MB (174096572 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:3266a827a8733c7bbdaab06a8aacf6fe8d821e9673f3b397d26ec558f0547e4e`
--	Default Command: `["php-fpm"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 02:34:30 GMT
-ENV PHPIZE_DEPS=autoconf 		file 		g++ 		gcc 		libc-dev 		make 		pkg-config 		re2c
-# Thu, 14 Jul 2016 00:18:15 GMT
-RUN apt-get update && apt-get install -y 		$PHPIZE_DEPS 		ca-certificates 		curl 		libedit2 		libsqlite3-0 		libxml2 		xz-utils 	--no-install-recommends && rm -r /var/lib/apt/lists/*
-# Thu, 14 Jul 2016 00:18:16 GMT
-ENV PHP_INI_DIR=/usr/local/etc/php
-# Thu, 14 Jul 2016 00:18:18 GMT
-RUN mkdir -p $PHP_INI_DIR/conf.d
-# Thu, 14 Jul 2016 00:37:25 GMT
-ENV PHP_EXTRA_CONFIGURE_ARGS=--enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data
-# Thu, 14 Jul 2016 00:37:25 GMT
-ENV GPG_KEYS=1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763
-# Thu, 14 Jul 2016 00:37:26 GMT
-ENV PHP_VERSION=7.0.8
-# Thu, 14 Jul 2016 00:37:26 GMT
-ENV PHP_FILENAME=php-7.0.8.tar.xz
-# Thu, 14 Jul 2016 00:37:26 GMT
-ENV PHP_SHA256=0a2142c458b0846f556b16da1c927d74c101aa951bb840549abe5c58584fb394
-# Thu, 14 Jul 2016 00:37:30 GMT
-RUN set -xe 	&& cd /usr/src/ 	&& curl -fSL "http://php.net/get/$PHP_FILENAME/from/this/mirror" -o php.tar.xz 	&& echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c - 	&& curl -fSL "http://php.net/get/$PHP_FILENAME.asc/from/this/mirror" -o php.tar.xz.asc 	&& export GNUPGHOME="$(mktemp -d)" 	&& for key in $GPG_KEYS; do 		gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; 	done 	&& gpg --batch --verify php.tar.xz.asc php.tar.xz 	&& rm -r "$GNUPGHOME"
-# Thu, 14 Jul 2016 00:37:31 GMT
-COPY file:2cb3361ad95f7488a8a7f2b07b4c9b350c37169a746a83f90cd8e6d164e3e963 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:44:21 GMT
-RUN set -xe 	&& buildDeps=" 		$PHP_EXTRA_BUILD_DEPS 		libcurl4-openssl-dev 		libedit-dev 		libsqlite3-dev 		libssl-dev 		libxml2-dev 	" 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& docker-php-source extract 	&& cd /usr/src/php 	&& ./configure 		--with-config-file-path="$PHP_INI_DIR" 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" 		$PHP_EXTRA_CONFIGURE_ARGS 		--disable-cgi 		--enable-mysqlnd 		--enable-mbstring 		--with-curl 		--with-libedit 		--with-openssl 		--with-zlib 	&& make -j"$(nproc)" 	&& make install 	&& { find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; } 	&& make clean 	&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $buildDeps 	&& docker-php-source delete
-# Thu, 14 Jul 2016 00:44:22 GMT
-COPY multi:7012ef5427b419b7651e580b27dfd5ff65ccfb6e160d0381521f279d6a86cf08 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:44:22 GMT
-WORKDIR /var/www/html
-# Thu, 14 Jul 2016 00:44:24 GMT
-RUN set -ex 	&& cd /usr/local/etc 	&& if [ -d php-fpm.d ]; then 		sed 's!=NONE/!=!g' php-fpm.conf.default | tee php-fpm.conf > /dev/null; 		cp php-fpm.d/www.conf.default php-fpm.d/www.conf; 	else 		mkdir php-fpm.d; 		cp php-fpm.conf.default php-fpm.d/www.conf; 		{ 			echo '[global]'; 			echo 'include=etc/php-fpm.d/*.conf'; 		} | tee php-fpm.conf; 	fi 	&& { 		echo '[global]'; 		echo 'error_log = /proc/self/fd/2'; 		echo; 		echo '[www]'; 		echo '; if we send this to /proc/self/fd/1, it never appears'; 		echo 'access.log = /proc/self/fd/2'; 		echo; 		echo 'clear_env = no'; 		echo; 		echo '; Ensure worker stdout and stderr are sent to the main error log.'; 		echo 'catch_workers_output = yes'; 	} | tee php-fpm.d/docker.conf 	&& { 		echo '[global]'; 		echo 'daemonize = no'; 		echo; 		echo '[www]'; 		echo 'listen = [::]:9000'; 	} | tee php-fpm.d/zz-docker.conf
-# Thu, 14 Jul 2016 00:44:24 GMT
-EXPOSE 9000/tcp
-# Thu, 14 Jul 2016 00:44:24 GMT
-CMD ["php-fpm"]
-# Thu, 14 Jul 2016 03:12:55 GMT
-RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev 	&& rm -rf /var/lib/apt/lists/* 	&& docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr 	&& docker-php-ext-install gd mbstring opcache pdo pdo_mysql pdo_pgsql zip
-# Thu, 14 Jul 2016 03:12:56 GMT
-RUN { 		echo 'opcache.memory_consumption=128'; 		echo 'opcache.interned_strings_buffer=8'; 		echo 'opcache.max_accelerated_files=4000'; 		echo 'opcache.revalidate_freq=60'; 		echo 'opcache.fast_shutdown=1'; 		echo 'opcache.enable_cli=1'; 	} > /usr/local/etc/php/conf.d/opcache-recommended.ini
-# Thu, 14 Jul 2016 03:12:57 GMT
-WORKDIR /var/www/html
-# Tue, 19 Jul 2016 19:37:56 GMT
-ENV DRUPAL_VERSION=8.1.7
-# Tue, 19 Jul 2016 19:37:57 GMT
-ENV DRUPAL_MD5=19e95079e50dd3c19222b91ef1b57036
-# Tue, 19 Jul 2016 19:38:07 GMT
-RUN curl -fSL "http://ftp.drupal.org/files/projects/drupal-${DRUPAL_VERSION}.tar.gz" -o drupal.tar.gz 	&& echo "${DRUPAL_MD5} *drupal.tar.gz" | md5sum -c - 	&& tar -xz --strip-components=1 -f drupal.tar.gz 	&& rm drupal.tar.gz 	&& chown -R www-data:www-data sites
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:9e955ea566151d5982903050c40f83202a7ff3142692cae9855ab3b98ae8bea0`  
-		Last Modified: Thu, 14 Jul 2016 02:27:10 GMT  
-		Size: 77.6 MB (77604440 bytes)
-	-	`sha256:217d5abb6c1144cbfc2489fb39f6cf4d6df04375a07c863852b874f31975a99b`  
-		Last Modified: Thu, 14 Jul 2016 02:26:50 GMT  
-		Size: 180.0 B
-	-	`sha256:c9ec9be4f4998849466abe3a65cfbc5391b39fd27823e58a7c4a9f4827295605`  
-		Last Modified: Thu, 14 Jul 2016 02:30:10 GMT  
-		Size: 11.5 MB (11502672 bytes)
-	-	`sha256:e96b40e2418936df30281aae0d64e4dd9c07b71217622c1e4b1655e2277a2098`  
-		Last Modified: Thu, 14 Jul 2016 02:30:05 GMT  
-		Size: 601.0 B
-	-	`sha256:07f92b760594415652a3442b99f47c8c9cc7a9a5309a0b844ea9c838c79dc9f0`  
-		Last Modified: Thu, 14 Jul 2016 02:30:10 GMT  
-		Size: 12.6 MB (12625380 bytes)
-	-	`sha256:33329615a3031cd73918559ea4d061a9f8994254a06abd71081912b32c25b07a`  
-		Last Modified: Thu, 14 Jul 2016 02:30:18 GMT  
-		Size: 1.8 KB (1757 bytes)
-	-	`sha256:f95bb73b125d80a7f432a1634dbc17f5a5881e7c3c0ae2de9d63c4e34791d3ce`  
-		Last Modified: Thu, 14 Jul 2016 02:30:05 GMT  
-		Size: 128.0 B
-	-	`sha256:819815417dbf72203619ffbc1d80b6cde618d3dd39d881e0a1a45f54dc11629a`  
-		Last Modified: Thu, 14 Jul 2016 02:30:10 GMT  
-		Size: 7.7 KB (7690 bytes)
-	-	`sha256:e2821c61bc9edbccfedfb3f4da3376403843f569d23fc30716721d01721a94a0`  
-		Last Modified: Thu, 14 Jul 2016 03:15:57 GMT  
-		Size: 8.4 MB (8430302 bytes)
-	-	`sha256:3090549da9b84bbfeba91aadbc0db38aabff7607df83978c33a5e4bc3a337cbe`  
-		Last Modified: Thu, 14 Jul 2016 03:15:54 GMT  
-		Size: 333.0 B
-	-	`sha256:ee6b865649f7513875da019825db3de487d4bd4c22d163acd302f386f641afc1`  
-		Last Modified: Tue, 19 Jul 2016 19:40:47 GMT  
-		Size: 12.6 MB (12570554 bytes)
-
-## `drupal:8-fpm`
-
-```console
-$ docker pull drupal@sha256:b1530bd77c1629b03180a0e91a30438b423cfdff1994c0ea69321abb59fb2e10
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `drupal:8-fpm` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **174.1 MB (174096572 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:3266a827a8733c7bbdaab06a8aacf6fe8d821e9673f3b397d26ec558f0547e4e`
--	Default Command: `["php-fpm"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 02:34:30 GMT
-ENV PHPIZE_DEPS=autoconf 		file 		g++ 		gcc 		libc-dev 		make 		pkg-config 		re2c
-# Thu, 14 Jul 2016 00:18:15 GMT
-RUN apt-get update && apt-get install -y 		$PHPIZE_DEPS 		ca-certificates 		curl 		libedit2 		libsqlite3-0 		libxml2 		xz-utils 	--no-install-recommends && rm -r /var/lib/apt/lists/*
-# Thu, 14 Jul 2016 00:18:16 GMT
-ENV PHP_INI_DIR=/usr/local/etc/php
-# Thu, 14 Jul 2016 00:18:18 GMT
-RUN mkdir -p $PHP_INI_DIR/conf.d
-# Thu, 14 Jul 2016 00:37:25 GMT
-ENV PHP_EXTRA_CONFIGURE_ARGS=--enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data
-# Thu, 14 Jul 2016 00:37:25 GMT
-ENV GPG_KEYS=1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763
-# Thu, 14 Jul 2016 00:37:26 GMT
-ENV PHP_VERSION=7.0.8
-# Thu, 14 Jul 2016 00:37:26 GMT
-ENV PHP_FILENAME=php-7.0.8.tar.xz
-# Thu, 14 Jul 2016 00:37:26 GMT
-ENV PHP_SHA256=0a2142c458b0846f556b16da1c927d74c101aa951bb840549abe5c58584fb394
-# Thu, 14 Jul 2016 00:37:30 GMT
-RUN set -xe 	&& cd /usr/src/ 	&& curl -fSL "http://php.net/get/$PHP_FILENAME/from/this/mirror" -o php.tar.xz 	&& echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c - 	&& curl -fSL "http://php.net/get/$PHP_FILENAME.asc/from/this/mirror" -o php.tar.xz.asc 	&& export GNUPGHOME="$(mktemp -d)" 	&& for key in $GPG_KEYS; do 		gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; 	done 	&& gpg --batch --verify php.tar.xz.asc php.tar.xz 	&& rm -r "$GNUPGHOME"
-# Thu, 14 Jul 2016 00:37:31 GMT
-COPY file:2cb3361ad95f7488a8a7f2b07b4c9b350c37169a746a83f90cd8e6d164e3e963 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:44:21 GMT
-RUN set -xe 	&& buildDeps=" 		$PHP_EXTRA_BUILD_DEPS 		libcurl4-openssl-dev 		libedit-dev 		libsqlite3-dev 		libssl-dev 		libxml2-dev 	" 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& docker-php-source extract 	&& cd /usr/src/php 	&& ./configure 		--with-config-file-path="$PHP_INI_DIR" 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" 		$PHP_EXTRA_CONFIGURE_ARGS 		--disable-cgi 		--enable-mysqlnd 		--enable-mbstring 		--with-curl 		--with-libedit 		--with-openssl 		--with-zlib 	&& make -j"$(nproc)" 	&& make install 	&& { find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; } 	&& make clean 	&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $buildDeps 	&& docker-php-source delete
-# Thu, 14 Jul 2016 00:44:22 GMT
-COPY multi:7012ef5427b419b7651e580b27dfd5ff65ccfb6e160d0381521f279d6a86cf08 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:44:22 GMT
-WORKDIR /var/www/html
-# Thu, 14 Jul 2016 00:44:24 GMT
-RUN set -ex 	&& cd /usr/local/etc 	&& if [ -d php-fpm.d ]; then 		sed 's!=NONE/!=!g' php-fpm.conf.default | tee php-fpm.conf > /dev/null; 		cp php-fpm.d/www.conf.default php-fpm.d/www.conf; 	else 		mkdir php-fpm.d; 		cp php-fpm.conf.default php-fpm.d/www.conf; 		{ 			echo '[global]'; 			echo 'include=etc/php-fpm.d/*.conf'; 		} | tee php-fpm.conf; 	fi 	&& { 		echo '[global]'; 		echo 'error_log = /proc/self/fd/2'; 		echo; 		echo '[www]'; 		echo '; if we send this to /proc/self/fd/1, it never appears'; 		echo 'access.log = /proc/self/fd/2'; 		echo; 		echo 'clear_env = no'; 		echo; 		echo '; Ensure worker stdout and stderr are sent to the main error log.'; 		echo 'catch_workers_output = yes'; 	} | tee php-fpm.d/docker.conf 	&& { 		echo '[global]'; 		echo 'daemonize = no'; 		echo; 		echo '[www]'; 		echo 'listen = [::]:9000'; 	} | tee php-fpm.d/zz-docker.conf
-# Thu, 14 Jul 2016 00:44:24 GMT
-EXPOSE 9000/tcp
-# Thu, 14 Jul 2016 00:44:24 GMT
-CMD ["php-fpm"]
-# Thu, 14 Jul 2016 03:12:55 GMT
-RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev 	&& rm -rf /var/lib/apt/lists/* 	&& docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr 	&& docker-php-ext-install gd mbstring opcache pdo pdo_mysql pdo_pgsql zip
-# Thu, 14 Jul 2016 03:12:56 GMT
-RUN { 		echo 'opcache.memory_consumption=128'; 		echo 'opcache.interned_strings_buffer=8'; 		echo 'opcache.max_accelerated_files=4000'; 		echo 'opcache.revalidate_freq=60'; 		echo 'opcache.fast_shutdown=1'; 		echo 'opcache.enable_cli=1'; 	} > /usr/local/etc/php/conf.d/opcache-recommended.ini
-# Thu, 14 Jul 2016 03:12:57 GMT
-WORKDIR /var/www/html
-# Tue, 19 Jul 2016 19:37:56 GMT
-ENV DRUPAL_VERSION=8.1.7
-# Tue, 19 Jul 2016 19:37:57 GMT
-ENV DRUPAL_MD5=19e95079e50dd3c19222b91ef1b57036
-# Tue, 19 Jul 2016 19:38:07 GMT
-RUN curl -fSL "http://ftp.drupal.org/files/projects/drupal-${DRUPAL_VERSION}.tar.gz" -o drupal.tar.gz 	&& echo "${DRUPAL_MD5} *drupal.tar.gz" | md5sum -c - 	&& tar -xz --strip-components=1 -f drupal.tar.gz 	&& rm drupal.tar.gz 	&& chown -R www-data:www-data sites
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:9e955ea566151d5982903050c40f83202a7ff3142692cae9855ab3b98ae8bea0`  
-		Last Modified: Thu, 14 Jul 2016 02:27:10 GMT  
-		Size: 77.6 MB (77604440 bytes)
-	-	`sha256:217d5abb6c1144cbfc2489fb39f6cf4d6df04375a07c863852b874f31975a99b`  
-		Last Modified: Thu, 14 Jul 2016 02:26:50 GMT  
-		Size: 180.0 B
-	-	`sha256:c9ec9be4f4998849466abe3a65cfbc5391b39fd27823e58a7c4a9f4827295605`  
-		Last Modified: Thu, 14 Jul 2016 02:30:10 GMT  
-		Size: 11.5 MB (11502672 bytes)
-	-	`sha256:e96b40e2418936df30281aae0d64e4dd9c07b71217622c1e4b1655e2277a2098`  
-		Last Modified: Thu, 14 Jul 2016 02:30:05 GMT  
-		Size: 601.0 B
-	-	`sha256:07f92b760594415652a3442b99f47c8c9cc7a9a5309a0b844ea9c838c79dc9f0`  
-		Last Modified: Thu, 14 Jul 2016 02:30:10 GMT  
-		Size: 12.6 MB (12625380 bytes)
-	-	`sha256:33329615a3031cd73918559ea4d061a9f8994254a06abd71081912b32c25b07a`  
-		Last Modified: Thu, 14 Jul 2016 02:30:18 GMT  
-		Size: 1.8 KB (1757 bytes)
-	-	`sha256:f95bb73b125d80a7f432a1634dbc17f5a5881e7c3c0ae2de9d63c4e34791d3ce`  
-		Last Modified: Thu, 14 Jul 2016 02:30:05 GMT  
-		Size: 128.0 B
-	-	`sha256:819815417dbf72203619ffbc1d80b6cde618d3dd39d881e0a1a45f54dc11629a`  
-		Last Modified: Thu, 14 Jul 2016 02:30:10 GMT  
-		Size: 7.7 KB (7690 bytes)
-	-	`sha256:e2821c61bc9edbccfedfb3f4da3376403843f569d23fc30716721d01721a94a0`  
-		Last Modified: Thu, 14 Jul 2016 03:15:57 GMT  
-		Size: 8.4 MB (8430302 bytes)
-	-	`sha256:3090549da9b84bbfeba91aadbc0db38aabff7607df83978c33a5e4bc3a337cbe`  
-		Last Modified: Thu, 14 Jul 2016 03:15:54 GMT  
-		Size: 333.0 B
-	-	`sha256:ee6b865649f7513875da019825db3de487d4bd4c22d163acd302f386f641afc1`  
-		Last Modified: Tue, 19 Jul 2016 19:40:47 GMT  
-		Size: 12.6 MB (12570554 bytes)
-
-## `drupal:fpm`
-
-```console
-$ docker pull drupal@sha256:b1530bd77c1629b03180a0e91a30438b423cfdff1994c0ea69321abb59fb2e10
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `drupal:fpm` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **174.1 MB (174096572 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:3266a827a8733c7bbdaab06a8aacf6fe8d821e9673f3b397d26ec558f0547e4e`
--	Default Command: `["php-fpm"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 02:34:30 GMT
-ENV PHPIZE_DEPS=autoconf 		file 		g++ 		gcc 		libc-dev 		make 		pkg-config 		re2c
-# Thu, 14 Jul 2016 00:18:15 GMT
-RUN apt-get update && apt-get install -y 		$PHPIZE_DEPS 		ca-certificates 		curl 		libedit2 		libsqlite3-0 		libxml2 		xz-utils 	--no-install-recommends && rm -r /var/lib/apt/lists/*
-# Thu, 14 Jul 2016 00:18:16 GMT
-ENV PHP_INI_DIR=/usr/local/etc/php
-# Thu, 14 Jul 2016 00:18:18 GMT
-RUN mkdir -p $PHP_INI_DIR/conf.d
-# Thu, 14 Jul 2016 00:37:25 GMT
-ENV PHP_EXTRA_CONFIGURE_ARGS=--enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data
-# Thu, 14 Jul 2016 00:37:25 GMT
-ENV GPG_KEYS=1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763
-# Thu, 14 Jul 2016 00:37:26 GMT
-ENV PHP_VERSION=7.0.8
-# Thu, 14 Jul 2016 00:37:26 GMT
-ENV PHP_FILENAME=php-7.0.8.tar.xz
-# Thu, 14 Jul 2016 00:37:26 GMT
-ENV PHP_SHA256=0a2142c458b0846f556b16da1c927d74c101aa951bb840549abe5c58584fb394
-# Thu, 14 Jul 2016 00:37:30 GMT
-RUN set -xe 	&& cd /usr/src/ 	&& curl -fSL "http://php.net/get/$PHP_FILENAME/from/this/mirror" -o php.tar.xz 	&& echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c - 	&& curl -fSL "http://php.net/get/$PHP_FILENAME.asc/from/this/mirror" -o php.tar.xz.asc 	&& export GNUPGHOME="$(mktemp -d)" 	&& for key in $GPG_KEYS; do 		gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; 	done 	&& gpg --batch --verify php.tar.xz.asc php.tar.xz 	&& rm -r "$GNUPGHOME"
-# Thu, 14 Jul 2016 00:37:31 GMT
-COPY file:2cb3361ad95f7488a8a7f2b07b4c9b350c37169a746a83f90cd8e6d164e3e963 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:44:21 GMT
-RUN set -xe 	&& buildDeps=" 		$PHP_EXTRA_BUILD_DEPS 		libcurl4-openssl-dev 		libedit-dev 		libsqlite3-dev 		libssl-dev 		libxml2-dev 	" 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& docker-php-source extract 	&& cd /usr/src/php 	&& ./configure 		--with-config-file-path="$PHP_INI_DIR" 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" 		$PHP_EXTRA_CONFIGURE_ARGS 		--disable-cgi 		--enable-mysqlnd 		--enable-mbstring 		--with-curl 		--with-libedit 		--with-openssl 		--with-zlib 	&& make -j"$(nproc)" 	&& make install 	&& { find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; } 	&& make clean 	&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $buildDeps 	&& docker-php-source delete
-# Thu, 14 Jul 2016 00:44:22 GMT
-COPY multi:7012ef5427b419b7651e580b27dfd5ff65ccfb6e160d0381521f279d6a86cf08 in /usr/local/bin/
-# Thu, 14 Jul 2016 00:44:22 GMT
-WORKDIR /var/www/html
-# Thu, 14 Jul 2016 00:44:24 GMT
-RUN set -ex 	&& cd /usr/local/etc 	&& if [ -d php-fpm.d ]; then 		sed 's!=NONE/!=!g' php-fpm.conf.default | tee php-fpm.conf > /dev/null; 		cp php-fpm.d/www.conf.default php-fpm.d/www.conf; 	else 		mkdir php-fpm.d; 		cp php-fpm.conf.default php-fpm.d/www.conf; 		{ 			echo '[global]'; 			echo 'include=etc/php-fpm.d/*.conf'; 		} | tee php-fpm.conf; 	fi 	&& { 		echo '[global]'; 		echo 'error_log = /proc/self/fd/2'; 		echo; 		echo '[www]'; 		echo '; if we send this to /proc/self/fd/1, it never appears'; 		echo 'access.log = /proc/self/fd/2'; 		echo; 		echo 'clear_env = no'; 		echo; 		echo '; Ensure worker stdout and stderr are sent to the main error log.'; 		echo 'catch_workers_output = yes'; 	} | tee php-fpm.d/docker.conf 	&& { 		echo '[global]'; 		echo 'daemonize = no'; 		echo; 		echo '[www]'; 		echo 'listen = [::]:9000'; 	} | tee php-fpm.d/zz-docker.conf
-# Thu, 14 Jul 2016 00:44:24 GMT
-EXPOSE 9000/tcp
-# Thu, 14 Jul 2016 00:44:24 GMT
-CMD ["php-fpm"]
-# Thu, 14 Jul 2016 03:12:55 GMT
-RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev 	&& rm -rf /var/lib/apt/lists/* 	&& docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr 	&& docker-php-ext-install gd mbstring opcache pdo pdo_mysql pdo_pgsql zip
-# Thu, 14 Jul 2016 03:12:56 GMT
-RUN { 		echo 'opcache.memory_consumption=128'; 		echo 'opcache.interned_strings_buffer=8'; 		echo 'opcache.max_accelerated_files=4000'; 		echo 'opcache.revalidate_freq=60'; 		echo 'opcache.fast_shutdown=1'; 		echo 'opcache.enable_cli=1'; 	} > /usr/local/etc/php/conf.d/opcache-recommended.ini
-# Thu, 14 Jul 2016 03:12:57 GMT
-WORKDIR /var/www/html
-# Tue, 19 Jul 2016 19:37:56 GMT
-ENV DRUPAL_VERSION=8.1.7
-# Tue, 19 Jul 2016 19:37:57 GMT
-ENV DRUPAL_MD5=19e95079e50dd3c19222b91ef1b57036
-# Tue, 19 Jul 2016 19:38:07 GMT
-RUN curl -fSL "http://ftp.drupal.org/files/projects/drupal-${DRUPAL_VERSION}.tar.gz" -o drupal.tar.gz 	&& echo "${DRUPAL_MD5} *drupal.tar.gz" | md5sum -c - 	&& tar -xz --strip-components=1 -f drupal.tar.gz 	&& rm drupal.tar.gz 	&& chown -R www-data:www-data sites
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:9e955ea566151d5982903050c40f83202a7ff3142692cae9855ab3b98ae8bea0`  
-		Last Modified: Thu, 14 Jul 2016 02:27:10 GMT  
-		Size: 77.6 MB (77604440 bytes)
-	-	`sha256:217d5abb6c1144cbfc2489fb39f6cf4d6df04375a07c863852b874f31975a99b`  
-		Last Modified: Thu, 14 Jul 2016 02:26:50 GMT  
-		Size: 180.0 B
-	-	`sha256:c9ec9be4f4998849466abe3a65cfbc5391b39fd27823e58a7c4a9f4827295605`  
-		Last Modified: Thu, 14 Jul 2016 02:30:10 GMT  
-		Size: 11.5 MB (11502672 bytes)
-	-	`sha256:e96b40e2418936df30281aae0d64e4dd9c07b71217622c1e4b1655e2277a2098`  
-		Last Modified: Thu, 14 Jul 2016 02:30:05 GMT  
-		Size: 601.0 B
-	-	`sha256:07f92b760594415652a3442b99f47c8c9cc7a9a5309a0b844ea9c838c79dc9f0`  
-		Last Modified: Thu, 14 Jul 2016 02:30:10 GMT  
-		Size: 12.6 MB (12625380 bytes)
-	-	`sha256:33329615a3031cd73918559ea4d061a9f8994254a06abd71081912b32c25b07a`  
-		Last Modified: Thu, 14 Jul 2016 02:30:18 GMT  
-		Size: 1.8 KB (1757 bytes)
-	-	`sha256:f95bb73b125d80a7f432a1634dbc17f5a5881e7c3c0ae2de9d63c4e34791d3ce`  
-		Last Modified: Thu, 14 Jul 2016 02:30:05 GMT  
-		Size: 128.0 B
-	-	`sha256:819815417dbf72203619ffbc1d80b6cde618d3dd39d881e0a1a45f54dc11629a`  
-		Last Modified: Thu, 14 Jul 2016 02:30:10 GMT  
-		Size: 7.7 KB (7690 bytes)
-	-	`sha256:e2821c61bc9edbccfedfb3f4da3376403843f569d23fc30716721d01721a94a0`  
-		Last Modified: Thu, 14 Jul 2016 03:15:57 GMT  
-		Size: 8.4 MB (8430302 bytes)
-	-	`sha256:3090549da9b84bbfeba91aadbc0db38aabff7607df83978c33a5e4bc3a337cbe`  
-		Last Modified: Thu, 14 Jul 2016 03:15:54 GMT  
-		Size: 333.0 B
-	-	`sha256:ee6b865649f7513875da019825db3de487d4bd4c22d163acd302f386f641afc1`  
-		Last Modified: Tue, 19 Jul 2016 19:40:47 GMT  
-		Size: 12.6 MB (12570554 bytes)

+ 1 - 0
eggdrop/README-short.txt

@@ -0,0 +1 @@
+The official Docker image of Eggdrop- IRC's oldest actively-developed bot!

+ 83 - 0
eggdrop/README.md

@@ -0,0 +1,83 @@
+# Supported tags and respective `Dockerfile` links
+
+-	[`develop` (*1.8/Dockerfile*)](https://github.com/eggheads/eggdrop-docker/blob/1553e9c0483811ace4bbd6a3b1b37eaf8d49dac0/1.8/Dockerfile)
+-	[`1.8`, `1.8.0`, `1.8.0rc1` (*1.8rc1/Dockerfile*)](https://github.com/eggheads/eggdrop-docker/blob/1553e9c0483811ace4bbd6a3b1b37eaf8d49dac0/1.8rc1/Dockerfile)
+-	[`1.6`, `1.6.21`, `stable`, `latest` (*1.6/Dockerfile*)](https://github.com/eggheads/eggdrop-docker/blob/87d717b0c05d4c43460a411c9871e9190c94f8bb/1.6/Dockerfile)
+
+For more information about this image and its history, please see [the relevant manifest file (`library/eggdrop`)](https://github.com/docker-library/official-images/blob/master/library/eggdrop). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Feggdrop).
+
+For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `repos/eggdrop/tag-details.md` file](https://github.com/docker-library/repo-info/blob/master/repos/eggdrop/tag-details.md) in [the `docker-library/repo-info` GitHub repo](https://github.com/docker-library/repo-info).
+
+# What is Eggdrop?
+
+Eggdrop is the world's most popular Open Source IRC bot, designed for flexibility and ease of use, and is freely distributable under the GNU General Public License (GPL). It is designed to Linux, BSD, SunOs, Windows, and Mac OS X, among others. The core codebase is extendable via TCL scripts or C modules and bots can be linked to form botnets, enabling the sharing of userfiles and partylines across multiple bots.
+
+![logo](https://raw.githubusercontent.com/docker-library/docs/d36235b330f3945d48c230eb58f3ea8319b6d985/eggdrop/logo.png)
+
+# How to use this image
+
+## First Run
+
+To run this container the first time, you'll need to pass in, at minimum, a nickname and server via Environmental Variables. At minimum, a docker run command similar to
+
+```console
+$ docker run -ti -e NICK=FooBot -e SERVER=irc.freenode.net -v /path/for/host/data:/home/eggdrop/eggdrop/data eggdrop
+```
+
+should be used. This will modify the appropriate values within the config file, then start your bot with the nickname FooBot and connect it to irc.freenode.net.
+
+These variables are only needed for your first run- after the first use, you can edit the config file directly.
+
+## Long-term Persistence
+
+After running the eggdrop container for the first time, the configuration file, user file and channel file will all be available inside the container at /home/eggdrop/eggdrop/data/ . NOTE! These files are only as persistent as the container they exist in. If you expect to use a different container over the course of using the Eggdrop docker image (intentionally or not) you will want to create a persistent data store. The easiest way to do this is to mount a directory on your host machine to /home/eggdrop/eggdrop/data. If you do this prior to your first run, you can easily edit the eggdrop configuration file on the host. Otherwise, you can also drop in existing config, user, or channel files into the mounted directory for use in the eggdrop container. You'll also likely want to daemonize eggdrop (ie, run it in the background). To do this, start your container with something similar to
+
+```console
+$ docker run -i -e NICK=FooBot -e SERVER=irc.freenode.net -v /path/to/eggdrop/files:/home/eggdrop/eggdrop/data -d eggdrop
+```
+
+Please note that, even in daemon mode, the -i flag for docker run is required.
+
+## Exposing network ports
+
+If you want to expose network connections for your bot, you'll also want to use the -p flag to expose whichever port you specified in the config as the listen port (default is 3333). For example, to expose port 3333, add
+
+	-p 3333:3333
+
+to your docker run command line.
+
+## Troubleshooting / Support
+
+For additional help, you can join the #eggdrop channel on Freenode
+
+The git repository for the Dockerfile is maintained at https://github.com/eggheads/eggdrop-docker
+
+# License
+
+View [license information](https://www.gnu.org/licenses/gpl-3.0.en.html) for the software contained in this image.
+
+# Supported Docker versions
+
+This image is officially supported on Docker version 1.12.1.
+
+Support for older versions (down to 1.6) is provided on a best-effort basis.
+
+Please see [the Docker installation documentation](https://docs.docker.com/installation/) for details on how to upgrade your Docker daemon.
+
+# User Feedback
+
+## Documentation
+
+Documentation for this image is stored in the [`eggdrop/` directory](https://github.com/docker-library/docs/tree/master/eggdrop) of the [`docker-library/docs` GitHub repo](https://github.com/docker-library/docs). Be sure to familiarize yourself with the [repository's `README.md` file](https://github.com/docker-library/docs/blob/master/README.md) before attempting a pull request.
+
+## Issues
+
+If you have any problems with or questions about this image, please contact us through a [GitHub issue](https://github.com/eggheads/eggdrop-docker/issues). If the issue is related to a CVE, please check for [a `cve-tracker` issue on the `official-images` repository first](https://github.com/docker-library/official-images/issues?q=label%3Acve-tracker).
+
+You can also reach many of the official image maintainers via the `#docker-library` IRC channel on [Freenode](https://freenode.net).
+
+## Contributing
+
+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](https://github.com/eggheads/eggdrop-docker/issues), 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.

+ 43 - 0
eggdrop/content.md

@@ -0,0 +1,43 @@
+# What is Eggdrop?
+
+Eggdrop is the world's most popular Open Source IRC bot, designed for flexibility and ease of use, and is freely distributable under the GNU General Public License (GPL). It is designed to Linux, BSD, SunOs, Windows, and Mac OS X, among others. The core codebase is extendable via TCL scripts or C modules and bots can be linked to form botnets, enabling the sharing of userfiles and partylines across multiple bots.
+
+%%LOGO%%
+
+# How to use this image
+
+## First Run
+
+To run this container the first time, you'll need to pass in, at minimum, a nickname and server via Environmental Variables. At minimum, a docker run command similar to
+
+```console
+$ docker run -ti -e NICK=FooBot -e SERVER=irc.freenode.net -v /path/for/host/data:/home/eggdrop/eggdrop/data eggdrop
+```
+
+should be used. This will modify the appropriate values within the config file, then start your bot with the nickname FooBot and connect it to irc.freenode.net.
+
+These variables are only needed for your first run- after the first use, you can edit the config file directly.
+
+## Long-term Persistence
+
+After running the eggdrop container for the first time, the configuration file, user file and channel file will all be available inside the container at /home/eggdrop/eggdrop/data/ . NOTE! These files are only as persistent as the container they exist in. If you expect to use a different container over the course of using the Eggdrop docker image (intentionally or not) you will want to create a persistent data store. The easiest way to do this is to mount a directory on your host machine to /home/eggdrop/eggdrop/data. If you do this prior to your first run, you can easily edit the eggdrop configuration file on the host. Otherwise, you can also drop in existing config, user, or channel files into the mounted directory for use in the eggdrop container. You'll also likely want to daemonize eggdrop (ie, run it in the background). To do this, start your container with something similar to
+
+```console
+$ docker run -i -e NICK=FooBot -e SERVER=irc.freenode.net -v /path/to/eggdrop/files:/home/eggdrop/eggdrop/data -d eggdrop
+```
+
+Please note that, even in daemon mode, the -i flag for docker run is required.
+
+## Exposing network ports
+
+If you want to expose network connections for your bot, you'll also want to use the -p flag to expose whichever port you specified in the config as the listen port (default is 3333). For example, to expose port 3333, add
+
+	-p 3333:3333
+
+to your docker run command line.
+
+## Troubleshooting / Support
+
+For additional help, you can join the #eggdrop channel on Freenode
+
+The git repository for the Dockerfile is maintained at https://github.com/eggheads/eggdrop-docker

+ 1 - 0
eggdrop/github-repo

@@ -0,0 +1 @@
+https://github.com/eggheads/eggdrop-docker

+ 1 - 0
eggdrop/license.md

@@ -0,0 +1 @@
+View [license information](https://www.gnu.org/licenses/gpl-3.0.en.html) for the software contained in this image.


+ 12 - 13
elasticsearch/README.md

@@ -1,19 +1,18 @@
 # Supported tags and respective `Dockerfile` links
 
--	[`1.5.2`, `1.5` (*1.5/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/2bfa45254a681e4f667c96c5de13438209e2f0ec/1.5/Dockerfile)
--	[`1.6.2`, `1.6` (*1.6/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/2bfa45254a681e4f667c96c5de13438209e2f0ec/1.6/Dockerfile)
--	[`1.7.5`, `1.7`, `1` (*1.7/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/2bfa45254a681e4f667c96c5de13438209e2f0ec/1.7/Dockerfile)
--	[`2.0.2`, `2.0` (*2.0/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/2bfa45254a681e4f667c96c5de13438209e2f0ec/2.0/Dockerfile)
--	[`2.1.2`, `2.1` (*2.1/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/2bfa45254a681e4f667c96c5de13438209e2f0ec/2.1/Dockerfile)
--	[`2.2.2`, `2.2` (*2.2/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/2bfa45254a681e4f667c96c5de13438209e2f0ec/2.2/Dockerfile)
--	[`2.3.4`, `2.3`, `2`, `latest` (*2.3/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/1e62c7d84cc549883e3404d79356d3fadfdf6c3d/2.3/Dockerfile)
--	[`5.0.0-alpha4`, `5.0.0`, `5.0`, `5` (*5.0/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/2bfa45254a681e4f667c96c5de13438209e2f0ec/5.0/Dockerfile)
-
-[![](https://badge.imagelayers.io/elasticsearch:latest.svg)](https://imagelayers.io/?images=elasticsearch:1.5.2,elasticsearch:1.6.2,elasticsearch:1.7.5,elasticsearch:2.0.2,elasticsearch:2.1.2,elasticsearch:2.2.2,elasticsearch:2.3.4,elasticsearch:5.0.0-alpha4)
+-	[`1.5.2`, `1.5` (*1.5/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/2536978b4ef8b58866e933f7e6918ba7161802ac/1.5/Dockerfile)
+-	[`1.6.2`, `1.6` (*1.6/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/2536978b4ef8b58866e933f7e6918ba7161802ac/1.6/Dockerfile)
+-	[`1.7.5`, `1.7`, `1` (*1.7/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/2536978b4ef8b58866e933f7e6918ba7161802ac/1.7/Dockerfile)
+-	[`2.0.2`, `2.0` (*2.0/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/2536978b4ef8b58866e933f7e6918ba7161802ac/2.0/Dockerfile)
+-	[`2.1.2`, `2.1` (*2.1/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/2536978b4ef8b58866e933f7e6918ba7161802ac/2.1/Dockerfile)
+-	[`2.2.2`, `2.2` (*2.2/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/2536978b4ef8b58866e933f7e6918ba7161802ac/2.2/Dockerfile)
+-	[`2.3.5`, `2.3` (*2.3/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/2536978b4ef8b58866e933f7e6918ba7161802ac/2.3/Dockerfile)
+-	[`2.4.0`, `2.4`, `2`, `latest` (*2.4/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/7a502275158cac1affa4372eab937a21913cd3e0/2.4/Dockerfile)
+-	[`5.0.0-alpha5`, `5.0.0`, `5.0`, `5` (*5.0/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/2536978b4ef8b58866e933f7e6918ba7161802ac/5.0/Dockerfile)
 
 For more information about this image and its history, please see [the relevant manifest file (`library/elasticsearch`)](https://github.com/docker-library/official-images/blob/master/library/elasticsearch). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Felasticsearch).
 
-For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `elasticsearch/tag-details.md` file](https://github.com/docker-library/docs/blob/master/elasticsearch/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs).
+For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `repos/elasticsearch/tag-details.md` file](https://github.com/docker-library/repo-info/blob/master/repos/elasticsearch/tag-details.md) in [the `docker-library/repo-info` GitHub repo](https://github.com/docker-library/repo-info).
 
 # What is Elasticsearch?
 
@@ -36,7 +35,7 @@ $ docker run -d elasticsearch
 You can also pass in additional flags to `elasticsearch`:
 
 ```console
-$ docker run -d elasticsearch elasticsearch -Des.node.name="TestNode"
+$ docker run -d elasticsearch -Des.node.name="TestNode"
 ```
 
 This image comes with a default set of configuration files for `elasticsearch`, but if you want to provide your own set of configuration files, you can do so via a volume mounted at `/usr/share/elasticsearch/config`:
@@ -59,7 +58,7 @@ View [license information](https://github.com/elasticsearch/elasticsearch/blob/6
 
 # Supported Docker versions
 
-This image is officially supported on Docker version 1.11.2.
+This image is officially supported on Docker version 1.12.1.
 
 Support for older versions (down to 1.6) is provided on a best-effort basis.
 

+ 1 - 1
elasticsearch/content.md

@@ -19,7 +19,7 @@ $ docker run -d elasticsearch
 You can also pass in additional flags to `elasticsearch`:
 
 ```console
-$ docker run -d elasticsearch elasticsearch -Des.node.name="TestNode"
+$ docker run -d elasticsearch -Des.node.name="TestNode"
 ```
 
 This image comes with a default set of configuration files for `elasticsearch`, but if you want to provide your own set of configuration files, you can do so via a volume mounted at `/usr/share/elasticsearch/config`:

+ 0 - 2629
elasticsearch/tag-details.md

@@ -1,2629 +0,0 @@
-<!-- THIS FILE IS GENERATED VIA '.template-helpers/generate-tag-details.pl' -->
-
-# Tags of `elasticsearch`
-
--	[`elasticsearch:1.5.2`](#elasticsearch152)
--	[`elasticsearch:1.5`](#elasticsearch15)
--	[`elasticsearch:1.6.2`](#elasticsearch162)
--	[`elasticsearch:1.6`](#elasticsearch16)
--	[`elasticsearch:1.7.5`](#elasticsearch175)
--	[`elasticsearch:1.7`](#elasticsearch17)
--	[`elasticsearch:1`](#elasticsearch1)
--	[`elasticsearch:2.0.2`](#elasticsearch202)
--	[`elasticsearch:2.0`](#elasticsearch20)
--	[`elasticsearch:2.1.2`](#elasticsearch212)
--	[`elasticsearch:2.1`](#elasticsearch21)
--	[`elasticsearch:2.2.2`](#elasticsearch222)
--	[`elasticsearch:2.2`](#elasticsearch22)
--	[`elasticsearch:2.3.4`](#elasticsearch234)
--	[`elasticsearch:2.3`](#elasticsearch23)
--	[`elasticsearch:2`](#elasticsearch2)
--	[`elasticsearch:latest`](#elasticsearchlatest)
--	[`elasticsearch:5.0.0-alpha4`](#elasticsearch500-alpha4)
--	[`elasticsearch:5.0.0`](#elasticsearch500)
--	[`elasticsearch:5.0`](#elasticsearch50)
--	[`elasticsearch:5`](#elasticsearch5)
-
-## `elasticsearch:1.5.2`
-
-```console
-$ docker pull elasticsearch@sha256:5d17a96330dc067980d2d95e9d2efc3bf8f9386c7082f77e0d406b836123e664
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `elasticsearch:1.5.2` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **152.1 MB (152074513 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:96b12a87910e43426c98e04bcf4fe037dbb007f07bab6714fae883703f899267`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["elasticsearch"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:08:24 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzip2 		unzip 		xz-utils 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:12:26 GMT
-RUN echo 'deb http://httpredir.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list
-# Thu, 09 Jun 2016 22:12:26 GMT
-ENV LANG=C.UTF-8
-# Thu, 09 Jun 2016 22:12:27 GMT
-RUN { 		echo '#!/bin/sh'; 		echo 'set -e'; 		echo; 		echo 'dirname "$(dirname "$(readlink -f "$(which javac || which java)")")"'; 	} > /usr/local/bin/docker-java-home 	&& chmod +x /usr/local/bin/docker-java-home
-# Thu, 09 Jun 2016 22:12:27 GMT
-ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/jre
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_VERSION=8u91
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_DEBIAN_VERSION=8u91-b14-1~bpo8+1
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV CA_CERTIFICATES_JAVA_VERSION=20140324
-# Thu, 09 Jun 2016 22:13:51 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y 		openjdk-8-jre-headless="$JAVA_DEBIAN_VERSION" 		ca-certificates-java="$CA_CERTIFICATES_JAVA_VERSION" 	&& rm -rf /var/lib/apt/lists/* 	&& [ "$JAVA_HOME" = "$(docker-java-home)" ]
-# Thu, 09 Jun 2016 22:13:54 GMT
-RUN /var/lib/dpkg/info/ca-certificates-java.postinst configure
-# Thu, 09 Jun 2016 23:11:43 GMT
-ENV GOSU_VERSION=1.7
-# Thu, 09 Jun 2016 23:11:48 GMT
-RUN set -x 	&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" 	&& wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 	&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu 	&& rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc 	&& chmod +x /usr/local/bin/gosu 	&& gosu nobody true
-# Thu, 09 Jun 2016 23:12:05 GMT
-RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 46095ACC8548582C1A2699A9D27D666CD88E42B4
-# Thu, 07 Jul 2016 20:05:23 GMT
-ENV ELASTICSEARCH_VERSION=1.5.2
-# Thu, 07 Jul 2016 20:05:23 GMT
-ENV ELASTICSEARCH_REPO_BASE=http://packages.elasticsearch.org/elasticsearch/1.5/debian
-# Thu, 07 Jul 2016 20:05:25 GMT
-RUN echo "deb $ELASTICSEARCH_REPO_BASE stable main" > /etc/apt/sources.list.d/elasticsearch.list
-# Thu, 07 Jul 2016 20:06:27 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y --no-install-recommends elasticsearch=$ELASTICSEARCH_VERSION 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 07 Jul 2016 20:06:28 GMT
-ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Thu, 07 Jul 2016 20:06:28 GMT
-WORKDIR /usr/share/elasticsearch
-# Thu, 07 Jul 2016 20:06:30 GMT
-RUN set -ex 	&& for path in 		./data 		./logs 		./config 		./config/scripts 	; do 		mkdir -p "$path"; 		chown -R elasticsearch:elasticsearch "$path"; 	done
-# Thu, 07 Jul 2016 20:06:31 GMT
-COPY dir:31f8476cce13d884e30d94ee9384cd924f19b02a6833943b9d501f833cd60885 in ./config
-# Thu, 07 Jul 2016 20:06:31 GMT
-VOLUME [/usr/share/elasticsearch/data]
-# Thu, 07 Jul 2016 20:06:32 GMT
-COPY file:4e7f545ce5a4556808c0760a1dbf219cb9aab1bf750b56480663d05716aac376 in /
-# Thu, 07 Jul 2016 20:06:33 GMT
-EXPOSE 9200/tcp 9300/tcp
-# Thu, 07 Jul 2016 20:06:33 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Thu, 07 Jul 2016 20:06:34 GMT
-CMD ["elasticsearch"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:be275827e8b7f9057582be291be9d0b1ea48379640585e97987ac337c495c0cd`  
-		Last Modified: Thu, 09 Jun 2016 22:19:23 GMT  
-		Size: 587.3 KB (587338 bytes)
-	-	`sha256:4cbd0b70645ad8e4638b0ae616594bd6c43e268b18430fa622e26386d4a8424e`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 220.0 B
-	-	`sha256:7d811bfac6eb74d6fcfd0e32ebb445b68d0e606ed2b5183db848374b0b63b0ee`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 242.0 B
-	-	`sha256:d35e5f0a148b5551d0e9215821bcfaf76e5f6ab76ff17687cf201ce2beb6e2d0`  
-		Last Modified: Thu, 09 Jun 2016 22:22:47 GMT  
-		Size: 53.4 MB (53371555 bytes)
-	-	`sha256:a17d585d8b66adf42eeb8e1b4f18c891b8e81f6af584233493638b3efe5fa460`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 284.4 KB (284380 bytes)
-	-	`sha256:79f385f1115e109d3ed7740a55ea72064b5c7409b60c2c3df63906d1052ebcf6`  
-		Last Modified: Mon, 27 Jun 2016 16:40:34 GMT  
-		Size: 807.9 KB (807931 bytes)
-	-	`sha256:ef4e10d7f225af978b6c1d6ce74866d7e65f577241cd94ce0ae7aa7f540d647b`  
-		Last Modified: Mon, 27 Jun 2016 16:40:33 GMT  
-		Size: 1.4 KB (1446 bytes)
-	-	`sha256:f16b57f1c36f23c6af2a86dfee12c64c064d10be13d2a13a32f53a94365fd911`  
-		Last Modified: Thu, 07 Jul 2016 20:14:41 GMT  
-		Size: 226.0 B
-	-	`sha256:c73dea97fb2ac655d8e919a1341fe790f392064fcd7514a59af38408ee0bab19`  
-		Last Modified: Thu, 07 Jul 2016 20:14:45 GMT  
-		Size: 27.1 MB (27120240 bytes)
-	-	`sha256:b81f328d48850b7e9c86b78624fb9bc441444eec7df98d06f69e965dcda65873`  
-		Last Modified: Thu, 07 Jul 2016 20:14:42 GMT  
-		Size: 214.0 B
-	-	`sha256:cceb6002b68b374e4cf57b17d7541cb833ea56277220bc79703e632008b01db6`  
-		Last Modified: Thu, 07 Jul 2016 20:14:41 GMT  
-		Size: 497.0 B
-	-	`sha256:96ae6e1acef0d3e3e93a4e164474c5a775f7a229f9ca7642761ade8f1988858f`  
-		Last Modified: Thu, 07 Jul 2016 20:14:42 GMT  
-		Size: 470.0 B
-
-## `elasticsearch:1.5`
-
-```console
-$ docker pull elasticsearch@sha256:5d17a96330dc067980d2d95e9d2efc3bf8f9386c7082f77e0d406b836123e664
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `elasticsearch:1.5` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **152.1 MB (152074513 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:96b12a87910e43426c98e04bcf4fe037dbb007f07bab6714fae883703f899267`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["elasticsearch"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:08:24 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzip2 		unzip 		xz-utils 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:12:26 GMT
-RUN echo 'deb http://httpredir.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list
-# Thu, 09 Jun 2016 22:12:26 GMT
-ENV LANG=C.UTF-8
-# Thu, 09 Jun 2016 22:12:27 GMT
-RUN { 		echo '#!/bin/sh'; 		echo 'set -e'; 		echo; 		echo 'dirname "$(dirname "$(readlink -f "$(which javac || which java)")")"'; 	} > /usr/local/bin/docker-java-home 	&& chmod +x /usr/local/bin/docker-java-home
-# Thu, 09 Jun 2016 22:12:27 GMT
-ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/jre
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_VERSION=8u91
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_DEBIAN_VERSION=8u91-b14-1~bpo8+1
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV CA_CERTIFICATES_JAVA_VERSION=20140324
-# Thu, 09 Jun 2016 22:13:51 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y 		openjdk-8-jre-headless="$JAVA_DEBIAN_VERSION" 		ca-certificates-java="$CA_CERTIFICATES_JAVA_VERSION" 	&& rm -rf /var/lib/apt/lists/* 	&& [ "$JAVA_HOME" = "$(docker-java-home)" ]
-# Thu, 09 Jun 2016 22:13:54 GMT
-RUN /var/lib/dpkg/info/ca-certificates-java.postinst configure
-# Thu, 09 Jun 2016 23:11:43 GMT
-ENV GOSU_VERSION=1.7
-# Thu, 09 Jun 2016 23:11:48 GMT
-RUN set -x 	&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" 	&& wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 	&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu 	&& rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc 	&& chmod +x /usr/local/bin/gosu 	&& gosu nobody true
-# Thu, 09 Jun 2016 23:12:05 GMT
-RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 46095ACC8548582C1A2699A9D27D666CD88E42B4
-# Thu, 07 Jul 2016 20:05:23 GMT
-ENV ELASTICSEARCH_VERSION=1.5.2
-# Thu, 07 Jul 2016 20:05:23 GMT
-ENV ELASTICSEARCH_REPO_BASE=http://packages.elasticsearch.org/elasticsearch/1.5/debian
-# Thu, 07 Jul 2016 20:05:25 GMT
-RUN echo "deb $ELASTICSEARCH_REPO_BASE stable main" > /etc/apt/sources.list.d/elasticsearch.list
-# Thu, 07 Jul 2016 20:06:27 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y --no-install-recommends elasticsearch=$ELASTICSEARCH_VERSION 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 07 Jul 2016 20:06:28 GMT
-ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Thu, 07 Jul 2016 20:06:28 GMT
-WORKDIR /usr/share/elasticsearch
-# Thu, 07 Jul 2016 20:06:30 GMT
-RUN set -ex 	&& for path in 		./data 		./logs 		./config 		./config/scripts 	; do 		mkdir -p "$path"; 		chown -R elasticsearch:elasticsearch "$path"; 	done
-# Thu, 07 Jul 2016 20:06:31 GMT
-COPY dir:31f8476cce13d884e30d94ee9384cd924f19b02a6833943b9d501f833cd60885 in ./config
-# Thu, 07 Jul 2016 20:06:31 GMT
-VOLUME [/usr/share/elasticsearch/data]
-# Thu, 07 Jul 2016 20:06:32 GMT
-COPY file:4e7f545ce5a4556808c0760a1dbf219cb9aab1bf750b56480663d05716aac376 in /
-# Thu, 07 Jul 2016 20:06:33 GMT
-EXPOSE 9200/tcp 9300/tcp
-# Thu, 07 Jul 2016 20:06:33 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Thu, 07 Jul 2016 20:06:34 GMT
-CMD ["elasticsearch"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:be275827e8b7f9057582be291be9d0b1ea48379640585e97987ac337c495c0cd`  
-		Last Modified: Thu, 09 Jun 2016 22:19:23 GMT  
-		Size: 587.3 KB (587338 bytes)
-	-	`sha256:4cbd0b70645ad8e4638b0ae616594bd6c43e268b18430fa622e26386d4a8424e`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 220.0 B
-	-	`sha256:7d811bfac6eb74d6fcfd0e32ebb445b68d0e606ed2b5183db848374b0b63b0ee`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 242.0 B
-	-	`sha256:d35e5f0a148b5551d0e9215821bcfaf76e5f6ab76ff17687cf201ce2beb6e2d0`  
-		Last Modified: Thu, 09 Jun 2016 22:22:47 GMT  
-		Size: 53.4 MB (53371555 bytes)
-	-	`sha256:a17d585d8b66adf42eeb8e1b4f18c891b8e81f6af584233493638b3efe5fa460`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 284.4 KB (284380 bytes)
-	-	`sha256:79f385f1115e109d3ed7740a55ea72064b5c7409b60c2c3df63906d1052ebcf6`  
-		Last Modified: Mon, 27 Jun 2016 16:40:34 GMT  
-		Size: 807.9 KB (807931 bytes)
-	-	`sha256:ef4e10d7f225af978b6c1d6ce74866d7e65f577241cd94ce0ae7aa7f540d647b`  
-		Last Modified: Mon, 27 Jun 2016 16:40:33 GMT  
-		Size: 1.4 KB (1446 bytes)
-	-	`sha256:f16b57f1c36f23c6af2a86dfee12c64c064d10be13d2a13a32f53a94365fd911`  
-		Last Modified: Thu, 07 Jul 2016 20:14:41 GMT  
-		Size: 226.0 B
-	-	`sha256:c73dea97fb2ac655d8e919a1341fe790f392064fcd7514a59af38408ee0bab19`  
-		Last Modified: Thu, 07 Jul 2016 20:14:45 GMT  
-		Size: 27.1 MB (27120240 bytes)
-	-	`sha256:b81f328d48850b7e9c86b78624fb9bc441444eec7df98d06f69e965dcda65873`  
-		Last Modified: Thu, 07 Jul 2016 20:14:42 GMT  
-		Size: 214.0 B
-	-	`sha256:cceb6002b68b374e4cf57b17d7541cb833ea56277220bc79703e632008b01db6`  
-		Last Modified: Thu, 07 Jul 2016 20:14:41 GMT  
-		Size: 497.0 B
-	-	`sha256:96ae6e1acef0d3e3e93a4e164474c5a775f7a229f9ca7642761ade8f1988858f`  
-		Last Modified: Thu, 07 Jul 2016 20:14:42 GMT  
-		Size: 470.0 B
-
-## `elasticsearch:1.6.2`
-
-```console
-$ docker pull elasticsearch@sha256:afcc60b8d17b9192ca135da7809cae540081aec8f9af5fb9b745bdac38061215
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `elasticsearch:1.6.2` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **152.4 MB (152396357 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:55606ce42c46e74e6c84830643d365bfb972cb3504b3aef8d22e00a0f5531f2e`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["elasticsearch"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:08:24 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzip2 		unzip 		xz-utils 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:12:26 GMT
-RUN echo 'deb http://httpredir.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list
-# Thu, 09 Jun 2016 22:12:26 GMT
-ENV LANG=C.UTF-8
-# Thu, 09 Jun 2016 22:12:27 GMT
-RUN { 		echo '#!/bin/sh'; 		echo 'set -e'; 		echo; 		echo 'dirname "$(dirname "$(readlink -f "$(which javac || which java)")")"'; 	} > /usr/local/bin/docker-java-home 	&& chmod +x /usr/local/bin/docker-java-home
-# Thu, 09 Jun 2016 22:12:27 GMT
-ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/jre
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_VERSION=8u91
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_DEBIAN_VERSION=8u91-b14-1~bpo8+1
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV CA_CERTIFICATES_JAVA_VERSION=20140324
-# Thu, 09 Jun 2016 22:13:51 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y 		openjdk-8-jre-headless="$JAVA_DEBIAN_VERSION" 		ca-certificates-java="$CA_CERTIFICATES_JAVA_VERSION" 	&& rm -rf /var/lib/apt/lists/* 	&& [ "$JAVA_HOME" = "$(docker-java-home)" ]
-# Thu, 09 Jun 2016 22:13:54 GMT
-RUN /var/lib/dpkg/info/ca-certificates-java.postinst configure
-# Thu, 09 Jun 2016 23:11:43 GMT
-ENV GOSU_VERSION=1.7
-# Thu, 09 Jun 2016 23:11:48 GMT
-RUN set -x 	&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" 	&& wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 	&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu 	&& rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc 	&& chmod +x /usr/local/bin/gosu 	&& gosu nobody true
-# Thu, 09 Jun 2016 23:12:05 GMT
-RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 46095ACC8548582C1A2699A9D27D666CD88E42B4
-# Thu, 07 Jul 2016 20:06:35 GMT
-ENV ELASTICSEARCH_VERSION=1.6.2
-# Thu, 07 Jul 2016 20:06:35 GMT
-ENV ELASTICSEARCH_REPO_BASE=http://packages.elasticsearch.org/elasticsearch/1.6/debian
-# Thu, 07 Jul 2016 20:06:37 GMT
-RUN echo "deb $ELASTICSEARCH_REPO_BASE stable main" > /etc/apt/sources.list.d/elasticsearch.list
-# Thu, 07 Jul 2016 20:07:35 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y --no-install-recommends elasticsearch=$ELASTICSEARCH_VERSION 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 07 Jul 2016 20:07:36 GMT
-ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Thu, 07 Jul 2016 20:07:36 GMT
-WORKDIR /usr/share/elasticsearch
-# Thu, 07 Jul 2016 20:07:38 GMT
-RUN set -ex 	&& for path in 		./data 		./logs 		./config 		./config/scripts 	; do 		mkdir -p "$path"; 		chown -R elasticsearch:elasticsearch "$path"; 	done
-# Thu, 07 Jul 2016 20:07:39 GMT
-COPY dir:31f8476cce13d884e30d94ee9384cd924f19b02a6833943b9d501f833cd60885 in ./config
-# Thu, 07 Jul 2016 20:07:39 GMT
-VOLUME [/usr/share/elasticsearch/data]
-# Thu, 07 Jul 2016 20:07:40 GMT
-COPY file:4e7f545ce5a4556808c0760a1dbf219cb9aab1bf750b56480663d05716aac376 in /
-# Thu, 07 Jul 2016 20:07:41 GMT
-EXPOSE 9200/tcp 9300/tcp
-# Thu, 07 Jul 2016 20:07:41 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Thu, 07 Jul 2016 20:07:42 GMT
-CMD ["elasticsearch"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:be275827e8b7f9057582be291be9d0b1ea48379640585e97987ac337c495c0cd`  
-		Last Modified: Thu, 09 Jun 2016 22:19:23 GMT  
-		Size: 587.3 KB (587338 bytes)
-	-	`sha256:4cbd0b70645ad8e4638b0ae616594bd6c43e268b18430fa622e26386d4a8424e`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 220.0 B
-	-	`sha256:7d811bfac6eb74d6fcfd0e32ebb445b68d0e606ed2b5183db848374b0b63b0ee`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 242.0 B
-	-	`sha256:d35e5f0a148b5551d0e9215821bcfaf76e5f6ab76ff17687cf201ce2beb6e2d0`  
-		Last Modified: Thu, 09 Jun 2016 22:22:47 GMT  
-		Size: 53.4 MB (53371555 bytes)
-	-	`sha256:a17d585d8b66adf42eeb8e1b4f18c891b8e81f6af584233493638b3efe5fa460`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 284.4 KB (284380 bytes)
-	-	`sha256:79f385f1115e109d3ed7740a55ea72064b5c7409b60c2c3df63906d1052ebcf6`  
-		Last Modified: Mon, 27 Jun 2016 16:40:34 GMT  
-		Size: 807.9 KB (807931 bytes)
-	-	`sha256:ef4e10d7f225af978b6c1d6ce74866d7e65f577241cd94ce0ae7aa7f540d647b`  
-		Last Modified: Mon, 27 Jun 2016 16:40:33 GMT  
-		Size: 1.4 KB (1446 bytes)
-	-	`sha256:ebb1c92d0d079a9d75603682376c7eab10029ab97145d23974c34dae08185eb2`  
-		Last Modified: Thu, 07 Jul 2016 20:15:08 GMT  
-		Size: 225.0 B
-	-	`sha256:e9af4fe10e2a9af1a17081d4ecab417a24c66c1f55e12fc1be79ae5143c149f7`  
-		Last Modified: Thu, 07 Jul 2016 20:15:11 GMT  
-		Size: 27.4 MB (27442087 bytes)
-	-	`sha256:448dbb8060999f75327eb3ab878110b6d9d29f9a15580dd0b8cdef1e8f7d084c`  
-		Last Modified: Thu, 07 Jul 2016 20:15:09 GMT  
-		Size: 214.0 B
-	-	`sha256:df6df2838df78b4b3f538c61548e4709e5834a3bb0764bdfb91ba42b97f4b2f9`  
-		Last Modified: Thu, 07 Jul 2016 20:15:08 GMT  
-		Size: 496.0 B
-	-	`sha256:20769fb29c8d37aebd8228541a5238b6523a21323fa6311bded6057c996dd6d4`  
-		Last Modified: Thu, 07 Jul 2016 20:15:08 GMT  
-		Size: 469.0 B
-
-## `elasticsearch:1.6`
-
-```console
-$ docker pull elasticsearch@sha256:afcc60b8d17b9192ca135da7809cae540081aec8f9af5fb9b745bdac38061215
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `elasticsearch:1.6` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **152.4 MB (152396357 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:55606ce42c46e74e6c84830643d365bfb972cb3504b3aef8d22e00a0f5531f2e`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["elasticsearch"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:08:24 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzip2 		unzip 		xz-utils 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:12:26 GMT
-RUN echo 'deb http://httpredir.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list
-# Thu, 09 Jun 2016 22:12:26 GMT
-ENV LANG=C.UTF-8
-# Thu, 09 Jun 2016 22:12:27 GMT
-RUN { 		echo '#!/bin/sh'; 		echo 'set -e'; 		echo; 		echo 'dirname "$(dirname "$(readlink -f "$(which javac || which java)")")"'; 	} > /usr/local/bin/docker-java-home 	&& chmod +x /usr/local/bin/docker-java-home
-# Thu, 09 Jun 2016 22:12:27 GMT
-ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/jre
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_VERSION=8u91
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_DEBIAN_VERSION=8u91-b14-1~bpo8+1
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV CA_CERTIFICATES_JAVA_VERSION=20140324
-# Thu, 09 Jun 2016 22:13:51 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y 		openjdk-8-jre-headless="$JAVA_DEBIAN_VERSION" 		ca-certificates-java="$CA_CERTIFICATES_JAVA_VERSION" 	&& rm -rf /var/lib/apt/lists/* 	&& [ "$JAVA_HOME" = "$(docker-java-home)" ]
-# Thu, 09 Jun 2016 22:13:54 GMT
-RUN /var/lib/dpkg/info/ca-certificates-java.postinst configure
-# Thu, 09 Jun 2016 23:11:43 GMT
-ENV GOSU_VERSION=1.7
-# Thu, 09 Jun 2016 23:11:48 GMT
-RUN set -x 	&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" 	&& wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 	&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu 	&& rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc 	&& chmod +x /usr/local/bin/gosu 	&& gosu nobody true
-# Thu, 09 Jun 2016 23:12:05 GMT
-RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 46095ACC8548582C1A2699A9D27D666CD88E42B4
-# Thu, 07 Jul 2016 20:06:35 GMT
-ENV ELASTICSEARCH_VERSION=1.6.2
-# Thu, 07 Jul 2016 20:06:35 GMT
-ENV ELASTICSEARCH_REPO_BASE=http://packages.elasticsearch.org/elasticsearch/1.6/debian
-# Thu, 07 Jul 2016 20:06:37 GMT
-RUN echo "deb $ELASTICSEARCH_REPO_BASE stable main" > /etc/apt/sources.list.d/elasticsearch.list
-# Thu, 07 Jul 2016 20:07:35 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y --no-install-recommends elasticsearch=$ELASTICSEARCH_VERSION 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 07 Jul 2016 20:07:36 GMT
-ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Thu, 07 Jul 2016 20:07:36 GMT
-WORKDIR /usr/share/elasticsearch
-# Thu, 07 Jul 2016 20:07:38 GMT
-RUN set -ex 	&& for path in 		./data 		./logs 		./config 		./config/scripts 	; do 		mkdir -p "$path"; 		chown -R elasticsearch:elasticsearch "$path"; 	done
-# Thu, 07 Jul 2016 20:07:39 GMT
-COPY dir:31f8476cce13d884e30d94ee9384cd924f19b02a6833943b9d501f833cd60885 in ./config
-# Thu, 07 Jul 2016 20:07:39 GMT
-VOLUME [/usr/share/elasticsearch/data]
-# Thu, 07 Jul 2016 20:07:40 GMT
-COPY file:4e7f545ce5a4556808c0760a1dbf219cb9aab1bf750b56480663d05716aac376 in /
-# Thu, 07 Jul 2016 20:07:41 GMT
-EXPOSE 9200/tcp 9300/tcp
-# Thu, 07 Jul 2016 20:07:41 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Thu, 07 Jul 2016 20:07:42 GMT
-CMD ["elasticsearch"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:be275827e8b7f9057582be291be9d0b1ea48379640585e97987ac337c495c0cd`  
-		Last Modified: Thu, 09 Jun 2016 22:19:23 GMT  
-		Size: 587.3 KB (587338 bytes)
-	-	`sha256:4cbd0b70645ad8e4638b0ae616594bd6c43e268b18430fa622e26386d4a8424e`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 220.0 B
-	-	`sha256:7d811bfac6eb74d6fcfd0e32ebb445b68d0e606ed2b5183db848374b0b63b0ee`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 242.0 B
-	-	`sha256:d35e5f0a148b5551d0e9215821bcfaf76e5f6ab76ff17687cf201ce2beb6e2d0`  
-		Last Modified: Thu, 09 Jun 2016 22:22:47 GMT  
-		Size: 53.4 MB (53371555 bytes)
-	-	`sha256:a17d585d8b66adf42eeb8e1b4f18c891b8e81f6af584233493638b3efe5fa460`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 284.4 KB (284380 bytes)
-	-	`sha256:79f385f1115e109d3ed7740a55ea72064b5c7409b60c2c3df63906d1052ebcf6`  
-		Last Modified: Mon, 27 Jun 2016 16:40:34 GMT  
-		Size: 807.9 KB (807931 bytes)
-	-	`sha256:ef4e10d7f225af978b6c1d6ce74866d7e65f577241cd94ce0ae7aa7f540d647b`  
-		Last Modified: Mon, 27 Jun 2016 16:40:33 GMT  
-		Size: 1.4 KB (1446 bytes)
-	-	`sha256:ebb1c92d0d079a9d75603682376c7eab10029ab97145d23974c34dae08185eb2`  
-		Last Modified: Thu, 07 Jul 2016 20:15:08 GMT  
-		Size: 225.0 B
-	-	`sha256:e9af4fe10e2a9af1a17081d4ecab417a24c66c1f55e12fc1be79ae5143c149f7`  
-		Last Modified: Thu, 07 Jul 2016 20:15:11 GMT  
-		Size: 27.4 MB (27442087 bytes)
-	-	`sha256:448dbb8060999f75327eb3ab878110b6d9d29f9a15580dd0b8cdef1e8f7d084c`  
-		Last Modified: Thu, 07 Jul 2016 20:15:09 GMT  
-		Size: 214.0 B
-	-	`sha256:df6df2838df78b4b3f538c61548e4709e5834a3bb0764bdfb91ba42b97f4b2f9`  
-		Last Modified: Thu, 07 Jul 2016 20:15:08 GMT  
-		Size: 496.0 B
-	-	`sha256:20769fb29c8d37aebd8228541a5238b6523a21323fa6311bded6057c996dd6d4`  
-		Last Modified: Thu, 07 Jul 2016 20:15:08 GMT  
-		Size: 469.0 B
-
-## `elasticsearch:1.7.5`
-
-```console
-$ docker pull elasticsearch@sha256:2ea36578fb860a86272d56ead1f7be63faf5a7fc828d31d18f52cb854937d823
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `elasticsearch:1.7.5` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **152.4 MB (152406665 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:0e6beb5e2f18a4707bd1d0394ddd832ad2b2bb7d9b04bed2eefc54d98b327c1e`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["elasticsearch"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:08:24 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzip2 		unzip 		xz-utils 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:12:26 GMT
-RUN echo 'deb http://httpredir.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list
-# Thu, 09 Jun 2016 22:12:26 GMT
-ENV LANG=C.UTF-8
-# Thu, 09 Jun 2016 22:12:27 GMT
-RUN { 		echo '#!/bin/sh'; 		echo 'set -e'; 		echo; 		echo 'dirname "$(dirname "$(readlink -f "$(which javac || which java)")")"'; 	} > /usr/local/bin/docker-java-home 	&& chmod +x /usr/local/bin/docker-java-home
-# Thu, 09 Jun 2016 22:12:27 GMT
-ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/jre
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_VERSION=8u91
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_DEBIAN_VERSION=8u91-b14-1~bpo8+1
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV CA_CERTIFICATES_JAVA_VERSION=20140324
-# Thu, 09 Jun 2016 22:13:51 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y 		openjdk-8-jre-headless="$JAVA_DEBIAN_VERSION" 		ca-certificates-java="$CA_CERTIFICATES_JAVA_VERSION" 	&& rm -rf /var/lib/apt/lists/* 	&& [ "$JAVA_HOME" = "$(docker-java-home)" ]
-# Thu, 09 Jun 2016 22:13:54 GMT
-RUN /var/lib/dpkg/info/ca-certificates-java.postinst configure
-# Thu, 09 Jun 2016 23:11:43 GMT
-ENV GOSU_VERSION=1.7
-# Thu, 09 Jun 2016 23:11:48 GMT
-RUN set -x 	&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" 	&& wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 	&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu 	&& rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc 	&& chmod +x /usr/local/bin/gosu 	&& gosu nobody true
-# Thu, 09 Jun 2016 23:12:05 GMT
-RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 46095ACC8548582C1A2699A9D27D666CD88E42B4
-# Thu, 07 Jul 2016 20:07:43 GMT
-ENV ELASTICSEARCH_VERSION=1.7.5
-# Thu, 07 Jul 2016 20:07:43 GMT
-ENV ELASTICSEARCH_REPO_BASE=http://packages.elasticsearch.org/elasticsearch/1.7/debian
-# Thu, 07 Jul 2016 20:07:45 GMT
-RUN echo "deb $ELASTICSEARCH_REPO_BASE stable main" > /etc/apt/sources.list.d/elasticsearch.list
-# Thu, 07 Jul 2016 20:08:47 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y --no-install-recommends elasticsearch=$ELASTICSEARCH_VERSION 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 07 Jul 2016 20:08:47 GMT
-ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Thu, 07 Jul 2016 20:08:48 GMT
-WORKDIR /usr/share/elasticsearch
-# Thu, 07 Jul 2016 20:08:49 GMT
-RUN set -ex 	&& for path in 		./data 		./logs 		./config 		./config/scripts 	; do 		mkdir -p "$path"; 		chown -R elasticsearch:elasticsearch "$path"; 	done
-# Thu, 07 Jul 2016 20:08:50 GMT
-COPY dir:31f8476cce13d884e30d94ee9384cd924f19b02a6833943b9d501f833cd60885 in ./config
-# Thu, 07 Jul 2016 20:08:51 GMT
-VOLUME [/usr/share/elasticsearch/data]
-# Thu, 07 Jul 2016 20:08:52 GMT
-COPY file:4e7f545ce5a4556808c0760a1dbf219cb9aab1bf750b56480663d05716aac376 in /
-# Thu, 07 Jul 2016 20:08:52 GMT
-EXPOSE 9200/tcp 9300/tcp
-# Thu, 07 Jul 2016 20:08:53 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Thu, 07 Jul 2016 20:08:53 GMT
-CMD ["elasticsearch"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:be275827e8b7f9057582be291be9d0b1ea48379640585e97987ac337c495c0cd`  
-		Last Modified: Thu, 09 Jun 2016 22:19:23 GMT  
-		Size: 587.3 KB (587338 bytes)
-	-	`sha256:4cbd0b70645ad8e4638b0ae616594bd6c43e268b18430fa622e26386d4a8424e`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 220.0 B
-	-	`sha256:7d811bfac6eb74d6fcfd0e32ebb445b68d0e606ed2b5183db848374b0b63b0ee`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 242.0 B
-	-	`sha256:d35e5f0a148b5551d0e9215821bcfaf76e5f6ab76ff17687cf201ce2beb6e2d0`  
-		Last Modified: Thu, 09 Jun 2016 22:22:47 GMT  
-		Size: 53.4 MB (53371555 bytes)
-	-	`sha256:a17d585d8b66adf42eeb8e1b4f18c891b8e81f6af584233493638b3efe5fa460`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 284.4 KB (284380 bytes)
-	-	`sha256:79f385f1115e109d3ed7740a55ea72064b5c7409b60c2c3df63906d1052ebcf6`  
-		Last Modified: Mon, 27 Jun 2016 16:40:34 GMT  
-		Size: 807.9 KB (807931 bytes)
-	-	`sha256:ef4e10d7f225af978b6c1d6ce74866d7e65f577241cd94ce0ae7aa7f540d647b`  
-		Last Modified: Mon, 27 Jun 2016 16:40:33 GMT  
-		Size: 1.4 KB (1446 bytes)
-	-	`sha256:1414b5573a132a69b5de547b6fd0bd3fd492d3472622c41f97b4ba9d02b590c5`  
-		Last Modified: Thu, 07 Jul 2016 20:15:35 GMT  
-		Size: 225.0 B
-	-	`sha256:fe0fa269bd482b069656dc0034300c192db04cc706a23e373d9a6735fd640c8e`  
-		Last Modified: Thu, 07 Jul 2016 20:15:38 GMT  
-		Size: 27.5 MB (27452393 bytes)
-	-	`sha256:281998bcd9a26db41e3b5cbb63d41c8f4f4d3b4a20b99b45e23ad92f419491cc`  
-		Last Modified: Thu, 07 Jul 2016 20:15:35 GMT  
-		Size: 213.0 B
-	-	`sha256:ad1872e9794e68b0ca4ef666bd46de08ed63fd336732de3d01734941cfefb02a`  
-		Last Modified: Thu, 07 Jul 2016 20:15:35 GMT  
-		Size: 498.0 B
-	-	`sha256:c1d2cafbf9f9a75ca673e52d053c3907ea17d44111469149c3184ed8e039e530`  
-		Last Modified: Thu, 07 Jul 2016 20:15:35 GMT  
-		Size: 470.0 B
-
-## `elasticsearch:1.7`
-
-```console
-$ docker pull elasticsearch@sha256:2ea36578fb860a86272d56ead1f7be63faf5a7fc828d31d18f52cb854937d823
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `elasticsearch:1.7` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **152.4 MB (152406665 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:0e6beb5e2f18a4707bd1d0394ddd832ad2b2bb7d9b04bed2eefc54d98b327c1e`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["elasticsearch"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:08:24 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzip2 		unzip 		xz-utils 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:12:26 GMT
-RUN echo 'deb http://httpredir.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list
-# Thu, 09 Jun 2016 22:12:26 GMT
-ENV LANG=C.UTF-8
-# Thu, 09 Jun 2016 22:12:27 GMT
-RUN { 		echo '#!/bin/sh'; 		echo 'set -e'; 		echo; 		echo 'dirname "$(dirname "$(readlink -f "$(which javac || which java)")")"'; 	} > /usr/local/bin/docker-java-home 	&& chmod +x /usr/local/bin/docker-java-home
-# Thu, 09 Jun 2016 22:12:27 GMT
-ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/jre
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_VERSION=8u91
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_DEBIAN_VERSION=8u91-b14-1~bpo8+1
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV CA_CERTIFICATES_JAVA_VERSION=20140324
-# Thu, 09 Jun 2016 22:13:51 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y 		openjdk-8-jre-headless="$JAVA_DEBIAN_VERSION" 		ca-certificates-java="$CA_CERTIFICATES_JAVA_VERSION" 	&& rm -rf /var/lib/apt/lists/* 	&& [ "$JAVA_HOME" = "$(docker-java-home)" ]
-# Thu, 09 Jun 2016 22:13:54 GMT
-RUN /var/lib/dpkg/info/ca-certificates-java.postinst configure
-# Thu, 09 Jun 2016 23:11:43 GMT
-ENV GOSU_VERSION=1.7
-# Thu, 09 Jun 2016 23:11:48 GMT
-RUN set -x 	&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" 	&& wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 	&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu 	&& rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc 	&& chmod +x /usr/local/bin/gosu 	&& gosu nobody true
-# Thu, 09 Jun 2016 23:12:05 GMT
-RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 46095ACC8548582C1A2699A9D27D666CD88E42B4
-# Thu, 07 Jul 2016 20:07:43 GMT
-ENV ELASTICSEARCH_VERSION=1.7.5
-# Thu, 07 Jul 2016 20:07:43 GMT
-ENV ELASTICSEARCH_REPO_BASE=http://packages.elasticsearch.org/elasticsearch/1.7/debian
-# Thu, 07 Jul 2016 20:07:45 GMT
-RUN echo "deb $ELASTICSEARCH_REPO_BASE stable main" > /etc/apt/sources.list.d/elasticsearch.list
-# Thu, 07 Jul 2016 20:08:47 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y --no-install-recommends elasticsearch=$ELASTICSEARCH_VERSION 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 07 Jul 2016 20:08:47 GMT
-ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Thu, 07 Jul 2016 20:08:48 GMT
-WORKDIR /usr/share/elasticsearch
-# Thu, 07 Jul 2016 20:08:49 GMT
-RUN set -ex 	&& for path in 		./data 		./logs 		./config 		./config/scripts 	; do 		mkdir -p "$path"; 		chown -R elasticsearch:elasticsearch "$path"; 	done
-# Thu, 07 Jul 2016 20:08:50 GMT
-COPY dir:31f8476cce13d884e30d94ee9384cd924f19b02a6833943b9d501f833cd60885 in ./config
-# Thu, 07 Jul 2016 20:08:51 GMT
-VOLUME [/usr/share/elasticsearch/data]
-# Thu, 07 Jul 2016 20:08:52 GMT
-COPY file:4e7f545ce5a4556808c0760a1dbf219cb9aab1bf750b56480663d05716aac376 in /
-# Thu, 07 Jul 2016 20:08:52 GMT
-EXPOSE 9200/tcp 9300/tcp
-# Thu, 07 Jul 2016 20:08:53 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Thu, 07 Jul 2016 20:08:53 GMT
-CMD ["elasticsearch"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:be275827e8b7f9057582be291be9d0b1ea48379640585e97987ac337c495c0cd`  
-		Last Modified: Thu, 09 Jun 2016 22:19:23 GMT  
-		Size: 587.3 KB (587338 bytes)
-	-	`sha256:4cbd0b70645ad8e4638b0ae616594bd6c43e268b18430fa622e26386d4a8424e`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 220.0 B
-	-	`sha256:7d811bfac6eb74d6fcfd0e32ebb445b68d0e606ed2b5183db848374b0b63b0ee`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 242.0 B
-	-	`sha256:d35e5f0a148b5551d0e9215821bcfaf76e5f6ab76ff17687cf201ce2beb6e2d0`  
-		Last Modified: Thu, 09 Jun 2016 22:22:47 GMT  
-		Size: 53.4 MB (53371555 bytes)
-	-	`sha256:a17d585d8b66adf42eeb8e1b4f18c891b8e81f6af584233493638b3efe5fa460`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 284.4 KB (284380 bytes)
-	-	`sha256:79f385f1115e109d3ed7740a55ea72064b5c7409b60c2c3df63906d1052ebcf6`  
-		Last Modified: Mon, 27 Jun 2016 16:40:34 GMT  
-		Size: 807.9 KB (807931 bytes)
-	-	`sha256:ef4e10d7f225af978b6c1d6ce74866d7e65f577241cd94ce0ae7aa7f540d647b`  
-		Last Modified: Mon, 27 Jun 2016 16:40:33 GMT  
-		Size: 1.4 KB (1446 bytes)
-	-	`sha256:1414b5573a132a69b5de547b6fd0bd3fd492d3472622c41f97b4ba9d02b590c5`  
-		Last Modified: Thu, 07 Jul 2016 20:15:35 GMT  
-		Size: 225.0 B
-	-	`sha256:fe0fa269bd482b069656dc0034300c192db04cc706a23e373d9a6735fd640c8e`  
-		Last Modified: Thu, 07 Jul 2016 20:15:38 GMT  
-		Size: 27.5 MB (27452393 bytes)
-	-	`sha256:281998bcd9a26db41e3b5cbb63d41c8f4f4d3b4a20b99b45e23ad92f419491cc`  
-		Last Modified: Thu, 07 Jul 2016 20:15:35 GMT  
-		Size: 213.0 B
-	-	`sha256:ad1872e9794e68b0ca4ef666bd46de08ed63fd336732de3d01734941cfefb02a`  
-		Last Modified: Thu, 07 Jul 2016 20:15:35 GMT  
-		Size: 498.0 B
-	-	`sha256:c1d2cafbf9f9a75ca673e52d053c3907ea17d44111469149c3184ed8e039e530`  
-		Last Modified: Thu, 07 Jul 2016 20:15:35 GMT  
-		Size: 470.0 B
-
-## `elasticsearch:1`
-
-```console
-$ docker pull elasticsearch@sha256:2ea36578fb860a86272d56ead1f7be63faf5a7fc828d31d18f52cb854937d823
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `elasticsearch:1` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **152.4 MB (152406665 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:0e6beb5e2f18a4707bd1d0394ddd832ad2b2bb7d9b04bed2eefc54d98b327c1e`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["elasticsearch"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:08:24 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzip2 		unzip 		xz-utils 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:12:26 GMT
-RUN echo 'deb http://httpredir.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list
-# Thu, 09 Jun 2016 22:12:26 GMT
-ENV LANG=C.UTF-8
-# Thu, 09 Jun 2016 22:12:27 GMT
-RUN { 		echo '#!/bin/sh'; 		echo 'set -e'; 		echo; 		echo 'dirname "$(dirname "$(readlink -f "$(which javac || which java)")")"'; 	} > /usr/local/bin/docker-java-home 	&& chmod +x /usr/local/bin/docker-java-home
-# Thu, 09 Jun 2016 22:12:27 GMT
-ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/jre
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_VERSION=8u91
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_DEBIAN_VERSION=8u91-b14-1~bpo8+1
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV CA_CERTIFICATES_JAVA_VERSION=20140324
-# Thu, 09 Jun 2016 22:13:51 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y 		openjdk-8-jre-headless="$JAVA_DEBIAN_VERSION" 		ca-certificates-java="$CA_CERTIFICATES_JAVA_VERSION" 	&& rm -rf /var/lib/apt/lists/* 	&& [ "$JAVA_HOME" = "$(docker-java-home)" ]
-# Thu, 09 Jun 2016 22:13:54 GMT
-RUN /var/lib/dpkg/info/ca-certificates-java.postinst configure
-# Thu, 09 Jun 2016 23:11:43 GMT
-ENV GOSU_VERSION=1.7
-# Thu, 09 Jun 2016 23:11:48 GMT
-RUN set -x 	&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" 	&& wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 	&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu 	&& rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc 	&& chmod +x /usr/local/bin/gosu 	&& gosu nobody true
-# Thu, 09 Jun 2016 23:12:05 GMT
-RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 46095ACC8548582C1A2699A9D27D666CD88E42B4
-# Thu, 07 Jul 2016 20:07:43 GMT
-ENV ELASTICSEARCH_VERSION=1.7.5
-# Thu, 07 Jul 2016 20:07:43 GMT
-ENV ELASTICSEARCH_REPO_BASE=http://packages.elasticsearch.org/elasticsearch/1.7/debian
-# Thu, 07 Jul 2016 20:07:45 GMT
-RUN echo "deb $ELASTICSEARCH_REPO_BASE stable main" > /etc/apt/sources.list.d/elasticsearch.list
-# Thu, 07 Jul 2016 20:08:47 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y --no-install-recommends elasticsearch=$ELASTICSEARCH_VERSION 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 07 Jul 2016 20:08:47 GMT
-ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Thu, 07 Jul 2016 20:08:48 GMT
-WORKDIR /usr/share/elasticsearch
-# Thu, 07 Jul 2016 20:08:49 GMT
-RUN set -ex 	&& for path in 		./data 		./logs 		./config 		./config/scripts 	; do 		mkdir -p "$path"; 		chown -R elasticsearch:elasticsearch "$path"; 	done
-# Thu, 07 Jul 2016 20:08:50 GMT
-COPY dir:31f8476cce13d884e30d94ee9384cd924f19b02a6833943b9d501f833cd60885 in ./config
-# Thu, 07 Jul 2016 20:08:51 GMT
-VOLUME [/usr/share/elasticsearch/data]
-# Thu, 07 Jul 2016 20:08:52 GMT
-COPY file:4e7f545ce5a4556808c0760a1dbf219cb9aab1bf750b56480663d05716aac376 in /
-# Thu, 07 Jul 2016 20:08:52 GMT
-EXPOSE 9200/tcp 9300/tcp
-# Thu, 07 Jul 2016 20:08:53 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Thu, 07 Jul 2016 20:08:53 GMT
-CMD ["elasticsearch"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:be275827e8b7f9057582be291be9d0b1ea48379640585e97987ac337c495c0cd`  
-		Last Modified: Thu, 09 Jun 2016 22:19:23 GMT  
-		Size: 587.3 KB (587338 bytes)
-	-	`sha256:4cbd0b70645ad8e4638b0ae616594bd6c43e268b18430fa622e26386d4a8424e`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 220.0 B
-	-	`sha256:7d811bfac6eb74d6fcfd0e32ebb445b68d0e606ed2b5183db848374b0b63b0ee`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 242.0 B
-	-	`sha256:d35e5f0a148b5551d0e9215821bcfaf76e5f6ab76ff17687cf201ce2beb6e2d0`  
-		Last Modified: Thu, 09 Jun 2016 22:22:47 GMT  
-		Size: 53.4 MB (53371555 bytes)
-	-	`sha256:a17d585d8b66adf42eeb8e1b4f18c891b8e81f6af584233493638b3efe5fa460`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 284.4 KB (284380 bytes)
-	-	`sha256:79f385f1115e109d3ed7740a55ea72064b5c7409b60c2c3df63906d1052ebcf6`  
-		Last Modified: Mon, 27 Jun 2016 16:40:34 GMT  
-		Size: 807.9 KB (807931 bytes)
-	-	`sha256:ef4e10d7f225af978b6c1d6ce74866d7e65f577241cd94ce0ae7aa7f540d647b`  
-		Last Modified: Mon, 27 Jun 2016 16:40:33 GMT  
-		Size: 1.4 KB (1446 bytes)
-	-	`sha256:1414b5573a132a69b5de547b6fd0bd3fd492d3472622c41f97b4ba9d02b590c5`  
-		Last Modified: Thu, 07 Jul 2016 20:15:35 GMT  
-		Size: 225.0 B
-	-	`sha256:fe0fa269bd482b069656dc0034300c192db04cc706a23e373d9a6735fd640c8e`  
-		Last Modified: Thu, 07 Jul 2016 20:15:38 GMT  
-		Size: 27.5 MB (27452393 bytes)
-	-	`sha256:281998bcd9a26db41e3b5cbb63d41c8f4f4d3b4a20b99b45e23ad92f419491cc`  
-		Last Modified: Thu, 07 Jul 2016 20:15:35 GMT  
-		Size: 213.0 B
-	-	`sha256:ad1872e9794e68b0ca4ef666bd46de08ed63fd336732de3d01734941cfefb02a`  
-		Last Modified: Thu, 07 Jul 2016 20:15:35 GMT  
-		Size: 498.0 B
-	-	`sha256:c1d2cafbf9f9a75ca673e52d053c3907ea17d44111469149c3184ed8e039e530`  
-		Last Modified: Thu, 07 Jul 2016 20:15:35 GMT  
-		Size: 470.0 B
-
-## `elasticsearch:2.0.2`
-
-```console
-$ docker pull elasticsearch@sha256:776affad63c07697c2e6b3df231d4b66372fad2aa423968386dfc840b45f2eba
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `elasticsearch:2.0.2` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **153.6 MB (153567929 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:8c19056f0c4b3955354e281dcb4eb99be6f1da4c4ff493f2675b1262f5cd053a`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["elasticsearch"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:08:24 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzip2 		unzip 		xz-utils 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:12:26 GMT
-RUN echo 'deb http://httpredir.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list
-# Thu, 09 Jun 2016 22:12:26 GMT
-ENV LANG=C.UTF-8
-# Thu, 09 Jun 2016 22:12:27 GMT
-RUN { 		echo '#!/bin/sh'; 		echo 'set -e'; 		echo; 		echo 'dirname "$(dirname "$(readlink -f "$(which javac || which java)")")"'; 	} > /usr/local/bin/docker-java-home 	&& chmod +x /usr/local/bin/docker-java-home
-# Thu, 09 Jun 2016 22:12:27 GMT
-ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/jre
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_VERSION=8u91
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_DEBIAN_VERSION=8u91-b14-1~bpo8+1
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV CA_CERTIFICATES_JAVA_VERSION=20140324
-# Thu, 09 Jun 2016 22:13:51 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y 		openjdk-8-jre-headless="$JAVA_DEBIAN_VERSION" 		ca-certificates-java="$CA_CERTIFICATES_JAVA_VERSION" 	&& rm -rf /var/lib/apt/lists/* 	&& [ "$JAVA_HOME" = "$(docker-java-home)" ]
-# Thu, 09 Jun 2016 22:13:54 GMT
-RUN /var/lib/dpkg/info/ca-certificates-java.postinst configure
-# Thu, 09 Jun 2016 23:11:43 GMT
-ENV GOSU_VERSION=1.7
-# Thu, 09 Jun 2016 23:11:48 GMT
-RUN set -x 	&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" 	&& wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 	&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu 	&& rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc 	&& chmod +x /usr/local/bin/gosu 	&& gosu nobody true
-# Thu, 09 Jun 2016 23:12:05 GMT
-RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 46095ACC8548582C1A2699A9D27D666CD88E42B4
-# Thu, 07 Jul 2016 20:08:54 GMT
-ENV ELASTICSEARCH_VERSION=2.0.2
-# Thu, 07 Jul 2016 20:08:55 GMT
-ENV ELASTICSEARCH_REPO_BASE=http://packages.elasticsearch.org/elasticsearch/2.x/debian
-# Thu, 07 Jul 2016 20:08:56 GMT
-RUN echo "deb $ELASTICSEARCH_REPO_BASE stable main" > /etc/apt/sources.list.d/elasticsearch.list
-# Thu, 07 Jul 2016 20:09:54 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y --no-install-recommends elasticsearch=$ELASTICSEARCH_VERSION 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 07 Jul 2016 20:09:54 GMT
-ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Thu, 07 Jul 2016 20:09:55 GMT
-WORKDIR /usr/share/elasticsearch
-# Thu, 07 Jul 2016 20:09:57 GMT
-RUN set -ex 	&& for path in 		./data 		./logs 		./config 		./config/scripts 	; do 		mkdir -p "$path"; 		chown -R elasticsearch:elasticsearch "$path"; 	done
-# Thu, 07 Jul 2016 20:09:58 GMT
-COPY dir:5ec5fadebeaa388fd27b7738b6b8d6306c5b8b7d9ef468d45d3efa4b858b338f in ./config
-# Thu, 07 Jul 2016 20:09:58 GMT
-VOLUME [/usr/share/elasticsearch/data]
-# Thu, 07 Jul 2016 20:09:59 GMT
-COPY file:4e7f545ce5a4556808c0760a1dbf219cb9aab1bf750b56480663d05716aac376 in /
-# Thu, 07 Jul 2016 20:10:00 GMT
-EXPOSE 9200/tcp 9300/tcp
-# Thu, 07 Jul 2016 20:10:00 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Thu, 07 Jul 2016 20:10:01 GMT
-CMD ["elasticsearch"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:be275827e8b7f9057582be291be9d0b1ea48379640585e97987ac337c495c0cd`  
-		Last Modified: Thu, 09 Jun 2016 22:19:23 GMT  
-		Size: 587.3 KB (587338 bytes)
-	-	`sha256:4cbd0b70645ad8e4638b0ae616594bd6c43e268b18430fa622e26386d4a8424e`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 220.0 B
-	-	`sha256:7d811bfac6eb74d6fcfd0e32ebb445b68d0e606ed2b5183db848374b0b63b0ee`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 242.0 B
-	-	`sha256:d35e5f0a148b5551d0e9215821bcfaf76e5f6ab76ff17687cf201ce2beb6e2d0`  
-		Last Modified: Thu, 09 Jun 2016 22:22:47 GMT  
-		Size: 53.4 MB (53371555 bytes)
-	-	`sha256:a17d585d8b66adf42eeb8e1b4f18c891b8e81f6af584233493638b3efe5fa460`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 284.4 KB (284380 bytes)
-	-	`sha256:79f385f1115e109d3ed7740a55ea72064b5c7409b60c2c3df63906d1052ebcf6`  
-		Last Modified: Mon, 27 Jun 2016 16:40:34 GMT  
-		Size: 807.9 KB (807931 bytes)
-	-	`sha256:ef4e10d7f225af978b6c1d6ce74866d7e65f577241cd94ce0ae7aa7f540d647b`  
-		Last Modified: Mon, 27 Jun 2016 16:40:33 GMT  
-		Size: 1.4 KB (1446 bytes)
-	-	`sha256:5830c0ce571f35ff1341f846366bd56f5a30f29e379422945aad877589669a31`  
-		Last Modified: Thu, 07 Jul 2016 20:16:08 GMT  
-		Size: 224.0 B
-	-	`sha256:b49a5f2b32a87aa7ef3985198161f796c4ec3f7aae2ddbf66af4ee4b72d7cf7a`  
-		Last Modified: Thu, 07 Jul 2016 20:16:11 GMT  
-		Size: 28.6 MB (28613614 bytes)
-	-	`sha256:a3f3b4a0239c6cbb0fbc6a059654885e6c13d79066db2535c6d1116b176aaf5c`  
-		Last Modified: Thu, 07 Jul 2016 20:16:07 GMT  
-		Size: 215.0 B
-	-	`sha256:b2f3edcf2175b2db079b559865dd9618c69ce3a7f9e1bec0e658c590ac563f6b`  
-		Last Modified: Thu, 07 Jul 2016 20:16:07 GMT  
-		Size: 541.0 B
-	-	`sha256:d2d649484ca3e7d5528042d68263ac0b3015c1e13824afa6f7da597c3b489be0`  
-		Last Modified: Thu, 07 Jul 2016 20:16:08 GMT  
-		Size: 469.0 B
-
-## `elasticsearch:2.0`
-
-```console
-$ docker pull elasticsearch@sha256:776affad63c07697c2e6b3df231d4b66372fad2aa423968386dfc840b45f2eba
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `elasticsearch:2.0` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **153.6 MB (153567929 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:8c19056f0c4b3955354e281dcb4eb99be6f1da4c4ff493f2675b1262f5cd053a`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["elasticsearch"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:08:24 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzip2 		unzip 		xz-utils 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:12:26 GMT
-RUN echo 'deb http://httpredir.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list
-# Thu, 09 Jun 2016 22:12:26 GMT
-ENV LANG=C.UTF-8
-# Thu, 09 Jun 2016 22:12:27 GMT
-RUN { 		echo '#!/bin/sh'; 		echo 'set -e'; 		echo; 		echo 'dirname "$(dirname "$(readlink -f "$(which javac || which java)")")"'; 	} > /usr/local/bin/docker-java-home 	&& chmod +x /usr/local/bin/docker-java-home
-# Thu, 09 Jun 2016 22:12:27 GMT
-ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/jre
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_VERSION=8u91
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_DEBIAN_VERSION=8u91-b14-1~bpo8+1
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV CA_CERTIFICATES_JAVA_VERSION=20140324
-# Thu, 09 Jun 2016 22:13:51 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y 		openjdk-8-jre-headless="$JAVA_DEBIAN_VERSION" 		ca-certificates-java="$CA_CERTIFICATES_JAVA_VERSION" 	&& rm -rf /var/lib/apt/lists/* 	&& [ "$JAVA_HOME" = "$(docker-java-home)" ]
-# Thu, 09 Jun 2016 22:13:54 GMT
-RUN /var/lib/dpkg/info/ca-certificates-java.postinst configure
-# Thu, 09 Jun 2016 23:11:43 GMT
-ENV GOSU_VERSION=1.7
-# Thu, 09 Jun 2016 23:11:48 GMT
-RUN set -x 	&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" 	&& wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 	&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu 	&& rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc 	&& chmod +x /usr/local/bin/gosu 	&& gosu nobody true
-# Thu, 09 Jun 2016 23:12:05 GMT
-RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 46095ACC8548582C1A2699A9D27D666CD88E42B4
-# Thu, 07 Jul 2016 20:08:54 GMT
-ENV ELASTICSEARCH_VERSION=2.0.2
-# Thu, 07 Jul 2016 20:08:55 GMT
-ENV ELASTICSEARCH_REPO_BASE=http://packages.elasticsearch.org/elasticsearch/2.x/debian
-# Thu, 07 Jul 2016 20:08:56 GMT
-RUN echo "deb $ELASTICSEARCH_REPO_BASE stable main" > /etc/apt/sources.list.d/elasticsearch.list
-# Thu, 07 Jul 2016 20:09:54 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y --no-install-recommends elasticsearch=$ELASTICSEARCH_VERSION 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 07 Jul 2016 20:09:54 GMT
-ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Thu, 07 Jul 2016 20:09:55 GMT
-WORKDIR /usr/share/elasticsearch
-# Thu, 07 Jul 2016 20:09:57 GMT
-RUN set -ex 	&& for path in 		./data 		./logs 		./config 		./config/scripts 	; do 		mkdir -p "$path"; 		chown -R elasticsearch:elasticsearch "$path"; 	done
-# Thu, 07 Jul 2016 20:09:58 GMT
-COPY dir:5ec5fadebeaa388fd27b7738b6b8d6306c5b8b7d9ef468d45d3efa4b858b338f in ./config
-# Thu, 07 Jul 2016 20:09:58 GMT
-VOLUME [/usr/share/elasticsearch/data]
-# Thu, 07 Jul 2016 20:09:59 GMT
-COPY file:4e7f545ce5a4556808c0760a1dbf219cb9aab1bf750b56480663d05716aac376 in /
-# Thu, 07 Jul 2016 20:10:00 GMT
-EXPOSE 9200/tcp 9300/tcp
-# Thu, 07 Jul 2016 20:10:00 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Thu, 07 Jul 2016 20:10:01 GMT
-CMD ["elasticsearch"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:be275827e8b7f9057582be291be9d0b1ea48379640585e97987ac337c495c0cd`  
-		Last Modified: Thu, 09 Jun 2016 22:19:23 GMT  
-		Size: 587.3 KB (587338 bytes)
-	-	`sha256:4cbd0b70645ad8e4638b0ae616594bd6c43e268b18430fa622e26386d4a8424e`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 220.0 B
-	-	`sha256:7d811bfac6eb74d6fcfd0e32ebb445b68d0e606ed2b5183db848374b0b63b0ee`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 242.0 B
-	-	`sha256:d35e5f0a148b5551d0e9215821bcfaf76e5f6ab76ff17687cf201ce2beb6e2d0`  
-		Last Modified: Thu, 09 Jun 2016 22:22:47 GMT  
-		Size: 53.4 MB (53371555 bytes)
-	-	`sha256:a17d585d8b66adf42eeb8e1b4f18c891b8e81f6af584233493638b3efe5fa460`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 284.4 KB (284380 bytes)
-	-	`sha256:79f385f1115e109d3ed7740a55ea72064b5c7409b60c2c3df63906d1052ebcf6`  
-		Last Modified: Mon, 27 Jun 2016 16:40:34 GMT  
-		Size: 807.9 KB (807931 bytes)
-	-	`sha256:ef4e10d7f225af978b6c1d6ce74866d7e65f577241cd94ce0ae7aa7f540d647b`  
-		Last Modified: Mon, 27 Jun 2016 16:40:33 GMT  
-		Size: 1.4 KB (1446 bytes)
-	-	`sha256:5830c0ce571f35ff1341f846366bd56f5a30f29e379422945aad877589669a31`  
-		Last Modified: Thu, 07 Jul 2016 20:16:08 GMT  
-		Size: 224.0 B
-	-	`sha256:b49a5f2b32a87aa7ef3985198161f796c4ec3f7aae2ddbf66af4ee4b72d7cf7a`  
-		Last Modified: Thu, 07 Jul 2016 20:16:11 GMT  
-		Size: 28.6 MB (28613614 bytes)
-	-	`sha256:a3f3b4a0239c6cbb0fbc6a059654885e6c13d79066db2535c6d1116b176aaf5c`  
-		Last Modified: Thu, 07 Jul 2016 20:16:07 GMT  
-		Size: 215.0 B
-	-	`sha256:b2f3edcf2175b2db079b559865dd9618c69ce3a7f9e1bec0e658c590ac563f6b`  
-		Last Modified: Thu, 07 Jul 2016 20:16:07 GMT  
-		Size: 541.0 B
-	-	`sha256:d2d649484ca3e7d5528042d68263ac0b3015c1e13824afa6f7da597c3b489be0`  
-		Last Modified: Thu, 07 Jul 2016 20:16:08 GMT  
-		Size: 469.0 B
-
-## `elasticsearch:2.1.2`
-
-```console
-$ docker pull elasticsearch@sha256:f5c0415b473d83a16ad15b162131a3627a5f8c171cffd535e92b1fb0de8bdb00
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `elasticsearch:2.1.2` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **154.0 MB (153974128 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:e13d5eb4306a6b6764248ca35468fc98c19a569e15a83bb094f75be38f9e448d`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["elasticsearch"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:08:24 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzip2 		unzip 		xz-utils 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:12:26 GMT
-RUN echo 'deb http://httpredir.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list
-# Thu, 09 Jun 2016 22:12:26 GMT
-ENV LANG=C.UTF-8
-# Thu, 09 Jun 2016 22:12:27 GMT
-RUN { 		echo '#!/bin/sh'; 		echo 'set -e'; 		echo; 		echo 'dirname "$(dirname "$(readlink -f "$(which javac || which java)")")"'; 	} > /usr/local/bin/docker-java-home 	&& chmod +x /usr/local/bin/docker-java-home
-# Thu, 09 Jun 2016 22:12:27 GMT
-ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/jre
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_VERSION=8u91
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_DEBIAN_VERSION=8u91-b14-1~bpo8+1
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV CA_CERTIFICATES_JAVA_VERSION=20140324
-# Thu, 09 Jun 2016 22:13:51 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y 		openjdk-8-jre-headless="$JAVA_DEBIAN_VERSION" 		ca-certificates-java="$CA_CERTIFICATES_JAVA_VERSION" 	&& rm -rf /var/lib/apt/lists/* 	&& [ "$JAVA_HOME" = "$(docker-java-home)" ]
-# Thu, 09 Jun 2016 22:13:54 GMT
-RUN /var/lib/dpkg/info/ca-certificates-java.postinst configure
-# Thu, 09 Jun 2016 23:11:43 GMT
-ENV GOSU_VERSION=1.7
-# Thu, 09 Jun 2016 23:11:48 GMT
-RUN set -x 	&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" 	&& wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 	&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu 	&& rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc 	&& chmod +x /usr/local/bin/gosu 	&& gosu nobody true
-# Thu, 09 Jun 2016 23:12:05 GMT
-RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 46095ACC8548582C1A2699A9D27D666CD88E42B4
-# Thu, 07 Jul 2016 20:10:02 GMT
-ENV ELASTICSEARCH_VERSION=2.1.2
-# Thu, 07 Jul 2016 20:10:02 GMT
-ENV ELASTICSEARCH_REPO_BASE=http://packages.elasticsearch.org/elasticsearch/2.x/debian
-# Thu, 07 Jul 2016 20:10:04 GMT
-RUN echo "deb $ELASTICSEARCH_REPO_BASE stable main" > /etc/apt/sources.list.d/elasticsearch.list
-# Thu, 07 Jul 2016 20:11:05 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y --no-install-recommends elasticsearch=$ELASTICSEARCH_VERSION 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 07 Jul 2016 20:11:05 GMT
-ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Thu, 07 Jul 2016 20:11:06 GMT
-WORKDIR /usr/share/elasticsearch
-# Thu, 07 Jul 2016 20:11:07 GMT
-RUN set -ex 	&& for path in 		./data 		./logs 		./config 		./config/scripts 	; do 		mkdir -p "$path"; 		chown -R elasticsearch:elasticsearch "$path"; 	done
-# Thu, 07 Jul 2016 20:11:08 GMT
-COPY dir:5ec5fadebeaa388fd27b7738b6b8d6306c5b8b7d9ef468d45d3efa4b858b338f in ./config
-# Thu, 07 Jul 2016 20:11:09 GMT
-VOLUME [/usr/share/elasticsearch/data]
-# Thu, 07 Jul 2016 20:11:10 GMT
-COPY file:4e7f545ce5a4556808c0760a1dbf219cb9aab1bf750b56480663d05716aac376 in /
-# Thu, 07 Jul 2016 20:11:10 GMT
-EXPOSE 9200/tcp 9300/tcp
-# Thu, 07 Jul 2016 20:11:11 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Thu, 07 Jul 2016 20:11:11 GMT
-CMD ["elasticsearch"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:be275827e8b7f9057582be291be9d0b1ea48379640585e97987ac337c495c0cd`  
-		Last Modified: Thu, 09 Jun 2016 22:19:23 GMT  
-		Size: 587.3 KB (587338 bytes)
-	-	`sha256:4cbd0b70645ad8e4638b0ae616594bd6c43e268b18430fa622e26386d4a8424e`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 220.0 B
-	-	`sha256:7d811bfac6eb74d6fcfd0e32ebb445b68d0e606ed2b5183db848374b0b63b0ee`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 242.0 B
-	-	`sha256:d35e5f0a148b5551d0e9215821bcfaf76e5f6ab76ff17687cf201ce2beb6e2d0`  
-		Last Modified: Thu, 09 Jun 2016 22:22:47 GMT  
-		Size: 53.4 MB (53371555 bytes)
-	-	`sha256:a17d585d8b66adf42eeb8e1b4f18c891b8e81f6af584233493638b3efe5fa460`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 284.4 KB (284380 bytes)
-	-	`sha256:79f385f1115e109d3ed7740a55ea72064b5c7409b60c2c3df63906d1052ebcf6`  
-		Last Modified: Mon, 27 Jun 2016 16:40:34 GMT  
-		Size: 807.9 KB (807931 bytes)
-	-	`sha256:ef4e10d7f225af978b6c1d6ce74866d7e65f577241cd94ce0ae7aa7f540d647b`  
-		Last Modified: Mon, 27 Jun 2016 16:40:33 GMT  
-		Size: 1.4 KB (1446 bytes)
-	-	`sha256:1e68e37386b9c829a4a6337f675739b7a4aaa85db9153b5dd4bcced9d5ee76ca`  
-		Last Modified: Thu, 07 Jul 2016 20:16:33 GMT  
-		Size: 226.0 B
-	-	`sha256:e45822f17627a0ce2f0eb9b5f37445d36b49945a9968fa3dffbfff1c3a780e47`  
-		Last Modified: Thu, 07 Jul 2016 20:16:37 GMT  
-		Size: 29.0 MB (29019810 bytes)
-	-	`sha256:e251d6f26e9e66acbaa4a25263360e2812bee98d19f59d8e077d93bb0de2c7c3`  
-		Last Modified: Thu, 07 Jul 2016 20:16:33 GMT  
-		Size: 215.0 B
-	-	`sha256:879933ab826fc3289cbfebcc2304c47a6aab922089d354552d690b5581619893`  
-		Last Modified: Thu, 07 Jul 2016 20:16:33 GMT  
-		Size: 541.0 B
-	-	`sha256:8cc37b8b3ec893fd43a15b760f6cd20fc22f6365bfe23f101e80fa512e6a1c52`  
-		Last Modified: Thu, 07 Jul 2016 20:16:33 GMT  
-		Size: 470.0 B
-
-## `elasticsearch:2.1`
-
-```console
-$ docker pull elasticsearch@sha256:f5c0415b473d83a16ad15b162131a3627a5f8c171cffd535e92b1fb0de8bdb00
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `elasticsearch:2.1` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **154.0 MB (153974128 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:e13d5eb4306a6b6764248ca35468fc98c19a569e15a83bb094f75be38f9e448d`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["elasticsearch"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:08:24 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzip2 		unzip 		xz-utils 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:12:26 GMT
-RUN echo 'deb http://httpredir.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list
-# Thu, 09 Jun 2016 22:12:26 GMT
-ENV LANG=C.UTF-8
-# Thu, 09 Jun 2016 22:12:27 GMT
-RUN { 		echo '#!/bin/sh'; 		echo 'set -e'; 		echo; 		echo 'dirname "$(dirname "$(readlink -f "$(which javac || which java)")")"'; 	} > /usr/local/bin/docker-java-home 	&& chmod +x /usr/local/bin/docker-java-home
-# Thu, 09 Jun 2016 22:12:27 GMT
-ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/jre
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_VERSION=8u91
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_DEBIAN_VERSION=8u91-b14-1~bpo8+1
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV CA_CERTIFICATES_JAVA_VERSION=20140324
-# Thu, 09 Jun 2016 22:13:51 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y 		openjdk-8-jre-headless="$JAVA_DEBIAN_VERSION" 		ca-certificates-java="$CA_CERTIFICATES_JAVA_VERSION" 	&& rm -rf /var/lib/apt/lists/* 	&& [ "$JAVA_HOME" = "$(docker-java-home)" ]
-# Thu, 09 Jun 2016 22:13:54 GMT
-RUN /var/lib/dpkg/info/ca-certificates-java.postinst configure
-# Thu, 09 Jun 2016 23:11:43 GMT
-ENV GOSU_VERSION=1.7
-# Thu, 09 Jun 2016 23:11:48 GMT
-RUN set -x 	&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" 	&& wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 	&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu 	&& rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc 	&& chmod +x /usr/local/bin/gosu 	&& gosu nobody true
-# Thu, 09 Jun 2016 23:12:05 GMT
-RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 46095ACC8548582C1A2699A9D27D666CD88E42B4
-# Thu, 07 Jul 2016 20:10:02 GMT
-ENV ELASTICSEARCH_VERSION=2.1.2
-# Thu, 07 Jul 2016 20:10:02 GMT
-ENV ELASTICSEARCH_REPO_BASE=http://packages.elasticsearch.org/elasticsearch/2.x/debian
-# Thu, 07 Jul 2016 20:10:04 GMT
-RUN echo "deb $ELASTICSEARCH_REPO_BASE stable main" > /etc/apt/sources.list.d/elasticsearch.list
-# Thu, 07 Jul 2016 20:11:05 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y --no-install-recommends elasticsearch=$ELASTICSEARCH_VERSION 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 07 Jul 2016 20:11:05 GMT
-ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Thu, 07 Jul 2016 20:11:06 GMT
-WORKDIR /usr/share/elasticsearch
-# Thu, 07 Jul 2016 20:11:07 GMT
-RUN set -ex 	&& for path in 		./data 		./logs 		./config 		./config/scripts 	; do 		mkdir -p "$path"; 		chown -R elasticsearch:elasticsearch "$path"; 	done
-# Thu, 07 Jul 2016 20:11:08 GMT
-COPY dir:5ec5fadebeaa388fd27b7738b6b8d6306c5b8b7d9ef468d45d3efa4b858b338f in ./config
-# Thu, 07 Jul 2016 20:11:09 GMT
-VOLUME [/usr/share/elasticsearch/data]
-# Thu, 07 Jul 2016 20:11:10 GMT
-COPY file:4e7f545ce5a4556808c0760a1dbf219cb9aab1bf750b56480663d05716aac376 in /
-# Thu, 07 Jul 2016 20:11:10 GMT
-EXPOSE 9200/tcp 9300/tcp
-# Thu, 07 Jul 2016 20:11:11 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Thu, 07 Jul 2016 20:11:11 GMT
-CMD ["elasticsearch"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:be275827e8b7f9057582be291be9d0b1ea48379640585e97987ac337c495c0cd`  
-		Last Modified: Thu, 09 Jun 2016 22:19:23 GMT  
-		Size: 587.3 KB (587338 bytes)
-	-	`sha256:4cbd0b70645ad8e4638b0ae616594bd6c43e268b18430fa622e26386d4a8424e`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 220.0 B
-	-	`sha256:7d811bfac6eb74d6fcfd0e32ebb445b68d0e606ed2b5183db848374b0b63b0ee`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 242.0 B
-	-	`sha256:d35e5f0a148b5551d0e9215821bcfaf76e5f6ab76ff17687cf201ce2beb6e2d0`  
-		Last Modified: Thu, 09 Jun 2016 22:22:47 GMT  
-		Size: 53.4 MB (53371555 bytes)
-	-	`sha256:a17d585d8b66adf42eeb8e1b4f18c891b8e81f6af584233493638b3efe5fa460`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 284.4 KB (284380 bytes)
-	-	`sha256:79f385f1115e109d3ed7740a55ea72064b5c7409b60c2c3df63906d1052ebcf6`  
-		Last Modified: Mon, 27 Jun 2016 16:40:34 GMT  
-		Size: 807.9 KB (807931 bytes)
-	-	`sha256:ef4e10d7f225af978b6c1d6ce74866d7e65f577241cd94ce0ae7aa7f540d647b`  
-		Last Modified: Mon, 27 Jun 2016 16:40:33 GMT  
-		Size: 1.4 KB (1446 bytes)
-	-	`sha256:1e68e37386b9c829a4a6337f675739b7a4aaa85db9153b5dd4bcced9d5ee76ca`  
-		Last Modified: Thu, 07 Jul 2016 20:16:33 GMT  
-		Size: 226.0 B
-	-	`sha256:e45822f17627a0ce2f0eb9b5f37445d36b49945a9968fa3dffbfff1c3a780e47`  
-		Last Modified: Thu, 07 Jul 2016 20:16:37 GMT  
-		Size: 29.0 MB (29019810 bytes)
-	-	`sha256:e251d6f26e9e66acbaa4a25263360e2812bee98d19f59d8e077d93bb0de2c7c3`  
-		Last Modified: Thu, 07 Jul 2016 20:16:33 GMT  
-		Size: 215.0 B
-	-	`sha256:879933ab826fc3289cbfebcc2304c47a6aab922089d354552d690b5581619893`  
-		Last Modified: Thu, 07 Jul 2016 20:16:33 GMT  
-		Size: 541.0 B
-	-	`sha256:8cc37b8b3ec893fd43a15b760f6cd20fc22f6365bfe23f101e80fa512e6a1c52`  
-		Last Modified: Thu, 07 Jul 2016 20:16:33 GMT  
-		Size: 470.0 B
-
-## `elasticsearch:2.2.2`
-
-```console
-$ docker pull elasticsearch@sha256:1d2086d7cca8faef8a3dd9ec4fdb0a0589f0302ceda537640cb2e984f8fc7581
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `elasticsearch:2.2.2` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **154.4 MB (154390388 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:4a83cd5bc7a49ccba16260c65fcdd2dfb78910aad4d04a2bc99f2fa2e6ff4ede`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["elasticsearch"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:08:24 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzip2 		unzip 		xz-utils 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:12:26 GMT
-RUN echo 'deb http://httpredir.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list
-# Thu, 09 Jun 2016 22:12:26 GMT
-ENV LANG=C.UTF-8
-# Thu, 09 Jun 2016 22:12:27 GMT
-RUN { 		echo '#!/bin/sh'; 		echo 'set -e'; 		echo; 		echo 'dirname "$(dirname "$(readlink -f "$(which javac || which java)")")"'; 	} > /usr/local/bin/docker-java-home 	&& chmod +x /usr/local/bin/docker-java-home
-# Thu, 09 Jun 2016 22:12:27 GMT
-ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/jre
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_VERSION=8u91
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_DEBIAN_VERSION=8u91-b14-1~bpo8+1
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV CA_CERTIFICATES_JAVA_VERSION=20140324
-# Thu, 09 Jun 2016 22:13:51 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y 		openjdk-8-jre-headless="$JAVA_DEBIAN_VERSION" 		ca-certificates-java="$CA_CERTIFICATES_JAVA_VERSION" 	&& rm -rf /var/lib/apt/lists/* 	&& [ "$JAVA_HOME" = "$(docker-java-home)" ]
-# Thu, 09 Jun 2016 22:13:54 GMT
-RUN /var/lib/dpkg/info/ca-certificates-java.postinst configure
-# Thu, 09 Jun 2016 23:11:43 GMT
-ENV GOSU_VERSION=1.7
-# Thu, 09 Jun 2016 23:11:48 GMT
-RUN set -x 	&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" 	&& wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 	&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu 	&& rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc 	&& chmod +x /usr/local/bin/gosu 	&& gosu nobody true
-# Thu, 09 Jun 2016 23:12:05 GMT
-RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 46095ACC8548582C1A2699A9D27D666CD88E42B4
-# Thu, 07 Jul 2016 20:11:12 GMT
-ENV ELASTICSEARCH_VERSION=2.2.2
-# Thu, 07 Jul 2016 20:11:13 GMT
-ENV ELASTICSEARCH_REPO_BASE=http://packages.elasticsearch.org/elasticsearch/2.x/debian
-# Thu, 07 Jul 2016 20:11:14 GMT
-RUN echo "deb $ELASTICSEARCH_REPO_BASE stable main" > /etc/apt/sources.list.d/elasticsearch.list
-# Thu, 07 Jul 2016 20:12:17 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y --no-install-recommends elasticsearch=$ELASTICSEARCH_VERSION 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 07 Jul 2016 20:12:17 GMT
-ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Thu, 07 Jul 2016 20:12:18 GMT
-WORKDIR /usr/share/elasticsearch
-# Thu, 07 Jul 2016 20:12:19 GMT
-RUN set -ex 	&& for path in 		./data 		./logs 		./config 		./config/scripts 	; do 		mkdir -p "$path"; 		chown -R elasticsearch:elasticsearch "$path"; 	done
-# Thu, 07 Jul 2016 20:12:20 GMT
-COPY dir:5ec5fadebeaa388fd27b7738b6b8d6306c5b8b7d9ef468d45d3efa4b858b338f in ./config
-# Thu, 07 Jul 2016 20:12:21 GMT
-VOLUME [/usr/share/elasticsearch/data]
-# Thu, 07 Jul 2016 20:12:21 GMT
-COPY file:4e7f545ce5a4556808c0760a1dbf219cb9aab1bf750b56480663d05716aac376 in /
-# Thu, 07 Jul 2016 20:12:22 GMT
-EXPOSE 9200/tcp 9300/tcp
-# Thu, 07 Jul 2016 20:12:22 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Thu, 07 Jul 2016 20:12:23 GMT
-CMD ["elasticsearch"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:be275827e8b7f9057582be291be9d0b1ea48379640585e97987ac337c495c0cd`  
-		Last Modified: Thu, 09 Jun 2016 22:19:23 GMT  
-		Size: 587.3 KB (587338 bytes)
-	-	`sha256:4cbd0b70645ad8e4638b0ae616594bd6c43e268b18430fa622e26386d4a8424e`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 220.0 B
-	-	`sha256:7d811bfac6eb74d6fcfd0e32ebb445b68d0e606ed2b5183db848374b0b63b0ee`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 242.0 B
-	-	`sha256:d35e5f0a148b5551d0e9215821bcfaf76e5f6ab76ff17687cf201ce2beb6e2d0`  
-		Last Modified: Thu, 09 Jun 2016 22:22:47 GMT  
-		Size: 53.4 MB (53371555 bytes)
-	-	`sha256:a17d585d8b66adf42eeb8e1b4f18c891b8e81f6af584233493638b3efe5fa460`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 284.4 KB (284380 bytes)
-	-	`sha256:79f385f1115e109d3ed7740a55ea72064b5c7409b60c2c3df63906d1052ebcf6`  
-		Last Modified: Mon, 27 Jun 2016 16:40:34 GMT  
-		Size: 807.9 KB (807931 bytes)
-	-	`sha256:ef4e10d7f225af978b6c1d6ce74866d7e65f577241cd94ce0ae7aa7f540d647b`  
-		Last Modified: Mon, 27 Jun 2016 16:40:33 GMT  
-		Size: 1.4 KB (1446 bytes)
-	-	`sha256:a2aa7f8f1f729b38bce1c22ec51a6b6d6e4a94c7e3cfaa77dcc113ce1fe4b153`  
-		Last Modified: Thu, 07 Jul 2016 20:17:00 GMT  
-		Size: 226.0 B
-	-	`sha256:b7e6918b8fd2f350ae8e8a70c9a0a914c0eb679fc2c867e853abe179d6f893ae`  
-		Last Modified: Thu, 07 Jul 2016 20:17:04 GMT  
-		Size: 29.4 MB (29436071 bytes)
-	-	`sha256:674de55a0c73e902d39a4db45652d378e688f0df6e8c5791610f70192247370b`  
-		Last Modified: Thu, 07 Jul 2016 20:17:01 GMT  
-		Size: 216.0 B
-	-	`sha256:92b0df12a21aa1384f5bd3380a79463005c24e8549a4df3014e8b433e68e7e1d`  
-		Last Modified: Thu, 07 Jul 2016 20:17:00 GMT  
-		Size: 540.0 B
-	-	`sha256:36ff89920f773778d7059cb9bedbffe2e30e863261b6e2f1445fc14fb492083e`  
-		Last Modified: Thu, 07 Jul 2016 20:17:01 GMT  
-		Size: 469.0 B
-
-## `elasticsearch:2.2`
-
-```console
-$ docker pull elasticsearch@sha256:1d2086d7cca8faef8a3dd9ec4fdb0a0589f0302ceda537640cb2e984f8fc7581
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `elasticsearch:2.2` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **154.4 MB (154390388 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:4a83cd5bc7a49ccba16260c65fcdd2dfb78910aad4d04a2bc99f2fa2e6ff4ede`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["elasticsearch"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:08:24 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzip2 		unzip 		xz-utils 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:12:26 GMT
-RUN echo 'deb http://httpredir.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list
-# Thu, 09 Jun 2016 22:12:26 GMT
-ENV LANG=C.UTF-8
-# Thu, 09 Jun 2016 22:12:27 GMT
-RUN { 		echo '#!/bin/sh'; 		echo 'set -e'; 		echo; 		echo 'dirname "$(dirname "$(readlink -f "$(which javac || which java)")")"'; 	} > /usr/local/bin/docker-java-home 	&& chmod +x /usr/local/bin/docker-java-home
-# Thu, 09 Jun 2016 22:12:27 GMT
-ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/jre
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_VERSION=8u91
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_DEBIAN_VERSION=8u91-b14-1~bpo8+1
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV CA_CERTIFICATES_JAVA_VERSION=20140324
-# Thu, 09 Jun 2016 22:13:51 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y 		openjdk-8-jre-headless="$JAVA_DEBIAN_VERSION" 		ca-certificates-java="$CA_CERTIFICATES_JAVA_VERSION" 	&& rm -rf /var/lib/apt/lists/* 	&& [ "$JAVA_HOME" = "$(docker-java-home)" ]
-# Thu, 09 Jun 2016 22:13:54 GMT
-RUN /var/lib/dpkg/info/ca-certificates-java.postinst configure
-# Thu, 09 Jun 2016 23:11:43 GMT
-ENV GOSU_VERSION=1.7
-# Thu, 09 Jun 2016 23:11:48 GMT
-RUN set -x 	&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" 	&& wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 	&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu 	&& rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc 	&& chmod +x /usr/local/bin/gosu 	&& gosu nobody true
-# Thu, 09 Jun 2016 23:12:05 GMT
-RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 46095ACC8548582C1A2699A9D27D666CD88E42B4
-# Thu, 07 Jul 2016 20:11:12 GMT
-ENV ELASTICSEARCH_VERSION=2.2.2
-# Thu, 07 Jul 2016 20:11:13 GMT
-ENV ELASTICSEARCH_REPO_BASE=http://packages.elasticsearch.org/elasticsearch/2.x/debian
-# Thu, 07 Jul 2016 20:11:14 GMT
-RUN echo "deb $ELASTICSEARCH_REPO_BASE stable main" > /etc/apt/sources.list.d/elasticsearch.list
-# Thu, 07 Jul 2016 20:12:17 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y --no-install-recommends elasticsearch=$ELASTICSEARCH_VERSION 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 07 Jul 2016 20:12:17 GMT
-ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Thu, 07 Jul 2016 20:12:18 GMT
-WORKDIR /usr/share/elasticsearch
-# Thu, 07 Jul 2016 20:12:19 GMT
-RUN set -ex 	&& for path in 		./data 		./logs 		./config 		./config/scripts 	; do 		mkdir -p "$path"; 		chown -R elasticsearch:elasticsearch "$path"; 	done
-# Thu, 07 Jul 2016 20:12:20 GMT
-COPY dir:5ec5fadebeaa388fd27b7738b6b8d6306c5b8b7d9ef468d45d3efa4b858b338f in ./config
-# Thu, 07 Jul 2016 20:12:21 GMT
-VOLUME [/usr/share/elasticsearch/data]
-# Thu, 07 Jul 2016 20:12:21 GMT
-COPY file:4e7f545ce5a4556808c0760a1dbf219cb9aab1bf750b56480663d05716aac376 in /
-# Thu, 07 Jul 2016 20:12:22 GMT
-EXPOSE 9200/tcp 9300/tcp
-# Thu, 07 Jul 2016 20:12:22 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Thu, 07 Jul 2016 20:12:23 GMT
-CMD ["elasticsearch"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:be275827e8b7f9057582be291be9d0b1ea48379640585e97987ac337c495c0cd`  
-		Last Modified: Thu, 09 Jun 2016 22:19:23 GMT  
-		Size: 587.3 KB (587338 bytes)
-	-	`sha256:4cbd0b70645ad8e4638b0ae616594bd6c43e268b18430fa622e26386d4a8424e`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 220.0 B
-	-	`sha256:7d811bfac6eb74d6fcfd0e32ebb445b68d0e606ed2b5183db848374b0b63b0ee`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 242.0 B
-	-	`sha256:d35e5f0a148b5551d0e9215821bcfaf76e5f6ab76ff17687cf201ce2beb6e2d0`  
-		Last Modified: Thu, 09 Jun 2016 22:22:47 GMT  
-		Size: 53.4 MB (53371555 bytes)
-	-	`sha256:a17d585d8b66adf42eeb8e1b4f18c891b8e81f6af584233493638b3efe5fa460`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 284.4 KB (284380 bytes)
-	-	`sha256:79f385f1115e109d3ed7740a55ea72064b5c7409b60c2c3df63906d1052ebcf6`  
-		Last Modified: Mon, 27 Jun 2016 16:40:34 GMT  
-		Size: 807.9 KB (807931 bytes)
-	-	`sha256:ef4e10d7f225af978b6c1d6ce74866d7e65f577241cd94ce0ae7aa7f540d647b`  
-		Last Modified: Mon, 27 Jun 2016 16:40:33 GMT  
-		Size: 1.4 KB (1446 bytes)
-	-	`sha256:a2aa7f8f1f729b38bce1c22ec51a6b6d6e4a94c7e3cfaa77dcc113ce1fe4b153`  
-		Last Modified: Thu, 07 Jul 2016 20:17:00 GMT  
-		Size: 226.0 B
-	-	`sha256:b7e6918b8fd2f350ae8e8a70c9a0a914c0eb679fc2c867e853abe179d6f893ae`  
-		Last Modified: Thu, 07 Jul 2016 20:17:04 GMT  
-		Size: 29.4 MB (29436071 bytes)
-	-	`sha256:674de55a0c73e902d39a4db45652d378e688f0df6e8c5791610f70192247370b`  
-		Last Modified: Thu, 07 Jul 2016 20:17:01 GMT  
-		Size: 216.0 B
-	-	`sha256:92b0df12a21aa1384f5bd3380a79463005c24e8549a4df3014e8b433e68e7e1d`  
-		Last Modified: Thu, 07 Jul 2016 20:17:00 GMT  
-		Size: 540.0 B
-	-	`sha256:36ff89920f773778d7059cb9bedbffe2e30e863261b6e2f1445fc14fb492083e`  
-		Last Modified: Thu, 07 Jul 2016 20:17:01 GMT  
-		Size: 469.0 B
-
-## `elasticsearch:2.3.4`
-
-```console
-$ docker pull elasticsearch@sha256:d866f6945a401e9486dc54c5242665692855ae58d4f0c42439925e9e5d9370ed
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `elasticsearch:2.3.4` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **152.5 MB (152513811 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:d0390797eb4feaa966b5e4e0dfecf02e509ead64bfd8ab03dc42965447a0c1eb`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["elasticsearch"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:08:24 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzip2 		unzip 		xz-utils 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:12:26 GMT
-RUN echo 'deb http://httpredir.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list
-# Thu, 09 Jun 2016 22:12:26 GMT
-ENV LANG=C.UTF-8
-# Thu, 09 Jun 2016 22:12:27 GMT
-RUN { 		echo '#!/bin/sh'; 		echo 'set -e'; 		echo; 		echo 'dirname "$(dirname "$(readlink -f "$(which javac || which java)")")"'; 	} > /usr/local/bin/docker-java-home 	&& chmod +x /usr/local/bin/docker-java-home
-# Thu, 09 Jun 2016 22:12:27 GMT
-ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/jre
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_VERSION=8u91
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_DEBIAN_VERSION=8u91-b14-1~bpo8+1
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV CA_CERTIFICATES_JAVA_VERSION=20140324
-# Thu, 09 Jun 2016 22:13:51 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y 		openjdk-8-jre-headless="$JAVA_DEBIAN_VERSION" 		ca-certificates-java="$CA_CERTIFICATES_JAVA_VERSION" 	&& rm -rf /var/lib/apt/lists/* 	&& [ "$JAVA_HOME" = "$(docker-java-home)" ]
-# Thu, 09 Jun 2016 22:13:54 GMT
-RUN /var/lib/dpkg/info/ca-certificates-java.postinst configure
-# Thu, 09 Jun 2016 23:11:43 GMT
-ENV GOSU_VERSION=1.7
-# Thu, 09 Jun 2016 23:11:48 GMT
-RUN set -x 	&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" 	&& wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 	&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu 	&& rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc 	&& chmod +x /usr/local/bin/gosu 	&& gosu nobody true
-# Thu, 09 Jun 2016 23:12:05 GMT
-RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 46095ACC8548582C1A2699A9D27D666CD88E42B4
-# Fri, 08 Jul 2016 18:19:01 GMT
-ENV ELASTICSEARCH_VERSION=2.3.4
-# Fri, 08 Jul 2016 18:19:02 GMT
-ENV ELASTICSEARCH_REPO_BASE=http://packages.elasticsearch.org/elasticsearch/2.x/debian
-# Fri, 08 Jul 2016 18:19:03 GMT
-RUN echo "deb $ELASTICSEARCH_REPO_BASE stable main" > /etc/apt/sources.list.d/elasticsearch.list
-# Fri, 08 Jul 2016 18:20:02 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y --no-install-recommends elasticsearch=$ELASTICSEARCH_VERSION 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 08 Jul 2016 18:20:02 GMT
-ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Fri, 08 Jul 2016 18:20:03 GMT
-WORKDIR /usr/share/elasticsearch
-# Fri, 08 Jul 2016 18:20:04 GMT
-RUN set -ex 	&& for path in 		./data 		./logs 		./config 		./config/scripts 	; do 		mkdir -p "$path"; 		chown -R elasticsearch:elasticsearch "$path"; 	done
-# Fri, 08 Jul 2016 18:20:05 GMT
-COPY dir:5ec5fadebeaa388fd27b7738b6b8d6306c5b8b7d9ef468d45d3efa4b858b338f in ./config
-# Fri, 08 Jul 2016 18:20:06 GMT
-VOLUME [/usr/share/elasticsearch/data]
-# Fri, 08 Jul 2016 18:20:07 GMT
-COPY file:4e7f545ce5a4556808c0760a1dbf219cb9aab1bf750b56480663d05716aac376 in /
-# Fri, 08 Jul 2016 18:20:07 GMT
-EXPOSE 9200/tcp 9300/tcp
-# Fri, 08 Jul 2016 18:20:08 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Fri, 08 Jul 2016 18:20:08 GMT
-CMD ["elasticsearch"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:be275827e8b7f9057582be291be9d0b1ea48379640585e97987ac337c495c0cd`  
-		Last Modified: Thu, 09 Jun 2016 22:19:23 GMT  
-		Size: 587.3 KB (587338 bytes)
-	-	`sha256:4cbd0b70645ad8e4638b0ae616594bd6c43e268b18430fa622e26386d4a8424e`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 220.0 B
-	-	`sha256:7d811bfac6eb74d6fcfd0e32ebb445b68d0e606ed2b5183db848374b0b63b0ee`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 242.0 B
-	-	`sha256:d35e5f0a148b5551d0e9215821bcfaf76e5f6ab76ff17687cf201ce2beb6e2d0`  
-		Last Modified: Thu, 09 Jun 2016 22:22:47 GMT  
-		Size: 53.4 MB (53371555 bytes)
-	-	`sha256:a17d585d8b66adf42eeb8e1b4f18c891b8e81f6af584233493638b3efe5fa460`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 284.4 KB (284380 bytes)
-	-	`sha256:79f385f1115e109d3ed7740a55ea72064b5c7409b60c2c3df63906d1052ebcf6`  
-		Last Modified: Mon, 27 Jun 2016 16:40:34 GMT  
-		Size: 807.9 KB (807931 bytes)
-	-	`sha256:ef4e10d7f225af978b6c1d6ce74866d7e65f577241cd94ce0ae7aa7f540d647b`  
-		Last Modified: Mon, 27 Jun 2016 16:40:33 GMT  
-		Size: 1.4 KB (1446 bytes)
-	-	`sha256:7718adde794fddba8ef660d04d31a268faf7a91c66b9d557dffdcbdd836cd789`  
-		Last Modified: Fri, 08 Jul 2016 18:22:11 GMT  
-		Size: 225.0 B
-	-	`sha256:659b7b49db7d1c5bfc1177340fd697e072fbd8fb59d657947127b7a1ad01a0a0`  
-		Last Modified: Fri, 08 Jul 2016 18:22:15 GMT  
-		Size: 27.6 MB (27559495 bytes)
-	-	`sha256:c7debea693509b493320bdcbb63c079b459cb69b17c21e2035bbfb915a5bc6d0`  
-		Last Modified: Fri, 08 Jul 2016 18:22:11 GMT  
-		Size: 217.0 B
-	-	`sha256:b3db15ab8afafcaab332b8a85e273fd8dc51cf030f09362aa4ec666d2cdf1ee1`  
-		Last Modified: Fri, 08 Jul 2016 18:22:11 GMT  
-		Size: 539.0 B
-	-	`sha256:38c25943c55b4a8fa35d5d0743e363063a98693aeaeed102aadf89536039e215`  
-		Last Modified: Fri, 08 Jul 2016 18:22:11 GMT  
-		Size: 469.0 B
-
-## `elasticsearch:2.3`
-
-```console
-$ docker pull elasticsearch@sha256:d866f6945a401e9486dc54c5242665692855ae58d4f0c42439925e9e5d9370ed
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `elasticsearch:2.3` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **152.5 MB (152513811 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:d0390797eb4feaa966b5e4e0dfecf02e509ead64bfd8ab03dc42965447a0c1eb`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["elasticsearch"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:08:24 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzip2 		unzip 		xz-utils 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:12:26 GMT
-RUN echo 'deb http://httpredir.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list
-# Thu, 09 Jun 2016 22:12:26 GMT
-ENV LANG=C.UTF-8
-# Thu, 09 Jun 2016 22:12:27 GMT
-RUN { 		echo '#!/bin/sh'; 		echo 'set -e'; 		echo; 		echo 'dirname "$(dirname "$(readlink -f "$(which javac || which java)")")"'; 	} > /usr/local/bin/docker-java-home 	&& chmod +x /usr/local/bin/docker-java-home
-# Thu, 09 Jun 2016 22:12:27 GMT
-ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/jre
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_VERSION=8u91
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_DEBIAN_VERSION=8u91-b14-1~bpo8+1
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV CA_CERTIFICATES_JAVA_VERSION=20140324
-# Thu, 09 Jun 2016 22:13:51 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y 		openjdk-8-jre-headless="$JAVA_DEBIAN_VERSION" 		ca-certificates-java="$CA_CERTIFICATES_JAVA_VERSION" 	&& rm -rf /var/lib/apt/lists/* 	&& [ "$JAVA_HOME" = "$(docker-java-home)" ]
-# Thu, 09 Jun 2016 22:13:54 GMT
-RUN /var/lib/dpkg/info/ca-certificates-java.postinst configure
-# Thu, 09 Jun 2016 23:11:43 GMT
-ENV GOSU_VERSION=1.7
-# Thu, 09 Jun 2016 23:11:48 GMT
-RUN set -x 	&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" 	&& wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 	&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu 	&& rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc 	&& chmod +x /usr/local/bin/gosu 	&& gosu nobody true
-# Thu, 09 Jun 2016 23:12:05 GMT
-RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 46095ACC8548582C1A2699A9D27D666CD88E42B4
-# Fri, 08 Jul 2016 18:19:01 GMT
-ENV ELASTICSEARCH_VERSION=2.3.4
-# Fri, 08 Jul 2016 18:19:02 GMT
-ENV ELASTICSEARCH_REPO_BASE=http://packages.elasticsearch.org/elasticsearch/2.x/debian
-# Fri, 08 Jul 2016 18:19:03 GMT
-RUN echo "deb $ELASTICSEARCH_REPO_BASE stable main" > /etc/apt/sources.list.d/elasticsearch.list
-# Fri, 08 Jul 2016 18:20:02 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y --no-install-recommends elasticsearch=$ELASTICSEARCH_VERSION 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 08 Jul 2016 18:20:02 GMT
-ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Fri, 08 Jul 2016 18:20:03 GMT
-WORKDIR /usr/share/elasticsearch
-# Fri, 08 Jul 2016 18:20:04 GMT
-RUN set -ex 	&& for path in 		./data 		./logs 		./config 		./config/scripts 	; do 		mkdir -p "$path"; 		chown -R elasticsearch:elasticsearch "$path"; 	done
-# Fri, 08 Jul 2016 18:20:05 GMT
-COPY dir:5ec5fadebeaa388fd27b7738b6b8d6306c5b8b7d9ef468d45d3efa4b858b338f in ./config
-# Fri, 08 Jul 2016 18:20:06 GMT
-VOLUME [/usr/share/elasticsearch/data]
-# Fri, 08 Jul 2016 18:20:07 GMT
-COPY file:4e7f545ce5a4556808c0760a1dbf219cb9aab1bf750b56480663d05716aac376 in /
-# Fri, 08 Jul 2016 18:20:07 GMT
-EXPOSE 9200/tcp 9300/tcp
-# Fri, 08 Jul 2016 18:20:08 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Fri, 08 Jul 2016 18:20:08 GMT
-CMD ["elasticsearch"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:be275827e8b7f9057582be291be9d0b1ea48379640585e97987ac337c495c0cd`  
-		Last Modified: Thu, 09 Jun 2016 22:19:23 GMT  
-		Size: 587.3 KB (587338 bytes)
-	-	`sha256:4cbd0b70645ad8e4638b0ae616594bd6c43e268b18430fa622e26386d4a8424e`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 220.0 B
-	-	`sha256:7d811bfac6eb74d6fcfd0e32ebb445b68d0e606ed2b5183db848374b0b63b0ee`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 242.0 B
-	-	`sha256:d35e5f0a148b5551d0e9215821bcfaf76e5f6ab76ff17687cf201ce2beb6e2d0`  
-		Last Modified: Thu, 09 Jun 2016 22:22:47 GMT  
-		Size: 53.4 MB (53371555 bytes)
-	-	`sha256:a17d585d8b66adf42eeb8e1b4f18c891b8e81f6af584233493638b3efe5fa460`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 284.4 KB (284380 bytes)
-	-	`sha256:79f385f1115e109d3ed7740a55ea72064b5c7409b60c2c3df63906d1052ebcf6`  
-		Last Modified: Mon, 27 Jun 2016 16:40:34 GMT  
-		Size: 807.9 KB (807931 bytes)
-	-	`sha256:ef4e10d7f225af978b6c1d6ce74866d7e65f577241cd94ce0ae7aa7f540d647b`  
-		Last Modified: Mon, 27 Jun 2016 16:40:33 GMT  
-		Size: 1.4 KB (1446 bytes)
-	-	`sha256:7718adde794fddba8ef660d04d31a268faf7a91c66b9d557dffdcbdd836cd789`  
-		Last Modified: Fri, 08 Jul 2016 18:22:11 GMT  
-		Size: 225.0 B
-	-	`sha256:659b7b49db7d1c5bfc1177340fd697e072fbd8fb59d657947127b7a1ad01a0a0`  
-		Last Modified: Fri, 08 Jul 2016 18:22:15 GMT  
-		Size: 27.6 MB (27559495 bytes)
-	-	`sha256:c7debea693509b493320bdcbb63c079b459cb69b17c21e2035bbfb915a5bc6d0`  
-		Last Modified: Fri, 08 Jul 2016 18:22:11 GMT  
-		Size: 217.0 B
-	-	`sha256:b3db15ab8afafcaab332b8a85e273fd8dc51cf030f09362aa4ec666d2cdf1ee1`  
-		Last Modified: Fri, 08 Jul 2016 18:22:11 GMT  
-		Size: 539.0 B
-	-	`sha256:38c25943c55b4a8fa35d5d0743e363063a98693aeaeed102aadf89536039e215`  
-		Last Modified: Fri, 08 Jul 2016 18:22:11 GMT  
-		Size: 469.0 B
-
-## `elasticsearch:2`
-
-```console
-$ docker pull elasticsearch@sha256:d866f6945a401e9486dc54c5242665692855ae58d4f0c42439925e9e5d9370ed
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `elasticsearch:2` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **152.5 MB (152513811 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:d0390797eb4feaa966b5e4e0dfecf02e509ead64bfd8ab03dc42965447a0c1eb`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["elasticsearch"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:08:24 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzip2 		unzip 		xz-utils 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:12:26 GMT
-RUN echo 'deb http://httpredir.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list
-# Thu, 09 Jun 2016 22:12:26 GMT
-ENV LANG=C.UTF-8
-# Thu, 09 Jun 2016 22:12:27 GMT
-RUN { 		echo '#!/bin/sh'; 		echo 'set -e'; 		echo; 		echo 'dirname "$(dirname "$(readlink -f "$(which javac || which java)")")"'; 	} > /usr/local/bin/docker-java-home 	&& chmod +x /usr/local/bin/docker-java-home
-# Thu, 09 Jun 2016 22:12:27 GMT
-ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/jre
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_VERSION=8u91
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_DEBIAN_VERSION=8u91-b14-1~bpo8+1
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV CA_CERTIFICATES_JAVA_VERSION=20140324
-# Thu, 09 Jun 2016 22:13:51 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y 		openjdk-8-jre-headless="$JAVA_DEBIAN_VERSION" 		ca-certificates-java="$CA_CERTIFICATES_JAVA_VERSION" 	&& rm -rf /var/lib/apt/lists/* 	&& [ "$JAVA_HOME" = "$(docker-java-home)" ]
-# Thu, 09 Jun 2016 22:13:54 GMT
-RUN /var/lib/dpkg/info/ca-certificates-java.postinst configure
-# Thu, 09 Jun 2016 23:11:43 GMT
-ENV GOSU_VERSION=1.7
-# Thu, 09 Jun 2016 23:11:48 GMT
-RUN set -x 	&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" 	&& wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 	&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu 	&& rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc 	&& chmod +x /usr/local/bin/gosu 	&& gosu nobody true
-# Thu, 09 Jun 2016 23:12:05 GMT
-RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 46095ACC8548582C1A2699A9D27D666CD88E42B4
-# Fri, 08 Jul 2016 18:19:01 GMT
-ENV ELASTICSEARCH_VERSION=2.3.4
-# Fri, 08 Jul 2016 18:19:02 GMT
-ENV ELASTICSEARCH_REPO_BASE=http://packages.elasticsearch.org/elasticsearch/2.x/debian
-# Fri, 08 Jul 2016 18:19:03 GMT
-RUN echo "deb $ELASTICSEARCH_REPO_BASE stable main" > /etc/apt/sources.list.d/elasticsearch.list
-# Fri, 08 Jul 2016 18:20:02 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y --no-install-recommends elasticsearch=$ELASTICSEARCH_VERSION 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 08 Jul 2016 18:20:02 GMT
-ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Fri, 08 Jul 2016 18:20:03 GMT
-WORKDIR /usr/share/elasticsearch
-# Fri, 08 Jul 2016 18:20:04 GMT
-RUN set -ex 	&& for path in 		./data 		./logs 		./config 		./config/scripts 	; do 		mkdir -p "$path"; 		chown -R elasticsearch:elasticsearch "$path"; 	done
-# Fri, 08 Jul 2016 18:20:05 GMT
-COPY dir:5ec5fadebeaa388fd27b7738b6b8d6306c5b8b7d9ef468d45d3efa4b858b338f in ./config
-# Fri, 08 Jul 2016 18:20:06 GMT
-VOLUME [/usr/share/elasticsearch/data]
-# Fri, 08 Jul 2016 18:20:07 GMT
-COPY file:4e7f545ce5a4556808c0760a1dbf219cb9aab1bf750b56480663d05716aac376 in /
-# Fri, 08 Jul 2016 18:20:07 GMT
-EXPOSE 9200/tcp 9300/tcp
-# Fri, 08 Jul 2016 18:20:08 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Fri, 08 Jul 2016 18:20:08 GMT
-CMD ["elasticsearch"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:be275827e8b7f9057582be291be9d0b1ea48379640585e97987ac337c495c0cd`  
-		Last Modified: Thu, 09 Jun 2016 22:19:23 GMT  
-		Size: 587.3 KB (587338 bytes)
-	-	`sha256:4cbd0b70645ad8e4638b0ae616594bd6c43e268b18430fa622e26386d4a8424e`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 220.0 B
-	-	`sha256:7d811bfac6eb74d6fcfd0e32ebb445b68d0e606ed2b5183db848374b0b63b0ee`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 242.0 B
-	-	`sha256:d35e5f0a148b5551d0e9215821bcfaf76e5f6ab76ff17687cf201ce2beb6e2d0`  
-		Last Modified: Thu, 09 Jun 2016 22:22:47 GMT  
-		Size: 53.4 MB (53371555 bytes)
-	-	`sha256:a17d585d8b66adf42eeb8e1b4f18c891b8e81f6af584233493638b3efe5fa460`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 284.4 KB (284380 bytes)
-	-	`sha256:79f385f1115e109d3ed7740a55ea72064b5c7409b60c2c3df63906d1052ebcf6`  
-		Last Modified: Mon, 27 Jun 2016 16:40:34 GMT  
-		Size: 807.9 KB (807931 bytes)
-	-	`sha256:ef4e10d7f225af978b6c1d6ce74866d7e65f577241cd94ce0ae7aa7f540d647b`  
-		Last Modified: Mon, 27 Jun 2016 16:40:33 GMT  
-		Size: 1.4 KB (1446 bytes)
-	-	`sha256:7718adde794fddba8ef660d04d31a268faf7a91c66b9d557dffdcbdd836cd789`  
-		Last Modified: Fri, 08 Jul 2016 18:22:11 GMT  
-		Size: 225.0 B
-	-	`sha256:659b7b49db7d1c5bfc1177340fd697e072fbd8fb59d657947127b7a1ad01a0a0`  
-		Last Modified: Fri, 08 Jul 2016 18:22:15 GMT  
-		Size: 27.6 MB (27559495 bytes)
-	-	`sha256:c7debea693509b493320bdcbb63c079b459cb69b17c21e2035bbfb915a5bc6d0`  
-		Last Modified: Fri, 08 Jul 2016 18:22:11 GMT  
-		Size: 217.0 B
-	-	`sha256:b3db15ab8afafcaab332b8a85e273fd8dc51cf030f09362aa4ec666d2cdf1ee1`  
-		Last Modified: Fri, 08 Jul 2016 18:22:11 GMT  
-		Size: 539.0 B
-	-	`sha256:38c25943c55b4a8fa35d5d0743e363063a98693aeaeed102aadf89536039e215`  
-		Last Modified: Fri, 08 Jul 2016 18:22:11 GMT  
-		Size: 469.0 B
-
-## `elasticsearch:latest`
-
-```console
-$ docker pull elasticsearch@sha256:d866f6945a401e9486dc54c5242665692855ae58d4f0c42439925e9e5d9370ed
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `elasticsearch:latest` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **152.5 MB (152513811 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:d0390797eb4feaa966b5e4e0dfecf02e509ead64bfd8ab03dc42965447a0c1eb`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["elasticsearch"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:08:24 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzip2 		unzip 		xz-utils 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:12:26 GMT
-RUN echo 'deb http://httpredir.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list
-# Thu, 09 Jun 2016 22:12:26 GMT
-ENV LANG=C.UTF-8
-# Thu, 09 Jun 2016 22:12:27 GMT
-RUN { 		echo '#!/bin/sh'; 		echo 'set -e'; 		echo; 		echo 'dirname "$(dirname "$(readlink -f "$(which javac || which java)")")"'; 	} > /usr/local/bin/docker-java-home 	&& chmod +x /usr/local/bin/docker-java-home
-# Thu, 09 Jun 2016 22:12:27 GMT
-ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/jre
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_VERSION=8u91
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_DEBIAN_VERSION=8u91-b14-1~bpo8+1
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV CA_CERTIFICATES_JAVA_VERSION=20140324
-# Thu, 09 Jun 2016 22:13:51 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y 		openjdk-8-jre-headless="$JAVA_DEBIAN_VERSION" 		ca-certificates-java="$CA_CERTIFICATES_JAVA_VERSION" 	&& rm -rf /var/lib/apt/lists/* 	&& [ "$JAVA_HOME" = "$(docker-java-home)" ]
-# Thu, 09 Jun 2016 22:13:54 GMT
-RUN /var/lib/dpkg/info/ca-certificates-java.postinst configure
-# Thu, 09 Jun 2016 23:11:43 GMT
-ENV GOSU_VERSION=1.7
-# Thu, 09 Jun 2016 23:11:48 GMT
-RUN set -x 	&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" 	&& wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 	&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu 	&& rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc 	&& chmod +x /usr/local/bin/gosu 	&& gosu nobody true
-# Thu, 09 Jun 2016 23:12:05 GMT
-RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 46095ACC8548582C1A2699A9D27D666CD88E42B4
-# Fri, 08 Jul 2016 18:19:01 GMT
-ENV ELASTICSEARCH_VERSION=2.3.4
-# Fri, 08 Jul 2016 18:19:02 GMT
-ENV ELASTICSEARCH_REPO_BASE=http://packages.elasticsearch.org/elasticsearch/2.x/debian
-# Fri, 08 Jul 2016 18:19:03 GMT
-RUN echo "deb $ELASTICSEARCH_REPO_BASE stable main" > /etc/apt/sources.list.d/elasticsearch.list
-# Fri, 08 Jul 2016 18:20:02 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y --no-install-recommends elasticsearch=$ELASTICSEARCH_VERSION 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 08 Jul 2016 18:20:02 GMT
-ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Fri, 08 Jul 2016 18:20:03 GMT
-WORKDIR /usr/share/elasticsearch
-# Fri, 08 Jul 2016 18:20:04 GMT
-RUN set -ex 	&& for path in 		./data 		./logs 		./config 		./config/scripts 	; do 		mkdir -p "$path"; 		chown -R elasticsearch:elasticsearch "$path"; 	done
-# Fri, 08 Jul 2016 18:20:05 GMT
-COPY dir:5ec5fadebeaa388fd27b7738b6b8d6306c5b8b7d9ef468d45d3efa4b858b338f in ./config
-# Fri, 08 Jul 2016 18:20:06 GMT
-VOLUME [/usr/share/elasticsearch/data]
-# Fri, 08 Jul 2016 18:20:07 GMT
-COPY file:4e7f545ce5a4556808c0760a1dbf219cb9aab1bf750b56480663d05716aac376 in /
-# Fri, 08 Jul 2016 18:20:07 GMT
-EXPOSE 9200/tcp 9300/tcp
-# Fri, 08 Jul 2016 18:20:08 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Fri, 08 Jul 2016 18:20:08 GMT
-CMD ["elasticsearch"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:be275827e8b7f9057582be291be9d0b1ea48379640585e97987ac337c495c0cd`  
-		Last Modified: Thu, 09 Jun 2016 22:19:23 GMT  
-		Size: 587.3 KB (587338 bytes)
-	-	`sha256:4cbd0b70645ad8e4638b0ae616594bd6c43e268b18430fa622e26386d4a8424e`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 220.0 B
-	-	`sha256:7d811bfac6eb74d6fcfd0e32ebb445b68d0e606ed2b5183db848374b0b63b0ee`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 242.0 B
-	-	`sha256:d35e5f0a148b5551d0e9215821bcfaf76e5f6ab76ff17687cf201ce2beb6e2d0`  
-		Last Modified: Thu, 09 Jun 2016 22:22:47 GMT  
-		Size: 53.4 MB (53371555 bytes)
-	-	`sha256:a17d585d8b66adf42eeb8e1b4f18c891b8e81f6af584233493638b3efe5fa460`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 284.4 KB (284380 bytes)
-	-	`sha256:79f385f1115e109d3ed7740a55ea72064b5c7409b60c2c3df63906d1052ebcf6`  
-		Last Modified: Mon, 27 Jun 2016 16:40:34 GMT  
-		Size: 807.9 KB (807931 bytes)
-	-	`sha256:ef4e10d7f225af978b6c1d6ce74866d7e65f577241cd94ce0ae7aa7f540d647b`  
-		Last Modified: Mon, 27 Jun 2016 16:40:33 GMT  
-		Size: 1.4 KB (1446 bytes)
-	-	`sha256:7718adde794fddba8ef660d04d31a268faf7a91c66b9d557dffdcbdd836cd789`  
-		Last Modified: Fri, 08 Jul 2016 18:22:11 GMT  
-		Size: 225.0 B
-	-	`sha256:659b7b49db7d1c5bfc1177340fd697e072fbd8fb59d657947127b7a1ad01a0a0`  
-		Last Modified: Fri, 08 Jul 2016 18:22:15 GMT  
-		Size: 27.6 MB (27559495 bytes)
-	-	`sha256:c7debea693509b493320bdcbb63c079b459cb69b17c21e2035bbfb915a5bc6d0`  
-		Last Modified: Fri, 08 Jul 2016 18:22:11 GMT  
-		Size: 217.0 B
-	-	`sha256:b3db15ab8afafcaab332b8a85e273fd8dc51cf030f09362aa4ec666d2cdf1ee1`  
-		Last Modified: Fri, 08 Jul 2016 18:22:11 GMT  
-		Size: 539.0 B
-	-	`sha256:38c25943c55b4a8fa35d5d0743e363063a98693aeaeed102aadf89536039e215`  
-		Last Modified: Fri, 08 Jul 2016 18:22:11 GMT  
-		Size: 469.0 B
-
-## `elasticsearch:5.0.0-alpha4`
-
-```console
-$ docker pull elasticsearch@sha256:7bcd204f81c6f4e4559846a6dd2a8f89bd5eb73db1847c318f439dcdeaff7cdf
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `elasticsearch:5.0.0-alpha4` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **153.1 MB (153055232 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:ba0f09b477e3519215fdc02cbf721a6c1acbb382148e6956cbe2f012d17fabb0`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["elasticsearch"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:08:24 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzip2 		unzip 		xz-utils 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:12:26 GMT
-RUN echo 'deb http://httpredir.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list
-# Thu, 09 Jun 2016 22:12:26 GMT
-ENV LANG=C.UTF-8
-# Thu, 09 Jun 2016 22:12:27 GMT
-RUN { 		echo '#!/bin/sh'; 		echo 'set -e'; 		echo; 		echo 'dirname "$(dirname "$(readlink -f "$(which javac || which java)")")"'; 	} > /usr/local/bin/docker-java-home 	&& chmod +x /usr/local/bin/docker-java-home
-# Thu, 09 Jun 2016 22:12:27 GMT
-ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/jre
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_VERSION=8u91
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_DEBIAN_VERSION=8u91-b14-1~bpo8+1
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV CA_CERTIFICATES_JAVA_VERSION=20140324
-# Thu, 09 Jun 2016 22:13:51 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y 		openjdk-8-jre-headless="$JAVA_DEBIAN_VERSION" 		ca-certificates-java="$CA_CERTIFICATES_JAVA_VERSION" 	&& rm -rf /var/lib/apt/lists/* 	&& [ "$JAVA_HOME" = "$(docker-java-home)" ]
-# Thu, 09 Jun 2016 22:13:54 GMT
-RUN /var/lib/dpkg/info/ca-certificates-java.postinst configure
-# Thu, 09 Jun 2016 23:11:43 GMT
-ENV GOSU_VERSION=1.7
-# Thu, 09 Jun 2016 23:11:48 GMT
-RUN set -x 	&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" 	&& wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 	&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu 	&& rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc 	&& chmod +x /usr/local/bin/gosu 	&& gosu nobody true
-# Thu, 09 Jun 2016 23:12:05 GMT
-RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 46095ACC8548582C1A2699A9D27D666CD88E42B4
-# Thu, 07 Jul 2016 20:13:29 GMT
-ENV ELASTICSEARCH_VERSION=5.0.0-alpha4
-# Thu, 07 Jul 2016 20:13:30 GMT
-ENV ELASTICSEARCH_REPO_BASE=http://packages.elasticsearch.org/elasticsearch/5.x/debian
-# Thu, 07 Jul 2016 20:13:31 GMT
-RUN echo "deb $ELASTICSEARCH_REPO_BASE stable main" > /etc/apt/sources.list.d/elasticsearch.list
-# Thu, 07 Jul 2016 20:14:29 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y --no-install-recommends elasticsearch=$ELASTICSEARCH_VERSION 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 07 Jul 2016 20:14:29 GMT
-ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Thu, 07 Jul 2016 20:14:29 GMT
-WORKDIR /usr/share/elasticsearch
-# Thu, 07 Jul 2016 20:14:31 GMT
-RUN set -ex 	&& for path in 		./data 		./logs 		./config 		./config/scripts 	; do 		mkdir -p "$path"; 		chown -R elasticsearch:elasticsearch "$path"; 	done
-# Thu, 07 Jul 2016 20:14:31 GMT
-COPY dir:66d691a8b9d6cba7c5f563f417110f6739567ec3dc58ff126823448a5faa05b7 in ./config
-# Thu, 07 Jul 2016 20:14:31 GMT
-VOLUME [/usr/share/elasticsearch/data]
-# Thu, 07 Jul 2016 20:14:32 GMT
-COPY file:4e7f545ce5a4556808c0760a1dbf219cb9aab1bf750b56480663d05716aac376 in /
-# Thu, 07 Jul 2016 20:14:32 GMT
-EXPOSE 9200/tcp 9300/tcp
-# Thu, 07 Jul 2016 20:14:32 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Thu, 07 Jul 2016 20:14:33 GMT
-CMD ["elasticsearch"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:be275827e8b7f9057582be291be9d0b1ea48379640585e97987ac337c495c0cd`  
-		Last Modified: Thu, 09 Jun 2016 22:19:23 GMT  
-		Size: 587.3 KB (587338 bytes)
-	-	`sha256:4cbd0b70645ad8e4638b0ae616594bd6c43e268b18430fa622e26386d4a8424e`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 220.0 B
-	-	`sha256:7d811bfac6eb74d6fcfd0e32ebb445b68d0e606ed2b5183db848374b0b63b0ee`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 242.0 B
-	-	`sha256:d35e5f0a148b5551d0e9215821bcfaf76e5f6ab76ff17687cf201ce2beb6e2d0`  
-		Last Modified: Thu, 09 Jun 2016 22:22:47 GMT  
-		Size: 53.4 MB (53371555 bytes)
-	-	`sha256:a17d585d8b66adf42eeb8e1b4f18c891b8e81f6af584233493638b3efe5fa460`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 284.4 KB (284380 bytes)
-	-	`sha256:79f385f1115e109d3ed7740a55ea72064b5c7409b60c2c3df63906d1052ebcf6`  
-		Last Modified: Mon, 27 Jun 2016 16:40:34 GMT  
-		Size: 807.9 KB (807931 bytes)
-	-	`sha256:ef4e10d7f225af978b6c1d6ce74866d7e65f577241cd94ce0ae7aa7f540d647b`  
-		Last Modified: Mon, 27 Jun 2016 16:40:33 GMT  
-		Size: 1.4 KB (1446 bytes)
-	-	`sha256:fa3294af9af69293873d861cea59070e05592a24dc21b15b6be0edd8a2e5a7ec`  
-		Last Modified: Thu, 07 Jul 2016 20:18:12 GMT  
-		Size: 226.0 B
-	-	`sha256:95485858f559a8de6de69e4e2093e11c50b6c0dca8e5a7cd4e1e65ffc77fe776`  
-		Last Modified: Thu, 07 Jul 2016 20:18:15 GMT  
-		Size: 28.1 MB (28100819 bytes)
-	-	`sha256:d2680e6804f190946973f83c89a901574f4052dce323f6aa06f505d50e78763a`  
-		Last Modified: Thu, 07 Jul 2016 20:18:11 GMT  
-		Size: 215.0 B
-	-	`sha256:1668018486cdf4a80bcf07414e3814a0850fa2e3ac2ca53ad2ad8115632672cc`  
-		Last Modified: Thu, 07 Jul 2016 20:18:11 GMT  
-		Size: 639.0 B
-	-	`sha256:45023d5fbc25eb26506d790d787eae9accc4ea8bd8f59a00f9f6c2f1806e99e0`  
-		Last Modified: Thu, 07 Jul 2016 20:18:11 GMT  
-		Size: 467.0 B
-
-## `elasticsearch:5.0.0`
-
-```console
-$ docker pull elasticsearch@sha256:7bcd204f81c6f4e4559846a6dd2a8f89bd5eb73db1847c318f439dcdeaff7cdf
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `elasticsearch:5.0.0` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **153.1 MB (153055232 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:ba0f09b477e3519215fdc02cbf721a6c1acbb382148e6956cbe2f012d17fabb0`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["elasticsearch"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:08:24 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzip2 		unzip 		xz-utils 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:12:26 GMT
-RUN echo 'deb http://httpredir.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list
-# Thu, 09 Jun 2016 22:12:26 GMT
-ENV LANG=C.UTF-8
-# Thu, 09 Jun 2016 22:12:27 GMT
-RUN { 		echo '#!/bin/sh'; 		echo 'set -e'; 		echo; 		echo 'dirname "$(dirname "$(readlink -f "$(which javac || which java)")")"'; 	} > /usr/local/bin/docker-java-home 	&& chmod +x /usr/local/bin/docker-java-home
-# Thu, 09 Jun 2016 22:12:27 GMT
-ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/jre
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_VERSION=8u91
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_DEBIAN_VERSION=8u91-b14-1~bpo8+1
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV CA_CERTIFICATES_JAVA_VERSION=20140324
-# Thu, 09 Jun 2016 22:13:51 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y 		openjdk-8-jre-headless="$JAVA_DEBIAN_VERSION" 		ca-certificates-java="$CA_CERTIFICATES_JAVA_VERSION" 	&& rm -rf /var/lib/apt/lists/* 	&& [ "$JAVA_HOME" = "$(docker-java-home)" ]
-# Thu, 09 Jun 2016 22:13:54 GMT
-RUN /var/lib/dpkg/info/ca-certificates-java.postinst configure
-# Thu, 09 Jun 2016 23:11:43 GMT
-ENV GOSU_VERSION=1.7
-# Thu, 09 Jun 2016 23:11:48 GMT
-RUN set -x 	&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" 	&& wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 	&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu 	&& rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc 	&& chmod +x /usr/local/bin/gosu 	&& gosu nobody true
-# Thu, 09 Jun 2016 23:12:05 GMT
-RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 46095ACC8548582C1A2699A9D27D666CD88E42B4
-# Thu, 07 Jul 2016 20:13:29 GMT
-ENV ELASTICSEARCH_VERSION=5.0.0-alpha4
-# Thu, 07 Jul 2016 20:13:30 GMT
-ENV ELASTICSEARCH_REPO_BASE=http://packages.elasticsearch.org/elasticsearch/5.x/debian
-# Thu, 07 Jul 2016 20:13:31 GMT
-RUN echo "deb $ELASTICSEARCH_REPO_BASE stable main" > /etc/apt/sources.list.d/elasticsearch.list
-# Thu, 07 Jul 2016 20:14:29 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y --no-install-recommends elasticsearch=$ELASTICSEARCH_VERSION 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 07 Jul 2016 20:14:29 GMT
-ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Thu, 07 Jul 2016 20:14:29 GMT
-WORKDIR /usr/share/elasticsearch
-# Thu, 07 Jul 2016 20:14:31 GMT
-RUN set -ex 	&& for path in 		./data 		./logs 		./config 		./config/scripts 	; do 		mkdir -p "$path"; 		chown -R elasticsearch:elasticsearch "$path"; 	done
-# Thu, 07 Jul 2016 20:14:31 GMT
-COPY dir:66d691a8b9d6cba7c5f563f417110f6739567ec3dc58ff126823448a5faa05b7 in ./config
-# Thu, 07 Jul 2016 20:14:31 GMT
-VOLUME [/usr/share/elasticsearch/data]
-# Thu, 07 Jul 2016 20:14:32 GMT
-COPY file:4e7f545ce5a4556808c0760a1dbf219cb9aab1bf750b56480663d05716aac376 in /
-# Thu, 07 Jul 2016 20:14:32 GMT
-EXPOSE 9200/tcp 9300/tcp
-# Thu, 07 Jul 2016 20:14:32 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Thu, 07 Jul 2016 20:14:33 GMT
-CMD ["elasticsearch"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:be275827e8b7f9057582be291be9d0b1ea48379640585e97987ac337c495c0cd`  
-		Last Modified: Thu, 09 Jun 2016 22:19:23 GMT  
-		Size: 587.3 KB (587338 bytes)
-	-	`sha256:4cbd0b70645ad8e4638b0ae616594bd6c43e268b18430fa622e26386d4a8424e`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 220.0 B
-	-	`sha256:7d811bfac6eb74d6fcfd0e32ebb445b68d0e606ed2b5183db848374b0b63b0ee`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 242.0 B
-	-	`sha256:d35e5f0a148b5551d0e9215821bcfaf76e5f6ab76ff17687cf201ce2beb6e2d0`  
-		Last Modified: Thu, 09 Jun 2016 22:22:47 GMT  
-		Size: 53.4 MB (53371555 bytes)
-	-	`sha256:a17d585d8b66adf42eeb8e1b4f18c891b8e81f6af584233493638b3efe5fa460`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 284.4 KB (284380 bytes)
-	-	`sha256:79f385f1115e109d3ed7740a55ea72064b5c7409b60c2c3df63906d1052ebcf6`  
-		Last Modified: Mon, 27 Jun 2016 16:40:34 GMT  
-		Size: 807.9 KB (807931 bytes)
-	-	`sha256:ef4e10d7f225af978b6c1d6ce74866d7e65f577241cd94ce0ae7aa7f540d647b`  
-		Last Modified: Mon, 27 Jun 2016 16:40:33 GMT  
-		Size: 1.4 KB (1446 bytes)
-	-	`sha256:fa3294af9af69293873d861cea59070e05592a24dc21b15b6be0edd8a2e5a7ec`  
-		Last Modified: Thu, 07 Jul 2016 20:18:12 GMT  
-		Size: 226.0 B
-	-	`sha256:95485858f559a8de6de69e4e2093e11c50b6c0dca8e5a7cd4e1e65ffc77fe776`  
-		Last Modified: Thu, 07 Jul 2016 20:18:15 GMT  
-		Size: 28.1 MB (28100819 bytes)
-	-	`sha256:d2680e6804f190946973f83c89a901574f4052dce323f6aa06f505d50e78763a`  
-		Last Modified: Thu, 07 Jul 2016 20:18:11 GMT  
-		Size: 215.0 B
-	-	`sha256:1668018486cdf4a80bcf07414e3814a0850fa2e3ac2ca53ad2ad8115632672cc`  
-		Last Modified: Thu, 07 Jul 2016 20:18:11 GMT  
-		Size: 639.0 B
-	-	`sha256:45023d5fbc25eb26506d790d787eae9accc4ea8bd8f59a00f9f6c2f1806e99e0`  
-		Last Modified: Thu, 07 Jul 2016 20:18:11 GMT  
-		Size: 467.0 B
-
-## `elasticsearch:5.0`
-
-```console
-$ docker pull elasticsearch@sha256:7bcd204f81c6f4e4559846a6dd2a8f89bd5eb73db1847c318f439dcdeaff7cdf
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `elasticsearch:5.0` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **153.1 MB (153055232 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:ba0f09b477e3519215fdc02cbf721a6c1acbb382148e6956cbe2f012d17fabb0`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["elasticsearch"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:08:24 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzip2 		unzip 		xz-utils 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:12:26 GMT
-RUN echo 'deb http://httpredir.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list
-# Thu, 09 Jun 2016 22:12:26 GMT
-ENV LANG=C.UTF-8
-# Thu, 09 Jun 2016 22:12:27 GMT
-RUN { 		echo '#!/bin/sh'; 		echo 'set -e'; 		echo; 		echo 'dirname "$(dirname "$(readlink -f "$(which javac || which java)")")"'; 	} > /usr/local/bin/docker-java-home 	&& chmod +x /usr/local/bin/docker-java-home
-# Thu, 09 Jun 2016 22:12:27 GMT
-ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/jre
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_VERSION=8u91
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_DEBIAN_VERSION=8u91-b14-1~bpo8+1
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV CA_CERTIFICATES_JAVA_VERSION=20140324
-# Thu, 09 Jun 2016 22:13:51 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y 		openjdk-8-jre-headless="$JAVA_DEBIAN_VERSION" 		ca-certificates-java="$CA_CERTIFICATES_JAVA_VERSION" 	&& rm -rf /var/lib/apt/lists/* 	&& [ "$JAVA_HOME" = "$(docker-java-home)" ]
-# Thu, 09 Jun 2016 22:13:54 GMT
-RUN /var/lib/dpkg/info/ca-certificates-java.postinst configure
-# Thu, 09 Jun 2016 23:11:43 GMT
-ENV GOSU_VERSION=1.7
-# Thu, 09 Jun 2016 23:11:48 GMT
-RUN set -x 	&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" 	&& wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 	&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu 	&& rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc 	&& chmod +x /usr/local/bin/gosu 	&& gosu nobody true
-# Thu, 09 Jun 2016 23:12:05 GMT
-RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 46095ACC8548582C1A2699A9D27D666CD88E42B4
-# Thu, 07 Jul 2016 20:13:29 GMT
-ENV ELASTICSEARCH_VERSION=5.0.0-alpha4
-# Thu, 07 Jul 2016 20:13:30 GMT
-ENV ELASTICSEARCH_REPO_BASE=http://packages.elasticsearch.org/elasticsearch/5.x/debian
-# Thu, 07 Jul 2016 20:13:31 GMT
-RUN echo "deb $ELASTICSEARCH_REPO_BASE stable main" > /etc/apt/sources.list.d/elasticsearch.list
-# Thu, 07 Jul 2016 20:14:29 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y --no-install-recommends elasticsearch=$ELASTICSEARCH_VERSION 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 07 Jul 2016 20:14:29 GMT
-ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Thu, 07 Jul 2016 20:14:29 GMT
-WORKDIR /usr/share/elasticsearch
-# Thu, 07 Jul 2016 20:14:31 GMT
-RUN set -ex 	&& for path in 		./data 		./logs 		./config 		./config/scripts 	; do 		mkdir -p "$path"; 		chown -R elasticsearch:elasticsearch "$path"; 	done
-# Thu, 07 Jul 2016 20:14:31 GMT
-COPY dir:66d691a8b9d6cba7c5f563f417110f6739567ec3dc58ff126823448a5faa05b7 in ./config
-# Thu, 07 Jul 2016 20:14:31 GMT
-VOLUME [/usr/share/elasticsearch/data]
-# Thu, 07 Jul 2016 20:14:32 GMT
-COPY file:4e7f545ce5a4556808c0760a1dbf219cb9aab1bf750b56480663d05716aac376 in /
-# Thu, 07 Jul 2016 20:14:32 GMT
-EXPOSE 9200/tcp 9300/tcp
-# Thu, 07 Jul 2016 20:14:32 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Thu, 07 Jul 2016 20:14:33 GMT
-CMD ["elasticsearch"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:be275827e8b7f9057582be291be9d0b1ea48379640585e97987ac337c495c0cd`  
-		Last Modified: Thu, 09 Jun 2016 22:19:23 GMT  
-		Size: 587.3 KB (587338 bytes)
-	-	`sha256:4cbd0b70645ad8e4638b0ae616594bd6c43e268b18430fa622e26386d4a8424e`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 220.0 B
-	-	`sha256:7d811bfac6eb74d6fcfd0e32ebb445b68d0e606ed2b5183db848374b0b63b0ee`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 242.0 B
-	-	`sha256:d35e5f0a148b5551d0e9215821bcfaf76e5f6ab76ff17687cf201ce2beb6e2d0`  
-		Last Modified: Thu, 09 Jun 2016 22:22:47 GMT  
-		Size: 53.4 MB (53371555 bytes)
-	-	`sha256:a17d585d8b66adf42eeb8e1b4f18c891b8e81f6af584233493638b3efe5fa460`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 284.4 KB (284380 bytes)
-	-	`sha256:79f385f1115e109d3ed7740a55ea72064b5c7409b60c2c3df63906d1052ebcf6`  
-		Last Modified: Mon, 27 Jun 2016 16:40:34 GMT  
-		Size: 807.9 KB (807931 bytes)
-	-	`sha256:ef4e10d7f225af978b6c1d6ce74866d7e65f577241cd94ce0ae7aa7f540d647b`  
-		Last Modified: Mon, 27 Jun 2016 16:40:33 GMT  
-		Size: 1.4 KB (1446 bytes)
-	-	`sha256:fa3294af9af69293873d861cea59070e05592a24dc21b15b6be0edd8a2e5a7ec`  
-		Last Modified: Thu, 07 Jul 2016 20:18:12 GMT  
-		Size: 226.0 B
-	-	`sha256:95485858f559a8de6de69e4e2093e11c50b6c0dca8e5a7cd4e1e65ffc77fe776`  
-		Last Modified: Thu, 07 Jul 2016 20:18:15 GMT  
-		Size: 28.1 MB (28100819 bytes)
-	-	`sha256:d2680e6804f190946973f83c89a901574f4052dce323f6aa06f505d50e78763a`  
-		Last Modified: Thu, 07 Jul 2016 20:18:11 GMT  
-		Size: 215.0 B
-	-	`sha256:1668018486cdf4a80bcf07414e3814a0850fa2e3ac2ca53ad2ad8115632672cc`  
-		Last Modified: Thu, 07 Jul 2016 20:18:11 GMT  
-		Size: 639.0 B
-	-	`sha256:45023d5fbc25eb26506d790d787eae9accc4ea8bd8f59a00f9f6c2f1806e99e0`  
-		Last Modified: Thu, 07 Jul 2016 20:18:11 GMT  
-		Size: 467.0 B
-
-## `elasticsearch:5`
-
-```console
-$ docker pull elasticsearch@sha256:7bcd204f81c6f4e4559846a6dd2a8f89bd5eb73db1847c318f439dcdeaff7cdf
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `elasticsearch:5` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **153.1 MB (153055232 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:ba0f09b477e3519215fdc02cbf721a6c1acbb382148e6956cbe2f012d17fabb0`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["elasticsearch"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:08:24 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzip2 		unzip 		xz-utils 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:12:26 GMT
-RUN echo 'deb http://httpredir.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list
-# Thu, 09 Jun 2016 22:12:26 GMT
-ENV LANG=C.UTF-8
-# Thu, 09 Jun 2016 22:12:27 GMT
-RUN { 		echo '#!/bin/sh'; 		echo 'set -e'; 		echo; 		echo 'dirname "$(dirname "$(readlink -f "$(which javac || which java)")")"'; 	} > /usr/local/bin/docker-java-home 	&& chmod +x /usr/local/bin/docker-java-home
-# Thu, 09 Jun 2016 22:12:27 GMT
-ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/jre
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_VERSION=8u91
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV JAVA_DEBIAN_VERSION=8u91-b14-1~bpo8+1
-# Thu, 09 Jun 2016 22:12:28 GMT
-ENV CA_CERTIFICATES_JAVA_VERSION=20140324
-# Thu, 09 Jun 2016 22:13:51 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y 		openjdk-8-jre-headless="$JAVA_DEBIAN_VERSION" 		ca-certificates-java="$CA_CERTIFICATES_JAVA_VERSION" 	&& rm -rf /var/lib/apt/lists/* 	&& [ "$JAVA_HOME" = "$(docker-java-home)" ]
-# Thu, 09 Jun 2016 22:13:54 GMT
-RUN /var/lib/dpkg/info/ca-certificates-java.postinst configure
-# Thu, 09 Jun 2016 23:11:43 GMT
-ENV GOSU_VERSION=1.7
-# Thu, 09 Jun 2016 23:11:48 GMT
-RUN set -x 	&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" 	&& wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 	&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu 	&& rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc 	&& chmod +x /usr/local/bin/gosu 	&& gosu nobody true
-# Thu, 09 Jun 2016 23:12:05 GMT
-RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 46095ACC8548582C1A2699A9D27D666CD88E42B4
-# Thu, 07 Jul 2016 20:13:29 GMT
-ENV ELASTICSEARCH_VERSION=5.0.0-alpha4
-# Thu, 07 Jul 2016 20:13:30 GMT
-ENV ELASTICSEARCH_REPO_BASE=http://packages.elasticsearch.org/elasticsearch/5.x/debian
-# Thu, 07 Jul 2016 20:13:31 GMT
-RUN echo "deb $ELASTICSEARCH_REPO_BASE stable main" > /etc/apt/sources.list.d/elasticsearch.list
-# Thu, 07 Jul 2016 20:14:29 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y --no-install-recommends elasticsearch=$ELASTICSEARCH_VERSION 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 07 Jul 2016 20:14:29 GMT
-ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Thu, 07 Jul 2016 20:14:29 GMT
-WORKDIR /usr/share/elasticsearch
-# Thu, 07 Jul 2016 20:14:31 GMT
-RUN set -ex 	&& for path in 		./data 		./logs 		./config 		./config/scripts 	; do 		mkdir -p "$path"; 		chown -R elasticsearch:elasticsearch "$path"; 	done
-# Thu, 07 Jul 2016 20:14:31 GMT
-COPY dir:66d691a8b9d6cba7c5f563f417110f6739567ec3dc58ff126823448a5faa05b7 in ./config
-# Thu, 07 Jul 2016 20:14:31 GMT
-VOLUME [/usr/share/elasticsearch/data]
-# Thu, 07 Jul 2016 20:14:32 GMT
-COPY file:4e7f545ce5a4556808c0760a1dbf219cb9aab1bf750b56480663d05716aac376 in /
-# Thu, 07 Jul 2016 20:14:32 GMT
-EXPOSE 9200/tcp 9300/tcp
-# Thu, 07 Jul 2016 20:14:32 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Thu, 07 Jul 2016 20:14:33 GMT
-CMD ["elasticsearch"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:be275827e8b7f9057582be291be9d0b1ea48379640585e97987ac337c495c0cd`  
-		Last Modified: Thu, 09 Jun 2016 22:19:23 GMT  
-		Size: 587.3 KB (587338 bytes)
-	-	`sha256:4cbd0b70645ad8e4638b0ae616594bd6c43e268b18430fa622e26386d4a8424e`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 220.0 B
-	-	`sha256:7d811bfac6eb74d6fcfd0e32ebb445b68d0e606ed2b5183db848374b0b63b0ee`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 242.0 B
-	-	`sha256:d35e5f0a148b5551d0e9215821bcfaf76e5f6ab76ff17687cf201ce2beb6e2d0`  
-		Last Modified: Thu, 09 Jun 2016 22:22:47 GMT  
-		Size: 53.4 MB (53371555 bytes)
-	-	`sha256:a17d585d8b66adf42eeb8e1b4f18c891b8e81f6af584233493638b3efe5fa460`  
-		Last Modified: Thu, 09 Jun 2016 22:22:35 GMT  
-		Size: 284.4 KB (284380 bytes)
-	-	`sha256:79f385f1115e109d3ed7740a55ea72064b5c7409b60c2c3df63906d1052ebcf6`  
-		Last Modified: Mon, 27 Jun 2016 16:40:34 GMT  
-		Size: 807.9 KB (807931 bytes)
-	-	`sha256:ef4e10d7f225af978b6c1d6ce74866d7e65f577241cd94ce0ae7aa7f540d647b`  
-		Last Modified: Mon, 27 Jun 2016 16:40:33 GMT  
-		Size: 1.4 KB (1446 bytes)
-	-	`sha256:fa3294af9af69293873d861cea59070e05592a24dc21b15b6be0edd8a2e5a7ec`  
-		Last Modified: Thu, 07 Jul 2016 20:18:12 GMT  
-		Size: 226.0 B
-	-	`sha256:95485858f559a8de6de69e4e2093e11c50b6c0dca8e5a7cd4e1e65ffc77fe776`  
-		Last Modified: Thu, 07 Jul 2016 20:18:15 GMT  
-		Size: 28.1 MB (28100819 bytes)
-	-	`sha256:d2680e6804f190946973f83c89a901574f4052dce323f6aa06f505d50e78763a`  
-		Last Modified: Thu, 07 Jul 2016 20:18:11 GMT  
-		Size: 215.0 B
-	-	`sha256:1668018486cdf4a80bcf07414e3814a0850fa2e3ac2ca53ad2ad8115632672cc`  
-		Last Modified: Thu, 07 Jul 2016 20:18:11 GMT  
-		Size: 639.0 B
-	-	`sha256:45023d5fbc25eb26506d790d787eae9accc4ea8bd8f59a00f9f6c2f1806e99e0`  
-		Last Modified: Thu, 07 Jul 2016 20:18:11 GMT  
-		Size: 467.0 B

+ 2 - 4
elixir/README.md

@@ -5,11 +5,9 @@
 -	[`1.2.6`, `1.2` (*1.2/Dockerfile*)](https://github.com/c0b/docker-elixir/blob/77b9a3da43ce035327ae29083e567191d60a6ac8/1.2/Dockerfile)
 -	[`1.2.6-slim`, `1.2-slim` (*1.2/slim/Dockerfile*)](https://github.com/c0b/docker-elixir/blob/77b9a3da43ce035327ae29083e567191d60a6ac8/1.2/slim/Dockerfile)
 
-[![](https://badge.imagelayers.io/elixir:latest.svg)](https://imagelayers.io/?images=elixir:1.3.2,elixir:1.3.2-slim,elixir:1.2.6,elixir:1.2.6-slim)
-
 For more information about this image and its history, please see [the relevant manifest file (`library/elixir`)](https://github.com/docker-library/official-images/blob/master/library/elixir). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Felixir).
 
-For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `elixir/tag-details.md` file](https://github.com/docker-library/docs/blob/master/elixir/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs).
+For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `repos/elixir/tag-details.md` file](https://github.com/docker-library/repo-info/blob/master/repos/elixir/tag-details.md) in [the `docker-library/repo-info` GitHub repo](https://github.com/docker-library/repo-info).
 
 # What is Elixir?
 
@@ -74,7 +72,7 @@ Unless required by applicable law or agreed to in writing, software distributed
 
 # Supported Docker versions
 
-This image is officially supported on Docker version 1.11.2.
+This image is officially supported on Docker version 1.12.1.
 
 Support for older versions (down to 1.6) is provided on a best-effort basis.
 

+ 0 - 639
elixir/tag-details.md

@@ -1,639 +0,0 @@
-<!-- THIS FILE IS GENERATED VIA '.template-helpers/generate-tag-details.pl' -->
-
-# Tags of `elixir`
-
--	[`elixir:1.3.2`](#elixir132)
--	[`elixir:1.3`](#elixir13)
--	[`elixir:latest`](#elixirlatest)
--	[`elixir:1.3.2-slim`](#elixir132-slim)
--	[`elixir:1.3-slim`](#elixir13-slim)
--	[`elixir:slim`](#elixirslim)
--	[`elixir:1.2.6`](#elixir126)
--	[`elixir:1.2`](#elixir12)
--	[`elixir:1.2.6-slim`](#elixir126-slim)
--	[`elixir:1.2-slim`](#elixir12-slim)
-
-## `elixir:1.3.2`
-
-```console
-$ docker pull elixir@sha256:b063edcdede5de370292c488cc3a89778c62ede95e2bd7ffa92bb55e375501a9
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `elixir:1.3.2` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **305.3 MB (305326413 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:9c2e102302d763f146668e91b1c5f9cced38b62fbf7e2cfbfc2c2ff33aa666cb`
--	Default Command: `["iex"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:39:19 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 16:53:32 GMT
-ENV OTP_VERSION=19.0.1
-# Fri, 15 Jul 2016 17:10:45 GMT
-RUN set -xe 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION}.tar.gz" 	&& OTP_DOWNLOAD_SHA256="b425c6c009f1b75bf478306e15f948c3031d1a41ee7f7e5ac6845cc1b740fd44" 	&& runtimeDeps='libodbc1 			libsctp1' 	&& buildDeps='unixodbc-dev 			libsctp-dev' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $runtimeDeps 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" 	&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - 	&& mkdir -p /usr/src/otp-src 	&& tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 	&& rm otp-src.tar.gz 	&& cd /usr/src/otp-src 	&& ./otp_build autoconf 	&& ./configure --enable-sctp 	&& make -j$(nproc) 	&& make install 	&& find /usr/local -name examples | xargs rm -rf 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 17:10:45 GMT
-CMD ["erl"]
-# Fri, 15 Jul 2016 17:10:45 GMT
-ENV REBAR_VERSION=2.6.2
-# Fri, 15 Jul 2016 17:10:51 GMT
-RUN set -xe 	&& REBAR_DOWNLOAD_URL="https://github.com/rebar/rebar/archive/${REBAR_VERSION}.tar.gz" 	&& REBAR_DOWNLOAD_SHA256="ed2a49300f2f8ae7c95284e53e95dd85430952d2843ce224a17db2b312964400" 	&& mkdir -p /usr/src/rebar-src 	&& curl -fSL -o rebar-src.tar.gz "$REBAR_DOWNLOAD_URL" 	&& echo "$REBAR_DOWNLOAD_SHA256 rebar-src.tar.gz" | sha256sum -c - 	&& tar -xzf rebar-src.tar.gz -C /usr/src/rebar-src --strip-components=1 	&& rm rebar-src.tar.gz 	&& cd /usr/src/rebar-src 	&& ./bootstrap 	&& install -v ./rebar /usr/local/bin/ 	&& rm -rf /usr/src/rebar-src
-# Fri, 15 Jul 2016 17:10:51 GMT
-ENV REBAR3_VERSION=3.2.0
-# Fri, 15 Jul 2016 17:11:22 GMT
-RUN set -xe 	&& REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION}.tar.gz" 	&& REBAR3_DOWNLOAD_SHA256="78ad27372eea6e215790e161ae46f451c107a58a019cc7fb4551487903516455" 	&& mkdir -p /usr/src/rebar3-src 	&& curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" 	&& echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - 	&& tar -xzf rebar3-src.tar.gz -C /usr/src/rebar3-src --strip-components=1 	&& rm rebar3-src.tar.gz 	&& cd /usr/src/rebar3-src 	&& HOME=$PWD ./bootstrap 	&& install -v ./rebar3 /usr/local/bin/ 	&& rm -rf /usr/src/rebar3-src
-# Mon, 18 Jul 2016 16:41:39 GMT
-ENV ELIXIR_VERSION=v1.3.2 LANG=C.UTF-8
-# Mon, 18 Jul 2016 16:42:50 GMT
-RUN set -xe 	&& ELIXIR_DOWNLOAD_URL="https://github.com/elixir-lang/elixir/releases/download/${ELIXIR_VERSION}/Precompiled.zip" 	&& ELIXIR_DOWNLOAD_SHA256="45fdb9464b0fbe44c919482f1247740cc9c5d399280ef07e386aa7402b085be7"	&& buildDeps=' 		unzip 	' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o elixir-precompiled.zip $ELIXIR_DOWNLOAD_URL 	&& echo "$ELIXIR_DOWNLOAD_SHA256 elixir-precompiled.zip" | sha256sum -c - 	&& unzip -d /usr/local elixir-precompiled.zip 	&& rm elixir-precompiled.zip 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 16:42:50 GMT
-CMD ["iex"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e`  
-		Last Modified: Thu, 09 Jun 2016 21:47:38 GMT  
-		Size: 129.7 MB (129704383 bytes)
-	-	`sha256:045f34a33e1d9e0ce3ac117eed7f0817e0cd9dab612237d2dd02892f11692651`  
-		Last Modified: Fri, 15 Jul 2016 17:50:58 GMT  
-		Size: 57.9 MB (57944079 bytes)
-	-	`sha256:a47b60cd71486d67cb8dfe32286ee2b1e8fda543ddecce69eb1d05a441a9c43d`  
-		Last Modified: Fri, 15 Jul 2016 17:50:46 GMT  
-		Size: 196.8 KB (196787 bytes)
-	-	`sha256:e20ac523b344442f47ea3bb4b6f05c370418807574a9f69c5f61aa890530e248`  
-		Last Modified: Fri, 15 Jul 2016 17:50:47 GMT  
-		Size: 1.5 MB (1524854 bytes)
-	-	`sha256:f2b5574d9c58b27f6274289cc5f80e9f123ae8d44f23f2d7e97ccd025137ad5c`  
-		Last Modified: Mon, 18 Jul 2016 16:44:21 GMT  
-		Size: 3.5 MB (3531185 bytes)
-
-## `elixir:1.3`
-
-```console
-$ docker pull elixir@sha256:b063edcdede5de370292c488cc3a89778c62ede95e2bd7ffa92bb55e375501a9
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `elixir:1.3` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **305.3 MB (305326413 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:9c2e102302d763f146668e91b1c5f9cced38b62fbf7e2cfbfc2c2ff33aa666cb`
--	Default Command: `["iex"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:39:19 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 16:53:32 GMT
-ENV OTP_VERSION=19.0.1
-# Fri, 15 Jul 2016 17:10:45 GMT
-RUN set -xe 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION}.tar.gz" 	&& OTP_DOWNLOAD_SHA256="b425c6c009f1b75bf478306e15f948c3031d1a41ee7f7e5ac6845cc1b740fd44" 	&& runtimeDeps='libodbc1 			libsctp1' 	&& buildDeps='unixodbc-dev 			libsctp-dev' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $runtimeDeps 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" 	&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - 	&& mkdir -p /usr/src/otp-src 	&& tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 	&& rm otp-src.tar.gz 	&& cd /usr/src/otp-src 	&& ./otp_build autoconf 	&& ./configure --enable-sctp 	&& make -j$(nproc) 	&& make install 	&& find /usr/local -name examples | xargs rm -rf 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 17:10:45 GMT
-CMD ["erl"]
-# Fri, 15 Jul 2016 17:10:45 GMT
-ENV REBAR_VERSION=2.6.2
-# Fri, 15 Jul 2016 17:10:51 GMT
-RUN set -xe 	&& REBAR_DOWNLOAD_URL="https://github.com/rebar/rebar/archive/${REBAR_VERSION}.tar.gz" 	&& REBAR_DOWNLOAD_SHA256="ed2a49300f2f8ae7c95284e53e95dd85430952d2843ce224a17db2b312964400" 	&& mkdir -p /usr/src/rebar-src 	&& curl -fSL -o rebar-src.tar.gz "$REBAR_DOWNLOAD_URL" 	&& echo "$REBAR_DOWNLOAD_SHA256 rebar-src.tar.gz" | sha256sum -c - 	&& tar -xzf rebar-src.tar.gz -C /usr/src/rebar-src --strip-components=1 	&& rm rebar-src.tar.gz 	&& cd /usr/src/rebar-src 	&& ./bootstrap 	&& install -v ./rebar /usr/local/bin/ 	&& rm -rf /usr/src/rebar-src
-# Fri, 15 Jul 2016 17:10:51 GMT
-ENV REBAR3_VERSION=3.2.0
-# Fri, 15 Jul 2016 17:11:22 GMT
-RUN set -xe 	&& REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION}.tar.gz" 	&& REBAR3_DOWNLOAD_SHA256="78ad27372eea6e215790e161ae46f451c107a58a019cc7fb4551487903516455" 	&& mkdir -p /usr/src/rebar3-src 	&& curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" 	&& echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - 	&& tar -xzf rebar3-src.tar.gz -C /usr/src/rebar3-src --strip-components=1 	&& rm rebar3-src.tar.gz 	&& cd /usr/src/rebar3-src 	&& HOME=$PWD ./bootstrap 	&& install -v ./rebar3 /usr/local/bin/ 	&& rm -rf /usr/src/rebar3-src
-# Mon, 18 Jul 2016 16:41:39 GMT
-ENV ELIXIR_VERSION=v1.3.2 LANG=C.UTF-8
-# Mon, 18 Jul 2016 16:42:50 GMT
-RUN set -xe 	&& ELIXIR_DOWNLOAD_URL="https://github.com/elixir-lang/elixir/releases/download/${ELIXIR_VERSION}/Precompiled.zip" 	&& ELIXIR_DOWNLOAD_SHA256="45fdb9464b0fbe44c919482f1247740cc9c5d399280ef07e386aa7402b085be7"	&& buildDeps=' 		unzip 	' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o elixir-precompiled.zip $ELIXIR_DOWNLOAD_URL 	&& echo "$ELIXIR_DOWNLOAD_SHA256 elixir-precompiled.zip" | sha256sum -c - 	&& unzip -d /usr/local elixir-precompiled.zip 	&& rm elixir-precompiled.zip 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 16:42:50 GMT
-CMD ["iex"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e`  
-		Last Modified: Thu, 09 Jun 2016 21:47:38 GMT  
-		Size: 129.7 MB (129704383 bytes)
-	-	`sha256:045f34a33e1d9e0ce3ac117eed7f0817e0cd9dab612237d2dd02892f11692651`  
-		Last Modified: Fri, 15 Jul 2016 17:50:58 GMT  
-		Size: 57.9 MB (57944079 bytes)
-	-	`sha256:a47b60cd71486d67cb8dfe32286ee2b1e8fda543ddecce69eb1d05a441a9c43d`  
-		Last Modified: Fri, 15 Jul 2016 17:50:46 GMT  
-		Size: 196.8 KB (196787 bytes)
-	-	`sha256:e20ac523b344442f47ea3bb4b6f05c370418807574a9f69c5f61aa890530e248`  
-		Last Modified: Fri, 15 Jul 2016 17:50:47 GMT  
-		Size: 1.5 MB (1524854 bytes)
-	-	`sha256:f2b5574d9c58b27f6274289cc5f80e9f123ae8d44f23f2d7e97ccd025137ad5c`  
-		Last Modified: Mon, 18 Jul 2016 16:44:21 GMT  
-		Size: 3.5 MB (3531185 bytes)
-
-## `elixir:latest`
-
-```console
-$ docker pull elixir@sha256:b063edcdede5de370292c488cc3a89778c62ede95e2bd7ffa92bb55e375501a9
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `elixir:latest` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **305.3 MB (305326413 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:9c2e102302d763f146668e91b1c5f9cced38b62fbf7e2cfbfc2c2ff33aa666cb`
--	Default Command: `["iex"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:39:19 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 16:53:32 GMT
-ENV OTP_VERSION=19.0.1
-# Fri, 15 Jul 2016 17:10:45 GMT
-RUN set -xe 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION}.tar.gz" 	&& OTP_DOWNLOAD_SHA256="b425c6c009f1b75bf478306e15f948c3031d1a41ee7f7e5ac6845cc1b740fd44" 	&& runtimeDeps='libodbc1 			libsctp1' 	&& buildDeps='unixodbc-dev 			libsctp-dev' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $runtimeDeps 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" 	&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - 	&& mkdir -p /usr/src/otp-src 	&& tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 	&& rm otp-src.tar.gz 	&& cd /usr/src/otp-src 	&& ./otp_build autoconf 	&& ./configure --enable-sctp 	&& make -j$(nproc) 	&& make install 	&& find /usr/local -name examples | xargs rm -rf 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 17:10:45 GMT
-CMD ["erl"]
-# Fri, 15 Jul 2016 17:10:45 GMT
-ENV REBAR_VERSION=2.6.2
-# Fri, 15 Jul 2016 17:10:51 GMT
-RUN set -xe 	&& REBAR_DOWNLOAD_URL="https://github.com/rebar/rebar/archive/${REBAR_VERSION}.tar.gz" 	&& REBAR_DOWNLOAD_SHA256="ed2a49300f2f8ae7c95284e53e95dd85430952d2843ce224a17db2b312964400" 	&& mkdir -p /usr/src/rebar-src 	&& curl -fSL -o rebar-src.tar.gz "$REBAR_DOWNLOAD_URL" 	&& echo "$REBAR_DOWNLOAD_SHA256 rebar-src.tar.gz" | sha256sum -c - 	&& tar -xzf rebar-src.tar.gz -C /usr/src/rebar-src --strip-components=1 	&& rm rebar-src.tar.gz 	&& cd /usr/src/rebar-src 	&& ./bootstrap 	&& install -v ./rebar /usr/local/bin/ 	&& rm -rf /usr/src/rebar-src
-# Fri, 15 Jul 2016 17:10:51 GMT
-ENV REBAR3_VERSION=3.2.0
-# Fri, 15 Jul 2016 17:11:22 GMT
-RUN set -xe 	&& REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION}.tar.gz" 	&& REBAR3_DOWNLOAD_SHA256="78ad27372eea6e215790e161ae46f451c107a58a019cc7fb4551487903516455" 	&& mkdir -p /usr/src/rebar3-src 	&& curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" 	&& echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - 	&& tar -xzf rebar3-src.tar.gz -C /usr/src/rebar3-src --strip-components=1 	&& rm rebar3-src.tar.gz 	&& cd /usr/src/rebar3-src 	&& HOME=$PWD ./bootstrap 	&& install -v ./rebar3 /usr/local/bin/ 	&& rm -rf /usr/src/rebar3-src
-# Mon, 18 Jul 2016 16:41:39 GMT
-ENV ELIXIR_VERSION=v1.3.2 LANG=C.UTF-8
-# Mon, 18 Jul 2016 16:42:50 GMT
-RUN set -xe 	&& ELIXIR_DOWNLOAD_URL="https://github.com/elixir-lang/elixir/releases/download/${ELIXIR_VERSION}/Precompiled.zip" 	&& ELIXIR_DOWNLOAD_SHA256="45fdb9464b0fbe44c919482f1247740cc9c5d399280ef07e386aa7402b085be7"	&& buildDeps=' 		unzip 	' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o elixir-precompiled.zip $ELIXIR_DOWNLOAD_URL 	&& echo "$ELIXIR_DOWNLOAD_SHA256 elixir-precompiled.zip" | sha256sum -c - 	&& unzip -d /usr/local elixir-precompiled.zip 	&& rm elixir-precompiled.zip 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 16:42:50 GMT
-CMD ["iex"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e`  
-		Last Modified: Thu, 09 Jun 2016 21:47:38 GMT  
-		Size: 129.7 MB (129704383 bytes)
-	-	`sha256:045f34a33e1d9e0ce3ac117eed7f0817e0cd9dab612237d2dd02892f11692651`  
-		Last Modified: Fri, 15 Jul 2016 17:50:58 GMT  
-		Size: 57.9 MB (57944079 bytes)
-	-	`sha256:a47b60cd71486d67cb8dfe32286ee2b1e8fda543ddecce69eb1d05a441a9c43d`  
-		Last Modified: Fri, 15 Jul 2016 17:50:46 GMT  
-		Size: 196.8 KB (196787 bytes)
-	-	`sha256:e20ac523b344442f47ea3bb4b6f05c370418807574a9f69c5f61aa890530e248`  
-		Last Modified: Fri, 15 Jul 2016 17:50:47 GMT  
-		Size: 1.5 MB (1524854 bytes)
-	-	`sha256:f2b5574d9c58b27f6274289cc5f80e9f123ae8d44f23f2d7e97ccd025137ad5c`  
-		Last Modified: Mon, 18 Jul 2016 16:44:21 GMT  
-		Size: 3.5 MB (3531185 bytes)
-
-## `elixir:1.3.2-slim`
-
-```console
-$ docker pull elixir@sha256:39db93279a9426e22e69fd2ddf3fea89cc95002c60b8fbdf4f66de5f75b22586
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `elixir:1.3.2-slim` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **120.6 MB (120564428 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:09d077c751ceef6a001c1749813e9d8e749424531108c59157860d4460fc04c8`
--	Default Command: `["iex"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 15 Jul 2016 17:11:23 GMT
-ENV OTP_VERSION=19.0.1
-# Fri, 15 Jul 2016 17:28:32 GMT
-RUN set -xe 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION##*@}.tar.gz" 	&& OTP_DOWNLOAD_SHA256="b425c6c009f1b75bf478306e15f948c3031d1a41ee7f7e5ac6845cc1b740fd44" 	&& runtimeDeps=' 		libodbc1 		libssl1.0.0 		libsctp1 	' 	&& buildDeps=' 		curl 		ca-certificates 		autoconf 		gcc 		make 		libncurses-dev 		unixodbc-dev 		libssl-dev 		libsctp-dev 	' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $runtimeDeps 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" 	&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - 	&& mkdir -p /usr/src/otp-src 	&& tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 	&& rm otp-src.tar.gz 	&& cd /usr/src/otp-src 	&& ./otp_build autoconf 	&& ./configure --enable-sctp 	&& make -j$(nproc) 	&& make install 	&& find /usr/local -name examples | xargs rm -rf 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 17:28:32 GMT
-CMD ["erl"]
-# Mon, 18 Jul 2016 16:42:51 GMT
-ENV ELIXIR_VERSION=v1.3.2 LANG=C.UTF-8
-# Mon, 18 Jul 2016 16:44:10 GMT
-RUN set -xe 	&& ELIXIR_DOWNLOAD_URL="https://github.com/elixir-lang/elixir/releases/download/${ELIXIR_VERSION}/Precompiled.zip" 	&& ELIXIR_DOWNLOAD_SHA256="45fdb9464b0fbe44c919482f1247740cc9c5d399280ef07e386aa7402b085be7" 	&& buildDeps=' 		ca-certificates 		curl 		unzip 	' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o elixir-precompiled.zip $ELIXIR_DOWNLOAD_URL 	&& echo "$ELIXIR_DOWNLOAD_SHA256 elixir-precompiled.zip" | sha256sum -c - 	&& unzip -d /usr/local elixir-precompiled.zip 	&& rm elixir-precompiled.zip 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 16:44:10 GMT
-CMD ["iex"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:6fb839edfc9c8a43a7f58b2937d6e34d637bc40c3f0541b0cf7ddba9de209b3c`  
-		Last Modified: Fri, 15 Jul 2016 17:51:55 GMT  
-		Size: 65.5 MB (65455880 bytes)
-	-	`sha256:a9786740bc5277c01d52f694b6454812d17fe56f61215b0f4913b131588aab7a`  
-		Last Modified: Mon, 18 Jul 2016 16:44:53 GMT  
-		Size: 3.8 MB (3756013 bytes)
-
-## `elixir:1.3-slim`
-
-```console
-$ docker pull elixir@sha256:39db93279a9426e22e69fd2ddf3fea89cc95002c60b8fbdf4f66de5f75b22586
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `elixir:1.3-slim` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **120.6 MB (120564428 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:09d077c751ceef6a001c1749813e9d8e749424531108c59157860d4460fc04c8`
--	Default Command: `["iex"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 15 Jul 2016 17:11:23 GMT
-ENV OTP_VERSION=19.0.1
-# Fri, 15 Jul 2016 17:28:32 GMT
-RUN set -xe 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION##*@}.tar.gz" 	&& OTP_DOWNLOAD_SHA256="b425c6c009f1b75bf478306e15f948c3031d1a41ee7f7e5ac6845cc1b740fd44" 	&& runtimeDeps=' 		libodbc1 		libssl1.0.0 		libsctp1 	' 	&& buildDeps=' 		curl 		ca-certificates 		autoconf 		gcc 		make 		libncurses-dev 		unixodbc-dev 		libssl-dev 		libsctp-dev 	' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $runtimeDeps 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" 	&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - 	&& mkdir -p /usr/src/otp-src 	&& tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 	&& rm otp-src.tar.gz 	&& cd /usr/src/otp-src 	&& ./otp_build autoconf 	&& ./configure --enable-sctp 	&& make -j$(nproc) 	&& make install 	&& find /usr/local -name examples | xargs rm -rf 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 17:28:32 GMT
-CMD ["erl"]
-# Mon, 18 Jul 2016 16:42:51 GMT
-ENV ELIXIR_VERSION=v1.3.2 LANG=C.UTF-8
-# Mon, 18 Jul 2016 16:44:10 GMT
-RUN set -xe 	&& ELIXIR_DOWNLOAD_URL="https://github.com/elixir-lang/elixir/releases/download/${ELIXIR_VERSION}/Precompiled.zip" 	&& ELIXIR_DOWNLOAD_SHA256="45fdb9464b0fbe44c919482f1247740cc9c5d399280ef07e386aa7402b085be7" 	&& buildDeps=' 		ca-certificates 		curl 		unzip 	' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o elixir-precompiled.zip $ELIXIR_DOWNLOAD_URL 	&& echo "$ELIXIR_DOWNLOAD_SHA256 elixir-precompiled.zip" | sha256sum -c - 	&& unzip -d /usr/local elixir-precompiled.zip 	&& rm elixir-precompiled.zip 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 16:44:10 GMT
-CMD ["iex"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:6fb839edfc9c8a43a7f58b2937d6e34d637bc40c3f0541b0cf7ddba9de209b3c`  
-		Last Modified: Fri, 15 Jul 2016 17:51:55 GMT  
-		Size: 65.5 MB (65455880 bytes)
-	-	`sha256:a9786740bc5277c01d52f694b6454812d17fe56f61215b0f4913b131588aab7a`  
-		Last Modified: Mon, 18 Jul 2016 16:44:53 GMT  
-		Size: 3.8 MB (3756013 bytes)
-
-## `elixir:slim`
-
-```console
-$ docker pull elixir@sha256:39db93279a9426e22e69fd2ddf3fea89cc95002c60b8fbdf4f66de5f75b22586
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `elixir:slim` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **120.6 MB (120564428 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:09d077c751ceef6a001c1749813e9d8e749424531108c59157860d4460fc04c8`
--	Default Command: `["iex"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 15 Jul 2016 17:11:23 GMT
-ENV OTP_VERSION=19.0.1
-# Fri, 15 Jul 2016 17:28:32 GMT
-RUN set -xe 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION##*@}.tar.gz" 	&& OTP_DOWNLOAD_SHA256="b425c6c009f1b75bf478306e15f948c3031d1a41ee7f7e5ac6845cc1b740fd44" 	&& runtimeDeps=' 		libodbc1 		libssl1.0.0 		libsctp1 	' 	&& buildDeps=' 		curl 		ca-certificates 		autoconf 		gcc 		make 		libncurses-dev 		unixodbc-dev 		libssl-dev 		libsctp-dev 	' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $runtimeDeps 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" 	&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - 	&& mkdir -p /usr/src/otp-src 	&& tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 	&& rm otp-src.tar.gz 	&& cd /usr/src/otp-src 	&& ./otp_build autoconf 	&& ./configure --enable-sctp 	&& make -j$(nproc) 	&& make install 	&& find /usr/local -name examples | xargs rm -rf 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 17:28:32 GMT
-CMD ["erl"]
-# Mon, 18 Jul 2016 16:42:51 GMT
-ENV ELIXIR_VERSION=v1.3.2 LANG=C.UTF-8
-# Mon, 18 Jul 2016 16:44:10 GMT
-RUN set -xe 	&& ELIXIR_DOWNLOAD_URL="https://github.com/elixir-lang/elixir/releases/download/${ELIXIR_VERSION}/Precompiled.zip" 	&& ELIXIR_DOWNLOAD_SHA256="45fdb9464b0fbe44c919482f1247740cc9c5d399280ef07e386aa7402b085be7" 	&& buildDeps=' 		ca-certificates 		curl 		unzip 	' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o elixir-precompiled.zip $ELIXIR_DOWNLOAD_URL 	&& echo "$ELIXIR_DOWNLOAD_SHA256 elixir-precompiled.zip" | sha256sum -c - 	&& unzip -d /usr/local elixir-precompiled.zip 	&& rm elixir-precompiled.zip 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 16:44:10 GMT
-CMD ["iex"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:6fb839edfc9c8a43a7f58b2937d6e34d637bc40c3f0541b0cf7ddba9de209b3c`  
-		Last Modified: Fri, 15 Jul 2016 17:51:55 GMT  
-		Size: 65.5 MB (65455880 bytes)
-	-	`sha256:a9786740bc5277c01d52f694b6454812d17fe56f61215b0f4913b131588aab7a`  
-		Last Modified: Mon, 18 Jul 2016 16:44:53 GMT  
-		Size: 3.8 MB (3756013 bytes)
-
-## `elixir:1.2.6`
-
-```console
-$ docker pull elixir@sha256:2843cf00644f9ede61e58545d114ef55f462da9f37c3643b3ba48e896a49fbcb
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `elixir:1.2.6` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **304.9 MB (304881154 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:9dcf308c8eb282ec738374504df1e5df96cdc8484ec0783b916300ad60514a76`
--	Default Command: `["iex"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:39:19 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 17:28:37 GMT
-ENV OTP_VERSION=18.3.4.1
-# Fri, 15 Jul 2016 17:38:54 GMT
-RUN set -xe 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-$OTP_VERSION.tar.gz" 	&& OTP_DOWNLOAD_SHA256="3b9852083f3e5cf0668757af76833547233b8e67f4c28b51a6f49d4625bb23de" 	&& runtimeDeps='libodbc1 			libsctp1' 	&& buildDeps='unixodbc-dev 			libsctp-dev' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $runtimeDeps 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" 	&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - 	&& mkdir -p /usr/src/otp-src 	&& tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 	&& rm otp-src.tar.gz 	&& cd /usr/src/otp-src 	&& ./otp_build autoconf 	&& ./configure --enable-sctp 	&& make -j$(nproc) 	&& make install 	&& find /usr/local -name examples | xargs rm -rf 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 17:38:55 GMT
-CMD ["erl"]
-# Fri, 15 Jul 2016 17:38:55 GMT
-ENV REBAR_VERSION=2.6.2
-# Fri, 15 Jul 2016 17:39:02 GMT
-RUN set -xe 	&& REBAR_DOWNLOAD_URL="https://github.com/rebar/rebar/archive/${REBAR_VERSION##*@}.tar.gz" 	&& REBAR_DOWNLOAD_SHA256="ed2a49300f2f8ae7c95284e53e95dd85430952d2843ce224a17db2b312964400" 	&& mkdir -p /usr/src/rebar-src 	&& curl -fSL -o rebar-src.tar.gz "$REBAR_DOWNLOAD_URL" 	&& echo "$REBAR_DOWNLOAD_SHA256 rebar-src.tar.gz" | sha256sum -c - 	&& tar -xzf rebar-src.tar.gz -C /usr/src/rebar-src --strip-components=1 	&& rm rebar-src.tar.gz 	&& cd /usr/src/rebar-src 	&& ./bootstrap 	&& install -v ./rebar /usr/local/bin/ 	&& rm -rf /usr/src/rebar-src
-# Fri, 15 Jul 2016 17:39:03 GMT
-ENV REBAR3_VERSION=3.2.0
-# Fri, 15 Jul 2016 17:40:08 GMT
-RUN set -xe 	&& REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION##*@}.tar.gz" 	&& REBAR3_DOWNLOAD_SHA256="78ad27372eea6e215790e161ae46f451c107a58a019cc7fb4551487903516455" 	&& mkdir -p /usr/src/rebar3-src 	&& curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" 	&& echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - 	&& tar -xzf rebar3-src.tar.gz -C /usr/src/rebar3-src --strip-components=1 	&& rm rebar3-src.tar.gz 	&& cd /usr/src/rebar3-src 	&& HOME=$PWD ./bootstrap 	&& install -v ./rebar3 /usr/local/bin/ 	&& rm -rf /usr/src/rebar3-src
-# Fri, 15 Jul 2016 19:30:07 GMT
-ENV ELIXIR_VERSION=v1.2.6 LANG=C.UTF-8
-# Fri, 15 Jul 2016 19:31:18 GMT
-RUN set -xe 	&& ELIXIR_DOWNLOAD_URL="https://github.com/elixir-lang/elixir/releases/download/${ELIXIR_VERSION#*@}/Precompiled.zip" 	&& ELIXIR_DOWNLOAD_SHA256="bb4324eb7c9568fa30f0f2ed3c1b86ebbd5251f7c820f1beb0e5eed5fb8a9729" 	&& buildDeps=' 		unzip 	' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o elixir-precompiled.zip $ELIXIR_DOWNLOAD_URL 	&& echo "$ELIXIR_DOWNLOAD_SHA256 elixir-precompiled.zip" | sha256sum -c - 	&& unzip -d /usr/local elixir-precompiled.zip 	&& rm elixir-precompiled.zip 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 19:31:19 GMT
-CMD ["iex"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e`  
-		Last Modified: Thu, 09 Jun 2016 21:47:38 GMT  
-		Size: 129.7 MB (129704383 bytes)
-	-	`sha256:2c61b4b9a72dce6594fa03fb8a74cde45ec108c239a05d78cf6ecd2b52ac0910`  
-		Last Modified: Fri, 15 Jul 2016 17:53:26 GMT  
-		Size: 57.7 MB (57745467 bytes)
-	-	`sha256:b88db8375878d7572b27b7881df9ee01ef39c402cbf6e27976f64c189a02369a`  
-		Last Modified: Fri, 15 Jul 2016 17:53:15 GMT  
-		Size: 198.0 KB (198041 bytes)
-	-	`sha256:5c468fd521f59805b575c492d3662ea17bf78445886b46badd415319808143c2`  
-		Last Modified: Fri, 15 Jul 2016 17:53:15 GMT  
-		Size: 1.5 MB (1528966 bytes)
-	-	`sha256:b67e0c34f27b8620e56d2b9dd8cb1d31e4f6d54ac907d28f226b3521ab9178f8`  
-		Last Modified: Fri, 15 Jul 2016 19:31:28 GMT  
-		Size: 3.3 MB (3279172 bytes)
-
-## `elixir:1.2`
-
-```console
-$ docker pull elixir@sha256:2843cf00644f9ede61e58545d114ef55f462da9f37c3643b3ba48e896a49fbcb
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `elixir:1.2` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **304.9 MB (304881154 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:9dcf308c8eb282ec738374504df1e5df96cdc8484ec0783b916300ad60514a76`
--	Default Command: `["iex"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:39:19 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 17:28:37 GMT
-ENV OTP_VERSION=18.3.4.1
-# Fri, 15 Jul 2016 17:38:54 GMT
-RUN set -xe 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-$OTP_VERSION.tar.gz" 	&& OTP_DOWNLOAD_SHA256="3b9852083f3e5cf0668757af76833547233b8e67f4c28b51a6f49d4625bb23de" 	&& runtimeDeps='libodbc1 			libsctp1' 	&& buildDeps='unixodbc-dev 			libsctp-dev' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $runtimeDeps 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" 	&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - 	&& mkdir -p /usr/src/otp-src 	&& tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 	&& rm otp-src.tar.gz 	&& cd /usr/src/otp-src 	&& ./otp_build autoconf 	&& ./configure --enable-sctp 	&& make -j$(nproc) 	&& make install 	&& find /usr/local -name examples | xargs rm -rf 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 17:38:55 GMT
-CMD ["erl"]
-# Fri, 15 Jul 2016 17:38:55 GMT
-ENV REBAR_VERSION=2.6.2
-# Fri, 15 Jul 2016 17:39:02 GMT
-RUN set -xe 	&& REBAR_DOWNLOAD_URL="https://github.com/rebar/rebar/archive/${REBAR_VERSION##*@}.tar.gz" 	&& REBAR_DOWNLOAD_SHA256="ed2a49300f2f8ae7c95284e53e95dd85430952d2843ce224a17db2b312964400" 	&& mkdir -p /usr/src/rebar-src 	&& curl -fSL -o rebar-src.tar.gz "$REBAR_DOWNLOAD_URL" 	&& echo "$REBAR_DOWNLOAD_SHA256 rebar-src.tar.gz" | sha256sum -c - 	&& tar -xzf rebar-src.tar.gz -C /usr/src/rebar-src --strip-components=1 	&& rm rebar-src.tar.gz 	&& cd /usr/src/rebar-src 	&& ./bootstrap 	&& install -v ./rebar /usr/local/bin/ 	&& rm -rf /usr/src/rebar-src
-# Fri, 15 Jul 2016 17:39:03 GMT
-ENV REBAR3_VERSION=3.2.0
-# Fri, 15 Jul 2016 17:40:08 GMT
-RUN set -xe 	&& REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION##*@}.tar.gz" 	&& REBAR3_DOWNLOAD_SHA256="78ad27372eea6e215790e161ae46f451c107a58a019cc7fb4551487903516455" 	&& mkdir -p /usr/src/rebar3-src 	&& curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" 	&& echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - 	&& tar -xzf rebar3-src.tar.gz -C /usr/src/rebar3-src --strip-components=1 	&& rm rebar3-src.tar.gz 	&& cd /usr/src/rebar3-src 	&& HOME=$PWD ./bootstrap 	&& install -v ./rebar3 /usr/local/bin/ 	&& rm -rf /usr/src/rebar3-src
-# Fri, 15 Jul 2016 19:30:07 GMT
-ENV ELIXIR_VERSION=v1.2.6 LANG=C.UTF-8
-# Fri, 15 Jul 2016 19:31:18 GMT
-RUN set -xe 	&& ELIXIR_DOWNLOAD_URL="https://github.com/elixir-lang/elixir/releases/download/${ELIXIR_VERSION#*@}/Precompiled.zip" 	&& ELIXIR_DOWNLOAD_SHA256="bb4324eb7c9568fa30f0f2ed3c1b86ebbd5251f7c820f1beb0e5eed5fb8a9729" 	&& buildDeps=' 		unzip 	' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o elixir-precompiled.zip $ELIXIR_DOWNLOAD_URL 	&& echo "$ELIXIR_DOWNLOAD_SHA256 elixir-precompiled.zip" | sha256sum -c - 	&& unzip -d /usr/local elixir-precompiled.zip 	&& rm elixir-precompiled.zip 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 19:31:19 GMT
-CMD ["iex"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e`  
-		Last Modified: Thu, 09 Jun 2016 21:47:38 GMT  
-		Size: 129.7 MB (129704383 bytes)
-	-	`sha256:2c61b4b9a72dce6594fa03fb8a74cde45ec108c239a05d78cf6ecd2b52ac0910`  
-		Last Modified: Fri, 15 Jul 2016 17:53:26 GMT  
-		Size: 57.7 MB (57745467 bytes)
-	-	`sha256:b88db8375878d7572b27b7881df9ee01ef39c402cbf6e27976f64c189a02369a`  
-		Last Modified: Fri, 15 Jul 2016 17:53:15 GMT  
-		Size: 198.0 KB (198041 bytes)
-	-	`sha256:5c468fd521f59805b575c492d3662ea17bf78445886b46badd415319808143c2`  
-		Last Modified: Fri, 15 Jul 2016 17:53:15 GMT  
-		Size: 1.5 MB (1528966 bytes)
-	-	`sha256:b67e0c34f27b8620e56d2b9dd8cb1d31e4f6d54ac907d28f226b3521ab9178f8`  
-		Last Modified: Fri, 15 Jul 2016 19:31:28 GMT  
-		Size: 3.3 MB (3279172 bytes)
-
-## `elixir:1.2.6-slim`
-
-```console
-$ docker pull elixir@sha256:e8c1f72ed66988c2ec44ad72606427037f3995690c397196e7e376cef778bd54
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `elixir:1.2.6-slim` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **120.1 MB (120124850 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:17ddfd59c0081ae30ad442a54d32dbc3da8638b7a2ce17c3a5a7362a14c5bb22`
--	Default Command: `["iex"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 15 Jul 2016 17:40:09 GMT
-ENV OTP_VERSION=18.3.4.1
-# Fri, 15 Jul 2016 17:50:31 GMT
-RUN set -xe 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-$OTP_VERSION.tar.gz" 	&& OTP_DOWNLOAD_SHA256="3b9852083f3e5cf0668757af76833547233b8e67f4c28b51a6f49d4625bb23de" 	&& runtimeDeps=' 		libodbc1 		libssl1.0.0 		libsctp1 	' 	&& buildDeps=' 		curl 		ca-certificates 		autoconf 		gcc 		make 		libncurses-dev 		unixodbc-dev 		libssl-dev 		libsctp-dev 	' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $runtimeDeps 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" 	&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - 	&& mkdir -p /usr/src/otp-src 	&& tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 	&& rm otp-src.tar.gz 	&& cd /usr/src/otp-src 	&& ./otp_build autoconf 	&& ./configure --enable-sctp 	&& make -j$(nproc) 	&& make install 	&& find /usr/local -name examples | xargs rm -rf 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 17:50:32 GMT
-CMD ["erl"]
-# Fri, 15 Jul 2016 19:35:29 GMT
-ENV ELIXIR_VERSION=v1.2.6 LANG=C.UTF-8
-# Fri, 15 Jul 2016 19:36:52 GMT
-RUN set -xe 	&& ELIXIR_DOWNLOAD_URL="https://github.com/elixir-lang/elixir/releases/download/${ELIXIR_VERSION#*@}/Precompiled.zip" 	&& ELIXIR_DOWNLOAD_SHA256="bb4324eb7c9568fa30f0f2ed3c1b86ebbd5251f7c820f1beb0e5eed5fb8a9729" 	&& buildDeps=' 		ca-certificates 		curl 		unzip 	' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o elixir-precompiled.zip $ELIXIR_DOWNLOAD_URL 	&& echo "$ELIXIR_DOWNLOAD_SHA256 elixir-precompiled.zip" | sha256sum -c - 	&& unzip -d /usr/local elixir-precompiled.zip 	&& rm elixir-precompiled.zip 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 19:36:53 GMT
-CMD ["iex"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:f346d7737a40e637a07ef16ba05de7b27ebc7ddc0c14b383bd00c7a91f1468e8`  
-		Last Modified: Fri, 15 Jul 2016 17:54:23 GMT  
-		Size: 65.3 MB (65267826 bytes)
-	-	`sha256:f9b7edaeb8719421397d6abeb01b3ca576de4e217b8da09faddeba3fedff2eef`  
-		Last Modified: Fri, 15 Jul 2016 19:37:02 GMT  
-		Size: 3.5 MB (3504489 bytes)
-
-## `elixir:1.2-slim`
-
-```console
-$ docker pull elixir@sha256:e8c1f72ed66988c2ec44ad72606427037f3995690c397196e7e376cef778bd54
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `elixir:1.2-slim` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **120.1 MB (120124850 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:17ddfd59c0081ae30ad442a54d32dbc3da8638b7a2ce17c3a5a7362a14c5bb22`
--	Default Command: `["iex"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 15 Jul 2016 17:40:09 GMT
-ENV OTP_VERSION=18.3.4.1
-# Fri, 15 Jul 2016 17:50:31 GMT
-RUN set -xe 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-$OTP_VERSION.tar.gz" 	&& OTP_DOWNLOAD_SHA256="3b9852083f3e5cf0668757af76833547233b8e67f4c28b51a6f49d4625bb23de" 	&& runtimeDeps=' 		libodbc1 		libssl1.0.0 		libsctp1 	' 	&& buildDeps=' 		curl 		ca-certificates 		autoconf 		gcc 		make 		libncurses-dev 		unixodbc-dev 		libssl-dev 		libsctp-dev 	' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $runtimeDeps 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" 	&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - 	&& mkdir -p /usr/src/otp-src 	&& tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 	&& rm otp-src.tar.gz 	&& cd /usr/src/otp-src 	&& ./otp_build autoconf 	&& ./configure --enable-sctp 	&& make -j$(nproc) 	&& make install 	&& find /usr/local -name examples | xargs rm -rf 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 17:50:32 GMT
-CMD ["erl"]
-# Fri, 15 Jul 2016 19:35:29 GMT
-ENV ELIXIR_VERSION=v1.2.6 LANG=C.UTF-8
-# Fri, 15 Jul 2016 19:36:52 GMT
-RUN set -xe 	&& ELIXIR_DOWNLOAD_URL="https://github.com/elixir-lang/elixir/releases/download/${ELIXIR_VERSION#*@}/Precompiled.zip" 	&& ELIXIR_DOWNLOAD_SHA256="bb4324eb7c9568fa30f0f2ed3c1b86ebbd5251f7c820f1beb0e5eed5fb8a9729" 	&& buildDeps=' 		ca-certificates 		curl 		unzip 	' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o elixir-precompiled.zip $ELIXIR_DOWNLOAD_URL 	&& echo "$ELIXIR_DOWNLOAD_SHA256 elixir-precompiled.zip" | sha256sum -c - 	&& unzip -d /usr/local elixir-precompiled.zip 	&& rm elixir-precompiled.zip 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 19:36:53 GMT
-CMD ["iex"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:f346d7737a40e637a07ef16ba05de7b27ebc7ddc0c14b383bd00c7a91f1468e8`  
-		Last Modified: Fri, 15 Jul 2016 17:54:23 GMT  
-		Size: 65.3 MB (65267826 bytes)
-	-	`sha256:f9b7edaeb8719421397d6abeb01b3ca576de4e217b8da09faddeba3fedff2eef`  
-		Last Modified: Fri, 15 Jul 2016 19:37:02 GMT  
-		Size: 3.5 MB (3504489 bytes)

+ 8 - 10
erlang/README.md

@@ -1,19 +1,17 @@
 # Supported tags and respective `Dockerfile` links
 
--	[`19.0.1`, `19.0`, `19`, `latest` (*19/Dockerfile*)](https://github.com/c0b/docker-erlang-otp/blob/01a4e03a5f1fd0ae7cf6d396ae6fe5695555645d/19/Dockerfile)
--	[`19.0.1-slim`, `19.0-slim`, `19-slim`, `slim` (*19/slim/Dockerfile*)](https://github.com/c0b/docker-erlang-otp/blob/01a4e03a5f1fd0ae7cf6d396ae6fe5695555645d/19/slim/Dockerfile)
--	[`19.0.1-onbuild`, `19.0-onbuild`, `19-onbuild`, `onbuild` (*19/onbuild/Dockerfile*)](https://github.com/c0b/docker-erlang-otp/blob/01a4e03a5f1fd0ae7cf6d396ae6fe5695555645d/19/onbuild/Dockerfile)
--	[`18.3.4.1`, `18.3.4`, `18.3`, `18` (*18/Dockerfile*)](https://github.com/c0b/docker-erlang-otp/blob/01a4e03a5f1fd0ae7cf6d396ae6fe5695555645d/18/Dockerfile)
--	[`18.3.4.1-slim`, `18.3.4-slim`, `18.3-slim`, `18-slim` (*18/slim/Dockerfile*)](https://github.com/c0b/docker-erlang-otp/blob/01a4e03a5f1fd0ae7cf6d396ae6fe5695555645d/18/slim/Dockerfile)
--	[`18.3.4.1-onbuild`, `18.3.4-onbuild`, `18.3-onbuild`, `18-onbuild` (*18/onbuild/Dockerfile*)](https://github.com/c0b/docker-erlang-otp/blob/01a4e03a5f1fd0ae7cf6d396ae6fe5695555645d/18/onbuild/Dockerfile)
+-	[`19.1`, `19`, `latest` (*19/Dockerfile*)](https://github.com/c0b/docker-erlang-otp/blob/9be249effe93e3c61fa0749078e55ef8d050a16e/19/Dockerfile)
+-	[`19.1-slim`, `19-slim`, `slim` (*19/slim/Dockerfile*)](https://github.com/c0b/docker-erlang-otp/blob/9be249effe93e3c61fa0749078e55ef8d050a16e/19/slim/Dockerfile)
+-	[`19.1-onbuild`, `19-onbuild`, `onbuild` (*19/onbuild/Dockerfile*)](https://github.com/c0b/docker-erlang-otp/blob/9be249effe93e3c61fa0749078e55ef8d050a16e/19/onbuild/Dockerfile)
+-	[`18.3.4.4`, `18.3.4`, `18.3`, `18` (*18/Dockerfile*)](https://github.com/c0b/docker-erlang-otp/blob/7f5e7b4768136caa5f15e0b84d6b503fa430ef7b/18/Dockerfile)
+-	[`18.3.4.4-slim`, `18.3.4-slim`, `18.3-slim`, `18-slim` (*18/slim/Dockerfile*)](https://github.com/c0b/docker-erlang-otp/blob/7f5e7b4768136caa5f15e0b84d6b503fa430ef7b/18/slim/Dockerfile)
+-	[`18.3.4.4-onbuild`, `18.3.4-onbuild`, `18.3-onbuild`, `18-onbuild` (*18/onbuild/Dockerfile*)](https://github.com/c0b/docker-erlang-otp/blob/20e41464075dc0fc76709be77701530eddb6fe33/18/onbuild/Dockerfile)
 -	[`17.5.6.9`, `17.5.6`, `17.5`, `17` (*17/Dockerfile*)](https://github.com/c0b/docker-erlang-otp/blob/ea32d5f6f1735f9f55bee04b112166da96eb9c73/17/Dockerfile)
 -	[`17.5.6.9-slim`, `17.5.6-slim`, `17.5-slim`, `17-slim` (*17/slim/Dockerfile*)](https://github.com/c0b/docker-erlang-otp/blob/ea32d5f6f1735f9f55bee04b112166da96eb9c73/17/slim/Dockerfile)
 
-[![](https://badge.imagelayers.io/erlang:latest.svg)](https://imagelayers.io/?images=erlang:19.0.1,erlang:19.0.1-slim,erlang:19.0.1-onbuild,erlang:18.3.4.1,erlang:18.3.4.1-slim,erlang:18.3.4.1-onbuild,erlang:17.5.6.9,erlang:17.5.6.9-slim)
-
 For more information about this image and its history, please see [the relevant manifest file (`library/erlang`)](https://github.com/docker-library/official-images/blob/master/library/erlang). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Ferlang).
 
-For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `erlang/tag-details.md` file](https://github.com/docker-library/docs/blob/master/erlang/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs).
+For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `repos/erlang/tag-details.md` file](https://github.com/docker-library/repo-info/blob/master/repos/erlang/tag-details.md) in [the `docker-library/repo-info` GitHub repo](https://github.com/docker-library/repo-info).
 
 # What is Erlang?
 
@@ -93,7 +91,7 @@ View [license information](http://www.erlang.org/about.html) for the software co
 
 # Supported Docker versions
 
-This image is officially supported on Docker version 1.11.2.
+This image is officially supported on Docker version 1.12.1.
 
 Support for older versions (down to 1.6) is provided on a best-effort basis.
 

+ 0 - 1944
erlang/tag-details.md

@@ -1,1944 +0,0 @@
-<!-- THIS FILE IS GENERATED VIA '.template-helpers/generate-tag-details.pl' -->
-
-# Tags of `erlang`
-
--	[`erlang:19.0.1`](#erlang1901)
--	[`erlang:19.0`](#erlang190)
--	[`erlang:19`](#erlang19)
--	[`erlang:latest`](#erlanglatest)
--	[`erlang:19.0.1-slim`](#erlang1901-slim)
--	[`erlang:19.0-slim`](#erlang190-slim)
--	[`erlang:19-slim`](#erlang19-slim)
--	[`erlang:slim`](#erlangslim)
--	[`erlang:19.0.1-onbuild`](#erlang1901-onbuild)
--	[`erlang:19.0-onbuild`](#erlang190-onbuild)
--	[`erlang:19-onbuild`](#erlang19-onbuild)
--	[`erlang:onbuild`](#erlangonbuild)
--	[`erlang:18.3.4.1`](#erlang18341)
--	[`erlang:18.3.4`](#erlang1834)
--	[`erlang:18.3`](#erlang183)
--	[`erlang:18`](#erlang18)
--	[`erlang:18.3.4.1-slim`](#erlang18341-slim)
--	[`erlang:18.3.4-slim`](#erlang1834-slim)
--	[`erlang:18.3-slim`](#erlang183-slim)
--	[`erlang:18-slim`](#erlang18-slim)
--	[`erlang:18.3.4.1-onbuild`](#erlang18341-onbuild)
--	[`erlang:18.3.4-onbuild`](#erlang1834-onbuild)
--	[`erlang:18.3-onbuild`](#erlang183-onbuild)
--	[`erlang:18-onbuild`](#erlang18-onbuild)
--	[`erlang:17.5.6.9`](#erlang17569)
--	[`erlang:17.5.6`](#erlang1756)
--	[`erlang:17.5`](#erlang175)
--	[`erlang:17`](#erlang17)
--	[`erlang:17.5.6.9-slim`](#erlang17569-slim)
--	[`erlang:17.5.6-slim`](#erlang1756-slim)
--	[`erlang:17.5-slim`](#erlang175-slim)
--	[`erlang:17-slim`](#erlang17-slim)
-
-## `erlang:19.0.1`
-
-```console
-$ docker pull erlang@sha256:a853f36bf78b7c094df96154f3ed65a6812ea7fc094b2552a36d0f6884f4d184
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `erlang:19.0.1` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **301.8 MB (301795228 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:cef3a19f6fbedcb30f0215933122471d3e3e192cf9a8bd6e21bb5509bd4198fd`
--	Default Command: `["erl"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:39:19 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 16:53:32 GMT
-ENV OTP_VERSION=19.0.1
-# Fri, 15 Jul 2016 17:10:45 GMT
-RUN set -xe 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION}.tar.gz" 	&& OTP_DOWNLOAD_SHA256="b425c6c009f1b75bf478306e15f948c3031d1a41ee7f7e5ac6845cc1b740fd44" 	&& runtimeDeps='libodbc1 			libsctp1' 	&& buildDeps='unixodbc-dev 			libsctp-dev' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $runtimeDeps 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" 	&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - 	&& mkdir -p /usr/src/otp-src 	&& tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 	&& rm otp-src.tar.gz 	&& cd /usr/src/otp-src 	&& ./otp_build autoconf 	&& ./configure --enable-sctp 	&& make -j$(nproc) 	&& make install 	&& find /usr/local -name examples | xargs rm -rf 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 17:10:45 GMT
-CMD ["erl"]
-# Fri, 15 Jul 2016 17:10:45 GMT
-ENV REBAR_VERSION=2.6.2
-# Fri, 15 Jul 2016 17:10:51 GMT
-RUN set -xe 	&& REBAR_DOWNLOAD_URL="https://github.com/rebar/rebar/archive/${REBAR_VERSION}.tar.gz" 	&& REBAR_DOWNLOAD_SHA256="ed2a49300f2f8ae7c95284e53e95dd85430952d2843ce224a17db2b312964400" 	&& mkdir -p /usr/src/rebar-src 	&& curl -fSL -o rebar-src.tar.gz "$REBAR_DOWNLOAD_URL" 	&& echo "$REBAR_DOWNLOAD_SHA256 rebar-src.tar.gz" | sha256sum -c - 	&& tar -xzf rebar-src.tar.gz -C /usr/src/rebar-src --strip-components=1 	&& rm rebar-src.tar.gz 	&& cd /usr/src/rebar-src 	&& ./bootstrap 	&& install -v ./rebar /usr/local/bin/ 	&& rm -rf /usr/src/rebar-src
-# Fri, 15 Jul 2016 17:10:51 GMT
-ENV REBAR3_VERSION=3.2.0
-# Fri, 15 Jul 2016 17:11:22 GMT
-RUN set -xe 	&& REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION}.tar.gz" 	&& REBAR3_DOWNLOAD_SHA256="78ad27372eea6e215790e161ae46f451c107a58a019cc7fb4551487903516455" 	&& mkdir -p /usr/src/rebar3-src 	&& curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" 	&& echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - 	&& tar -xzf rebar3-src.tar.gz -C /usr/src/rebar3-src --strip-components=1 	&& rm rebar3-src.tar.gz 	&& cd /usr/src/rebar3-src 	&& HOME=$PWD ./bootstrap 	&& install -v ./rebar3 /usr/local/bin/ 	&& rm -rf /usr/src/rebar3-src
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e`  
-		Last Modified: Thu, 09 Jun 2016 21:47:38 GMT  
-		Size: 129.7 MB (129704383 bytes)
-	-	`sha256:045f34a33e1d9e0ce3ac117eed7f0817e0cd9dab612237d2dd02892f11692651`  
-		Last Modified: Fri, 15 Jul 2016 17:50:58 GMT  
-		Size: 57.9 MB (57944079 bytes)
-	-	`sha256:a47b60cd71486d67cb8dfe32286ee2b1e8fda543ddecce69eb1d05a441a9c43d`  
-		Last Modified: Fri, 15 Jul 2016 17:50:46 GMT  
-		Size: 196.8 KB (196787 bytes)
-	-	`sha256:e20ac523b344442f47ea3bb4b6f05c370418807574a9f69c5f61aa890530e248`  
-		Last Modified: Fri, 15 Jul 2016 17:50:47 GMT  
-		Size: 1.5 MB (1524854 bytes)
-
-## `erlang:19.0`
-
-```console
-$ docker pull erlang@sha256:a853f36bf78b7c094df96154f3ed65a6812ea7fc094b2552a36d0f6884f4d184
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `erlang:19.0` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **301.8 MB (301795228 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:cef3a19f6fbedcb30f0215933122471d3e3e192cf9a8bd6e21bb5509bd4198fd`
--	Default Command: `["erl"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:39:19 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 16:53:32 GMT
-ENV OTP_VERSION=19.0.1
-# Fri, 15 Jul 2016 17:10:45 GMT
-RUN set -xe 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION}.tar.gz" 	&& OTP_DOWNLOAD_SHA256="b425c6c009f1b75bf478306e15f948c3031d1a41ee7f7e5ac6845cc1b740fd44" 	&& runtimeDeps='libodbc1 			libsctp1' 	&& buildDeps='unixodbc-dev 			libsctp-dev' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $runtimeDeps 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" 	&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - 	&& mkdir -p /usr/src/otp-src 	&& tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 	&& rm otp-src.tar.gz 	&& cd /usr/src/otp-src 	&& ./otp_build autoconf 	&& ./configure --enable-sctp 	&& make -j$(nproc) 	&& make install 	&& find /usr/local -name examples | xargs rm -rf 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 17:10:45 GMT
-CMD ["erl"]
-# Fri, 15 Jul 2016 17:10:45 GMT
-ENV REBAR_VERSION=2.6.2
-# Fri, 15 Jul 2016 17:10:51 GMT
-RUN set -xe 	&& REBAR_DOWNLOAD_URL="https://github.com/rebar/rebar/archive/${REBAR_VERSION}.tar.gz" 	&& REBAR_DOWNLOAD_SHA256="ed2a49300f2f8ae7c95284e53e95dd85430952d2843ce224a17db2b312964400" 	&& mkdir -p /usr/src/rebar-src 	&& curl -fSL -o rebar-src.tar.gz "$REBAR_DOWNLOAD_URL" 	&& echo "$REBAR_DOWNLOAD_SHA256 rebar-src.tar.gz" | sha256sum -c - 	&& tar -xzf rebar-src.tar.gz -C /usr/src/rebar-src --strip-components=1 	&& rm rebar-src.tar.gz 	&& cd /usr/src/rebar-src 	&& ./bootstrap 	&& install -v ./rebar /usr/local/bin/ 	&& rm -rf /usr/src/rebar-src
-# Fri, 15 Jul 2016 17:10:51 GMT
-ENV REBAR3_VERSION=3.2.0
-# Fri, 15 Jul 2016 17:11:22 GMT
-RUN set -xe 	&& REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION}.tar.gz" 	&& REBAR3_DOWNLOAD_SHA256="78ad27372eea6e215790e161ae46f451c107a58a019cc7fb4551487903516455" 	&& mkdir -p /usr/src/rebar3-src 	&& curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" 	&& echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - 	&& tar -xzf rebar3-src.tar.gz -C /usr/src/rebar3-src --strip-components=1 	&& rm rebar3-src.tar.gz 	&& cd /usr/src/rebar3-src 	&& HOME=$PWD ./bootstrap 	&& install -v ./rebar3 /usr/local/bin/ 	&& rm -rf /usr/src/rebar3-src
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e`  
-		Last Modified: Thu, 09 Jun 2016 21:47:38 GMT  
-		Size: 129.7 MB (129704383 bytes)
-	-	`sha256:045f34a33e1d9e0ce3ac117eed7f0817e0cd9dab612237d2dd02892f11692651`  
-		Last Modified: Fri, 15 Jul 2016 17:50:58 GMT  
-		Size: 57.9 MB (57944079 bytes)
-	-	`sha256:a47b60cd71486d67cb8dfe32286ee2b1e8fda543ddecce69eb1d05a441a9c43d`  
-		Last Modified: Fri, 15 Jul 2016 17:50:46 GMT  
-		Size: 196.8 KB (196787 bytes)
-	-	`sha256:e20ac523b344442f47ea3bb4b6f05c370418807574a9f69c5f61aa890530e248`  
-		Last Modified: Fri, 15 Jul 2016 17:50:47 GMT  
-		Size: 1.5 MB (1524854 bytes)
-
-## `erlang:19`
-
-```console
-$ docker pull erlang@sha256:a853f36bf78b7c094df96154f3ed65a6812ea7fc094b2552a36d0f6884f4d184
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `erlang:19` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **301.8 MB (301795228 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:cef3a19f6fbedcb30f0215933122471d3e3e192cf9a8bd6e21bb5509bd4198fd`
--	Default Command: `["erl"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:39:19 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 16:53:32 GMT
-ENV OTP_VERSION=19.0.1
-# Fri, 15 Jul 2016 17:10:45 GMT
-RUN set -xe 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION}.tar.gz" 	&& OTP_DOWNLOAD_SHA256="b425c6c009f1b75bf478306e15f948c3031d1a41ee7f7e5ac6845cc1b740fd44" 	&& runtimeDeps='libodbc1 			libsctp1' 	&& buildDeps='unixodbc-dev 			libsctp-dev' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $runtimeDeps 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" 	&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - 	&& mkdir -p /usr/src/otp-src 	&& tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 	&& rm otp-src.tar.gz 	&& cd /usr/src/otp-src 	&& ./otp_build autoconf 	&& ./configure --enable-sctp 	&& make -j$(nproc) 	&& make install 	&& find /usr/local -name examples | xargs rm -rf 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 17:10:45 GMT
-CMD ["erl"]
-# Fri, 15 Jul 2016 17:10:45 GMT
-ENV REBAR_VERSION=2.6.2
-# Fri, 15 Jul 2016 17:10:51 GMT
-RUN set -xe 	&& REBAR_DOWNLOAD_URL="https://github.com/rebar/rebar/archive/${REBAR_VERSION}.tar.gz" 	&& REBAR_DOWNLOAD_SHA256="ed2a49300f2f8ae7c95284e53e95dd85430952d2843ce224a17db2b312964400" 	&& mkdir -p /usr/src/rebar-src 	&& curl -fSL -o rebar-src.tar.gz "$REBAR_DOWNLOAD_URL" 	&& echo "$REBAR_DOWNLOAD_SHA256 rebar-src.tar.gz" | sha256sum -c - 	&& tar -xzf rebar-src.tar.gz -C /usr/src/rebar-src --strip-components=1 	&& rm rebar-src.tar.gz 	&& cd /usr/src/rebar-src 	&& ./bootstrap 	&& install -v ./rebar /usr/local/bin/ 	&& rm -rf /usr/src/rebar-src
-# Fri, 15 Jul 2016 17:10:51 GMT
-ENV REBAR3_VERSION=3.2.0
-# Fri, 15 Jul 2016 17:11:22 GMT
-RUN set -xe 	&& REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION}.tar.gz" 	&& REBAR3_DOWNLOAD_SHA256="78ad27372eea6e215790e161ae46f451c107a58a019cc7fb4551487903516455" 	&& mkdir -p /usr/src/rebar3-src 	&& curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" 	&& echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - 	&& tar -xzf rebar3-src.tar.gz -C /usr/src/rebar3-src --strip-components=1 	&& rm rebar3-src.tar.gz 	&& cd /usr/src/rebar3-src 	&& HOME=$PWD ./bootstrap 	&& install -v ./rebar3 /usr/local/bin/ 	&& rm -rf /usr/src/rebar3-src
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e`  
-		Last Modified: Thu, 09 Jun 2016 21:47:38 GMT  
-		Size: 129.7 MB (129704383 bytes)
-	-	`sha256:045f34a33e1d9e0ce3ac117eed7f0817e0cd9dab612237d2dd02892f11692651`  
-		Last Modified: Fri, 15 Jul 2016 17:50:58 GMT  
-		Size: 57.9 MB (57944079 bytes)
-	-	`sha256:a47b60cd71486d67cb8dfe32286ee2b1e8fda543ddecce69eb1d05a441a9c43d`  
-		Last Modified: Fri, 15 Jul 2016 17:50:46 GMT  
-		Size: 196.8 KB (196787 bytes)
-	-	`sha256:e20ac523b344442f47ea3bb4b6f05c370418807574a9f69c5f61aa890530e248`  
-		Last Modified: Fri, 15 Jul 2016 17:50:47 GMT  
-		Size: 1.5 MB (1524854 bytes)
-
-## `erlang:latest`
-
-```console
-$ docker pull erlang@sha256:a853f36bf78b7c094df96154f3ed65a6812ea7fc094b2552a36d0f6884f4d184
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `erlang:latest` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **301.8 MB (301795228 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:cef3a19f6fbedcb30f0215933122471d3e3e192cf9a8bd6e21bb5509bd4198fd`
--	Default Command: `["erl"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:39:19 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 16:53:32 GMT
-ENV OTP_VERSION=19.0.1
-# Fri, 15 Jul 2016 17:10:45 GMT
-RUN set -xe 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION}.tar.gz" 	&& OTP_DOWNLOAD_SHA256="b425c6c009f1b75bf478306e15f948c3031d1a41ee7f7e5ac6845cc1b740fd44" 	&& runtimeDeps='libodbc1 			libsctp1' 	&& buildDeps='unixodbc-dev 			libsctp-dev' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $runtimeDeps 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" 	&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - 	&& mkdir -p /usr/src/otp-src 	&& tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 	&& rm otp-src.tar.gz 	&& cd /usr/src/otp-src 	&& ./otp_build autoconf 	&& ./configure --enable-sctp 	&& make -j$(nproc) 	&& make install 	&& find /usr/local -name examples | xargs rm -rf 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 17:10:45 GMT
-CMD ["erl"]
-# Fri, 15 Jul 2016 17:10:45 GMT
-ENV REBAR_VERSION=2.6.2
-# Fri, 15 Jul 2016 17:10:51 GMT
-RUN set -xe 	&& REBAR_DOWNLOAD_URL="https://github.com/rebar/rebar/archive/${REBAR_VERSION}.tar.gz" 	&& REBAR_DOWNLOAD_SHA256="ed2a49300f2f8ae7c95284e53e95dd85430952d2843ce224a17db2b312964400" 	&& mkdir -p /usr/src/rebar-src 	&& curl -fSL -o rebar-src.tar.gz "$REBAR_DOWNLOAD_URL" 	&& echo "$REBAR_DOWNLOAD_SHA256 rebar-src.tar.gz" | sha256sum -c - 	&& tar -xzf rebar-src.tar.gz -C /usr/src/rebar-src --strip-components=1 	&& rm rebar-src.tar.gz 	&& cd /usr/src/rebar-src 	&& ./bootstrap 	&& install -v ./rebar /usr/local/bin/ 	&& rm -rf /usr/src/rebar-src
-# Fri, 15 Jul 2016 17:10:51 GMT
-ENV REBAR3_VERSION=3.2.0
-# Fri, 15 Jul 2016 17:11:22 GMT
-RUN set -xe 	&& REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION}.tar.gz" 	&& REBAR3_DOWNLOAD_SHA256="78ad27372eea6e215790e161ae46f451c107a58a019cc7fb4551487903516455" 	&& mkdir -p /usr/src/rebar3-src 	&& curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" 	&& echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - 	&& tar -xzf rebar3-src.tar.gz -C /usr/src/rebar3-src --strip-components=1 	&& rm rebar3-src.tar.gz 	&& cd /usr/src/rebar3-src 	&& HOME=$PWD ./bootstrap 	&& install -v ./rebar3 /usr/local/bin/ 	&& rm -rf /usr/src/rebar3-src
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e`  
-		Last Modified: Thu, 09 Jun 2016 21:47:38 GMT  
-		Size: 129.7 MB (129704383 bytes)
-	-	`sha256:045f34a33e1d9e0ce3ac117eed7f0817e0cd9dab612237d2dd02892f11692651`  
-		Last Modified: Fri, 15 Jul 2016 17:50:58 GMT  
-		Size: 57.9 MB (57944079 bytes)
-	-	`sha256:a47b60cd71486d67cb8dfe32286ee2b1e8fda543ddecce69eb1d05a441a9c43d`  
-		Last Modified: Fri, 15 Jul 2016 17:50:46 GMT  
-		Size: 196.8 KB (196787 bytes)
-	-	`sha256:e20ac523b344442f47ea3bb4b6f05c370418807574a9f69c5f61aa890530e248`  
-		Last Modified: Fri, 15 Jul 2016 17:50:47 GMT  
-		Size: 1.5 MB (1524854 bytes)
-
-## `erlang:19.0.1-slim`
-
-```console
-$ docker pull erlang@sha256:da510d673b0459439f9f22e42e4d06dbc248d4426fa6c5cfa788ec9aa2525b61
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `erlang:19.0.1-slim` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **116.8 MB (116808415 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:215ec45e5fe5b292c2517288ccf3a877de17c2773a560b58e76bf33da4c5742c`
--	Default Command: `["erl"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 15 Jul 2016 17:11:23 GMT
-ENV OTP_VERSION=19.0.1
-# Fri, 15 Jul 2016 17:28:32 GMT
-RUN set -xe 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION##*@}.tar.gz" 	&& OTP_DOWNLOAD_SHA256="b425c6c009f1b75bf478306e15f948c3031d1a41ee7f7e5ac6845cc1b740fd44" 	&& runtimeDeps=' 		libodbc1 		libssl1.0.0 		libsctp1 	' 	&& buildDeps=' 		curl 		ca-certificates 		autoconf 		gcc 		make 		libncurses-dev 		unixodbc-dev 		libssl-dev 		libsctp-dev 	' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $runtimeDeps 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" 	&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - 	&& mkdir -p /usr/src/otp-src 	&& tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 	&& rm otp-src.tar.gz 	&& cd /usr/src/otp-src 	&& ./otp_build autoconf 	&& ./configure --enable-sctp 	&& make -j$(nproc) 	&& make install 	&& find /usr/local -name examples | xargs rm -rf 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 17:28:32 GMT
-CMD ["erl"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:6fb839edfc9c8a43a7f58b2937d6e34d637bc40c3f0541b0cf7ddba9de209b3c`  
-		Last Modified: Fri, 15 Jul 2016 17:51:55 GMT  
-		Size: 65.5 MB (65455880 bytes)
-
-## `erlang:19.0-slim`
-
-```console
-$ docker pull erlang@sha256:da510d673b0459439f9f22e42e4d06dbc248d4426fa6c5cfa788ec9aa2525b61
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `erlang:19.0-slim` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **116.8 MB (116808415 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:215ec45e5fe5b292c2517288ccf3a877de17c2773a560b58e76bf33da4c5742c`
--	Default Command: `["erl"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 15 Jul 2016 17:11:23 GMT
-ENV OTP_VERSION=19.0.1
-# Fri, 15 Jul 2016 17:28:32 GMT
-RUN set -xe 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION##*@}.tar.gz" 	&& OTP_DOWNLOAD_SHA256="b425c6c009f1b75bf478306e15f948c3031d1a41ee7f7e5ac6845cc1b740fd44" 	&& runtimeDeps=' 		libodbc1 		libssl1.0.0 		libsctp1 	' 	&& buildDeps=' 		curl 		ca-certificates 		autoconf 		gcc 		make 		libncurses-dev 		unixodbc-dev 		libssl-dev 		libsctp-dev 	' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $runtimeDeps 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" 	&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - 	&& mkdir -p /usr/src/otp-src 	&& tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 	&& rm otp-src.tar.gz 	&& cd /usr/src/otp-src 	&& ./otp_build autoconf 	&& ./configure --enable-sctp 	&& make -j$(nproc) 	&& make install 	&& find /usr/local -name examples | xargs rm -rf 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 17:28:32 GMT
-CMD ["erl"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:6fb839edfc9c8a43a7f58b2937d6e34d637bc40c3f0541b0cf7ddba9de209b3c`  
-		Last Modified: Fri, 15 Jul 2016 17:51:55 GMT  
-		Size: 65.5 MB (65455880 bytes)
-
-## `erlang:19-slim`
-
-```console
-$ docker pull erlang@sha256:da510d673b0459439f9f22e42e4d06dbc248d4426fa6c5cfa788ec9aa2525b61
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `erlang:19-slim` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **116.8 MB (116808415 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:215ec45e5fe5b292c2517288ccf3a877de17c2773a560b58e76bf33da4c5742c`
--	Default Command: `["erl"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 15 Jul 2016 17:11:23 GMT
-ENV OTP_VERSION=19.0.1
-# Fri, 15 Jul 2016 17:28:32 GMT
-RUN set -xe 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION##*@}.tar.gz" 	&& OTP_DOWNLOAD_SHA256="b425c6c009f1b75bf478306e15f948c3031d1a41ee7f7e5ac6845cc1b740fd44" 	&& runtimeDeps=' 		libodbc1 		libssl1.0.0 		libsctp1 	' 	&& buildDeps=' 		curl 		ca-certificates 		autoconf 		gcc 		make 		libncurses-dev 		unixodbc-dev 		libssl-dev 		libsctp-dev 	' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $runtimeDeps 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" 	&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - 	&& mkdir -p /usr/src/otp-src 	&& tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 	&& rm otp-src.tar.gz 	&& cd /usr/src/otp-src 	&& ./otp_build autoconf 	&& ./configure --enable-sctp 	&& make -j$(nproc) 	&& make install 	&& find /usr/local -name examples | xargs rm -rf 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 17:28:32 GMT
-CMD ["erl"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:6fb839edfc9c8a43a7f58b2937d6e34d637bc40c3f0541b0cf7ddba9de209b3c`  
-		Last Modified: Fri, 15 Jul 2016 17:51:55 GMT  
-		Size: 65.5 MB (65455880 bytes)
-
-## `erlang:slim`
-
-```console
-$ docker pull erlang@sha256:da510d673b0459439f9f22e42e4d06dbc248d4426fa6c5cfa788ec9aa2525b61
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `erlang:slim` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **116.8 MB (116808415 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:215ec45e5fe5b292c2517288ccf3a877de17c2773a560b58e76bf33da4c5742c`
--	Default Command: `["erl"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 15 Jul 2016 17:11:23 GMT
-ENV OTP_VERSION=19.0.1
-# Fri, 15 Jul 2016 17:28:32 GMT
-RUN set -xe 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION##*@}.tar.gz" 	&& OTP_DOWNLOAD_SHA256="b425c6c009f1b75bf478306e15f948c3031d1a41ee7f7e5ac6845cc1b740fd44" 	&& runtimeDeps=' 		libodbc1 		libssl1.0.0 		libsctp1 	' 	&& buildDeps=' 		curl 		ca-certificates 		autoconf 		gcc 		make 		libncurses-dev 		unixodbc-dev 		libssl-dev 		libsctp-dev 	' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $runtimeDeps 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" 	&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - 	&& mkdir -p /usr/src/otp-src 	&& tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 	&& rm otp-src.tar.gz 	&& cd /usr/src/otp-src 	&& ./otp_build autoconf 	&& ./configure --enable-sctp 	&& make -j$(nproc) 	&& make install 	&& find /usr/local -name examples | xargs rm -rf 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 17:28:32 GMT
-CMD ["erl"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:6fb839edfc9c8a43a7f58b2937d6e34d637bc40c3f0541b0cf7ddba9de209b3c`  
-		Last Modified: Fri, 15 Jul 2016 17:51:55 GMT  
-		Size: 65.5 MB (65455880 bytes)
-
-## `erlang:19.0.1-onbuild`
-
-```console
-$ docker pull erlang@sha256:6771c26df617351490f2fbd30e3eee3045972a2815efb2ad251f26b720975ea8
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `erlang:19.0.1-onbuild` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **301.8 MB (301795355 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:f181070abfcc4327aedfc4b77c62d9cfbea3e00eff56c756f942fc4c1f7aa70a`
--	Default Command: `["rebar3","shell"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:39:19 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 16:53:32 GMT
-ENV OTP_VERSION=19.0.1
-# Fri, 15 Jul 2016 17:10:45 GMT
-RUN set -xe 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION}.tar.gz" 	&& OTP_DOWNLOAD_SHA256="b425c6c009f1b75bf478306e15f948c3031d1a41ee7f7e5ac6845cc1b740fd44" 	&& runtimeDeps='libodbc1 			libsctp1' 	&& buildDeps='unixodbc-dev 			libsctp-dev' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $runtimeDeps 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" 	&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - 	&& mkdir -p /usr/src/otp-src 	&& tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 	&& rm otp-src.tar.gz 	&& cd /usr/src/otp-src 	&& ./otp_build autoconf 	&& ./configure --enable-sctp 	&& make -j$(nproc) 	&& make install 	&& find /usr/local -name examples | xargs rm -rf 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 17:10:45 GMT
-CMD ["erl"]
-# Fri, 15 Jul 2016 17:10:45 GMT
-ENV REBAR_VERSION=2.6.2
-# Fri, 15 Jul 2016 17:10:51 GMT
-RUN set -xe 	&& REBAR_DOWNLOAD_URL="https://github.com/rebar/rebar/archive/${REBAR_VERSION}.tar.gz" 	&& REBAR_DOWNLOAD_SHA256="ed2a49300f2f8ae7c95284e53e95dd85430952d2843ce224a17db2b312964400" 	&& mkdir -p /usr/src/rebar-src 	&& curl -fSL -o rebar-src.tar.gz "$REBAR_DOWNLOAD_URL" 	&& echo "$REBAR_DOWNLOAD_SHA256 rebar-src.tar.gz" | sha256sum -c - 	&& tar -xzf rebar-src.tar.gz -C /usr/src/rebar-src --strip-components=1 	&& rm rebar-src.tar.gz 	&& cd /usr/src/rebar-src 	&& ./bootstrap 	&& install -v ./rebar /usr/local/bin/ 	&& rm -rf /usr/src/rebar-src
-# Fri, 15 Jul 2016 17:10:51 GMT
-ENV REBAR3_VERSION=3.2.0
-# Fri, 15 Jul 2016 17:11:22 GMT
-RUN set -xe 	&& REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION}.tar.gz" 	&& REBAR3_DOWNLOAD_SHA256="78ad27372eea6e215790e161ae46f451c107a58a019cc7fb4551487903516455" 	&& mkdir -p /usr/src/rebar3-src 	&& curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" 	&& echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - 	&& tar -xzf rebar3-src.tar.gz -C /usr/src/rebar3-src --strip-components=1 	&& rm rebar3-src.tar.gz 	&& cd /usr/src/rebar3-src 	&& HOME=$PWD ./bootstrap 	&& install -v ./rebar3 /usr/local/bin/ 	&& rm -rf /usr/src/rebar3-src
-# Fri, 15 Jul 2016 17:28:34 GMT
-RUN mkdir -p /usr/src/app
-# Fri, 15 Jul 2016 17:28:35 GMT
-WORKDIR /usr/src/app
-# Fri, 15 Jul 2016 17:28:35 GMT
-ONBUILD COPY rebar.config /usr/src/app/
-# Fri, 15 Jul 2016 17:28:35 GMT
-ONBUILD RUN rebar3 update
-# Fri, 15 Jul 2016 17:28:36 GMT
-ONBUILD COPY . /usr/src/app
-# Fri, 15 Jul 2016 17:28:36 GMT
-ONBUILD RUN rebar3 release
-# Fri, 15 Jul 2016 17:28:36 GMT
-CMD ["rebar3" "shell"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e`  
-		Last Modified: Thu, 09 Jun 2016 21:47:38 GMT  
-		Size: 129.7 MB (129704383 bytes)
-	-	`sha256:045f34a33e1d9e0ce3ac117eed7f0817e0cd9dab612237d2dd02892f11692651`  
-		Last Modified: Fri, 15 Jul 2016 17:50:58 GMT  
-		Size: 57.9 MB (57944079 bytes)
-	-	`sha256:a47b60cd71486d67cb8dfe32286ee2b1e8fda543ddecce69eb1d05a441a9c43d`  
-		Last Modified: Fri, 15 Jul 2016 17:50:46 GMT  
-		Size: 196.8 KB (196787 bytes)
-	-	`sha256:e20ac523b344442f47ea3bb4b6f05c370418807574a9f69c5f61aa890530e248`  
-		Last Modified: Fri, 15 Jul 2016 17:50:47 GMT  
-		Size: 1.5 MB (1524854 bytes)
-	-	`sha256:903f1bf5526357f024169d74ec2cb5bfed481dc73781d61d9c6be88eb9a0b4a5`  
-		Last Modified: Fri, 15 Jul 2016 17:52:34 GMT  
-		Size: 127.0 B
-
-## `erlang:19.0-onbuild`
-
-```console
-$ docker pull erlang@sha256:6771c26df617351490f2fbd30e3eee3045972a2815efb2ad251f26b720975ea8
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `erlang:19.0-onbuild` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **301.8 MB (301795355 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:f181070abfcc4327aedfc4b77c62d9cfbea3e00eff56c756f942fc4c1f7aa70a`
--	Default Command: `["rebar3","shell"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:39:19 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 16:53:32 GMT
-ENV OTP_VERSION=19.0.1
-# Fri, 15 Jul 2016 17:10:45 GMT
-RUN set -xe 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION}.tar.gz" 	&& OTP_DOWNLOAD_SHA256="b425c6c009f1b75bf478306e15f948c3031d1a41ee7f7e5ac6845cc1b740fd44" 	&& runtimeDeps='libodbc1 			libsctp1' 	&& buildDeps='unixodbc-dev 			libsctp-dev' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $runtimeDeps 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" 	&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - 	&& mkdir -p /usr/src/otp-src 	&& tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 	&& rm otp-src.tar.gz 	&& cd /usr/src/otp-src 	&& ./otp_build autoconf 	&& ./configure --enable-sctp 	&& make -j$(nproc) 	&& make install 	&& find /usr/local -name examples | xargs rm -rf 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 17:10:45 GMT
-CMD ["erl"]
-# Fri, 15 Jul 2016 17:10:45 GMT
-ENV REBAR_VERSION=2.6.2
-# Fri, 15 Jul 2016 17:10:51 GMT
-RUN set -xe 	&& REBAR_DOWNLOAD_URL="https://github.com/rebar/rebar/archive/${REBAR_VERSION}.tar.gz" 	&& REBAR_DOWNLOAD_SHA256="ed2a49300f2f8ae7c95284e53e95dd85430952d2843ce224a17db2b312964400" 	&& mkdir -p /usr/src/rebar-src 	&& curl -fSL -o rebar-src.tar.gz "$REBAR_DOWNLOAD_URL" 	&& echo "$REBAR_DOWNLOAD_SHA256 rebar-src.tar.gz" | sha256sum -c - 	&& tar -xzf rebar-src.tar.gz -C /usr/src/rebar-src --strip-components=1 	&& rm rebar-src.tar.gz 	&& cd /usr/src/rebar-src 	&& ./bootstrap 	&& install -v ./rebar /usr/local/bin/ 	&& rm -rf /usr/src/rebar-src
-# Fri, 15 Jul 2016 17:10:51 GMT
-ENV REBAR3_VERSION=3.2.0
-# Fri, 15 Jul 2016 17:11:22 GMT
-RUN set -xe 	&& REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION}.tar.gz" 	&& REBAR3_DOWNLOAD_SHA256="78ad27372eea6e215790e161ae46f451c107a58a019cc7fb4551487903516455" 	&& mkdir -p /usr/src/rebar3-src 	&& curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" 	&& echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - 	&& tar -xzf rebar3-src.tar.gz -C /usr/src/rebar3-src --strip-components=1 	&& rm rebar3-src.tar.gz 	&& cd /usr/src/rebar3-src 	&& HOME=$PWD ./bootstrap 	&& install -v ./rebar3 /usr/local/bin/ 	&& rm -rf /usr/src/rebar3-src
-# Fri, 15 Jul 2016 17:28:34 GMT
-RUN mkdir -p /usr/src/app
-# Fri, 15 Jul 2016 17:28:35 GMT
-WORKDIR /usr/src/app
-# Fri, 15 Jul 2016 17:28:35 GMT
-ONBUILD COPY rebar.config /usr/src/app/
-# Fri, 15 Jul 2016 17:28:35 GMT
-ONBUILD RUN rebar3 update
-# Fri, 15 Jul 2016 17:28:36 GMT
-ONBUILD COPY . /usr/src/app
-# Fri, 15 Jul 2016 17:28:36 GMT
-ONBUILD RUN rebar3 release
-# Fri, 15 Jul 2016 17:28:36 GMT
-CMD ["rebar3" "shell"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e`  
-		Last Modified: Thu, 09 Jun 2016 21:47:38 GMT  
-		Size: 129.7 MB (129704383 bytes)
-	-	`sha256:045f34a33e1d9e0ce3ac117eed7f0817e0cd9dab612237d2dd02892f11692651`  
-		Last Modified: Fri, 15 Jul 2016 17:50:58 GMT  
-		Size: 57.9 MB (57944079 bytes)
-	-	`sha256:a47b60cd71486d67cb8dfe32286ee2b1e8fda543ddecce69eb1d05a441a9c43d`  
-		Last Modified: Fri, 15 Jul 2016 17:50:46 GMT  
-		Size: 196.8 KB (196787 bytes)
-	-	`sha256:e20ac523b344442f47ea3bb4b6f05c370418807574a9f69c5f61aa890530e248`  
-		Last Modified: Fri, 15 Jul 2016 17:50:47 GMT  
-		Size: 1.5 MB (1524854 bytes)
-	-	`sha256:903f1bf5526357f024169d74ec2cb5bfed481dc73781d61d9c6be88eb9a0b4a5`  
-		Last Modified: Fri, 15 Jul 2016 17:52:34 GMT  
-		Size: 127.0 B
-
-## `erlang:19-onbuild`
-
-```console
-$ docker pull erlang@sha256:6771c26df617351490f2fbd30e3eee3045972a2815efb2ad251f26b720975ea8
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `erlang:19-onbuild` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **301.8 MB (301795355 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:f181070abfcc4327aedfc4b77c62d9cfbea3e00eff56c756f942fc4c1f7aa70a`
--	Default Command: `["rebar3","shell"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:39:19 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 16:53:32 GMT
-ENV OTP_VERSION=19.0.1
-# Fri, 15 Jul 2016 17:10:45 GMT
-RUN set -xe 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION}.tar.gz" 	&& OTP_DOWNLOAD_SHA256="b425c6c009f1b75bf478306e15f948c3031d1a41ee7f7e5ac6845cc1b740fd44" 	&& runtimeDeps='libodbc1 			libsctp1' 	&& buildDeps='unixodbc-dev 			libsctp-dev' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $runtimeDeps 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" 	&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - 	&& mkdir -p /usr/src/otp-src 	&& tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 	&& rm otp-src.tar.gz 	&& cd /usr/src/otp-src 	&& ./otp_build autoconf 	&& ./configure --enable-sctp 	&& make -j$(nproc) 	&& make install 	&& find /usr/local -name examples | xargs rm -rf 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 17:10:45 GMT
-CMD ["erl"]
-# Fri, 15 Jul 2016 17:10:45 GMT
-ENV REBAR_VERSION=2.6.2
-# Fri, 15 Jul 2016 17:10:51 GMT
-RUN set -xe 	&& REBAR_DOWNLOAD_URL="https://github.com/rebar/rebar/archive/${REBAR_VERSION}.tar.gz" 	&& REBAR_DOWNLOAD_SHA256="ed2a49300f2f8ae7c95284e53e95dd85430952d2843ce224a17db2b312964400" 	&& mkdir -p /usr/src/rebar-src 	&& curl -fSL -o rebar-src.tar.gz "$REBAR_DOWNLOAD_URL" 	&& echo "$REBAR_DOWNLOAD_SHA256 rebar-src.tar.gz" | sha256sum -c - 	&& tar -xzf rebar-src.tar.gz -C /usr/src/rebar-src --strip-components=1 	&& rm rebar-src.tar.gz 	&& cd /usr/src/rebar-src 	&& ./bootstrap 	&& install -v ./rebar /usr/local/bin/ 	&& rm -rf /usr/src/rebar-src
-# Fri, 15 Jul 2016 17:10:51 GMT
-ENV REBAR3_VERSION=3.2.0
-# Fri, 15 Jul 2016 17:11:22 GMT
-RUN set -xe 	&& REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION}.tar.gz" 	&& REBAR3_DOWNLOAD_SHA256="78ad27372eea6e215790e161ae46f451c107a58a019cc7fb4551487903516455" 	&& mkdir -p /usr/src/rebar3-src 	&& curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" 	&& echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - 	&& tar -xzf rebar3-src.tar.gz -C /usr/src/rebar3-src --strip-components=1 	&& rm rebar3-src.tar.gz 	&& cd /usr/src/rebar3-src 	&& HOME=$PWD ./bootstrap 	&& install -v ./rebar3 /usr/local/bin/ 	&& rm -rf /usr/src/rebar3-src
-# Fri, 15 Jul 2016 17:28:34 GMT
-RUN mkdir -p /usr/src/app
-# Fri, 15 Jul 2016 17:28:35 GMT
-WORKDIR /usr/src/app
-# Fri, 15 Jul 2016 17:28:35 GMT
-ONBUILD COPY rebar.config /usr/src/app/
-# Fri, 15 Jul 2016 17:28:35 GMT
-ONBUILD RUN rebar3 update
-# Fri, 15 Jul 2016 17:28:36 GMT
-ONBUILD COPY . /usr/src/app
-# Fri, 15 Jul 2016 17:28:36 GMT
-ONBUILD RUN rebar3 release
-# Fri, 15 Jul 2016 17:28:36 GMT
-CMD ["rebar3" "shell"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e`  
-		Last Modified: Thu, 09 Jun 2016 21:47:38 GMT  
-		Size: 129.7 MB (129704383 bytes)
-	-	`sha256:045f34a33e1d9e0ce3ac117eed7f0817e0cd9dab612237d2dd02892f11692651`  
-		Last Modified: Fri, 15 Jul 2016 17:50:58 GMT  
-		Size: 57.9 MB (57944079 bytes)
-	-	`sha256:a47b60cd71486d67cb8dfe32286ee2b1e8fda543ddecce69eb1d05a441a9c43d`  
-		Last Modified: Fri, 15 Jul 2016 17:50:46 GMT  
-		Size: 196.8 KB (196787 bytes)
-	-	`sha256:e20ac523b344442f47ea3bb4b6f05c370418807574a9f69c5f61aa890530e248`  
-		Last Modified: Fri, 15 Jul 2016 17:50:47 GMT  
-		Size: 1.5 MB (1524854 bytes)
-	-	`sha256:903f1bf5526357f024169d74ec2cb5bfed481dc73781d61d9c6be88eb9a0b4a5`  
-		Last Modified: Fri, 15 Jul 2016 17:52:34 GMT  
-		Size: 127.0 B
-
-## `erlang:onbuild`
-
-```console
-$ docker pull erlang@sha256:6771c26df617351490f2fbd30e3eee3045972a2815efb2ad251f26b720975ea8
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `erlang:onbuild` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **301.8 MB (301795355 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:f181070abfcc4327aedfc4b77c62d9cfbea3e00eff56c756f942fc4c1f7aa70a`
--	Default Command: `["rebar3","shell"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:39:19 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 16:53:32 GMT
-ENV OTP_VERSION=19.0.1
-# Fri, 15 Jul 2016 17:10:45 GMT
-RUN set -xe 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION}.tar.gz" 	&& OTP_DOWNLOAD_SHA256="b425c6c009f1b75bf478306e15f948c3031d1a41ee7f7e5ac6845cc1b740fd44" 	&& runtimeDeps='libodbc1 			libsctp1' 	&& buildDeps='unixodbc-dev 			libsctp-dev' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $runtimeDeps 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" 	&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - 	&& mkdir -p /usr/src/otp-src 	&& tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 	&& rm otp-src.tar.gz 	&& cd /usr/src/otp-src 	&& ./otp_build autoconf 	&& ./configure --enable-sctp 	&& make -j$(nproc) 	&& make install 	&& find /usr/local -name examples | xargs rm -rf 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 17:10:45 GMT
-CMD ["erl"]
-# Fri, 15 Jul 2016 17:10:45 GMT
-ENV REBAR_VERSION=2.6.2
-# Fri, 15 Jul 2016 17:10:51 GMT
-RUN set -xe 	&& REBAR_DOWNLOAD_URL="https://github.com/rebar/rebar/archive/${REBAR_VERSION}.tar.gz" 	&& REBAR_DOWNLOAD_SHA256="ed2a49300f2f8ae7c95284e53e95dd85430952d2843ce224a17db2b312964400" 	&& mkdir -p /usr/src/rebar-src 	&& curl -fSL -o rebar-src.tar.gz "$REBAR_DOWNLOAD_URL" 	&& echo "$REBAR_DOWNLOAD_SHA256 rebar-src.tar.gz" | sha256sum -c - 	&& tar -xzf rebar-src.tar.gz -C /usr/src/rebar-src --strip-components=1 	&& rm rebar-src.tar.gz 	&& cd /usr/src/rebar-src 	&& ./bootstrap 	&& install -v ./rebar /usr/local/bin/ 	&& rm -rf /usr/src/rebar-src
-# Fri, 15 Jul 2016 17:10:51 GMT
-ENV REBAR3_VERSION=3.2.0
-# Fri, 15 Jul 2016 17:11:22 GMT
-RUN set -xe 	&& REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION}.tar.gz" 	&& REBAR3_DOWNLOAD_SHA256="78ad27372eea6e215790e161ae46f451c107a58a019cc7fb4551487903516455" 	&& mkdir -p /usr/src/rebar3-src 	&& curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" 	&& echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - 	&& tar -xzf rebar3-src.tar.gz -C /usr/src/rebar3-src --strip-components=1 	&& rm rebar3-src.tar.gz 	&& cd /usr/src/rebar3-src 	&& HOME=$PWD ./bootstrap 	&& install -v ./rebar3 /usr/local/bin/ 	&& rm -rf /usr/src/rebar3-src
-# Fri, 15 Jul 2016 17:28:34 GMT
-RUN mkdir -p /usr/src/app
-# Fri, 15 Jul 2016 17:28:35 GMT
-WORKDIR /usr/src/app
-# Fri, 15 Jul 2016 17:28:35 GMT
-ONBUILD COPY rebar.config /usr/src/app/
-# Fri, 15 Jul 2016 17:28:35 GMT
-ONBUILD RUN rebar3 update
-# Fri, 15 Jul 2016 17:28:36 GMT
-ONBUILD COPY . /usr/src/app
-# Fri, 15 Jul 2016 17:28:36 GMT
-ONBUILD RUN rebar3 release
-# Fri, 15 Jul 2016 17:28:36 GMT
-CMD ["rebar3" "shell"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e`  
-		Last Modified: Thu, 09 Jun 2016 21:47:38 GMT  
-		Size: 129.7 MB (129704383 bytes)
-	-	`sha256:045f34a33e1d9e0ce3ac117eed7f0817e0cd9dab612237d2dd02892f11692651`  
-		Last Modified: Fri, 15 Jul 2016 17:50:58 GMT  
-		Size: 57.9 MB (57944079 bytes)
-	-	`sha256:a47b60cd71486d67cb8dfe32286ee2b1e8fda543ddecce69eb1d05a441a9c43d`  
-		Last Modified: Fri, 15 Jul 2016 17:50:46 GMT  
-		Size: 196.8 KB (196787 bytes)
-	-	`sha256:e20ac523b344442f47ea3bb4b6f05c370418807574a9f69c5f61aa890530e248`  
-		Last Modified: Fri, 15 Jul 2016 17:50:47 GMT  
-		Size: 1.5 MB (1524854 bytes)
-	-	`sha256:903f1bf5526357f024169d74ec2cb5bfed481dc73781d61d9c6be88eb9a0b4a5`  
-		Last Modified: Fri, 15 Jul 2016 17:52:34 GMT  
-		Size: 127.0 B
-
-## `erlang:18.3.4.1`
-
-```console
-$ docker pull erlang@sha256:b867bcbd1c9d47987eeb111a448c89e9d162f6c1a0c19f8281da296070d95d7b
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `erlang:18.3.4.1` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **301.6 MB (301601982 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:7b554050689c318555f45567ea7a5e84a592f63168bbf38263b892f1b75051d1`
--	Default Command: `["erl"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:39:19 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 17:28:37 GMT
-ENV OTP_VERSION=18.3.4.1
-# Fri, 15 Jul 2016 17:38:54 GMT
-RUN set -xe 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-$OTP_VERSION.tar.gz" 	&& OTP_DOWNLOAD_SHA256="3b9852083f3e5cf0668757af76833547233b8e67f4c28b51a6f49d4625bb23de" 	&& runtimeDeps='libodbc1 			libsctp1' 	&& buildDeps='unixodbc-dev 			libsctp-dev' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $runtimeDeps 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" 	&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - 	&& mkdir -p /usr/src/otp-src 	&& tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 	&& rm otp-src.tar.gz 	&& cd /usr/src/otp-src 	&& ./otp_build autoconf 	&& ./configure --enable-sctp 	&& make -j$(nproc) 	&& make install 	&& find /usr/local -name examples | xargs rm -rf 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 17:38:55 GMT
-CMD ["erl"]
-# Fri, 15 Jul 2016 17:38:55 GMT
-ENV REBAR_VERSION=2.6.2
-# Fri, 15 Jul 2016 17:39:02 GMT
-RUN set -xe 	&& REBAR_DOWNLOAD_URL="https://github.com/rebar/rebar/archive/${REBAR_VERSION##*@}.tar.gz" 	&& REBAR_DOWNLOAD_SHA256="ed2a49300f2f8ae7c95284e53e95dd85430952d2843ce224a17db2b312964400" 	&& mkdir -p /usr/src/rebar-src 	&& curl -fSL -o rebar-src.tar.gz "$REBAR_DOWNLOAD_URL" 	&& echo "$REBAR_DOWNLOAD_SHA256 rebar-src.tar.gz" | sha256sum -c - 	&& tar -xzf rebar-src.tar.gz -C /usr/src/rebar-src --strip-components=1 	&& rm rebar-src.tar.gz 	&& cd /usr/src/rebar-src 	&& ./bootstrap 	&& install -v ./rebar /usr/local/bin/ 	&& rm -rf /usr/src/rebar-src
-# Fri, 15 Jul 2016 17:39:03 GMT
-ENV REBAR3_VERSION=3.2.0
-# Fri, 15 Jul 2016 17:40:08 GMT
-RUN set -xe 	&& REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION##*@}.tar.gz" 	&& REBAR3_DOWNLOAD_SHA256="78ad27372eea6e215790e161ae46f451c107a58a019cc7fb4551487903516455" 	&& mkdir -p /usr/src/rebar3-src 	&& curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" 	&& echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - 	&& tar -xzf rebar3-src.tar.gz -C /usr/src/rebar3-src --strip-components=1 	&& rm rebar3-src.tar.gz 	&& cd /usr/src/rebar3-src 	&& HOME=$PWD ./bootstrap 	&& install -v ./rebar3 /usr/local/bin/ 	&& rm -rf /usr/src/rebar3-src
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e`  
-		Last Modified: Thu, 09 Jun 2016 21:47:38 GMT  
-		Size: 129.7 MB (129704383 bytes)
-	-	`sha256:2c61b4b9a72dce6594fa03fb8a74cde45ec108c239a05d78cf6ecd2b52ac0910`  
-		Last Modified: Fri, 15 Jul 2016 17:53:26 GMT  
-		Size: 57.7 MB (57745467 bytes)
-	-	`sha256:b88db8375878d7572b27b7881df9ee01ef39c402cbf6e27976f64c189a02369a`  
-		Last Modified: Fri, 15 Jul 2016 17:53:15 GMT  
-		Size: 198.0 KB (198041 bytes)
-	-	`sha256:5c468fd521f59805b575c492d3662ea17bf78445886b46badd415319808143c2`  
-		Last Modified: Fri, 15 Jul 2016 17:53:15 GMT  
-		Size: 1.5 MB (1528966 bytes)
-
-## `erlang:18.3.4`
-
-```console
-$ docker pull erlang@sha256:b867bcbd1c9d47987eeb111a448c89e9d162f6c1a0c19f8281da296070d95d7b
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `erlang:18.3.4` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **301.6 MB (301601982 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:7b554050689c318555f45567ea7a5e84a592f63168bbf38263b892f1b75051d1`
--	Default Command: `["erl"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:39:19 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 17:28:37 GMT
-ENV OTP_VERSION=18.3.4.1
-# Fri, 15 Jul 2016 17:38:54 GMT
-RUN set -xe 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-$OTP_VERSION.tar.gz" 	&& OTP_DOWNLOAD_SHA256="3b9852083f3e5cf0668757af76833547233b8e67f4c28b51a6f49d4625bb23de" 	&& runtimeDeps='libodbc1 			libsctp1' 	&& buildDeps='unixodbc-dev 			libsctp-dev' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $runtimeDeps 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" 	&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - 	&& mkdir -p /usr/src/otp-src 	&& tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 	&& rm otp-src.tar.gz 	&& cd /usr/src/otp-src 	&& ./otp_build autoconf 	&& ./configure --enable-sctp 	&& make -j$(nproc) 	&& make install 	&& find /usr/local -name examples | xargs rm -rf 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 17:38:55 GMT
-CMD ["erl"]
-# Fri, 15 Jul 2016 17:38:55 GMT
-ENV REBAR_VERSION=2.6.2
-# Fri, 15 Jul 2016 17:39:02 GMT
-RUN set -xe 	&& REBAR_DOWNLOAD_URL="https://github.com/rebar/rebar/archive/${REBAR_VERSION##*@}.tar.gz" 	&& REBAR_DOWNLOAD_SHA256="ed2a49300f2f8ae7c95284e53e95dd85430952d2843ce224a17db2b312964400" 	&& mkdir -p /usr/src/rebar-src 	&& curl -fSL -o rebar-src.tar.gz "$REBAR_DOWNLOAD_URL" 	&& echo "$REBAR_DOWNLOAD_SHA256 rebar-src.tar.gz" | sha256sum -c - 	&& tar -xzf rebar-src.tar.gz -C /usr/src/rebar-src --strip-components=1 	&& rm rebar-src.tar.gz 	&& cd /usr/src/rebar-src 	&& ./bootstrap 	&& install -v ./rebar /usr/local/bin/ 	&& rm -rf /usr/src/rebar-src
-# Fri, 15 Jul 2016 17:39:03 GMT
-ENV REBAR3_VERSION=3.2.0
-# Fri, 15 Jul 2016 17:40:08 GMT
-RUN set -xe 	&& REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION##*@}.tar.gz" 	&& REBAR3_DOWNLOAD_SHA256="78ad27372eea6e215790e161ae46f451c107a58a019cc7fb4551487903516455" 	&& mkdir -p /usr/src/rebar3-src 	&& curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" 	&& echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - 	&& tar -xzf rebar3-src.tar.gz -C /usr/src/rebar3-src --strip-components=1 	&& rm rebar3-src.tar.gz 	&& cd /usr/src/rebar3-src 	&& HOME=$PWD ./bootstrap 	&& install -v ./rebar3 /usr/local/bin/ 	&& rm -rf /usr/src/rebar3-src
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e`  
-		Last Modified: Thu, 09 Jun 2016 21:47:38 GMT  
-		Size: 129.7 MB (129704383 bytes)
-	-	`sha256:2c61b4b9a72dce6594fa03fb8a74cde45ec108c239a05d78cf6ecd2b52ac0910`  
-		Last Modified: Fri, 15 Jul 2016 17:53:26 GMT  
-		Size: 57.7 MB (57745467 bytes)
-	-	`sha256:b88db8375878d7572b27b7881df9ee01ef39c402cbf6e27976f64c189a02369a`  
-		Last Modified: Fri, 15 Jul 2016 17:53:15 GMT  
-		Size: 198.0 KB (198041 bytes)
-	-	`sha256:5c468fd521f59805b575c492d3662ea17bf78445886b46badd415319808143c2`  
-		Last Modified: Fri, 15 Jul 2016 17:53:15 GMT  
-		Size: 1.5 MB (1528966 bytes)
-
-## `erlang:18.3`
-
-```console
-$ docker pull erlang@sha256:b867bcbd1c9d47987eeb111a448c89e9d162f6c1a0c19f8281da296070d95d7b
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `erlang:18.3` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **301.6 MB (301601982 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:7b554050689c318555f45567ea7a5e84a592f63168bbf38263b892f1b75051d1`
--	Default Command: `["erl"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:39:19 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 17:28:37 GMT
-ENV OTP_VERSION=18.3.4.1
-# Fri, 15 Jul 2016 17:38:54 GMT
-RUN set -xe 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-$OTP_VERSION.tar.gz" 	&& OTP_DOWNLOAD_SHA256="3b9852083f3e5cf0668757af76833547233b8e67f4c28b51a6f49d4625bb23de" 	&& runtimeDeps='libodbc1 			libsctp1' 	&& buildDeps='unixodbc-dev 			libsctp-dev' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $runtimeDeps 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" 	&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - 	&& mkdir -p /usr/src/otp-src 	&& tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 	&& rm otp-src.tar.gz 	&& cd /usr/src/otp-src 	&& ./otp_build autoconf 	&& ./configure --enable-sctp 	&& make -j$(nproc) 	&& make install 	&& find /usr/local -name examples | xargs rm -rf 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 17:38:55 GMT
-CMD ["erl"]
-# Fri, 15 Jul 2016 17:38:55 GMT
-ENV REBAR_VERSION=2.6.2
-# Fri, 15 Jul 2016 17:39:02 GMT
-RUN set -xe 	&& REBAR_DOWNLOAD_URL="https://github.com/rebar/rebar/archive/${REBAR_VERSION##*@}.tar.gz" 	&& REBAR_DOWNLOAD_SHA256="ed2a49300f2f8ae7c95284e53e95dd85430952d2843ce224a17db2b312964400" 	&& mkdir -p /usr/src/rebar-src 	&& curl -fSL -o rebar-src.tar.gz "$REBAR_DOWNLOAD_URL" 	&& echo "$REBAR_DOWNLOAD_SHA256 rebar-src.tar.gz" | sha256sum -c - 	&& tar -xzf rebar-src.tar.gz -C /usr/src/rebar-src --strip-components=1 	&& rm rebar-src.tar.gz 	&& cd /usr/src/rebar-src 	&& ./bootstrap 	&& install -v ./rebar /usr/local/bin/ 	&& rm -rf /usr/src/rebar-src
-# Fri, 15 Jul 2016 17:39:03 GMT
-ENV REBAR3_VERSION=3.2.0
-# Fri, 15 Jul 2016 17:40:08 GMT
-RUN set -xe 	&& REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION##*@}.tar.gz" 	&& REBAR3_DOWNLOAD_SHA256="78ad27372eea6e215790e161ae46f451c107a58a019cc7fb4551487903516455" 	&& mkdir -p /usr/src/rebar3-src 	&& curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" 	&& echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - 	&& tar -xzf rebar3-src.tar.gz -C /usr/src/rebar3-src --strip-components=1 	&& rm rebar3-src.tar.gz 	&& cd /usr/src/rebar3-src 	&& HOME=$PWD ./bootstrap 	&& install -v ./rebar3 /usr/local/bin/ 	&& rm -rf /usr/src/rebar3-src
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e`  
-		Last Modified: Thu, 09 Jun 2016 21:47:38 GMT  
-		Size: 129.7 MB (129704383 bytes)
-	-	`sha256:2c61b4b9a72dce6594fa03fb8a74cde45ec108c239a05d78cf6ecd2b52ac0910`  
-		Last Modified: Fri, 15 Jul 2016 17:53:26 GMT  
-		Size: 57.7 MB (57745467 bytes)
-	-	`sha256:b88db8375878d7572b27b7881df9ee01ef39c402cbf6e27976f64c189a02369a`  
-		Last Modified: Fri, 15 Jul 2016 17:53:15 GMT  
-		Size: 198.0 KB (198041 bytes)
-	-	`sha256:5c468fd521f59805b575c492d3662ea17bf78445886b46badd415319808143c2`  
-		Last Modified: Fri, 15 Jul 2016 17:53:15 GMT  
-		Size: 1.5 MB (1528966 bytes)
-
-## `erlang:18`
-
-```console
-$ docker pull erlang@sha256:b867bcbd1c9d47987eeb111a448c89e9d162f6c1a0c19f8281da296070d95d7b
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `erlang:18` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **301.6 MB (301601982 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:7b554050689c318555f45567ea7a5e84a592f63168bbf38263b892f1b75051d1`
--	Default Command: `["erl"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:39:19 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 17:28:37 GMT
-ENV OTP_VERSION=18.3.4.1
-# Fri, 15 Jul 2016 17:38:54 GMT
-RUN set -xe 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-$OTP_VERSION.tar.gz" 	&& OTP_DOWNLOAD_SHA256="3b9852083f3e5cf0668757af76833547233b8e67f4c28b51a6f49d4625bb23de" 	&& runtimeDeps='libodbc1 			libsctp1' 	&& buildDeps='unixodbc-dev 			libsctp-dev' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $runtimeDeps 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" 	&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - 	&& mkdir -p /usr/src/otp-src 	&& tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 	&& rm otp-src.tar.gz 	&& cd /usr/src/otp-src 	&& ./otp_build autoconf 	&& ./configure --enable-sctp 	&& make -j$(nproc) 	&& make install 	&& find /usr/local -name examples | xargs rm -rf 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 17:38:55 GMT
-CMD ["erl"]
-# Fri, 15 Jul 2016 17:38:55 GMT
-ENV REBAR_VERSION=2.6.2
-# Fri, 15 Jul 2016 17:39:02 GMT
-RUN set -xe 	&& REBAR_DOWNLOAD_URL="https://github.com/rebar/rebar/archive/${REBAR_VERSION##*@}.tar.gz" 	&& REBAR_DOWNLOAD_SHA256="ed2a49300f2f8ae7c95284e53e95dd85430952d2843ce224a17db2b312964400" 	&& mkdir -p /usr/src/rebar-src 	&& curl -fSL -o rebar-src.tar.gz "$REBAR_DOWNLOAD_URL" 	&& echo "$REBAR_DOWNLOAD_SHA256 rebar-src.tar.gz" | sha256sum -c - 	&& tar -xzf rebar-src.tar.gz -C /usr/src/rebar-src --strip-components=1 	&& rm rebar-src.tar.gz 	&& cd /usr/src/rebar-src 	&& ./bootstrap 	&& install -v ./rebar /usr/local/bin/ 	&& rm -rf /usr/src/rebar-src
-# Fri, 15 Jul 2016 17:39:03 GMT
-ENV REBAR3_VERSION=3.2.0
-# Fri, 15 Jul 2016 17:40:08 GMT
-RUN set -xe 	&& REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION##*@}.tar.gz" 	&& REBAR3_DOWNLOAD_SHA256="78ad27372eea6e215790e161ae46f451c107a58a019cc7fb4551487903516455" 	&& mkdir -p /usr/src/rebar3-src 	&& curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" 	&& echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - 	&& tar -xzf rebar3-src.tar.gz -C /usr/src/rebar3-src --strip-components=1 	&& rm rebar3-src.tar.gz 	&& cd /usr/src/rebar3-src 	&& HOME=$PWD ./bootstrap 	&& install -v ./rebar3 /usr/local/bin/ 	&& rm -rf /usr/src/rebar3-src
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e`  
-		Last Modified: Thu, 09 Jun 2016 21:47:38 GMT  
-		Size: 129.7 MB (129704383 bytes)
-	-	`sha256:2c61b4b9a72dce6594fa03fb8a74cde45ec108c239a05d78cf6ecd2b52ac0910`  
-		Last Modified: Fri, 15 Jul 2016 17:53:26 GMT  
-		Size: 57.7 MB (57745467 bytes)
-	-	`sha256:b88db8375878d7572b27b7881df9ee01ef39c402cbf6e27976f64c189a02369a`  
-		Last Modified: Fri, 15 Jul 2016 17:53:15 GMT  
-		Size: 198.0 KB (198041 bytes)
-	-	`sha256:5c468fd521f59805b575c492d3662ea17bf78445886b46badd415319808143c2`  
-		Last Modified: Fri, 15 Jul 2016 17:53:15 GMT  
-		Size: 1.5 MB (1528966 bytes)
-
-## `erlang:18.3.4.1-slim`
-
-```console
-$ docker pull erlang@sha256:1b92f3f4aba76f4a7f43766f6eae6d44ea83b710f840d325e52a480002f68794
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `erlang:18.3.4.1-slim` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **116.6 MB (116620361 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:451f311698140e574e6dee46cc3696115934c5900678aff2bcd9b88697f3a917`
--	Default Command: `["erl"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 15 Jul 2016 17:40:09 GMT
-ENV OTP_VERSION=18.3.4.1
-# Fri, 15 Jul 2016 17:50:31 GMT
-RUN set -xe 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-$OTP_VERSION.tar.gz" 	&& OTP_DOWNLOAD_SHA256="3b9852083f3e5cf0668757af76833547233b8e67f4c28b51a6f49d4625bb23de" 	&& runtimeDeps=' 		libodbc1 		libssl1.0.0 		libsctp1 	' 	&& buildDeps=' 		curl 		ca-certificates 		autoconf 		gcc 		make 		libncurses-dev 		unixodbc-dev 		libssl-dev 		libsctp-dev 	' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $runtimeDeps 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" 	&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - 	&& mkdir -p /usr/src/otp-src 	&& tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 	&& rm otp-src.tar.gz 	&& cd /usr/src/otp-src 	&& ./otp_build autoconf 	&& ./configure --enable-sctp 	&& make -j$(nproc) 	&& make install 	&& find /usr/local -name examples | xargs rm -rf 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 17:50:32 GMT
-CMD ["erl"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:f346d7737a40e637a07ef16ba05de7b27ebc7ddc0c14b383bd00c7a91f1468e8`  
-		Last Modified: Fri, 15 Jul 2016 17:54:23 GMT  
-		Size: 65.3 MB (65267826 bytes)
-
-## `erlang:18.3.4-slim`
-
-```console
-$ docker pull erlang@sha256:1b92f3f4aba76f4a7f43766f6eae6d44ea83b710f840d325e52a480002f68794
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `erlang:18.3.4-slim` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **116.6 MB (116620361 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:451f311698140e574e6dee46cc3696115934c5900678aff2bcd9b88697f3a917`
--	Default Command: `["erl"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 15 Jul 2016 17:40:09 GMT
-ENV OTP_VERSION=18.3.4.1
-# Fri, 15 Jul 2016 17:50:31 GMT
-RUN set -xe 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-$OTP_VERSION.tar.gz" 	&& OTP_DOWNLOAD_SHA256="3b9852083f3e5cf0668757af76833547233b8e67f4c28b51a6f49d4625bb23de" 	&& runtimeDeps=' 		libodbc1 		libssl1.0.0 		libsctp1 	' 	&& buildDeps=' 		curl 		ca-certificates 		autoconf 		gcc 		make 		libncurses-dev 		unixodbc-dev 		libssl-dev 		libsctp-dev 	' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $runtimeDeps 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" 	&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - 	&& mkdir -p /usr/src/otp-src 	&& tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 	&& rm otp-src.tar.gz 	&& cd /usr/src/otp-src 	&& ./otp_build autoconf 	&& ./configure --enable-sctp 	&& make -j$(nproc) 	&& make install 	&& find /usr/local -name examples | xargs rm -rf 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 17:50:32 GMT
-CMD ["erl"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:f346d7737a40e637a07ef16ba05de7b27ebc7ddc0c14b383bd00c7a91f1468e8`  
-		Last Modified: Fri, 15 Jul 2016 17:54:23 GMT  
-		Size: 65.3 MB (65267826 bytes)
-
-## `erlang:18.3-slim`
-
-```console
-$ docker pull erlang@sha256:1b92f3f4aba76f4a7f43766f6eae6d44ea83b710f840d325e52a480002f68794
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `erlang:18.3-slim` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **116.6 MB (116620361 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:451f311698140e574e6dee46cc3696115934c5900678aff2bcd9b88697f3a917`
--	Default Command: `["erl"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 15 Jul 2016 17:40:09 GMT
-ENV OTP_VERSION=18.3.4.1
-# Fri, 15 Jul 2016 17:50:31 GMT
-RUN set -xe 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-$OTP_VERSION.tar.gz" 	&& OTP_DOWNLOAD_SHA256="3b9852083f3e5cf0668757af76833547233b8e67f4c28b51a6f49d4625bb23de" 	&& runtimeDeps=' 		libodbc1 		libssl1.0.0 		libsctp1 	' 	&& buildDeps=' 		curl 		ca-certificates 		autoconf 		gcc 		make 		libncurses-dev 		unixodbc-dev 		libssl-dev 		libsctp-dev 	' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $runtimeDeps 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" 	&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - 	&& mkdir -p /usr/src/otp-src 	&& tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 	&& rm otp-src.tar.gz 	&& cd /usr/src/otp-src 	&& ./otp_build autoconf 	&& ./configure --enable-sctp 	&& make -j$(nproc) 	&& make install 	&& find /usr/local -name examples | xargs rm -rf 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 17:50:32 GMT
-CMD ["erl"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:f346d7737a40e637a07ef16ba05de7b27ebc7ddc0c14b383bd00c7a91f1468e8`  
-		Last Modified: Fri, 15 Jul 2016 17:54:23 GMT  
-		Size: 65.3 MB (65267826 bytes)
-
-## `erlang:18-slim`
-
-```console
-$ docker pull erlang@sha256:1b92f3f4aba76f4a7f43766f6eae6d44ea83b710f840d325e52a480002f68794
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `erlang:18-slim` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **116.6 MB (116620361 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:451f311698140e574e6dee46cc3696115934c5900678aff2bcd9b88697f3a917`
--	Default Command: `["erl"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 15 Jul 2016 17:40:09 GMT
-ENV OTP_VERSION=18.3.4.1
-# Fri, 15 Jul 2016 17:50:31 GMT
-RUN set -xe 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-$OTP_VERSION.tar.gz" 	&& OTP_DOWNLOAD_SHA256="3b9852083f3e5cf0668757af76833547233b8e67f4c28b51a6f49d4625bb23de" 	&& runtimeDeps=' 		libodbc1 		libssl1.0.0 		libsctp1 	' 	&& buildDeps=' 		curl 		ca-certificates 		autoconf 		gcc 		make 		libncurses-dev 		unixodbc-dev 		libssl-dev 		libsctp-dev 	' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $runtimeDeps 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" 	&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - 	&& mkdir -p /usr/src/otp-src 	&& tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 	&& rm otp-src.tar.gz 	&& cd /usr/src/otp-src 	&& ./otp_build autoconf 	&& ./configure --enable-sctp 	&& make -j$(nproc) 	&& make install 	&& find /usr/local -name examples | xargs rm -rf 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 17:50:32 GMT
-CMD ["erl"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:f346d7737a40e637a07ef16ba05de7b27ebc7ddc0c14b383bd00c7a91f1468e8`  
-		Last Modified: Fri, 15 Jul 2016 17:54:23 GMT  
-		Size: 65.3 MB (65267826 bytes)
-
-## `erlang:18.3.4.1-onbuild`
-
-```console
-$ docker pull erlang@sha256:cc76dc598db5c3ebd799e2632fa4eea29e6a0b479a1fcceb4b9fbe3ff2071f47
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `erlang:18.3.4.1-onbuild` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **301.6 MB (301602108 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:0e130e6c6fa6b30de38f9e10b694ad8cb4b872cd38b2d8b577b95bc573df077c`
--	Default Command: `["rebar3","shell"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:39:19 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 17:28:37 GMT
-ENV OTP_VERSION=18.3.4.1
-# Fri, 15 Jul 2016 17:38:54 GMT
-RUN set -xe 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-$OTP_VERSION.tar.gz" 	&& OTP_DOWNLOAD_SHA256="3b9852083f3e5cf0668757af76833547233b8e67f4c28b51a6f49d4625bb23de" 	&& runtimeDeps='libodbc1 			libsctp1' 	&& buildDeps='unixodbc-dev 			libsctp-dev' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $runtimeDeps 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" 	&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - 	&& mkdir -p /usr/src/otp-src 	&& tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 	&& rm otp-src.tar.gz 	&& cd /usr/src/otp-src 	&& ./otp_build autoconf 	&& ./configure --enable-sctp 	&& make -j$(nproc) 	&& make install 	&& find /usr/local -name examples | xargs rm -rf 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 17:38:55 GMT
-CMD ["erl"]
-# Fri, 15 Jul 2016 17:38:55 GMT
-ENV REBAR_VERSION=2.6.2
-# Fri, 15 Jul 2016 17:39:02 GMT
-RUN set -xe 	&& REBAR_DOWNLOAD_URL="https://github.com/rebar/rebar/archive/${REBAR_VERSION##*@}.tar.gz" 	&& REBAR_DOWNLOAD_SHA256="ed2a49300f2f8ae7c95284e53e95dd85430952d2843ce224a17db2b312964400" 	&& mkdir -p /usr/src/rebar-src 	&& curl -fSL -o rebar-src.tar.gz "$REBAR_DOWNLOAD_URL" 	&& echo "$REBAR_DOWNLOAD_SHA256 rebar-src.tar.gz" | sha256sum -c - 	&& tar -xzf rebar-src.tar.gz -C /usr/src/rebar-src --strip-components=1 	&& rm rebar-src.tar.gz 	&& cd /usr/src/rebar-src 	&& ./bootstrap 	&& install -v ./rebar /usr/local/bin/ 	&& rm -rf /usr/src/rebar-src
-# Fri, 15 Jul 2016 17:39:03 GMT
-ENV REBAR3_VERSION=3.2.0
-# Fri, 15 Jul 2016 17:40:08 GMT
-RUN set -xe 	&& REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION##*@}.tar.gz" 	&& REBAR3_DOWNLOAD_SHA256="78ad27372eea6e215790e161ae46f451c107a58a019cc7fb4551487903516455" 	&& mkdir -p /usr/src/rebar3-src 	&& curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" 	&& echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - 	&& tar -xzf rebar3-src.tar.gz -C /usr/src/rebar3-src --strip-components=1 	&& rm rebar3-src.tar.gz 	&& cd /usr/src/rebar3-src 	&& HOME=$PWD ./bootstrap 	&& install -v ./rebar3 /usr/local/bin/ 	&& rm -rf /usr/src/rebar3-src
-# Fri, 15 Jul 2016 17:50:34 GMT
-RUN mkdir -p /usr/src/app
-# Fri, 15 Jul 2016 17:50:34 GMT
-WORKDIR /usr/src/app
-# Fri, 15 Jul 2016 17:50:34 GMT
-ONBUILD COPY rebar.config /usr/src/app/
-# Fri, 15 Jul 2016 17:50:35 GMT
-ONBUILD RUN rebar3 update
-# Fri, 15 Jul 2016 17:50:35 GMT
-ONBUILD COPY . /usr/src/app
-# Fri, 15 Jul 2016 17:50:35 GMT
-ONBUILD RUN rebar3 release
-# Fri, 15 Jul 2016 17:50:36 GMT
-CMD ["rebar3" "shell"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e`  
-		Last Modified: Thu, 09 Jun 2016 21:47:38 GMT  
-		Size: 129.7 MB (129704383 bytes)
-	-	`sha256:2c61b4b9a72dce6594fa03fb8a74cde45ec108c239a05d78cf6ecd2b52ac0910`  
-		Last Modified: Fri, 15 Jul 2016 17:53:26 GMT  
-		Size: 57.7 MB (57745467 bytes)
-	-	`sha256:b88db8375878d7572b27b7881df9ee01ef39c402cbf6e27976f64c189a02369a`  
-		Last Modified: Fri, 15 Jul 2016 17:53:15 GMT  
-		Size: 198.0 KB (198041 bytes)
-	-	`sha256:5c468fd521f59805b575c492d3662ea17bf78445886b46badd415319808143c2`  
-		Last Modified: Fri, 15 Jul 2016 17:53:15 GMT  
-		Size: 1.5 MB (1528966 bytes)
-	-	`sha256:5f56a9334053234cf1561beb44e7d80dccac95701e3672a09cac8ff153a81333`  
-		Last Modified: Fri, 15 Jul 2016 17:55:02 GMT  
-		Size: 126.0 B
-
-## `erlang:18.3.4-onbuild`
-
-```console
-$ docker pull erlang@sha256:cc76dc598db5c3ebd799e2632fa4eea29e6a0b479a1fcceb4b9fbe3ff2071f47
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `erlang:18.3.4-onbuild` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **301.6 MB (301602108 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:0e130e6c6fa6b30de38f9e10b694ad8cb4b872cd38b2d8b577b95bc573df077c`
--	Default Command: `["rebar3","shell"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:39:19 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 17:28:37 GMT
-ENV OTP_VERSION=18.3.4.1
-# Fri, 15 Jul 2016 17:38:54 GMT
-RUN set -xe 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-$OTP_VERSION.tar.gz" 	&& OTP_DOWNLOAD_SHA256="3b9852083f3e5cf0668757af76833547233b8e67f4c28b51a6f49d4625bb23de" 	&& runtimeDeps='libodbc1 			libsctp1' 	&& buildDeps='unixodbc-dev 			libsctp-dev' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $runtimeDeps 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" 	&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - 	&& mkdir -p /usr/src/otp-src 	&& tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 	&& rm otp-src.tar.gz 	&& cd /usr/src/otp-src 	&& ./otp_build autoconf 	&& ./configure --enable-sctp 	&& make -j$(nproc) 	&& make install 	&& find /usr/local -name examples | xargs rm -rf 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 17:38:55 GMT
-CMD ["erl"]
-# Fri, 15 Jul 2016 17:38:55 GMT
-ENV REBAR_VERSION=2.6.2
-# Fri, 15 Jul 2016 17:39:02 GMT
-RUN set -xe 	&& REBAR_DOWNLOAD_URL="https://github.com/rebar/rebar/archive/${REBAR_VERSION##*@}.tar.gz" 	&& REBAR_DOWNLOAD_SHA256="ed2a49300f2f8ae7c95284e53e95dd85430952d2843ce224a17db2b312964400" 	&& mkdir -p /usr/src/rebar-src 	&& curl -fSL -o rebar-src.tar.gz "$REBAR_DOWNLOAD_URL" 	&& echo "$REBAR_DOWNLOAD_SHA256 rebar-src.tar.gz" | sha256sum -c - 	&& tar -xzf rebar-src.tar.gz -C /usr/src/rebar-src --strip-components=1 	&& rm rebar-src.tar.gz 	&& cd /usr/src/rebar-src 	&& ./bootstrap 	&& install -v ./rebar /usr/local/bin/ 	&& rm -rf /usr/src/rebar-src
-# Fri, 15 Jul 2016 17:39:03 GMT
-ENV REBAR3_VERSION=3.2.0
-# Fri, 15 Jul 2016 17:40:08 GMT
-RUN set -xe 	&& REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION##*@}.tar.gz" 	&& REBAR3_DOWNLOAD_SHA256="78ad27372eea6e215790e161ae46f451c107a58a019cc7fb4551487903516455" 	&& mkdir -p /usr/src/rebar3-src 	&& curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" 	&& echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - 	&& tar -xzf rebar3-src.tar.gz -C /usr/src/rebar3-src --strip-components=1 	&& rm rebar3-src.tar.gz 	&& cd /usr/src/rebar3-src 	&& HOME=$PWD ./bootstrap 	&& install -v ./rebar3 /usr/local/bin/ 	&& rm -rf /usr/src/rebar3-src
-# Fri, 15 Jul 2016 17:50:34 GMT
-RUN mkdir -p /usr/src/app
-# Fri, 15 Jul 2016 17:50:34 GMT
-WORKDIR /usr/src/app
-# Fri, 15 Jul 2016 17:50:34 GMT
-ONBUILD COPY rebar.config /usr/src/app/
-# Fri, 15 Jul 2016 17:50:35 GMT
-ONBUILD RUN rebar3 update
-# Fri, 15 Jul 2016 17:50:35 GMT
-ONBUILD COPY . /usr/src/app
-# Fri, 15 Jul 2016 17:50:35 GMT
-ONBUILD RUN rebar3 release
-# Fri, 15 Jul 2016 17:50:36 GMT
-CMD ["rebar3" "shell"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e`  
-		Last Modified: Thu, 09 Jun 2016 21:47:38 GMT  
-		Size: 129.7 MB (129704383 bytes)
-	-	`sha256:2c61b4b9a72dce6594fa03fb8a74cde45ec108c239a05d78cf6ecd2b52ac0910`  
-		Last Modified: Fri, 15 Jul 2016 17:53:26 GMT  
-		Size: 57.7 MB (57745467 bytes)
-	-	`sha256:b88db8375878d7572b27b7881df9ee01ef39c402cbf6e27976f64c189a02369a`  
-		Last Modified: Fri, 15 Jul 2016 17:53:15 GMT  
-		Size: 198.0 KB (198041 bytes)
-	-	`sha256:5c468fd521f59805b575c492d3662ea17bf78445886b46badd415319808143c2`  
-		Last Modified: Fri, 15 Jul 2016 17:53:15 GMT  
-		Size: 1.5 MB (1528966 bytes)
-	-	`sha256:5f56a9334053234cf1561beb44e7d80dccac95701e3672a09cac8ff153a81333`  
-		Last Modified: Fri, 15 Jul 2016 17:55:02 GMT  
-		Size: 126.0 B
-
-## `erlang:18.3-onbuild`
-
-```console
-$ docker pull erlang@sha256:cc76dc598db5c3ebd799e2632fa4eea29e6a0b479a1fcceb4b9fbe3ff2071f47
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `erlang:18.3-onbuild` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **301.6 MB (301602108 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:0e130e6c6fa6b30de38f9e10b694ad8cb4b872cd38b2d8b577b95bc573df077c`
--	Default Command: `["rebar3","shell"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:39:19 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 17:28:37 GMT
-ENV OTP_VERSION=18.3.4.1
-# Fri, 15 Jul 2016 17:38:54 GMT
-RUN set -xe 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-$OTP_VERSION.tar.gz" 	&& OTP_DOWNLOAD_SHA256="3b9852083f3e5cf0668757af76833547233b8e67f4c28b51a6f49d4625bb23de" 	&& runtimeDeps='libodbc1 			libsctp1' 	&& buildDeps='unixodbc-dev 			libsctp-dev' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $runtimeDeps 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" 	&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - 	&& mkdir -p /usr/src/otp-src 	&& tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 	&& rm otp-src.tar.gz 	&& cd /usr/src/otp-src 	&& ./otp_build autoconf 	&& ./configure --enable-sctp 	&& make -j$(nproc) 	&& make install 	&& find /usr/local -name examples | xargs rm -rf 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 17:38:55 GMT
-CMD ["erl"]
-# Fri, 15 Jul 2016 17:38:55 GMT
-ENV REBAR_VERSION=2.6.2
-# Fri, 15 Jul 2016 17:39:02 GMT
-RUN set -xe 	&& REBAR_DOWNLOAD_URL="https://github.com/rebar/rebar/archive/${REBAR_VERSION##*@}.tar.gz" 	&& REBAR_DOWNLOAD_SHA256="ed2a49300f2f8ae7c95284e53e95dd85430952d2843ce224a17db2b312964400" 	&& mkdir -p /usr/src/rebar-src 	&& curl -fSL -o rebar-src.tar.gz "$REBAR_DOWNLOAD_URL" 	&& echo "$REBAR_DOWNLOAD_SHA256 rebar-src.tar.gz" | sha256sum -c - 	&& tar -xzf rebar-src.tar.gz -C /usr/src/rebar-src --strip-components=1 	&& rm rebar-src.tar.gz 	&& cd /usr/src/rebar-src 	&& ./bootstrap 	&& install -v ./rebar /usr/local/bin/ 	&& rm -rf /usr/src/rebar-src
-# Fri, 15 Jul 2016 17:39:03 GMT
-ENV REBAR3_VERSION=3.2.0
-# Fri, 15 Jul 2016 17:40:08 GMT
-RUN set -xe 	&& REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION##*@}.tar.gz" 	&& REBAR3_DOWNLOAD_SHA256="78ad27372eea6e215790e161ae46f451c107a58a019cc7fb4551487903516455" 	&& mkdir -p /usr/src/rebar3-src 	&& curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" 	&& echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - 	&& tar -xzf rebar3-src.tar.gz -C /usr/src/rebar3-src --strip-components=1 	&& rm rebar3-src.tar.gz 	&& cd /usr/src/rebar3-src 	&& HOME=$PWD ./bootstrap 	&& install -v ./rebar3 /usr/local/bin/ 	&& rm -rf /usr/src/rebar3-src
-# Fri, 15 Jul 2016 17:50:34 GMT
-RUN mkdir -p /usr/src/app
-# Fri, 15 Jul 2016 17:50:34 GMT
-WORKDIR /usr/src/app
-# Fri, 15 Jul 2016 17:50:34 GMT
-ONBUILD COPY rebar.config /usr/src/app/
-# Fri, 15 Jul 2016 17:50:35 GMT
-ONBUILD RUN rebar3 update
-# Fri, 15 Jul 2016 17:50:35 GMT
-ONBUILD COPY . /usr/src/app
-# Fri, 15 Jul 2016 17:50:35 GMT
-ONBUILD RUN rebar3 release
-# Fri, 15 Jul 2016 17:50:36 GMT
-CMD ["rebar3" "shell"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e`  
-		Last Modified: Thu, 09 Jun 2016 21:47:38 GMT  
-		Size: 129.7 MB (129704383 bytes)
-	-	`sha256:2c61b4b9a72dce6594fa03fb8a74cde45ec108c239a05d78cf6ecd2b52ac0910`  
-		Last Modified: Fri, 15 Jul 2016 17:53:26 GMT  
-		Size: 57.7 MB (57745467 bytes)
-	-	`sha256:b88db8375878d7572b27b7881df9ee01ef39c402cbf6e27976f64c189a02369a`  
-		Last Modified: Fri, 15 Jul 2016 17:53:15 GMT  
-		Size: 198.0 KB (198041 bytes)
-	-	`sha256:5c468fd521f59805b575c492d3662ea17bf78445886b46badd415319808143c2`  
-		Last Modified: Fri, 15 Jul 2016 17:53:15 GMT  
-		Size: 1.5 MB (1528966 bytes)
-	-	`sha256:5f56a9334053234cf1561beb44e7d80dccac95701e3672a09cac8ff153a81333`  
-		Last Modified: Fri, 15 Jul 2016 17:55:02 GMT  
-		Size: 126.0 B
-
-## `erlang:18-onbuild`
-
-```console
-$ docker pull erlang@sha256:cc76dc598db5c3ebd799e2632fa4eea29e6a0b479a1fcceb4b9fbe3ff2071f47
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `erlang:18-onbuild` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **301.6 MB (301602108 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:0e130e6c6fa6b30de38f9e10b694ad8cb4b872cd38b2d8b577b95bc573df077c`
--	Default Command: `["rebar3","shell"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:39:19 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 17:28:37 GMT
-ENV OTP_VERSION=18.3.4.1
-# Fri, 15 Jul 2016 17:38:54 GMT
-RUN set -xe 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-$OTP_VERSION.tar.gz" 	&& OTP_DOWNLOAD_SHA256="3b9852083f3e5cf0668757af76833547233b8e67f4c28b51a6f49d4625bb23de" 	&& runtimeDeps='libodbc1 			libsctp1' 	&& buildDeps='unixodbc-dev 			libsctp-dev' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $runtimeDeps 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" 	&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - 	&& mkdir -p /usr/src/otp-src 	&& tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 	&& rm otp-src.tar.gz 	&& cd /usr/src/otp-src 	&& ./otp_build autoconf 	&& ./configure --enable-sctp 	&& make -j$(nproc) 	&& make install 	&& find /usr/local -name examples | xargs rm -rf 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 17:38:55 GMT
-CMD ["erl"]
-# Fri, 15 Jul 2016 17:38:55 GMT
-ENV REBAR_VERSION=2.6.2
-# Fri, 15 Jul 2016 17:39:02 GMT
-RUN set -xe 	&& REBAR_DOWNLOAD_URL="https://github.com/rebar/rebar/archive/${REBAR_VERSION##*@}.tar.gz" 	&& REBAR_DOWNLOAD_SHA256="ed2a49300f2f8ae7c95284e53e95dd85430952d2843ce224a17db2b312964400" 	&& mkdir -p /usr/src/rebar-src 	&& curl -fSL -o rebar-src.tar.gz "$REBAR_DOWNLOAD_URL" 	&& echo "$REBAR_DOWNLOAD_SHA256 rebar-src.tar.gz" | sha256sum -c - 	&& tar -xzf rebar-src.tar.gz -C /usr/src/rebar-src --strip-components=1 	&& rm rebar-src.tar.gz 	&& cd /usr/src/rebar-src 	&& ./bootstrap 	&& install -v ./rebar /usr/local/bin/ 	&& rm -rf /usr/src/rebar-src
-# Fri, 15 Jul 2016 17:39:03 GMT
-ENV REBAR3_VERSION=3.2.0
-# Fri, 15 Jul 2016 17:40:08 GMT
-RUN set -xe 	&& REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION##*@}.tar.gz" 	&& REBAR3_DOWNLOAD_SHA256="78ad27372eea6e215790e161ae46f451c107a58a019cc7fb4551487903516455" 	&& mkdir -p /usr/src/rebar3-src 	&& curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" 	&& echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - 	&& tar -xzf rebar3-src.tar.gz -C /usr/src/rebar3-src --strip-components=1 	&& rm rebar3-src.tar.gz 	&& cd /usr/src/rebar3-src 	&& HOME=$PWD ./bootstrap 	&& install -v ./rebar3 /usr/local/bin/ 	&& rm -rf /usr/src/rebar3-src
-# Fri, 15 Jul 2016 17:50:34 GMT
-RUN mkdir -p /usr/src/app
-# Fri, 15 Jul 2016 17:50:34 GMT
-WORKDIR /usr/src/app
-# Fri, 15 Jul 2016 17:50:34 GMT
-ONBUILD COPY rebar.config /usr/src/app/
-# Fri, 15 Jul 2016 17:50:35 GMT
-ONBUILD RUN rebar3 update
-# Fri, 15 Jul 2016 17:50:35 GMT
-ONBUILD COPY . /usr/src/app
-# Fri, 15 Jul 2016 17:50:35 GMT
-ONBUILD RUN rebar3 release
-# Fri, 15 Jul 2016 17:50:36 GMT
-CMD ["rebar3" "shell"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e`  
-		Last Modified: Thu, 09 Jun 2016 21:47:38 GMT  
-		Size: 129.7 MB (129704383 bytes)
-	-	`sha256:2c61b4b9a72dce6594fa03fb8a74cde45ec108c239a05d78cf6ecd2b52ac0910`  
-		Last Modified: Fri, 15 Jul 2016 17:53:26 GMT  
-		Size: 57.7 MB (57745467 bytes)
-	-	`sha256:b88db8375878d7572b27b7881df9ee01ef39c402cbf6e27976f64c189a02369a`  
-		Last Modified: Fri, 15 Jul 2016 17:53:15 GMT  
-		Size: 198.0 KB (198041 bytes)
-	-	`sha256:5c468fd521f59805b575c492d3662ea17bf78445886b46badd415319808143c2`  
-		Last Modified: Fri, 15 Jul 2016 17:53:15 GMT  
-		Size: 1.5 MB (1528966 bytes)
-	-	`sha256:5f56a9334053234cf1561beb44e7d80dccac95701e3672a09cac8ff153a81333`  
-		Last Modified: Fri, 15 Jul 2016 17:55:02 GMT  
-		Size: 126.0 B
-
-## `erlang:17.5.6.9`
-
-```console
-$ docker pull erlang@sha256:ec398f46456c4ceb3f948df0e73eae923ba881bdf36232fd8e50e2e658e1114f
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `erlang:17.5.6.9` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **298.5 MB (298470659 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:e5eddd4ca3587bb70c2f0f610f8c4306f2cf9a48f790c5ce98262c05b821bea4`
--	Default Command: `["erl"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:39:19 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 23 Jun 2016 20:25:31 GMT
-ENV OTP_VERSION=17.5.6.9
-# Thu, 23 Jun 2016 20:37:35 GMT
-RUN set -xe 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-$OTP_VERSION.tar.gz" 	&& OTP_DOWNLOAD_SHA256="387c612d1bc5ffbc68db7d05c3655804b310facc8bad921a3e0f3391970bc522" 	&& runtimeDeps='libodbc1' 	&& buildDeps='unixodbc-dev' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $runtimeDeps 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" 	&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - 	&& mkdir -p /usr/src/otp-src 	&& tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 	&& rm otp-src.tar.gz 	&& cd /usr/src/otp-src 	&& ./otp_build autoconf 	&& ./configure 	&& make -j$(nproc) 	&& make install 	&& find /usr/local -name examples | xargs rm -rf 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
-# Thu, 23 Jun 2016 20:37:36 GMT
-CMD ["erl"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e`  
-		Last Modified: Thu, 09 Jun 2016 21:47:38 GMT  
-		Size: 129.7 MB (129704383 bytes)
-	-	`sha256:a0a432f965ba12969b8972a83c8888459f95a80766f4cd58cc0be896814669e2`  
-		Last Modified: Thu, 23 Jun 2016 20:57:47 GMT  
-		Size: 56.3 MB (56341151 bytes)
-
-## `erlang:17.5.6`
-
-```console
-$ docker pull erlang@sha256:ec398f46456c4ceb3f948df0e73eae923ba881bdf36232fd8e50e2e658e1114f
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `erlang:17.5.6` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **298.5 MB (298470659 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:e5eddd4ca3587bb70c2f0f610f8c4306f2cf9a48f790c5ce98262c05b821bea4`
--	Default Command: `["erl"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:39:19 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 23 Jun 2016 20:25:31 GMT
-ENV OTP_VERSION=17.5.6.9
-# Thu, 23 Jun 2016 20:37:35 GMT
-RUN set -xe 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-$OTP_VERSION.tar.gz" 	&& OTP_DOWNLOAD_SHA256="387c612d1bc5ffbc68db7d05c3655804b310facc8bad921a3e0f3391970bc522" 	&& runtimeDeps='libodbc1' 	&& buildDeps='unixodbc-dev' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $runtimeDeps 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" 	&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - 	&& mkdir -p /usr/src/otp-src 	&& tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 	&& rm otp-src.tar.gz 	&& cd /usr/src/otp-src 	&& ./otp_build autoconf 	&& ./configure 	&& make -j$(nproc) 	&& make install 	&& find /usr/local -name examples | xargs rm -rf 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
-# Thu, 23 Jun 2016 20:37:36 GMT
-CMD ["erl"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e`  
-		Last Modified: Thu, 09 Jun 2016 21:47:38 GMT  
-		Size: 129.7 MB (129704383 bytes)
-	-	`sha256:a0a432f965ba12969b8972a83c8888459f95a80766f4cd58cc0be896814669e2`  
-		Last Modified: Thu, 23 Jun 2016 20:57:47 GMT  
-		Size: 56.3 MB (56341151 bytes)
-
-## `erlang:17.5`
-
-```console
-$ docker pull erlang@sha256:ec398f46456c4ceb3f948df0e73eae923ba881bdf36232fd8e50e2e658e1114f
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `erlang:17.5` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **298.5 MB (298470659 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:e5eddd4ca3587bb70c2f0f610f8c4306f2cf9a48f790c5ce98262c05b821bea4`
--	Default Command: `["erl"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:39:19 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 23 Jun 2016 20:25:31 GMT
-ENV OTP_VERSION=17.5.6.9
-# Thu, 23 Jun 2016 20:37:35 GMT
-RUN set -xe 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-$OTP_VERSION.tar.gz" 	&& OTP_DOWNLOAD_SHA256="387c612d1bc5ffbc68db7d05c3655804b310facc8bad921a3e0f3391970bc522" 	&& runtimeDeps='libodbc1' 	&& buildDeps='unixodbc-dev' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $runtimeDeps 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" 	&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - 	&& mkdir -p /usr/src/otp-src 	&& tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 	&& rm otp-src.tar.gz 	&& cd /usr/src/otp-src 	&& ./otp_build autoconf 	&& ./configure 	&& make -j$(nproc) 	&& make install 	&& find /usr/local -name examples | xargs rm -rf 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
-# Thu, 23 Jun 2016 20:37:36 GMT
-CMD ["erl"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e`  
-		Last Modified: Thu, 09 Jun 2016 21:47:38 GMT  
-		Size: 129.7 MB (129704383 bytes)
-	-	`sha256:a0a432f965ba12969b8972a83c8888459f95a80766f4cd58cc0be896814669e2`  
-		Last Modified: Thu, 23 Jun 2016 20:57:47 GMT  
-		Size: 56.3 MB (56341151 bytes)
-
-## `erlang:17`
-
-```console
-$ docker pull erlang@sha256:ec398f46456c4ceb3f948df0e73eae923ba881bdf36232fd8e50e2e658e1114f
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `erlang:17` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **298.5 MB (298470659 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:e5eddd4ca3587bb70c2f0f610f8c4306f2cf9a48f790c5ce98262c05b821bea4`
--	Default Command: `["erl"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:39:19 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 23 Jun 2016 20:25:31 GMT
-ENV OTP_VERSION=17.5.6.9
-# Thu, 23 Jun 2016 20:37:35 GMT
-RUN set -xe 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-$OTP_VERSION.tar.gz" 	&& OTP_DOWNLOAD_SHA256="387c612d1bc5ffbc68db7d05c3655804b310facc8bad921a3e0f3391970bc522" 	&& runtimeDeps='libodbc1' 	&& buildDeps='unixodbc-dev' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $runtimeDeps 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" 	&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - 	&& mkdir -p /usr/src/otp-src 	&& tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 	&& rm otp-src.tar.gz 	&& cd /usr/src/otp-src 	&& ./otp_build autoconf 	&& ./configure 	&& make -j$(nproc) 	&& make install 	&& find /usr/local -name examples | xargs rm -rf 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
-# Thu, 23 Jun 2016 20:37:36 GMT
-CMD ["erl"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e`  
-		Last Modified: Thu, 09 Jun 2016 21:47:38 GMT  
-		Size: 129.7 MB (129704383 bytes)
-	-	`sha256:a0a432f965ba12969b8972a83c8888459f95a80766f4cd58cc0be896814669e2`  
-		Last Modified: Thu, 23 Jun 2016 20:57:47 GMT  
-		Size: 56.3 MB (56341151 bytes)
-
-## `erlang:17.5.6.9-slim`
-
-```console
-$ docker pull erlang@sha256:7162c09f85a19ab9f00494103ee466c65a776557acf6dd2cc2ffbcd2c978811c
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `erlang:17.5.6.9-slim` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **115.2 MB (115202410 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:a8a38d0823a08b48049ede902f85af41b1921bc41bb5cd16dc73f4c2ed807416`
--	Default Command: `["erl"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 23 Jun 2016 20:37:39 GMT
-ENV OTP_VERSION=17.5.6.9
-# Thu, 23 Jun 2016 20:52:54 GMT
-RUN set -xe 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-$OTP_VERSION.tar.gz" 	&& OTP_DOWNLOAD_SHA256="387c612d1bc5ffbc68db7d05c3655804b310facc8bad921a3e0f3391970bc522" 	&& runtimeDeps=' 		libodbc1 		libssl1.0.0 	' 	&& buildDeps=' 		curl 		ca-certificates 		autoconf 		gcc 		make 		libncurses-dev 		unixodbc-dev 		libssl-dev 	' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $runtimeDeps 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" 	&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - 	&& mkdir -p /usr/src/otp-src 	&& tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 	&& rm otp-src.tar.gz 	&& cd /usr/src/otp-src 	&& ./otp_build autoconf 	&& ./configure 	&& make -j$(nproc) 	&& make install 	&& find /usr/local -name examples | xargs rm -rf 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
-# Thu, 23 Jun 2016 20:52:55 GMT
-CMD ["erl"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:7f041fdfd6f7b70b12f5233db3a2bc259e53f7ecc52e2920c7309007764f5f66`  
-		Last Modified: Thu, 23 Jun 2016 20:58:50 GMT  
-		Size: 63.8 MB (63849875 bytes)
-
-## `erlang:17.5.6-slim`
-
-```console
-$ docker pull erlang@sha256:7162c09f85a19ab9f00494103ee466c65a776557acf6dd2cc2ffbcd2c978811c
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `erlang:17.5.6-slim` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **115.2 MB (115202410 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:a8a38d0823a08b48049ede902f85af41b1921bc41bb5cd16dc73f4c2ed807416`
--	Default Command: `["erl"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 23 Jun 2016 20:37:39 GMT
-ENV OTP_VERSION=17.5.6.9
-# Thu, 23 Jun 2016 20:52:54 GMT
-RUN set -xe 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-$OTP_VERSION.tar.gz" 	&& OTP_DOWNLOAD_SHA256="387c612d1bc5ffbc68db7d05c3655804b310facc8bad921a3e0f3391970bc522" 	&& runtimeDeps=' 		libodbc1 		libssl1.0.0 	' 	&& buildDeps=' 		curl 		ca-certificates 		autoconf 		gcc 		make 		libncurses-dev 		unixodbc-dev 		libssl-dev 	' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $runtimeDeps 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" 	&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - 	&& mkdir -p /usr/src/otp-src 	&& tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 	&& rm otp-src.tar.gz 	&& cd /usr/src/otp-src 	&& ./otp_build autoconf 	&& ./configure 	&& make -j$(nproc) 	&& make install 	&& find /usr/local -name examples | xargs rm -rf 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
-# Thu, 23 Jun 2016 20:52:55 GMT
-CMD ["erl"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:7f041fdfd6f7b70b12f5233db3a2bc259e53f7ecc52e2920c7309007764f5f66`  
-		Last Modified: Thu, 23 Jun 2016 20:58:50 GMT  
-		Size: 63.8 MB (63849875 bytes)
-
-## `erlang:17.5-slim`
-
-```console
-$ docker pull erlang@sha256:7162c09f85a19ab9f00494103ee466c65a776557acf6dd2cc2ffbcd2c978811c
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `erlang:17.5-slim` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **115.2 MB (115202410 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:a8a38d0823a08b48049ede902f85af41b1921bc41bb5cd16dc73f4c2ed807416`
--	Default Command: `["erl"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 23 Jun 2016 20:37:39 GMT
-ENV OTP_VERSION=17.5.6.9
-# Thu, 23 Jun 2016 20:52:54 GMT
-RUN set -xe 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-$OTP_VERSION.tar.gz" 	&& OTP_DOWNLOAD_SHA256="387c612d1bc5ffbc68db7d05c3655804b310facc8bad921a3e0f3391970bc522" 	&& runtimeDeps=' 		libodbc1 		libssl1.0.0 	' 	&& buildDeps=' 		curl 		ca-certificates 		autoconf 		gcc 		make 		libncurses-dev 		unixodbc-dev 		libssl-dev 	' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $runtimeDeps 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" 	&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - 	&& mkdir -p /usr/src/otp-src 	&& tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 	&& rm otp-src.tar.gz 	&& cd /usr/src/otp-src 	&& ./otp_build autoconf 	&& ./configure 	&& make -j$(nproc) 	&& make install 	&& find /usr/local -name examples | xargs rm -rf 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
-# Thu, 23 Jun 2016 20:52:55 GMT
-CMD ["erl"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:7f041fdfd6f7b70b12f5233db3a2bc259e53f7ecc52e2920c7309007764f5f66`  
-		Last Modified: Thu, 23 Jun 2016 20:58:50 GMT  
-		Size: 63.8 MB (63849875 bytes)
-
-## `erlang:17-slim`
-
-```console
-$ docker pull erlang@sha256:7162c09f85a19ab9f00494103ee466c65a776557acf6dd2cc2ffbcd2c978811c
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `erlang:17-slim` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **115.2 MB (115202410 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:a8a38d0823a08b48049ede902f85af41b1921bc41bb5cd16dc73f4c2ed807416`
--	Default Command: `["erl"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 23 Jun 2016 20:37:39 GMT
-ENV OTP_VERSION=17.5.6.9
-# Thu, 23 Jun 2016 20:52:54 GMT
-RUN set -xe 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-$OTP_VERSION.tar.gz" 	&& OTP_DOWNLOAD_SHA256="387c612d1bc5ffbc68db7d05c3655804b310facc8bad921a3e0f3391970bc522" 	&& runtimeDeps=' 		libodbc1 		libssl1.0.0 	' 	&& buildDeps=' 		curl 		ca-certificates 		autoconf 		gcc 		make 		libncurses-dev 		unixodbc-dev 		libssl-dev 	' 	&& apt-get update 	&& apt-get install -y --no-install-recommends $runtimeDeps 	&& apt-get install -y --no-install-recommends $buildDeps 	&& curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" 	&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - 	&& mkdir -p /usr/src/otp-src 	&& tar -xzf otp-src.tar.gz -C /usr/src/otp-src --strip-components=1 	&& rm otp-src.tar.gz 	&& cd /usr/src/otp-src 	&& ./otp_build autoconf 	&& ./configure 	&& make -j$(nproc) 	&& make install 	&& find /usr/local -name examples | xargs rm -rf 	&& apt-get purge -y --auto-remove $buildDeps 	&& rm -rf /usr/src/otp-src /var/lib/apt/lists/*
-# Thu, 23 Jun 2016 20:52:55 GMT
-CMD ["erl"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:7f041fdfd6f7b70b12f5233db3a2bc259e53f7ecc52e2920c7309007764f5f66`  
-		Last Modified: Thu, 23 Jun 2016 20:58:50 GMT  
-		Size: 63.8 MB (63849875 bytes)

+ 4 - 6
fedora/README.md

@@ -1,17 +1,15 @@
 # Supported tags and respective `Dockerfile` links
 
--	[`latest`, `24` (*Dockerfile*)](https://github.com/fedora-cloud/docker-brew-fedora/blob/3a14c0a840dceb7865d814dfb4150ef33a982d63/Dockerfile)
+-	[`latest`, `24` (*Dockerfile*)](https://github.com/fedora-cloud/docker-brew-fedora/blob/1762564a8ddc8448a62e101b0094a9c247ef94f8/Dockerfile)
 -	[`23` (*Dockerfile*)](https://github.com/fedora-cloud/docker-brew-fedora/blob/ec63b8db44c2d8c97e29faeb55955ca25bd9076e/Dockerfile)
 -	[`22` (*Dockerfile*)](https://github.com/fedora-cloud/docker-brew-fedora/blob/bccd42bf4e9102ef10eff372488167948fdd0430/Dockerfile)
 -	[`21` (*Dockerfile*)](https://github.com/fedora-cloud/docker-brew-fedora/blob/e32493b9601c3535cd6e0d0a8ff61d8fa95afb83/Dockerfile)
--	[`rawhide` (*Dockerfile*)](https://github.com/fedora-cloud/docker-brew-fedora/blob/d28b4d3e1c4d613a12701557b0d686c28490af69/Dockerfile)
+-	[`rawhide` (*Dockerfile*)](https://github.com/fedora-cloud/docker-brew-fedora/blob/40fb5b05b614631b014e71e5dece31e41f8be010/Dockerfile)
 -	[`20`, `heisenbug` (*Dockerfile*)](https://github.com/fedora-cloud/docker-brew-fedora/blob/10ada29063147fde9e39190f4c2344b6e6e659e6/Dockerfile)
 
-[![](https://badge.imagelayers.io/fedora:latest.svg)](https://imagelayers.io/?images=fedora:latest,fedora:23,fedora:22,fedora:21,fedora:rawhide,fedora:20)
-
 For more information about this image and its history, please see [the relevant manifest file (`library/fedora`)](https://github.com/docker-library/official-images/blob/master/library/fedora). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Ffedora).
 
-For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `fedora/tag-details.md` file](https://github.com/docker-library/docs/blob/master/fedora/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs).
+For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `repos/fedora/tag-details.md` file](https://github.com/docker-library/repo-info/blob/master/repos/fedora/tag-details.md) in [the `docker-library/repo-info` GitHub repo](https://github.com/docker-library/repo-info).
 
 # Fedora
 
@@ -27,7 +25,7 @@ This image is a relatively small footprint in comparison to a standard Fedora in
 
 # Supported Docker versions
 
-This image is officially supported on Docker version 1.11.2.
+This image is officially supported on Docker version 1.12.1.
 
 Support for older versions (down to 1.6) is provided on a best-effort basis.
 

+ 0 - 244
fedora/tag-details.md

@@ -1,244 +0,0 @@
-<!-- THIS FILE IS GENERATED VIA '.template-helpers/generate-tag-details.pl' -->
-
-# Tags of `fedora`
-
--	[`fedora:latest`](#fedoralatest)
--	[`fedora:24`](#fedora24)
--	[`fedora:23`](#fedora23)
--	[`fedora:22`](#fedora22)
--	[`fedora:21`](#fedora21)
--	[`fedora:rawhide`](#fedorarawhide)
--	[`fedora:20`](#fedora20)
--	[`fedora:heisenbug`](#fedoraheisenbug)
-
-## `fedora:latest`
-
-```console
-$ docker pull fedora@sha256:a97914edb6ba15deb5c5acf87bd6bd5b6b0408c96f48a5cbd450b5b04509bb7d
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `fedora:latest` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **72.9 MB (72873635 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:f9873d530588316311ac1d3d15e95487b947f5d8b560e72bdd6eb73a7831b2c4`
-
-```dockerfile
-# Fri, 10 Jun 2016 18:44:36 GMT
-MAINTAINER Adam Miller <[email protected]>
-# Mon, 20 Jun 2016 19:33:43 GMT
-ADD file:eca70e370936ac969828ca2923984000e0d0188655feb231c3df313a35fef2f6 in /
-```
-
--	Layers:
-	-	`sha256:7c91a140e7a1025c3bc3aace4c80c0d9933ac4ee24b8630a6b0b5d8b9ce6b9d4`  
-		Last Modified: Mon, 20 Jun 2016 19:34:10 GMT  
-		Size: 72.9 MB (72873635 bytes)
-
-## `fedora:24`
-
-```console
-$ docker pull fedora@sha256:a97914edb6ba15deb5c5acf87bd6bd5b6b0408c96f48a5cbd450b5b04509bb7d
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `fedora:24` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **72.9 MB (72873635 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:f9873d530588316311ac1d3d15e95487b947f5d8b560e72bdd6eb73a7831b2c4`
-
-```dockerfile
-# Fri, 10 Jun 2016 18:44:36 GMT
-MAINTAINER Adam Miller <[email protected]>
-# Mon, 20 Jun 2016 19:33:43 GMT
-ADD file:eca70e370936ac969828ca2923984000e0d0188655feb231c3df313a35fef2f6 in /
-```
-
--	Layers:
-	-	`sha256:7c91a140e7a1025c3bc3aace4c80c0d9933ac4ee24b8630a6b0b5d8b9ce6b9d4`  
-		Last Modified: Mon, 20 Jun 2016 19:34:10 GMT  
-		Size: 72.9 MB (72873635 bytes)
-
-## `fedora:23`
-
-```console
-$ docker pull fedora@sha256:24db2b1e9f7fec145c0acef2c012c31e044731a9fc6d1837b0dc857c9e1f8167
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `fedora:23` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **76.7 MB (76664095 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:3944b65d6ed623e8c43aac40075269ed713e66849fd22f6a43f246148655c36e`
-
-```dockerfile
-# Mon, 20 Jun 2016 22:49:08 GMT
-MAINTAINER [Adam Miller <[email protected]>] [Patrick Uiterwijk <[email protected]>]
-# Mon, 20 Jun 2016 22:49:20 GMT
-ADD file:6de4fbfd61cdc68ac14c9e5a50007f21d1535a378383c38abac7de569c0a90d3 in /
-```
-
--	Layers:
-	-	`sha256:14707640923fd877a8f157764c21e9bb0d003560c9928a3d40ad2454bdf8af1e`  
-		Last Modified: Mon, 20 Jun 2016 22:49:57 GMT  
-		Size: 76.7 MB (76664095 bytes)
-
-## `fedora:22`
-
-```console
-$ docker pull fedora@sha256:fc4f8e2f872a329d23ec48353b4cd724dd4739f415700e9bedc917157ed5525c
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `fedora:22` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **67.2 MB (67211750 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:2d3da2084d089bc8405d040807290e0dd9d2b7eba747046e42650eddb6209a39`
-
-```dockerfile
-# Fri, 10 Jun 2016 18:44:36 GMT
-MAINTAINER Adam Miller <[email protected]>
-# Fri, 10 Jun 2016 18:44:56 GMT
-ADD file:e14b712e5cfef28691da81e314415790d59685a366414f6be248b871e42d4436 in /
-```
-
--	Layers:
-	-	`sha256:c46df4a5b63bb61e1602168743fc52dc0656de63d48b97d5983b980c60ca3a19`  
-		Last Modified: Mon, 13 Jun 2016 16:34:31 GMT  
-		Size: 67.2 MB (67211750 bytes)
-
-## `fedora:21`
-
-```console
-$ docker pull fedora@sha256:4328c03e6cafef1676db038269fc9a4c3528700d04ca1572e706b4a0aa320000
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `fedora:21` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **92.5 MB (92466400 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:1a4b6ed2b9daf011b346eee50fb9560f41179a6dc7fd2db9050de1f73db5dc52`
-
-```dockerfile
-# Fri, 10 Jun 2016 18:44:59 GMT
-MAINTAINER Lokesh Mandvekar <[email protected]>
-# Fri, 10 Jun 2016 18:45:23 GMT
-ADD file:ad295384e519c85947873a9551ea281f8fbe18055beb43b3f730fe0c45b8ec65 in /
-```
-
--	Layers:
-	-	`sha256:d60b4509ad7daca143824ae2a017a4b4f744831811e1c70634cd3f82e936562e`  
-		Last Modified: Mon, 13 Jun 2016 16:35:08 GMT  
-		Size: 92.5 MB (92466400 bytes)
-
-## `fedora:rawhide`
-
-```console
-$ docker pull fedora@sha256:e72d5c6e74808353dc5849bac9c38ededfe4e197d1ba5ba213de9ff08af063f7
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `fedora:rawhide` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **70.3 MB (70340612 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:575f262f71e04f68d67c28d0694c6f76f425253cdce16509d782944ad19eb13b`
-
-```dockerfile
-# Fri, 10 Jun 2016 18:45:28 GMT
-MAINTAINER Patrick Uiterwijk <[email protected]>
-# Fri, 10 Jun 2016 18:45:52 GMT
-ADD file:dde34a6e2f9ce04246e279dae2fdbc351b18ca4493023f39fbb83b528e378f2e in /
-```
-
--	Layers:
-	-	`sha256:09e95d7fbe77bcb33676f7a0adb10d33628b2e7fd1d602b63928503e8b86aad8`  
-		Last Modified: Mon, 13 Jun 2016 16:35:42 GMT  
-		Size: 70.3 MB (70340612 bytes)
-
-## `fedora:20`
-
-```console
-$ docker pull fedora@sha256:6a5b2744dd8a9a798ca56918e3cf53386254b6375d9e7ffa7773316bbc627237
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `fedora:20` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **94.0 MB (93954059 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:a3c57c6e3f04954b0fc780d79dfa766a81a81c848d3c565e86e86e4a70974a56`
-
-```dockerfile
-# Fri, 10 Jun 2016 18:45:55 GMT
-MAINTAINER Lokesh Mandvekar <[email protected]> - ./buildcontainers.sh
-# Fri, 10 Jun 2016 18:46:18 GMT
-ADD file:56b76704b52912f2f27888cc30d4ee1541d646b602662dfdb43a627cb0fd917c in /
-```
-
--	Layers:
-	-	`sha256:83f0812fb6cc69c0d579c664a3611900f2305b7f41090c3e02d7d433bbbbe29b`  
-		Last Modified: Mon, 13 Jun 2016 16:36:23 GMT  
-		Size: 94.0 MB (93954059 bytes)
-
-## `fedora:heisenbug`
-
-```console
-$ docker pull fedora@sha256:6a5b2744dd8a9a798ca56918e3cf53386254b6375d9e7ffa7773316bbc627237
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `fedora:heisenbug` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **94.0 MB (93954059 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:a3c57c6e3f04954b0fc780d79dfa766a81a81c848d3c565e86e86e4a70974a56`
-
-```dockerfile
-# Fri, 10 Jun 2016 18:45:55 GMT
-MAINTAINER Lokesh Mandvekar <[email protected]> - ./buildcontainers.sh
-# Fri, 10 Jun 2016 18:46:18 GMT
-ADD file:56b76704b52912f2f27888cc30d4ee1541d646b602662dfdb43a627cb0fd917c in /
-```
-
--	Layers:
-	-	`sha256:83f0812fb6cc69c0d579c664a3611900f2305b7f41090c3e02d7d433bbbbe29b`  
-		Last Modified: Mon, 13 Jun 2016 16:36:23 GMT  
-		Size: 94.0 MB (93954059 bytes)

+ 5 - 7
fsharp/README.md

@@ -1,13 +1,11 @@
 # Supported tags and respective `Dockerfile` links
 
--	[`4.0.0.4` (*4.0.0.4/Dockerfile*)](https://github.com/fsprojects/docker-fsharp/blob/f063b22fc1e9f3d78e025f3a3842299721cd78bf/4.0.0.4/Dockerfile)
--	[`4.0.1.1`, `latest` (*4.0.1.1/Dockerfile*)](https://github.com/fsprojects/docker-fsharp/blob/1a01ecbe00ef0c1399893ed5cda40c197614f48d/4.0.1.1/Dockerfile)
-
-[![](https://badge.imagelayers.io/fsharp:latest.svg)](https://imagelayers.io/?images=fsharp:4.0.0.4,fsharp:4.0.1.1)
+-	[`4.0.0.4` (*4.0.0.4/Dockerfile*)](https://github.com/fsprojects/docker-fsharp/blob/57b3ddadc85a63bf586ab89b523bb8326dad9c12/4.0.0.4/Dockerfile)
+-	[`4.0.1.1`, `latest` (*4.0.1.1/Dockerfile*)](https://github.com/fsprojects/docker-fsharp/blob/57b3ddadc85a63bf586ab89b523bb8326dad9c12/4.0.1.1/Dockerfile)
 
 For more information about this image and its history, please see [the relevant manifest file (`library/fsharp`)](https://github.com/docker-library/official-images/blob/master/library/fsharp). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Ffsharp).
 
-For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `fsharp/tag-details.md` file](https://github.com/docker-library/docs/blob/master/fsharp/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs).
+For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `repos/fsharp/tag-details.md` file](https://github.com/docker-library/repo-info/blob/master/repos/fsharp/tag-details.md) in [the `docker-library/repo-info` GitHub repo](https://github.com/docker-library/repo-info).
 
 # What is F#?
 
@@ -24,7 +22,7 @@ F# (pronounced F sharp) is a strongly typed, multi-paradigm programming language
 The most straightforward way to use this image is to use it both as the build and runtime environment. In your `Dockerfile`, you can write something similar to the following:
 
 ```dockerfile
-FROM fsharp:latest
+FROM fsharp
 COPY . /app
 RUN xbuild /app/myproject.sln
 ```
@@ -37,7 +35,7 @@ View [the Apache 2.0 license](https://github.com/fsharp/fsharp/blob/d518f91418ef
 
 # Supported Docker versions
 
-This image is officially supported on Docker version 1.11.2.
+This image is officially supported on Docker version 1.12.1.
 
 Support for older versions (down to 1.6) is provided on a best-effort basis.
 

+ 1 - 1
fsharp/content.md

@@ -13,7 +13,7 @@ F# (pronounced F sharp) is a strongly typed, multi-paradigm programming language
 The most straightforward way to use this image is to use it both as the build and runtime environment. In your `Dockerfile`, you can write something similar to the following:
 
 ```dockerfile
-FROM fsharp:latest
+FROM fsharp
 COPY . /app
 RUN xbuild /app/myproject.sln
 ```

+ 0 - 272
fsharp/tag-details.md

@@ -1,272 +0,0 @@
-<!-- THIS FILE IS GENERATED VIA '.template-helpers/generate-tag-details.pl' -->
-
-# Tags of `fsharp`
-
--	[`fsharp:4.0.0.4`](#fsharp4004)
--	[`fsharp:4.0.1.1`](#fsharp4011)
--	[`fsharp:latest`](#fsharplatest)
-
-## `fsharp:4.0.0.4`
-
-```console
-$ docker pull fsharp@sha256:b91424d393f3922cd18549dd98aca117d3c46b7f3036da761d8ae316301e22da
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `fsharp:4.0.0.4` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **261.3 MB (261280512 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:ac254eeb34a1b8452e7cb99e3800c6a7715d14595ca501c44ecfd2769ca7819f`
--	Default Command: `["fsharpi"]`
-
-```dockerfile
-# Fri, 24 Jun 2016 17:29:06 GMT
-ADD file:b6ff401cf2a7a08c11d2bdfbfec31c7ec105fd7ab29c529fb90025762b077e2c in /
-# Fri, 24 Jun 2016 17:29:10 GMT
-RUN set -xe 		&& echo '#!/bin/sh' > /usr/sbin/policy-rc.d 	&& echo 'exit 101' >> /usr/sbin/policy-rc.d 	&& chmod +x /usr/sbin/policy-rc.d 		&& dpkg-divert --local --rename --add /sbin/initctl 	&& cp -a /usr/sbin/policy-rc.d /sbin/initctl 	&& sed -i 's/^exit.*/exit 0/' /sbin/initctl 		&& echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup 		&& echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean 	&& echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean 	&& echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean 		&& echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages 		&& echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes
-# Fri, 24 Jun 2016 17:29:11 GMT
-RUN rm -rf /var/lib/apt/lists/*
-# Fri, 24 Jun 2016 17:29:13 GMT
-RUN sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
-# Fri, 24 Jun 2016 17:29:14 GMT
-CMD ["/bin/bash"]
-# Fri, 24 Jun 2016 18:19:48 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 24 Jun 2016 18:21:11 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Wed, 29 Jun 2016 18:58:43 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 22:24:54 GMT
-MAINTAINER Henrik Feldt
-# Fri, 15 Jul 2016 22:24:54 GMT
-ENV MONO_VERSION=4.2.3.4
-# Fri, 15 Jul 2016 22:25:12 GMT
-RUN apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF &&     echo "deb http://download.mono-project.com/repo/debian wheezy/snapshots/$MONO_VERSION main" > /etc/apt/sources.list.d/mono-xamarin.list
-# Fri, 15 Jul 2016 22:25:12 GMT
-ENV MONO_THREADS_PER_CPU=50
-# Fri, 15 Jul 2016 22:26:48 GMT
-RUN apt-get -y update &&     apt-get -y --no-install-recommends install nuget mono-devel ca-certificates-mono &&     rm -rf /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 22:26:49 GMT
-ENV FSHARP_VERSION=4.0.0.4
-# Fri, 15 Jul 2016 22:26:49 GMT
-ENV FSHARP_PREFIX=/usr FSHARP_GACDIR=/usr/lib/mono/gac FSHARP_BASENAME=fsharp-4.0.0.4 FSHARP_ARCHIVE=4.0.0.4.tar.gz FSHARP_ARCHIVE_URL=https://github.com/fsharp/fsharp/archive/4.0.0.4.tar.gz
-# Fri, 15 Jul 2016 22:34:04 GMT
-RUN mkdir -p /tmp/src &&     cd /tmp/src &&     wget $FSHARP_ARCHIVE_URL &&     tar xf $FSHARP_ARCHIVE &&     cd $FSHARP_BASENAME &&     ./autogen.sh --prefix=$FSHARP_PREFIX --with-gacdir=$FSHARP_GACDIR &&     make &&     make install &&     cd ~ &&     rm -rf /tmp/src
-# Fri, 15 Jul 2016 22:34:04 GMT
-CMD ["fsharpi"]
-```
-
--	Layers:
-	-	`sha256:56eb14001cebec19f2255d95e125c9f5199c9e1d97dd708e1f3ebda3d32e5da7`  
-		Last Modified: Fri, 24 Jun 2016 17:30:48 GMT  
-		Size: 65.7 MB (65699368 bytes)
-	-	`sha256:7ff49c327d838cf14f7db33fa44f6057b7209298e9c03369257485a085e231df`  
-		Last Modified: Fri, 24 Jun 2016 17:30:29 GMT  
-		Size: 101.4 KB (101415 bytes)
-	-	`sha256:6e532f87f96dd5821006d02e65e7d4729a4e6957a34c3f4ec72046e221eb7c52`  
-		Last Modified: Fri, 24 Jun 2016 17:30:29 GMT  
-		Size: 365.0 B
-	-	`sha256:3ce63537e70c2c250fbc41b5f04bfb31f445be4034effc4b4c513bf8899dfa0a`  
-		Last Modified: Fri, 24 Jun 2016 17:30:29 GMT  
-		Size: 681.0 B
-	-	`sha256:7d347d9063d029c97a306ad58b09bbbc9168b51a90170804b9bb457364af5bc9`  
-		Last Modified: Fri, 24 Jun 2016 18:19:57 GMT  
-		Size: 4.6 MB (4619845 bytes)
-	-	`sha256:2a5568b50420b9473214b05c353ebff716ea0649a8c18e0d9b3a5ee2ad5a1ca5`  
-		Last Modified: Fri, 24 Jun 2016 18:21:27 GMT  
-		Size: 29.0 MB (29035922 bytes)
-	-	`sha256:79353f08fa97083773d931c13855278a1affc2726fcb142ab2430fd833cea5bf`  
-		Last Modified: Wed, 29 Jun 2016 18:59:14 GMT  
-		Size: 99.8 MB (99819417 bytes)
-	-	`sha256:66f9b081b2752dde04a5f777911e9e2318e5631550d802d44e64f96ebfe42305`  
-		Last Modified: Fri, 15 Jul 2016 22:41:37 GMT  
-		Size: 13.5 KB (13536 bytes)
-	-	`sha256:476c6035e451b2db7312cacf188555581ed814f21adb5197940f9e72d6dff7b8`  
-		Last Modified: Fri, 15 Jul 2016 22:41:55 GMT  
-		Size: 52.9 MB (52935771 bytes)
-	-	`sha256:f444077de0f54a8f074416cb10fef4f089aa7e33effd9d103f4ebe3c90989e56`  
-		Last Modified: Fri, 15 Jul 2016 22:41:41 GMT  
-		Size: 9.1 MB (9054192 bytes)
-
-## `fsharp:4.0.1.1`
-
-```console
-$ docker pull fsharp@sha256:c13b9feb5408eec6c89b9441ca9643d7ac60af1cfb4dbcceb214741111a89be8
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `fsharp:4.0.1.1` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **262.5 MB (262536134 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:bc172cf675c66dae34373e0d56904320a8d32478262e9cf66374051196d2ab88`
--	Default Command: `["fsharpi"]`
-
-```dockerfile
-# Fri, 24 Jun 2016 17:29:06 GMT
-ADD file:b6ff401cf2a7a08c11d2bdfbfec31c7ec105fd7ab29c529fb90025762b077e2c in /
-# Fri, 24 Jun 2016 17:29:10 GMT
-RUN set -xe 		&& echo '#!/bin/sh' > /usr/sbin/policy-rc.d 	&& echo 'exit 101' >> /usr/sbin/policy-rc.d 	&& chmod +x /usr/sbin/policy-rc.d 		&& dpkg-divert --local --rename --add /sbin/initctl 	&& cp -a /usr/sbin/policy-rc.d /sbin/initctl 	&& sed -i 's/^exit.*/exit 0/' /sbin/initctl 		&& echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup 		&& echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean 	&& echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean 	&& echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean 		&& echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages 		&& echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes
-# Fri, 24 Jun 2016 17:29:11 GMT
-RUN rm -rf /var/lib/apt/lists/*
-# Fri, 24 Jun 2016 17:29:13 GMT
-RUN sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
-# Fri, 24 Jun 2016 17:29:14 GMT
-CMD ["/bin/bash"]
-# Fri, 24 Jun 2016 18:19:48 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 24 Jun 2016 18:21:11 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Wed, 29 Jun 2016 18:58:43 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 22:24:54 GMT
-MAINTAINER Henrik Feldt
-# Fri, 15 Jul 2016 22:24:54 GMT
-ENV MONO_VERSION=4.2.3.4
-# Fri, 15 Jul 2016 22:25:12 GMT
-RUN apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF &&     echo "deb http://download.mono-project.com/repo/debian wheezy/snapshots/$MONO_VERSION main" > /etc/apt/sources.list.d/mono-xamarin.list
-# Fri, 15 Jul 2016 22:25:12 GMT
-ENV MONO_THREADS_PER_CPU=50
-# Fri, 15 Jul 2016 22:26:48 GMT
-RUN apt-get -y update &&     apt-get -y --no-install-recommends install nuget mono-devel ca-certificates-mono &&     rm -rf /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 22:34:05 GMT
-ENV FSHARP_VERSION=4.0.1.1
-# Fri, 15 Jul 2016 22:34:05 GMT
-ENV FSHARP_PREFIX=/usr FSHARP_GACDIR=/usr/lib/mono/gac FSHARP_BASENAME=fsharp-4.0.1.1 FSHARP_ARCHIVE=4.0.1.1.tar.gz FSHARP_ARCHIVE_URL=https://github.com/fsharp/fsharp/archive/4.0.1.1.tar.gz
-# Fri, 15 Jul 2016 22:41:29 GMT
-RUN mkdir -p /tmp/src &&     cd /tmp/src &&     wget $FSHARP_ARCHIVE_URL &&     tar xf $FSHARP_ARCHIVE &&     cd $FSHARP_BASENAME &&     ./autogen.sh --prefix=$FSHARP_PREFIX --with-gacdir=$FSHARP_GACDIR &&     make &&     make install &&     cd ~ &&     rm -rf /tmp/src
-# Fri, 15 Jul 2016 22:41:29 GMT
-WORKDIR /root
-# Fri, 15 Jul 2016 22:41:29 GMT
-CMD ["fsharpi"]
-```
-
--	Layers:
-	-	`sha256:56eb14001cebec19f2255d95e125c9f5199c9e1d97dd708e1f3ebda3d32e5da7`  
-		Last Modified: Fri, 24 Jun 2016 17:30:48 GMT  
-		Size: 65.7 MB (65699368 bytes)
-	-	`sha256:7ff49c327d838cf14f7db33fa44f6057b7209298e9c03369257485a085e231df`  
-		Last Modified: Fri, 24 Jun 2016 17:30:29 GMT  
-		Size: 101.4 KB (101415 bytes)
-	-	`sha256:6e532f87f96dd5821006d02e65e7d4729a4e6957a34c3f4ec72046e221eb7c52`  
-		Last Modified: Fri, 24 Jun 2016 17:30:29 GMT  
-		Size: 365.0 B
-	-	`sha256:3ce63537e70c2c250fbc41b5f04bfb31f445be4034effc4b4c513bf8899dfa0a`  
-		Last Modified: Fri, 24 Jun 2016 17:30:29 GMT  
-		Size: 681.0 B
-	-	`sha256:7d347d9063d029c97a306ad58b09bbbc9168b51a90170804b9bb457364af5bc9`  
-		Last Modified: Fri, 24 Jun 2016 18:19:57 GMT  
-		Size: 4.6 MB (4619845 bytes)
-	-	`sha256:2a5568b50420b9473214b05c353ebff716ea0649a8c18e0d9b3a5ee2ad5a1ca5`  
-		Last Modified: Fri, 24 Jun 2016 18:21:27 GMT  
-		Size: 29.0 MB (29035922 bytes)
-	-	`sha256:79353f08fa97083773d931c13855278a1affc2726fcb142ab2430fd833cea5bf`  
-		Last Modified: Wed, 29 Jun 2016 18:59:14 GMT  
-		Size: 99.8 MB (99819417 bytes)
-	-	`sha256:66f9b081b2752dde04a5f777911e9e2318e5631550d802d44e64f96ebfe42305`  
-		Last Modified: Fri, 15 Jul 2016 22:41:37 GMT  
-		Size: 13.5 KB (13536 bytes)
-	-	`sha256:476c6035e451b2db7312cacf188555581ed814f21adb5197940f9e72d6dff7b8`  
-		Last Modified: Fri, 15 Jul 2016 22:41:55 GMT  
-		Size: 52.9 MB (52935771 bytes)
-	-	`sha256:441e07e13587bc277bdcdafabd6ae43768e52e0450579e05954f490416d4309b`  
-		Last Modified: Fri, 15 Jul 2016 22:42:14 GMT  
-		Size: 10.3 MB (10309814 bytes)
-
-## `fsharp:latest`
-
-```console
-$ docker pull fsharp@sha256:c13b9feb5408eec6c89b9441ca9643d7ac60af1cfb4dbcceb214741111a89be8
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `fsharp:latest` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **262.5 MB (262536134 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:bc172cf675c66dae34373e0d56904320a8d32478262e9cf66374051196d2ab88`
--	Default Command: `["fsharpi"]`
-
-```dockerfile
-# Fri, 24 Jun 2016 17:29:06 GMT
-ADD file:b6ff401cf2a7a08c11d2bdfbfec31c7ec105fd7ab29c529fb90025762b077e2c in /
-# Fri, 24 Jun 2016 17:29:10 GMT
-RUN set -xe 		&& echo '#!/bin/sh' > /usr/sbin/policy-rc.d 	&& echo 'exit 101' >> /usr/sbin/policy-rc.d 	&& chmod +x /usr/sbin/policy-rc.d 		&& dpkg-divert --local --rename --add /sbin/initctl 	&& cp -a /usr/sbin/policy-rc.d /sbin/initctl 	&& sed -i 's/^exit.*/exit 0/' /sbin/initctl 		&& echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup 		&& echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean 	&& echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean 	&& echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean 		&& echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages 		&& echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes
-# Fri, 24 Jun 2016 17:29:11 GMT
-RUN rm -rf /var/lib/apt/lists/*
-# Fri, 24 Jun 2016 17:29:13 GMT
-RUN sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
-# Fri, 24 Jun 2016 17:29:14 GMT
-CMD ["/bin/bash"]
-# Fri, 24 Jun 2016 18:19:48 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 24 Jun 2016 18:21:11 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Wed, 29 Jun 2016 18:58:43 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 22:24:54 GMT
-MAINTAINER Henrik Feldt
-# Fri, 15 Jul 2016 22:24:54 GMT
-ENV MONO_VERSION=4.2.3.4
-# Fri, 15 Jul 2016 22:25:12 GMT
-RUN apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF &&     echo "deb http://download.mono-project.com/repo/debian wheezy/snapshots/$MONO_VERSION main" > /etc/apt/sources.list.d/mono-xamarin.list
-# Fri, 15 Jul 2016 22:25:12 GMT
-ENV MONO_THREADS_PER_CPU=50
-# Fri, 15 Jul 2016 22:26:48 GMT
-RUN apt-get -y update &&     apt-get -y --no-install-recommends install nuget mono-devel ca-certificates-mono &&     rm -rf /var/lib/apt/lists/*
-# Fri, 15 Jul 2016 22:34:05 GMT
-ENV FSHARP_VERSION=4.0.1.1
-# Fri, 15 Jul 2016 22:34:05 GMT
-ENV FSHARP_PREFIX=/usr FSHARP_GACDIR=/usr/lib/mono/gac FSHARP_BASENAME=fsharp-4.0.1.1 FSHARP_ARCHIVE=4.0.1.1.tar.gz FSHARP_ARCHIVE_URL=https://github.com/fsharp/fsharp/archive/4.0.1.1.tar.gz
-# Fri, 15 Jul 2016 22:41:29 GMT
-RUN mkdir -p /tmp/src &&     cd /tmp/src &&     wget $FSHARP_ARCHIVE_URL &&     tar xf $FSHARP_ARCHIVE &&     cd $FSHARP_BASENAME &&     ./autogen.sh --prefix=$FSHARP_PREFIX --with-gacdir=$FSHARP_GACDIR &&     make &&     make install &&     cd ~ &&     rm -rf /tmp/src
-# Fri, 15 Jul 2016 22:41:29 GMT
-WORKDIR /root
-# Fri, 15 Jul 2016 22:41:29 GMT
-CMD ["fsharpi"]
-```
-
--	Layers:
-	-	`sha256:56eb14001cebec19f2255d95e125c9f5199c9e1d97dd708e1f3ebda3d32e5da7`  
-		Last Modified: Fri, 24 Jun 2016 17:30:48 GMT  
-		Size: 65.7 MB (65699368 bytes)
-	-	`sha256:7ff49c327d838cf14f7db33fa44f6057b7209298e9c03369257485a085e231df`  
-		Last Modified: Fri, 24 Jun 2016 17:30:29 GMT  
-		Size: 101.4 KB (101415 bytes)
-	-	`sha256:6e532f87f96dd5821006d02e65e7d4729a4e6957a34c3f4ec72046e221eb7c52`  
-		Last Modified: Fri, 24 Jun 2016 17:30:29 GMT  
-		Size: 365.0 B
-	-	`sha256:3ce63537e70c2c250fbc41b5f04bfb31f445be4034effc4b4c513bf8899dfa0a`  
-		Last Modified: Fri, 24 Jun 2016 17:30:29 GMT  
-		Size: 681.0 B
-	-	`sha256:7d347d9063d029c97a306ad58b09bbbc9168b51a90170804b9bb457364af5bc9`  
-		Last Modified: Fri, 24 Jun 2016 18:19:57 GMT  
-		Size: 4.6 MB (4619845 bytes)
-	-	`sha256:2a5568b50420b9473214b05c353ebff716ea0649a8c18e0d9b3a5ee2ad5a1ca5`  
-		Last Modified: Fri, 24 Jun 2016 18:21:27 GMT  
-		Size: 29.0 MB (29035922 bytes)
-	-	`sha256:79353f08fa97083773d931c13855278a1affc2726fcb142ab2430fd833cea5bf`  
-		Last Modified: Wed, 29 Jun 2016 18:59:14 GMT  
-		Size: 99.8 MB (99819417 bytes)
-	-	`sha256:66f9b081b2752dde04a5f777911e9e2318e5631550d802d44e64f96ebfe42305`  
-		Last Modified: Fri, 15 Jul 2016 22:41:37 GMT  
-		Size: 13.5 KB (13536 bytes)
-	-	`sha256:476c6035e451b2db7312cacf188555581ed814f21adb5197940f9e72d6dff7b8`  
-		Last Modified: Fri, 15 Jul 2016 22:41:55 GMT  
-		Size: 52.9 MB (52935771 bytes)
-	-	`sha256:441e07e13587bc277bdcdafabd6ae43768e52e0450579e05954f490416d4309b`  
-		Last Modified: Fri, 15 Jul 2016 22:42:14 GMT  
-		Size: 10.3 MB (10309814 bytes)

+ 2 - 4
gazebo/README.md

@@ -9,11 +9,9 @@
 -	[`gzserver7` (*gazebo/gazebo7/gzserver7/Dockerfile*)](https://github.com/osrf/docker_images/blob/40b2e3c4b6fa61132c4b5f2ccbc7ae9bfff7cf8e/gazebo/gazebo7/gzserver7/Dockerfile)
 -	[`libgazebo7`, `latest` (*gazebo/gazebo7/libgazebo7/Dockerfile*)](https://github.com/osrf/docker_images/blob/40b2e3c4b6fa61132c4b5f2ccbc7ae9bfff7cf8e/gazebo/gazebo7/libgazebo7/Dockerfile)
 
-[![](https://badge.imagelayers.io/gazebo:latest.svg)](https://imagelayers.io/?images=gazebo:gzserver4,gazebo:libgazebo4,gazebo:gzserver5,gazebo:libgazebo5,gazebo:gzserver6,gazebo:libgazebo6,gazebo:gzserver7,gazebo:libgazebo7)
-
 For more information about this image and its history, please see [the relevant manifest file (`library/gazebo`)](https://github.com/docker-library/official-images/blob/master/library/gazebo). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fgazebo).
 
-For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `gazebo/tag-details.md` file](https://github.com/docker-library/docs/blob/master/gazebo/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs).
+For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `repos/gazebo/tag-details.md` file](https://github.com/docker-library/repo-info/blob/master/repos/gazebo/tag-details.md) in [the `docker-library/repo-info` GitHub repo](https://github.com/docker-library/repo-info).
 
 # What is [Gazebo](http://www.gazebosim.org/)?
 
@@ -162,7 +160,7 @@ Gazebo is open-source licensed under [Apache 2.0](http://opensource.org/licenses
 
 # Supported Docker versions
 
-This image is officially supported on Docker version 1.11.2.
+This image is officially supported on Docker version 1.12.1.
 
 Support for older versions (down to 1.6) is provided on a best-effort basis.
 

+ 0 - 727
gazebo/tag-details.md

@@ -1,727 +0,0 @@
-<!-- THIS FILE IS GENERATED VIA '.template-helpers/generate-tag-details.pl' -->
-
-# Tags of `gazebo`
-
--	[`gazebo:gzserver4`](#gazebogzserver4)
--	[`gazebo:libgazebo4`](#gazebolibgazebo4)
--	[`gazebo:gzserver5`](#gazebogzserver5)
--	[`gazebo:libgazebo5`](#gazebolibgazebo5)
--	[`gazebo:gzserver6`](#gazebogzserver6)
--	[`gazebo:libgazebo6`](#gazebolibgazebo6)
--	[`gazebo:gzserver7`](#gazebogzserver7)
--	[`gazebo:libgazebo7`](#gazebolibgazebo7)
--	[`gazebo:latest`](#gazebolatest)
-
-## `gazebo:gzserver4`
-
-```console
-$ docker pull gazebo@sha256:392787ff894265945f89f33a7850388efc3e6fafaaacde7e9ad09e0fa93dff2e
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `gazebo:gzserver4` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **210.0 MB (209967443 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:14cbce53d235a17cebd98f16243812763f5202efb184ad89c3eef58c1b4f8a84`
--	Entrypoint: `["\/gzserver_entrypoint.sh"]`
--	Default Command: `["gzserver"]`
-
-```dockerfile
-# Fri, 24 Jun 2016 17:29:06 GMT
-ADD file:b6ff401cf2a7a08c11d2bdfbfec31c7ec105fd7ab29c529fb90025762b077e2c in /
-# Fri, 24 Jun 2016 17:29:10 GMT
-RUN set -xe 		&& echo '#!/bin/sh' > /usr/sbin/policy-rc.d 	&& echo 'exit 101' >> /usr/sbin/policy-rc.d 	&& chmod +x /usr/sbin/policy-rc.d 		&& dpkg-divert --local --rename --add /sbin/initctl 	&& cp -a /usr/sbin/policy-rc.d /sbin/initctl 	&& sed -i 's/^exit.*/exit 0/' /sbin/initctl 		&& echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup 		&& echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean 	&& echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean 	&& echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean 		&& echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages 		&& echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes
-# Fri, 24 Jun 2016 17:29:11 GMT
-RUN rm -rf /var/lib/apt/lists/*
-# Fri, 24 Jun 2016 17:29:13 GMT
-RUN sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
-# Fri, 24 Jun 2016 17:29:14 GMT
-CMD ["/bin/bash"]
-# Fri, 24 Jun 2016 18:33:26 GMT
-MAINTAINER Steven Peters [email protected]
-# Fri, 24 Jun 2016 18:33:44 GMT
-RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys D2486D2DD83DB69272AFE98867170598AF249743
-# Fri, 24 Jun 2016 18:33:45 GMT
-RUN echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable `lsb_release -cs` main" > /etc/apt/sources.list.d/gazebo-latest.list
-# Fri, 24 Jun 2016 18:35:47 GMT
-RUN apt-get update && apt-get install -q -y     gazebo4=4.1.3*     && rm -rf /var/lib/apt/lists/*
-# Fri, 24 Jun 2016 18:35:49 GMT
-EXPOSE 11345/tcp
-# Fri, 24 Jun 2016 18:35:51 GMT
-COPY file:5869092530419fa234b6d43a32bf8687d0d509fced55597b2e241dd58b3d1335 in /
-# Fri, 24 Jun 2016 18:35:52 GMT
-ENTRYPOINT &{["/gzserver_entrypoint.sh"]}
-# Fri, 24 Jun 2016 18:35:52 GMT
-CMD ["gzserver"]
-```
-
--	Layers:
-	-	`sha256:56eb14001cebec19f2255d95e125c9f5199c9e1d97dd708e1f3ebda3d32e5da7`  
-		Last Modified: Fri, 24 Jun 2016 17:30:48 GMT  
-		Size: 65.7 MB (65699368 bytes)
-	-	`sha256:7ff49c327d838cf14f7db33fa44f6057b7209298e9c03369257485a085e231df`  
-		Last Modified: Fri, 24 Jun 2016 17:30:29 GMT  
-		Size: 101.4 KB (101415 bytes)
-	-	`sha256:6e532f87f96dd5821006d02e65e7d4729a4e6957a34c3f4ec72046e221eb7c52`  
-		Last Modified: Fri, 24 Jun 2016 17:30:29 GMT  
-		Size: 365.0 B
-	-	`sha256:3ce63537e70c2c250fbc41b5f04bfb31f445be4034effc4b4c513bf8899dfa0a`  
-		Last Modified: Fri, 24 Jun 2016 17:30:29 GMT  
-		Size: 681.0 B
-	-	`sha256:654eb25264349aa69f086eddbab0eab960282d006ef74541469de64b125f8304`  
-		Last Modified: Fri, 24 Jun 2016 18:35:59 GMT  
-		Size: 13.1 KB (13107 bytes)
-	-	`sha256:5d8d3681a6e347340e978761403c316aae3fe8a221f0a4eecb7882d8bc891ba6`  
-		Last Modified: Fri, 24 Jun 2016 18:36:00 GMT  
-		Size: 258.2 KB (258156 bytes)
-	-	`sha256:95b23616c88b7026065b2a03a8f4cdd96b6d20294fb16edde7cd4c455e86cf04`  
-		Last Modified: Fri, 24 Jun 2016 18:36:34 GMT  
-		Size: 143.9 MB (143894160 bytes)
-	-	`sha256:f4f87d95a220a2bba62b3fd7769e261672746f5b0dbe8f010882a18d1889c166`  
-		Last Modified: Fri, 24 Jun 2016 18:35:59 GMT  
-		Size: 191.0 B
-
-## `gazebo:libgazebo4`
-
-```console
-$ docker pull gazebo@sha256:2b2ac8d7ff0d4b92d356f673cdd4311d54cf4b13db54825e66b7850dabc60001
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `gazebo:libgazebo4` - linux; amd64
-
--	Docker Version: 1.9.1
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v1+json`
--	Total Size: **440.9 MB (440880767 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `d4c899c9fd8843606077432c99edac770433babc0dab7d42c880fbe0d4cc11b5`
--	Entrypoint: `["\/gzserver_entrypoint.sh"]`
--	Default Command: `["gzserver"]`
-
-```dockerfile
-# Tue, 03 May 2016 23:10:55 GMT
-ADD file:b64f702c5b33d12426b57d1e25d5c6de0f2331d390d78b6dff16289914ad6098 in /
-# Tue, 03 May 2016 23:11:00 GMT
-RUN set -xe 		&& echo '#!/bin/sh' > /usr/sbin/policy-rc.d 	&& echo 'exit 101' >> /usr/sbin/policy-rc.d 	&& chmod +x /usr/sbin/policy-rc.d 		&& dpkg-divert --local --rename --add /sbin/initctl 	&& cp -a /usr/sbin/policy-rc.d /sbin/initctl 	&& sed -i 's/^exit.*/exit 0/' /sbin/initctl 		&& echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup 		&& echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean 	&& echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean 	&& echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean 		&& echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages 		&& echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes
-# Tue, 03 May 2016 23:11:02 GMT
-RUN rm -rf /var/lib/apt/lists/*
-# Tue, 03 May 2016 23:11:03 GMT
-RUN sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
-# Tue, 03 May 2016 23:11:04 GMT
-CMD ["/bin/bash"]
-# Thu, 05 May 2016 07:54:57 GMT
-MAINTAINER Steven Peters [email protected]
-# Thu, 05 May 2016 07:55:08 GMT
-RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys D2486D2DD83DB69272AFE98867170598AF249743
-# Thu, 05 May 2016 07:55:10 GMT
-RUN echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable `lsb_release -cs` main" > /etc/apt/sources.list.d/gazebo-latest.list
-# Thu, 05 May 2016 07:56:32 GMT
-RUN apt-get update && apt-get install -q -y     gazebo4=4.1.3*     && rm -rf /var/lib/apt/lists/*
-# Thu, 05 May 2016 07:56:35 GMT
-EXPOSE 11345/tcp
-# Thu, 05 May 2016 07:56:36 GMT
-COPY file:cf363986766dbc3a89db72970f261ead18c8314539e0041f16f3f35c98e6a424 in /
-# Thu, 05 May 2016 07:56:36 GMT
-ENTRYPOINT &{["/gzserver_entrypoint.sh"]}
-# Thu, 05 May 2016 07:56:37 GMT
-CMD ["gzserver"]
-# Thu, 05 May 2016 07:56:38 GMT
-MAINTAINER Steven Peters [email protected]
-# Thu, 05 May 2016 08:00:14 GMT
-RUN apt-get update && apt-get install -q -y\
-     libgazebo4-dev=4.1.3*\
-     && rm -rf /var/lib/apt/lists/*
-```
-
--	Layers:
-	-	`sha256:c7b8f85f8067a94bb31a13a15602bda53c6b1d213da9b43b85711f8d44994c2b`  
-		Last Modified: Fri, 06 May 2016 16:28:30 GMT  
-		Size: 231.0 MB (230972400 bytes)
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:c2d11fc7053715b17bb3201f8b7f0e6d49b325314350828de77b8ad7c757fd0a`  
-		Last Modified: Thu, 20 Aug 2015 01:38:05 GMT  
-		Size: 191.0 B
-	-	`sha256:0bc291156ed70a8f7279e0e4fe29c57876a813f447781bb7bec0fa7c9e73339d`  
-		Last Modified: Fri, 06 May 2016 16:24:38 GMT  
-		Size: 143.9 MB (143871085 bytes)
-	-	`sha256:877e1219535f0fbf18cad51b5693defe3e285200ad5bcbe267354604fe471da4`  
-		Last Modified: Fri, 06 May 2016 16:25:01 GMT  
-		Size: 258.2 KB (258180 bytes)
-	-	`sha256:04943db5ba6c335f810572d4123f85c613bd4faa824a4533145f3ec5f30e86f7`  
-		Last Modified: Fri, 06 May 2016 16:25:05 GMT  
-		Size: 13.1 KB (13106 bytes)
-	-	`sha256:52de432f084bc072024d55b0f483358b607d0cf46d7053e3b6aefc98beaf27bf`  
-		Last Modified: Tue, 03 May 2016 23:14:32 GMT  
-		Size: 680.0 B
-	-	`sha256:f0be3084efe90c704df85e3bff8df5d858e1ff546511c8306d80de561cc18fb5`  
-		Last Modified: Tue, 03 May 2016 23:14:36 GMT  
-		Size: 365.0 B
-	-	`sha256:23eda618d4513331d49c6de76aaa051919f7b57752bcd8fee3cba37f816cbafd`  
-		Last Modified: Tue, 03 May 2016 23:14:39 GMT  
-		Size: 71.5 KB (71481 bytes)
-	-	`sha256:6599cadaf950a71af51aa84b85e6cdb1990287b79f8e71a78f6986b318d4c4a0`  
-		Last Modified: Tue, 03 May 2016 23:15:04 GMT  
-		Size: 65.7 MB (65693247 bytes)
-
-## `gazebo:gzserver5`
-
-```console
-$ docker pull gazebo@sha256:f479fd3338b9c278c61c541dea11a345aa4c92ff850252c82a79cd9f1ea7ae57
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `gazebo:gzserver5` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **230.6 MB (230581756 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:006a29e47f6a3cf30730634a6df92256d6fafc67225cdbb6001be90c6356ca35`
--	Entrypoint: `["\/gzserver_entrypoint.sh"]`
--	Default Command: `["gzserver"]`
-
-```dockerfile
-# Fri, 24 Jun 2016 17:29:06 GMT
-ADD file:b6ff401cf2a7a08c11d2bdfbfec31c7ec105fd7ab29c529fb90025762b077e2c in /
-# Fri, 24 Jun 2016 17:29:10 GMT
-RUN set -xe 		&& echo '#!/bin/sh' > /usr/sbin/policy-rc.d 	&& echo 'exit 101' >> /usr/sbin/policy-rc.d 	&& chmod +x /usr/sbin/policy-rc.d 		&& dpkg-divert --local --rename --add /sbin/initctl 	&& cp -a /usr/sbin/policy-rc.d /sbin/initctl 	&& sed -i 's/^exit.*/exit 0/' /sbin/initctl 		&& echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup 		&& echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean 	&& echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean 	&& echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean 		&& echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages 		&& echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes
-# Fri, 24 Jun 2016 17:29:11 GMT
-RUN rm -rf /var/lib/apt/lists/*
-# Fri, 24 Jun 2016 17:29:13 GMT
-RUN sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
-# Fri, 24 Jun 2016 17:29:14 GMT
-CMD ["/bin/bash"]
-# Fri, 24 Jun 2016 18:33:26 GMT
-MAINTAINER Steven Peters [email protected]
-# Fri, 24 Jun 2016 18:33:44 GMT
-RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys D2486D2DD83DB69272AFE98867170598AF249743
-# Fri, 24 Jun 2016 18:33:45 GMT
-RUN echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable `lsb_release -cs` main" > /etc/apt/sources.list.d/gazebo-latest.list
-# Fri, 24 Jun 2016 18:42:45 GMT
-RUN apt-get update && apt-get install -q -y     gazebo5=5.3.0*     && rm -rf /var/lib/apt/lists/*
-# Fri, 24 Jun 2016 18:42:47 GMT
-EXPOSE 11345/tcp
-# Fri, 24 Jun 2016 18:42:48 GMT
-COPY file:5869092530419fa234b6d43a32bf8687d0d509fced55597b2e241dd58b3d1335 in /
-# Fri, 24 Jun 2016 18:42:49 GMT
-ENTRYPOINT &{["/gzserver_entrypoint.sh"]}
-# Fri, 24 Jun 2016 18:42:49 GMT
-CMD ["gzserver"]
-```
-
--	Layers:
-	-	`sha256:56eb14001cebec19f2255d95e125c9f5199c9e1d97dd708e1f3ebda3d32e5da7`  
-		Last Modified: Fri, 24 Jun 2016 17:30:48 GMT  
-		Size: 65.7 MB (65699368 bytes)
-	-	`sha256:7ff49c327d838cf14f7db33fa44f6057b7209298e9c03369257485a085e231df`  
-		Last Modified: Fri, 24 Jun 2016 17:30:29 GMT  
-		Size: 101.4 KB (101415 bytes)
-	-	`sha256:6e532f87f96dd5821006d02e65e7d4729a4e6957a34c3f4ec72046e221eb7c52`  
-		Last Modified: Fri, 24 Jun 2016 17:30:29 GMT  
-		Size: 365.0 B
-	-	`sha256:3ce63537e70c2c250fbc41b5f04bfb31f445be4034effc4b4c513bf8899dfa0a`  
-		Last Modified: Fri, 24 Jun 2016 17:30:29 GMT  
-		Size: 681.0 B
-	-	`sha256:654eb25264349aa69f086eddbab0eab960282d006ef74541469de64b125f8304`  
-		Last Modified: Fri, 24 Jun 2016 18:35:59 GMT  
-		Size: 13.1 KB (13107 bytes)
-	-	`sha256:5d8d3681a6e347340e978761403c316aae3fe8a221f0a4eecb7882d8bc891ba6`  
-		Last Modified: Fri, 24 Jun 2016 18:36:00 GMT  
-		Size: 258.2 KB (258156 bytes)
-	-	`sha256:055f55c05ba24f0ec52ffb34c648601da7fa89d46fafb1fd380c598c6beadadf`  
-		Last Modified: Fri, 24 Jun 2016 18:43:49 GMT  
-		Size: 164.5 MB (164508472 bytes)
-	-	`sha256:72b52ca9df54724f1a24021d0bf624d809fd407d2d2165f493e876561ab2485c`  
-		Last Modified: Fri, 24 Jun 2016 18:42:56 GMT  
-		Size: 192.0 B
-
-## `gazebo:libgazebo5`
-
-```console
-$ docker pull gazebo@sha256:d2ca59df7f58e4d1cb69bd9b3e95752b27f0408bb3d29ff730fbf1cf10fe422b
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `gazebo:libgazebo5` - linux; amd64
-
--	Docker Version: 1.9.1
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v1+json`
--	Total Size: **490.4 MB (490429970 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `684c36520970f5ea213ae2717177d6f7f9c31221425d9f037cc154e263a6fbf4`
--	Entrypoint: `["\/gzserver_entrypoint.sh"]`
--	Default Command: `["gzserver"]`
-
-```dockerfile
-# Tue, 03 May 2016 23:10:55 GMT
-ADD file:b64f702c5b33d12426b57d1e25d5c6de0f2331d390d78b6dff16289914ad6098 in /
-# Tue, 03 May 2016 23:11:00 GMT
-RUN set -xe 		&& echo '#!/bin/sh' > /usr/sbin/policy-rc.d 	&& echo 'exit 101' >> /usr/sbin/policy-rc.d 	&& chmod +x /usr/sbin/policy-rc.d 		&& dpkg-divert --local --rename --add /sbin/initctl 	&& cp -a /usr/sbin/policy-rc.d /sbin/initctl 	&& sed -i 's/^exit.*/exit 0/' /sbin/initctl 		&& echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup 		&& echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean 	&& echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean 	&& echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean 		&& echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages 		&& echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes
-# Tue, 03 May 2016 23:11:02 GMT
-RUN rm -rf /var/lib/apt/lists/*
-# Tue, 03 May 2016 23:11:03 GMT
-RUN sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
-# Tue, 03 May 2016 23:11:04 GMT
-CMD ["/bin/bash"]
-# Thu, 05 May 2016 07:54:57 GMT
-MAINTAINER Steven Peters [email protected]
-# Thu, 05 May 2016 07:55:08 GMT
-RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys D2486D2DD83DB69272AFE98867170598AF249743
-# Thu, 05 May 2016 07:55:10 GMT
-RUN echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable `lsb_release -cs` main" > /etc/apt/sources.list.d/gazebo-latest.list
-# Thu, 05 May 2016 08:03:30 GMT
-RUN apt-get update && apt-get install -q -y     gazebo5=5.3.0*     && rm -rf /var/lib/apt/lists/*
-# Thu, 05 May 2016 08:03:33 GMT
-EXPOSE 11345/tcp
-# Thu, 05 May 2016 08:03:34 GMT
-COPY file:cf363986766dbc3a89db72970f261ead18c8314539e0041f16f3f35c98e6a424 in /
-# Thu, 05 May 2016 08:03:35 GMT
-ENTRYPOINT &{["/gzserver_entrypoint.sh"]}
-# Thu, 05 May 2016 08:03:35 GMT
-CMD ["gzserver"]
-# Thu, 05 May 2016 08:03:36 GMT
-MAINTAINER Steven Peters [email protected]
-# Thu, 05 May 2016 08:06:38 GMT
-RUN apt-get update && apt-get install -q -y\
-     libgazebo5-dev=5.3.0*\
-     && rm -rf /var/lib/apt/lists/*
-```
-
--	Layers:
-	-	`sha256:ece183f99443eb27c913c4d98913c016bc0d53afd555871d876f18bf87d5b29f`  
-		Last Modified: Fri, 06 May 2016 16:32:46 GMT  
-		Size: 259.9 MB (259906801 bytes)
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:d731cfd76aead22b734fad2f1846df7049e7c908972bf046983a9af15162e6ee`  
-		Last Modified: Tue, 28 Jul 2015 18:14:33 GMT  
-		Size: 192.0 B
-	-	`sha256:b1bd5b3396625978ae459c6737b519e52820e238bf231e3187cbd977e82859a8`  
-		Last Modified: Fri, 06 May 2016 16:30:06 GMT  
-		Size: 164.5 MB (164485886 bytes)
-	-	`sha256:877e1219535f0fbf18cad51b5693defe3e285200ad5bcbe267354604fe471da4`  
-		Last Modified: Fri, 06 May 2016 16:25:01 GMT  
-		Size: 258.2 KB (258180 bytes)
-	-	`sha256:04943db5ba6c335f810572d4123f85c613bd4faa824a4533145f3ec5f30e86f7`  
-		Last Modified: Fri, 06 May 2016 16:25:05 GMT  
-		Size: 13.1 KB (13106 bytes)
-	-	`sha256:52de432f084bc072024d55b0f483358b607d0cf46d7053e3b6aefc98beaf27bf`  
-		Last Modified: Tue, 03 May 2016 23:14:32 GMT  
-		Size: 680.0 B
-	-	`sha256:f0be3084efe90c704df85e3bff8df5d858e1ff546511c8306d80de561cc18fb5`  
-		Last Modified: Tue, 03 May 2016 23:14:36 GMT  
-		Size: 365.0 B
-	-	`sha256:23eda618d4513331d49c6de76aaa051919f7b57752bcd8fee3cba37f816cbafd`  
-		Last Modified: Tue, 03 May 2016 23:14:39 GMT  
-		Size: 71.5 KB (71481 bytes)
-	-	`sha256:6599cadaf950a71af51aa84b85e6cdb1990287b79f8e71a78f6986b318d4c4a0`  
-		Last Modified: Tue, 03 May 2016 23:15:04 GMT  
-		Size: 65.7 MB (65693247 bytes)
-
-## `gazebo:gzserver6`
-
-```console
-$ docker pull gazebo@sha256:1fb6b938ad67affff45706a1496a1c3061e3201a82dc050f269ad7f3f8225cda
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `gazebo:gzserver6` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **234.6 MB (234595183 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:4e10ae426601566c2cf7951aba7b78fec8d7efec3ca8a1d4545a339243c7f86b`
--	Entrypoint: `["\/gzserver_entrypoint.sh"]`
--	Default Command: `["gzserver"]`
-
-```dockerfile
-# Fri, 24 Jun 2016 17:29:06 GMT
-ADD file:b6ff401cf2a7a08c11d2bdfbfec31c7ec105fd7ab29c529fb90025762b077e2c in /
-# Fri, 24 Jun 2016 17:29:10 GMT
-RUN set -xe 		&& echo '#!/bin/sh' > /usr/sbin/policy-rc.d 	&& echo 'exit 101' >> /usr/sbin/policy-rc.d 	&& chmod +x /usr/sbin/policy-rc.d 		&& dpkg-divert --local --rename --add /sbin/initctl 	&& cp -a /usr/sbin/policy-rc.d /sbin/initctl 	&& sed -i 's/^exit.*/exit 0/' /sbin/initctl 		&& echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup 		&& echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean 	&& echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean 	&& echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean 		&& echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages 		&& echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes
-# Fri, 24 Jun 2016 17:29:11 GMT
-RUN rm -rf /var/lib/apt/lists/*
-# Fri, 24 Jun 2016 17:29:13 GMT
-RUN sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
-# Fri, 24 Jun 2016 17:29:14 GMT
-CMD ["/bin/bash"]
-# Fri, 24 Jun 2016 18:33:26 GMT
-MAINTAINER Steven Peters [email protected]
-# Fri, 24 Jun 2016 18:33:44 GMT
-RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys D2486D2DD83DB69272AFE98867170598AF249743
-# Fri, 24 Jun 2016 18:33:45 GMT
-RUN echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable `lsb_release -cs` main" > /etc/apt/sources.list.d/gazebo-latest.list
-# Fri, 24 Jun 2016 18:46:10 GMT
-RUN apt-get update && apt-get install -q -y     gazebo6=6.6.0*     && rm -rf /var/lib/apt/lists/*
-# Fri, 24 Jun 2016 18:46:12 GMT
-EXPOSE 11345/tcp
-# Fri, 24 Jun 2016 18:46:13 GMT
-COPY file:5869092530419fa234b6d43a32bf8687d0d509fced55597b2e241dd58b3d1335 in /
-# Fri, 24 Jun 2016 18:46:13 GMT
-ENTRYPOINT &{["/gzserver_entrypoint.sh"]}
-# Fri, 24 Jun 2016 18:46:14 GMT
-CMD ["gzserver"]
-```
-
--	Layers:
-	-	`sha256:56eb14001cebec19f2255d95e125c9f5199c9e1d97dd708e1f3ebda3d32e5da7`  
-		Last Modified: Fri, 24 Jun 2016 17:30:48 GMT  
-		Size: 65.7 MB (65699368 bytes)
-	-	`sha256:7ff49c327d838cf14f7db33fa44f6057b7209298e9c03369257485a085e231df`  
-		Last Modified: Fri, 24 Jun 2016 17:30:29 GMT  
-		Size: 101.4 KB (101415 bytes)
-	-	`sha256:6e532f87f96dd5821006d02e65e7d4729a4e6957a34c3f4ec72046e221eb7c52`  
-		Last Modified: Fri, 24 Jun 2016 17:30:29 GMT  
-		Size: 365.0 B
-	-	`sha256:3ce63537e70c2c250fbc41b5f04bfb31f445be4034effc4b4c513bf8899dfa0a`  
-		Last Modified: Fri, 24 Jun 2016 17:30:29 GMT  
-		Size: 681.0 B
-	-	`sha256:654eb25264349aa69f086eddbab0eab960282d006ef74541469de64b125f8304`  
-		Last Modified: Fri, 24 Jun 2016 18:35:59 GMT  
-		Size: 13.1 KB (13107 bytes)
-	-	`sha256:5d8d3681a6e347340e978761403c316aae3fe8a221f0a4eecb7882d8bc891ba6`  
-		Last Modified: Fri, 24 Jun 2016 18:36:00 GMT  
-		Size: 258.2 KB (258156 bytes)
-	-	`sha256:345e4503741cb926152a49c75bb506825f18dc7dc14042c57568fdcaa2a90e7e`  
-		Last Modified: Fri, 24 Jun 2016 18:46:59 GMT  
-		Size: 168.5 MB (168521900 bytes)
-	-	`sha256:37ccaded634c0e5c962b675e0ba05850b47485c3819a4bb8560982a2482c6210`  
-		Last Modified: Fri, 24 Jun 2016 18:46:20 GMT  
-		Size: 191.0 B
-
-## `gazebo:libgazebo6`
-
-```console
-$ docker pull gazebo@sha256:637567758ad5f480b2b6012e8fe818b8e4b35c9f0d3e913b7b4b6a901f68fd01
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `gazebo:libgazebo6` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **483.9 MB (483938356 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:3dcf7197141cbbae099ad50e6a698a109f9f6039efe0fa26845545a7b0806b7a`
--	Entrypoint: `["\/gzserver_entrypoint.sh"]`
--	Default Command: `["gzserver"]`
-
-```dockerfile
-# Fri, 24 Jun 2016 17:29:06 GMT
-ADD file:b6ff401cf2a7a08c11d2bdfbfec31c7ec105fd7ab29c529fb90025762b077e2c in /
-# Fri, 24 Jun 2016 17:29:10 GMT
-RUN set -xe 		&& echo '#!/bin/sh' > /usr/sbin/policy-rc.d 	&& echo 'exit 101' >> /usr/sbin/policy-rc.d 	&& chmod +x /usr/sbin/policy-rc.d 		&& dpkg-divert --local --rename --add /sbin/initctl 	&& cp -a /usr/sbin/policy-rc.d /sbin/initctl 	&& sed -i 's/^exit.*/exit 0/' /sbin/initctl 		&& echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup 		&& echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean 	&& echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean 	&& echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean 		&& echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages 		&& echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes
-# Fri, 24 Jun 2016 17:29:11 GMT
-RUN rm -rf /var/lib/apt/lists/*
-# Fri, 24 Jun 2016 17:29:13 GMT
-RUN sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
-# Fri, 24 Jun 2016 17:29:14 GMT
-CMD ["/bin/bash"]
-# Fri, 24 Jun 2016 18:33:26 GMT
-MAINTAINER Steven Peters [email protected]
-# Fri, 24 Jun 2016 18:33:44 GMT
-RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys D2486D2DD83DB69272AFE98867170598AF249743
-# Fri, 24 Jun 2016 18:33:45 GMT
-RUN echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable `lsb_release -cs` main" > /etc/apt/sources.list.d/gazebo-latest.list
-# Fri, 24 Jun 2016 18:46:10 GMT
-RUN apt-get update && apt-get install -q -y     gazebo6=6.6.0*     && rm -rf /var/lib/apt/lists/*
-# Fri, 24 Jun 2016 18:46:12 GMT
-EXPOSE 11345/tcp
-# Fri, 24 Jun 2016 18:46:13 GMT
-COPY file:5869092530419fa234b6d43a32bf8687d0d509fced55597b2e241dd58b3d1335 in /
-# Fri, 24 Jun 2016 18:46:13 GMT
-ENTRYPOINT &{["/gzserver_entrypoint.sh"]}
-# Fri, 24 Jun 2016 18:46:14 GMT
-CMD ["gzserver"]
-# Wed, 29 Jun 2016 19:05:57 GMT
-MAINTAINER Steven Peters [email protected]
-# Wed, 29 Jun 2016 19:10:28 GMT
-RUN apt-get update && apt-get install -q -y     libgazebo6-dev=6.6.0*     && rm -rf /var/lib/apt/lists/*
-```
-
--	Layers:
-	-	`sha256:56eb14001cebec19f2255d95e125c9f5199c9e1d97dd708e1f3ebda3d32e5da7`  
-		Last Modified: Fri, 24 Jun 2016 17:30:48 GMT  
-		Size: 65.7 MB (65699368 bytes)
-	-	`sha256:7ff49c327d838cf14f7db33fa44f6057b7209298e9c03369257485a085e231df`  
-		Last Modified: Fri, 24 Jun 2016 17:30:29 GMT  
-		Size: 101.4 KB (101415 bytes)
-	-	`sha256:6e532f87f96dd5821006d02e65e7d4729a4e6957a34c3f4ec72046e221eb7c52`  
-		Last Modified: Fri, 24 Jun 2016 17:30:29 GMT  
-		Size: 365.0 B
-	-	`sha256:3ce63537e70c2c250fbc41b5f04bfb31f445be4034effc4b4c513bf8899dfa0a`  
-		Last Modified: Fri, 24 Jun 2016 17:30:29 GMT  
-		Size: 681.0 B
-	-	`sha256:654eb25264349aa69f086eddbab0eab960282d006ef74541469de64b125f8304`  
-		Last Modified: Fri, 24 Jun 2016 18:35:59 GMT  
-		Size: 13.1 KB (13107 bytes)
-	-	`sha256:5d8d3681a6e347340e978761403c316aae3fe8a221f0a4eecb7882d8bc891ba6`  
-		Last Modified: Fri, 24 Jun 2016 18:36:00 GMT  
-		Size: 258.2 KB (258156 bytes)
-	-	`sha256:345e4503741cb926152a49c75bb506825f18dc7dc14042c57568fdcaa2a90e7e`  
-		Last Modified: Fri, 24 Jun 2016 18:46:59 GMT  
-		Size: 168.5 MB (168521900 bytes)
-	-	`sha256:37ccaded634c0e5c962b675e0ba05850b47485c3819a4bb8560982a2482c6210`  
-		Last Modified: Fri, 24 Jun 2016 18:46:20 GMT  
-		Size: 191.0 B
-	-	`sha256:203d24810001f15290a8bc865510da63cea040c665b631cb8946e072cec03319`  
-		Last Modified: Wed, 29 Jun 2016 19:11:45 GMT  
-		Size: 249.3 MB (249343173 bytes)
-
-## `gazebo:gzserver7`
-
-```console
-$ docker pull gazebo@sha256:de9f8bba71c92fbead7506af0555dc481aaf2d6d98854e9bd6f5c4ccc9026cb4
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `gazebo:gzserver7` - linux; amd64
-
--	Docker Version: 1.9.1
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v1+json`
--	Total Size: **245.0 MB (244998578 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `548b43461c648e3f57d44721f9e468f6900f2e6beeefa4f4014f0533372b41fe`
--	Entrypoint: `["\/gzserver_entrypoint.sh"]`
--	Default Command: `["gzserver"]`
-
-```dockerfile
-# Tue, 03 May 2016 23:10:55 GMT
-ADD file:b64f702c5b33d12426b57d1e25d5c6de0f2331d390d78b6dff16289914ad6098 in /
-# Tue, 03 May 2016 23:11:00 GMT
-RUN set -xe 		&& echo '#!/bin/sh' > /usr/sbin/policy-rc.d 	&& echo 'exit 101' >> /usr/sbin/policy-rc.d 	&& chmod +x /usr/sbin/policy-rc.d 		&& dpkg-divert --local --rename --add /sbin/initctl 	&& cp -a /usr/sbin/policy-rc.d /sbin/initctl 	&& sed -i 's/^exit.*/exit 0/' /sbin/initctl 		&& echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup 		&& echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean 	&& echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean 	&& echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean 		&& echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages 		&& echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes
-# Tue, 03 May 2016 23:11:02 GMT
-RUN rm -rf /var/lib/apt/lists/*
-# Tue, 03 May 2016 23:11:03 GMT
-RUN sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
-# Tue, 03 May 2016 23:11:04 GMT
-CMD ["/bin/bash"]
-# Thu, 05 May 2016 07:54:57 GMT
-MAINTAINER Steven Peters [email protected]
-# Thu, 05 May 2016 07:55:08 GMT
-RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys D2486D2DD83DB69272AFE98867170598AF249743
-# Thu, 05 May 2016 07:55:10 GMT
-RUN echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable `lsb_release -cs` main" > /etc/apt/sources.list.d/gazebo-latest.list
-# Thu, 05 May 2016 08:17:43 GMT
-RUN apt-get update && apt-get install -q -y     gazebo7=7.1.0*     && rm -rf /var/lib/apt/lists/*
-# Thu, 05 May 2016 08:17:47 GMT
-EXPOSE 11345/tcp
-# Thu, 05 May 2016 08:17:48 GMT
-COPY file:cf363986766dbc3a89db72970f261ead18c8314539e0041f16f3f35c98e6a424 in /
-# Thu, 05 May 2016 08:17:48 GMT
-ENTRYPOINT &{["/gzserver_entrypoint.sh"]}
-# Thu, 05 May 2016 08:17:49 GMT
-CMD ["gzserver"]
-```
-
--	Layers:
-	-	`sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4`  
-		Last Modified: Sat, 14 Nov 2015 09:09:44 GMT  
-		Size: 32.0 B
-	-	`sha256:121bd6d3309cfcca9d51c44172ad2140f800229c928080ff87ee5e8e2150b5b0`  
-		Last Modified: Mon, 08 Feb 2016 20:02:02 GMT  
-		Size: 191.0 B
-	-	`sha256:93dad6f9f4f6419a5e286e4d48a1229dfb8b520a4c8e89a1afc9e3b3980f8964`  
-		Last Modified: Fri, 06 May 2016 16:38:44 GMT  
-		Size: 179.0 MB (178961296 bytes)
-	-	`sha256:877e1219535f0fbf18cad51b5693defe3e285200ad5bcbe267354604fe471da4`  
-		Last Modified: Fri, 06 May 2016 16:25:01 GMT  
-		Size: 258.2 KB (258180 bytes)
-	-	`sha256:04943db5ba6c335f810572d4123f85c613bd4faa824a4533145f3ec5f30e86f7`  
-		Last Modified: Fri, 06 May 2016 16:25:05 GMT  
-		Size: 13.1 KB (13106 bytes)
-	-	`sha256:52de432f084bc072024d55b0f483358b607d0cf46d7053e3b6aefc98beaf27bf`  
-		Last Modified: Tue, 03 May 2016 23:14:32 GMT  
-		Size: 680.0 B
-	-	`sha256:f0be3084efe90c704df85e3bff8df5d858e1ff546511c8306d80de561cc18fb5`  
-		Last Modified: Tue, 03 May 2016 23:14:36 GMT  
-		Size: 365.0 B
-	-	`sha256:23eda618d4513331d49c6de76aaa051919f7b57752bcd8fee3cba37f816cbafd`  
-		Last Modified: Tue, 03 May 2016 23:14:39 GMT  
-		Size: 71.5 KB (71481 bytes)
-	-	`sha256:6599cadaf950a71af51aa84b85e6cdb1990287b79f8e71a78f6986b318d4c4a0`  
-		Last Modified: Tue, 03 May 2016 23:15:04 GMT  
-		Size: 65.7 MB (65693247 bytes)
-
-## `gazebo:libgazebo7`
-
-```console
-$ docker pull gazebo@sha256:bc11bc000373704829df302ee3e134e167e14f63c041dadad62dc44aef5d3e7d
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `gazebo:libgazebo7` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **474.8 MB (474784473 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:ba645fbf89cf6f93a64a3a9b5d2b9c42715f988caeaa40af3c1b45dd2074dd6e`
--	Entrypoint: `["\/gzserver_entrypoint.sh"]`
--	Default Command: `["gzserver"]`
-
-```dockerfile
-# Wed, 08 Jun 2016 20:31:06 GMT
-ADD file:cd748aa6f0d26a270cc30a0a6ba5ce74dbabb758bf0d9381c1ce96c9f1c9b4cd in /
-# Wed, 08 Jun 2016 20:31:07 GMT
-RUN set -xe 		&& echo '#!/bin/sh' > /usr/sbin/policy-rc.d 	&& echo 'exit 101' >> /usr/sbin/policy-rc.d 	&& chmod +x /usr/sbin/policy-rc.d 		&& dpkg-divert --local --rename --add /sbin/initctl 	&& cp -a /usr/sbin/policy-rc.d /sbin/initctl 	&& sed -i 's/^exit.*/exit 0/' /sbin/initctl 		&& echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup 		&& echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean 	&& echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean 	&& echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean 		&& echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages 		&& echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes
-# Wed, 08 Jun 2016 20:31:09 GMT
-RUN rm -rf /var/lib/apt/lists/*
-# Wed, 08 Jun 2016 20:31:10 GMT
-RUN sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
-# Wed, 08 Jun 2016 20:31:10 GMT
-CMD ["/bin/bash"]
-# Wed, 08 Jun 2016 22:29:24 GMT
-MAINTAINER Steven Peters [email protected]
-# Wed, 08 Jun 2016 22:29:42 GMT
-RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys D2486D2DD83DB69272AFE98867170598AF249743
-# Wed, 08 Jun 2016 22:29:43 GMT
-RUN echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable `lsb_release -cs` main" > /etc/apt/sources.list.d/gazebo-latest.list
-# Wed, 08 Jun 2016 22:51:35 GMT
-RUN apt-get update && apt-get install -q -y     gazebo7=7.1.0*     && rm -rf /var/lib/apt/lists/*
-# Wed, 08 Jun 2016 22:51:35 GMT
-EXPOSE 11345/tcp
-# Wed, 08 Jun 2016 22:51:35 GMT
-COPY file:5869092530419fa234b6d43a32bf8687d0d509fced55597b2e241dd58b3d1335 in /
-# Wed, 08 Jun 2016 22:51:36 GMT
-ENTRYPOINT &{["/gzserver_entrypoint.sh"]}
-# Wed, 08 Jun 2016 22:51:36 GMT
-CMD ["gzserver"]
-# Wed, 08 Jun 2016 22:51:36 GMT
-MAINTAINER Steven Peters [email protected]
-# Wed, 08 Jun 2016 22:55:54 GMT
-RUN apt-get update && apt-get install -q -y     libgazebo7-dev=7.1.0*     && rm -rf /var/lib/apt/lists/*
-```
-
--	Layers:
-	-	`sha256:6c953ac5d795ea26fd59dc5bdf4d335625c69f8bcfbdd8307d6009c2e61779c9`  
-		Last Modified: Thu, 26 May 2016 23:13:36 GMT  
-		Size: 65.7 MB (65699277 bytes)
-	-	`sha256:df77235a0a1ffe0dc9290f5a3322734834f6181c3cb422885e7edd8403db1a30`  
-		Last Modified: Thu, 09 Jun 2016 21:54:04 GMT  
-		Size: 101.4 KB (101391 bytes)
-	-	`sha256:8a069390c20edbbe3147b9dc9c1335d24ab87b373a6136837e487ac0a76c3aef`  
-		Last Modified: Thu, 09 Jun 2016 21:54:04 GMT  
-		Size: 365.0 B
-	-	`sha256:325d7f72769235249695c56cc250ff910f1d11ed1cdcc27578445608f6ede3e9`  
-		Last Modified: Thu, 09 Jun 2016 21:54:04 GMT  
-		Size: 680.0 B
-	-	`sha256:185d246ae22d64a199724307330c2255dd848af815545e1e39af2f7f93684bda`  
-		Last Modified: Fri, 24 Jun 2016 18:36:49 GMT  
-		Size: 13.1 KB (13107 bytes)
-	-	`sha256:e874e9eaffc949a102449d81ab10ba052033f165cf5d35d250d48c352482f734`  
-		Last Modified: Fri, 24 Jun 2016 18:36:52 GMT  
-		Size: 258.2 KB (258202 bytes)
-	-	`sha256:bd1442f78b338ff26be7a912cb34c5b5941b1a51733ce847b144b66d8ee19242`  
-		Last Modified: Fri, 24 Jun 2016 18:39:40 GMT  
-		Size: 179.0 MB (178991599 bytes)
-	-	`sha256:358b3a15bb75aaf308f13f1ed496d2952ae3539e3ba7119fda0cd218ffad1471`  
-		Last Modified: Fri, 24 Jun 2016 18:38:45 GMT  
-		Size: 192.0 B
-	-	`sha256:f35ec3e602a7ce6cc72756b48b51a7c4c234611f58ec4b2ad63b8f4834a95d55`  
-		Last Modified: Fri, 24 Jun 2016 18:40:13 GMT  
-		Size: 229.7 MB (229719660 bytes)
-
-## `gazebo:latest`
-
-```console
-$ docker pull gazebo@sha256:bc11bc000373704829df302ee3e134e167e14f63c041dadad62dc44aef5d3e7d
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `gazebo:latest` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **474.8 MB (474784473 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:ba645fbf89cf6f93a64a3a9b5d2b9c42715f988caeaa40af3c1b45dd2074dd6e`
--	Entrypoint: `["\/gzserver_entrypoint.sh"]`
--	Default Command: `["gzserver"]`
-
-```dockerfile
-# Wed, 08 Jun 2016 20:31:06 GMT
-ADD file:cd748aa6f0d26a270cc30a0a6ba5ce74dbabb758bf0d9381c1ce96c9f1c9b4cd in /
-# Wed, 08 Jun 2016 20:31:07 GMT
-RUN set -xe 		&& echo '#!/bin/sh' > /usr/sbin/policy-rc.d 	&& echo 'exit 101' >> /usr/sbin/policy-rc.d 	&& chmod +x /usr/sbin/policy-rc.d 		&& dpkg-divert --local --rename --add /sbin/initctl 	&& cp -a /usr/sbin/policy-rc.d /sbin/initctl 	&& sed -i 's/^exit.*/exit 0/' /sbin/initctl 		&& echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup 		&& echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean 	&& echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean 	&& echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean 		&& echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages 		&& echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes
-# Wed, 08 Jun 2016 20:31:09 GMT
-RUN rm -rf /var/lib/apt/lists/*
-# Wed, 08 Jun 2016 20:31:10 GMT
-RUN sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
-# Wed, 08 Jun 2016 20:31:10 GMT
-CMD ["/bin/bash"]
-# Wed, 08 Jun 2016 22:29:24 GMT
-MAINTAINER Steven Peters [email protected]
-# Wed, 08 Jun 2016 22:29:42 GMT
-RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys D2486D2DD83DB69272AFE98867170598AF249743
-# Wed, 08 Jun 2016 22:29:43 GMT
-RUN echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable `lsb_release -cs` main" > /etc/apt/sources.list.d/gazebo-latest.list
-# Wed, 08 Jun 2016 22:51:35 GMT
-RUN apt-get update && apt-get install -q -y     gazebo7=7.1.0*     && rm -rf /var/lib/apt/lists/*
-# Wed, 08 Jun 2016 22:51:35 GMT
-EXPOSE 11345/tcp
-# Wed, 08 Jun 2016 22:51:35 GMT
-COPY file:5869092530419fa234b6d43a32bf8687d0d509fced55597b2e241dd58b3d1335 in /
-# Wed, 08 Jun 2016 22:51:36 GMT
-ENTRYPOINT &{["/gzserver_entrypoint.sh"]}
-# Wed, 08 Jun 2016 22:51:36 GMT
-CMD ["gzserver"]
-# Wed, 08 Jun 2016 22:51:36 GMT
-MAINTAINER Steven Peters [email protected]
-# Wed, 08 Jun 2016 22:55:54 GMT
-RUN apt-get update && apt-get install -q -y     libgazebo7-dev=7.1.0*     && rm -rf /var/lib/apt/lists/*
-```
-
--	Layers:
-	-	`sha256:6c953ac5d795ea26fd59dc5bdf4d335625c69f8bcfbdd8307d6009c2e61779c9`  
-		Last Modified: Thu, 26 May 2016 23:13:36 GMT  
-		Size: 65.7 MB (65699277 bytes)
-	-	`sha256:df77235a0a1ffe0dc9290f5a3322734834f6181c3cb422885e7edd8403db1a30`  
-		Last Modified: Thu, 09 Jun 2016 21:54:04 GMT  
-		Size: 101.4 KB (101391 bytes)
-	-	`sha256:8a069390c20edbbe3147b9dc9c1335d24ab87b373a6136837e487ac0a76c3aef`  
-		Last Modified: Thu, 09 Jun 2016 21:54:04 GMT  
-		Size: 365.0 B
-	-	`sha256:325d7f72769235249695c56cc250ff910f1d11ed1cdcc27578445608f6ede3e9`  
-		Last Modified: Thu, 09 Jun 2016 21:54:04 GMT  
-		Size: 680.0 B
-	-	`sha256:185d246ae22d64a199724307330c2255dd848af815545e1e39af2f7f93684bda`  
-		Last Modified: Fri, 24 Jun 2016 18:36:49 GMT  
-		Size: 13.1 KB (13107 bytes)
-	-	`sha256:e874e9eaffc949a102449d81ab10ba052033f165cf5d35d250d48c352482f734`  
-		Last Modified: Fri, 24 Jun 2016 18:36:52 GMT  
-		Size: 258.2 KB (258202 bytes)
-	-	`sha256:bd1442f78b338ff26be7a912cb34c5b5941b1a51733ce847b144b66d8ee19242`  
-		Last Modified: Fri, 24 Jun 2016 18:39:40 GMT  
-		Size: 179.0 MB (178991599 bytes)
-	-	`sha256:358b3a15bb75aaf308f13f1ed496d2952ae3539e3ba7119fda0cd218ffad1471`  
-		Last Modified: Fri, 24 Jun 2016 18:38:45 GMT  
-		Size: 192.0 B
-	-	`sha256:f35ec3e602a7ce6cc72756b48b51a7c4c234611f58ec4b2ad63b8f4834a95d55`  
-		Last Modified: Fri, 24 Jun 2016 18:40:13 GMT  
-		Size: 229.7 MB (229719660 bytes)

+ 5 - 7
gcc/README.md

@@ -1,14 +1,12 @@
 # Supported tags and respective `Dockerfile` links
 
--	[`5.2.0`, `5.2` (*5.2/Dockerfile*)](https://github.com/docker-library/gcc/blob/df055b1ba29bd666470f4735f2a7bab9acffd0b3/5.2/Dockerfile)
--	[`5.3.0`, `5.3`, `5` (*5.3/Dockerfile*)](https://github.com/docker-library/gcc/blob/df055b1ba29bd666470f4735f2a7bab9acffd0b3/5.3/Dockerfile)
--	[`6.1.0`, `6.1`, `6`, `latest` (*6.1/Dockerfile*)](https://github.com/docker-library/gcc/blob/d9c8446748f7d69626f2e9425376a6672fff09af/6.1/Dockerfile)
-
-[![](https://badge.imagelayers.io/gcc:latest.svg)](https://imagelayers.io/?images=gcc:5.2.0,gcc:5.3.0,gcc:6.1.0)
+-	[`4.9.4`, `4.9`, `4` (*4.9/Dockerfile*)](https://github.com/docker-library/gcc/blob/8c7687860cdd4ef9227c249ca4587984e2636a55/4.9/Dockerfile)
+-	[`5.4.0`, `5.4`, `5` (*5/Dockerfile*)](https://github.com/docker-library/gcc/blob/8c7687860cdd4ef9227c249ca4587984e2636a55/5/Dockerfile)
+-	[`6.2.0`, `6.2`, `6`, `latest` (*6/Dockerfile*)](https://github.com/docker-library/gcc/blob/8c7687860cdd4ef9227c249ca4587984e2636a55/6/Dockerfile)
 
 For more information about this image and its history, please see [the relevant manifest file (`library/gcc`)](https://github.com/docker-library/official-images/blob/master/library/gcc). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fgcc).
 
-For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `gcc/tag-details.md` file](https://github.com/docker-library/docs/blob/master/gcc/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs).
+For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `repos/gcc/tag-details.md` file](https://github.com/docker-library/repo-info/blob/master/repos/gcc/tag-details.md) in [the `docker-library/repo-info` GitHub repo](https://github.com/docker-library/repo-info).
 
 # What is GCC?
 
@@ -59,7 +57,7 @@ View [license information](https://gcc.gnu.org/viewcvs/gcc/trunk/gcc/COPYING3?vi
 
 # Supported Docker versions
 
-This image is officially supported on Docker version 1.11.2.
+This image is officially supported on Docker version 1.12.1.
 
 Support for older versions (down to 1.6) is provided on a best-effort basis.
 

+ 0 - 634
gcc/tag-details.md

@@ -1,634 +0,0 @@
-<!-- THIS FILE IS GENERATED VIA '.template-helpers/generate-tag-details.pl' -->
-
-# Tags of `gcc`
-
--	[`gcc:5.2.0`](#gcc520)
--	[`gcc:5.2`](#gcc52)
--	[`gcc:5.3.0`](#gcc530)
--	[`gcc:5.3`](#gcc53)
--	[`gcc:5`](#gcc5)
--	[`gcc:6.1.0`](#gcc610)
--	[`gcc:6.1`](#gcc61)
--	[`gcc:6`](#gcc6)
--	[`gcc:latest`](#gcclatest)
-
-## `gcc:5.2.0`
-
-```console
-$ docker pull gcc@sha256:8984a227d721dbe2e1fcdb0bc7483bdfbe0dac12b939a62a284306d2230c01e0
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `gcc:5.2.0` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **439.6 MB (439621325 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:c6dd71bbf76b313cfb3d8eb980d3335d33d0f1416e9c44e16a29af3cd928c7ab`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:39:19 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 14:58:06 GMT
-ENV GPG_KEYS=B215C1633BCA0477615F1B35A5B3A004745C015A 	B3C42148A44E6983B3E4CC0793FA9B1AB75C61B8 	90AA470469D3965A87A5DCB494D03953902C9419 	80F98B2E0DAB6C8281BDF541A7C8C3B2F71EDF1C 	7F74F97C103468EE5D750B583AB00996FC26A641 	33C235A34C46AA3FFB293709A328C3A2C3C45C06
-# Fri, 10 Jun 2016 14:58:11 GMT
-RUN set -xe 	&& for key in $GPG_KEYS; do 		gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; 	done
-# Fri, 10 Jun 2016 14:58:11 GMT
-ENV GCC_VERSION=5.2.0
-# Tue, 19 Jul 2016 21:09:48 GMT
-RUN buildDeps='flex' 	&& set -x 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends 	&& rm -r /var/lib/apt/lists/* 	&& curl -fSL "http://ftpmirror.gnu.org/gcc/gcc-$GCC_VERSION/gcc-$GCC_VERSION.tar.bz2" -o gcc.tar.bz2 	&& curl -fSL "http://ftpmirror.gnu.org/gcc/gcc-$GCC_VERSION/gcc-$GCC_VERSION.tar.bz2.sig" -o gcc.tar.bz2.sig 	&& gpg --batch --verify gcc.tar.bz2.sig gcc.tar.bz2 	&& mkdir -p /usr/src/gcc 	&& tar -xf gcc.tar.bz2 -C /usr/src/gcc --strip-components=1 	&& rm gcc.tar.bz2* 	&& cd /usr/src/gcc 	&& ./contrib/download_prerequisites 	&& { rm *.tar.* || true; } 	&& dir="$(mktemp -d)" 	&& cd "$dir" 	&& /usr/src/gcc/configure 		--disable-multilib 		--enable-languages=c,c++,fortran,go 	&& make -j"$(nproc)" 	&& make install-strip 	&& cd .. 	&& rm -rf "$dir" 	&& apt-get purge -y --auto-remove $buildDeps
-# Tue, 19 Jul 2016 21:09:56 GMT
-RUN echo '/usr/local/lib64' > /etc/ld.so.conf.d/local-lib64.conf 	&& ldconfig -v
-# Tue, 19 Jul 2016 21:09:58 GMT
-RUN set -x 	&& dpkg-divert --divert /usr/bin/gcc.orig --rename /usr/bin/gcc 	&& dpkg-divert --divert /usr/bin/g++.orig --rename /usr/bin/g++ 	&& dpkg-divert --divert /usr/bin/gfortran.orig --rename /usr/bin/gfortran 	&& update-alternatives --install /usr/bin/cc cc /usr/local/bin/gcc 999
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e`  
-		Last Modified: Thu, 09 Jun 2016 21:47:38 GMT  
-		Size: 129.7 MB (129704383 bytes)
-	-	`sha256:d32a4c04e369315bdecbe764088d0f55a9bde24ccbd0acba6f596ab98518967a`  
-		Last Modified: Sat, 25 Jun 2016 01:22:17 GMT  
-		Size: 98.2 KB (98200 bytes)
-	-	`sha256:a1a5cd85163b922cef5c9d0e92fe0f2304e3fc8553d7c1ddd27be0d1104cecee`  
-		Last Modified: Wed, 20 Jul 2016 00:02:15 GMT  
-		Size: 197.4 MB (197350900 bytes)
-	-	`sha256:4e9a61a96dbbd618d87332c2a6bfeee7d41205246bd13b0af302b3cd6c4e6199`  
-		Last Modified: Wed, 20 Jul 2016 00:00:19 GMT  
-		Size: 10.6 KB (10599 bytes)
-	-	`sha256:12e49d66667dc8f7efe71333d90901aad164a42d0f99af0cbeadff6b6ff9b661`  
-		Last Modified: Wed, 20 Jul 2016 00:00:19 GMT  
-		Size: 32.1 KB (32118 bytes)
-
-## `gcc:5.2`
-
-```console
-$ docker pull gcc@sha256:8984a227d721dbe2e1fcdb0bc7483bdfbe0dac12b939a62a284306d2230c01e0
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `gcc:5.2` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **439.6 MB (439621325 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:c6dd71bbf76b313cfb3d8eb980d3335d33d0f1416e9c44e16a29af3cd928c7ab`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:39:19 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 14:58:06 GMT
-ENV GPG_KEYS=B215C1633BCA0477615F1B35A5B3A004745C015A 	B3C42148A44E6983B3E4CC0793FA9B1AB75C61B8 	90AA470469D3965A87A5DCB494D03953902C9419 	80F98B2E0DAB6C8281BDF541A7C8C3B2F71EDF1C 	7F74F97C103468EE5D750B583AB00996FC26A641 	33C235A34C46AA3FFB293709A328C3A2C3C45C06
-# Fri, 10 Jun 2016 14:58:11 GMT
-RUN set -xe 	&& for key in $GPG_KEYS; do 		gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; 	done
-# Fri, 10 Jun 2016 14:58:11 GMT
-ENV GCC_VERSION=5.2.0
-# Tue, 19 Jul 2016 21:09:48 GMT
-RUN buildDeps='flex' 	&& set -x 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends 	&& rm -r /var/lib/apt/lists/* 	&& curl -fSL "http://ftpmirror.gnu.org/gcc/gcc-$GCC_VERSION/gcc-$GCC_VERSION.tar.bz2" -o gcc.tar.bz2 	&& curl -fSL "http://ftpmirror.gnu.org/gcc/gcc-$GCC_VERSION/gcc-$GCC_VERSION.tar.bz2.sig" -o gcc.tar.bz2.sig 	&& gpg --batch --verify gcc.tar.bz2.sig gcc.tar.bz2 	&& mkdir -p /usr/src/gcc 	&& tar -xf gcc.tar.bz2 -C /usr/src/gcc --strip-components=1 	&& rm gcc.tar.bz2* 	&& cd /usr/src/gcc 	&& ./contrib/download_prerequisites 	&& { rm *.tar.* || true; } 	&& dir="$(mktemp -d)" 	&& cd "$dir" 	&& /usr/src/gcc/configure 		--disable-multilib 		--enable-languages=c,c++,fortran,go 	&& make -j"$(nproc)" 	&& make install-strip 	&& cd .. 	&& rm -rf "$dir" 	&& apt-get purge -y --auto-remove $buildDeps
-# Tue, 19 Jul 2016 21:09:56 GMT
-RUN echo '/usr/local/lib64' > /etc/ld.so.conf.d/local-lib64.conf 	&& ldconfig -v
-# Tue, 19 Jul 2016 21:09:58 GMT
-RUN set -x 	&& dpkg-divert --divert /usr/bin/gcc.orig --rename /usr/bin/gcc 	&& dpkg-divert --divert /usr/bin/g++.orig --rename /usr/bin/g++ 	&& dpkg-divert --divert /usr/bin/gfortran.orig --rename /usr/bin/gfortran 	&& update-alternatives --install /usr/bin/cc cc /usr/local/bin/gcc 999
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e`  
-		Last Modified: Thu, 09 Jun 2016 21:47:38 GMT  
-		Size: 129.7 MB (129704383 bytes)
-	-	`sha256:d32a4c04e369315bdecbe764088d0f55a9bde24ccbd0acba6f596ab98518967a`  
-		Last Modified: Sat, 25 Jun 2016 01:22:17 GMT  
-		Size: 98.2 KB (98200 bytes)
-	-	`sha256:a1a5cd85163b922cef5c9d0e92fe0f2304e3fc8553d7c1ddd27be0d1104cecee`  
-		Last Modified: Wed, 20 Jul 2016 00:02:15 GMT  
-		Size: 197.4 MB (197350900 bytes)
-	-	`sha256:4e9a61a96dbbd618d87332c2a6bfeee7d41205246bd13b0af302b3cd6c4e6199`  
-		Last Modified: Wed, 20 Jul 2016 00:00:19 GMT  
-		Size: 10.6 KB (10599 bytes)
-	-	`sha256:12e49d66667dc8f7efe71333d90901aad164a42d0f99af0cbeadff6b6ff9b661`  
-		Last Modified: Wed, 20 Jul 2016 00:00:19 GMT  
-		Size: 32.1 KB (32118 bytes)
-
-## `gcc:5.3.0`
-
-```console
-$ docker pull gcc@sha256:1ce1aa118e2f328ab44b7a7afc123c61c97a3597284041e487eadcf746b9c519
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `gcc:5.3.0` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **440.3 MB (440272861 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:9bebeda95c6bb182ffb5695b9eeb835e3d4e58865efeb4a89a82ee5633fa7a01`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:39:19 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 14:58:06 GMT
-ENV GPG_KEYS=B215C1633BCA0477615F1B35A5B3A004745C015A 	B3C42148A44E6983B3E4CC0793FA9B1AB75C61B8 	90AA470469D3965A87A5DCB494D03953902C9419 	80F98B2E0DAB6C8281BDF541A7C8C3B2F71EDF1C 	7F74F97C103468EE5D750B583AB00996FC26A641 	33C235A34C46AA3FFB293709A328C3A2C3C45C06
-# Fri, 10 Jun 2016 14:58:11 GMT
-RUN set -xe 	&& for key in $GPG_KEYS; do 		gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; 	done
-# Fri, 10 Jun 2016 16:05:15 GMT
-ENV GCC_VERSION=5.3.0
-# Tue, 19 Jul 2016 22:32:49 GMT
-RUN buildDeps='flex' 	&& set -x 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends 	&& rm -r /var/lib/apt/lists/* 	&& curl -fSL "http://ftpmirror.gnu.org/gcc/gcc-$GCC_VERSION/gcc-$GCC_VERSION.tar.bz2" -o gcc.tar.bz2 	&& curl -fSL "http://ftpmirror.gnu.org/gcc/gcc-$GCC_VERSION/gcc-$GCC_VERSION.tar.bz2.sig" -o gcc.tar.bz2.sig 	&& gpg --batch --verify gcc.tar.bz2.sig gcc.tar.bz2 	&& mkdir -p /usr/src/gcc 	&& tar -xf gcc.tar.bz2 -C /usr/src/gcc --strip-components=1 	&& rm gcc.tar.bz2* 	&& cd /usr/src/gcc 	&& ./contrib/download_prerequisites 	&& { rm *.tar.* || true; } 	&& dir="$(mktemp -d)" 	&& cd "$dir" 	&& /usr/src/gcc/configure 		--disable-multilib 		--enable-languages=c,c++,fortran,go 	&& make -j"$(nproc)" 	&& make install-strip 	&& cd .. 	&& rm -rf "$dir" 	&& apt-get purge -y --auto-remove $buildDeps
-# Tue, 19 Jul 2016 22:32:54 GMT
-RUN echo '/usr/local/lib64' > /etc/ld.so.conf.d/local-lib64.conf 	&& ldconfig -v
-# Tue, 19 Jul 2016 22:32:55 GMT
-RUN set -x 	&& dpkg-divert --divert /usr/bin/gcc.orig --rename /usr/bin/gcc 	&& dpkg-divert --divert /usr/bin/g++.orig --rename /usr/bin/g++ 	&& dpkg-divert --divert /usr/bin/gfortran.orig --rename /usr/bin/gfortran 	&& update-alternatives --install /usr/bin/cc cc /usr/local/bin/gcc 999
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e`  
-		Last Modified: Thu, 09 Jun 2016 21:47:38 GMT  
-		Size: 129.7 MB (129704383 bytes)
-	-	`sha256:d32a4c04e369315bdecbe764088d0f55a9bde24ccbd0acba6f596ab98518967a`  
-		Last Modified: Sat, 25 Jun 2016 01:22:17 GMT  
-		Size: 98.2 KB (98200 bytes)
-	-	`sha256:f2bed6121bdb851a5744361e36cba5853b2af13513872cb95ffbeddd9ac7f29b`  
-		Last Modified: Wed, 20 Jul 2016 00:04:42 GMT  
-		Size: 198.0 MB (198011637 bytes)
-	-	`sha256:2a5abbddb550e9fd0d5fa6bb5e64814daa7257cc86c2f34c2ce82cfd40cefdb1`  
-		Last Modified: Wed, 20 Jul 2016 00:02:46 GMT  
-		Size: 10.6 KB (10562 bytes)
-	-	`sha256:61f7ecc8f09040a257164681498c76c61eea0cfafd348ae5a0e5a9df32f74244`  
-		Last Modified: Wed, 20 Jul 2016 00:02:46 GMT  
-		Size: 23.0 KB (22954 bytes)
-
-## `gcc:5.3`
-
-```console
-$ docker pull gcc@sha256:1ce1aa118e2f328ab44b7a7afc123c61c97a3597284041e487eadcf746b9c519
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `gcc:5.3` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **440.3 MB (440272861 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:9bebeda95c6bb182ffb5695b9eeb835e3d4e58865efeb4a89a82ee5633fa7a01`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:39:19 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 14:58:06 GMT
-ENV GPG_KEYS=B215C1633BCA0477615F1B35A5B3A004745C015A 	B3C42148A44E6983B3E4CC0793FA9B1AB75C61B8 	90AA470469D3965A87A5DCB494D03953902C9419 	80F98B2E0DAB6C8281BDF541A7C8C3B2F71EDF1C 	7F74F97C103468EE5D750B583AB00996FC26A641 	33C235A34C46AA3FFB293709A328C3A2C3C45C06
-# Fri, 10 Jun 2016 14:58:11 GMT
-RUN set -xe 	&& for key in $GPG_KEYS; do 		gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; 	done
-# Fri, 10 Jun 2016 16:05:15 GMT
-ENV GCC_VERSION=5.3.0
-# Tue, 19 Jul 2016 22:32:49 GMT
-RUN buildDeps='flex' 	&& set -x 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends 	&& rm -r /var/lib/apt/lists/* 	&& curl -fSL "http://ftpmirror.gnu.org/gcc/gcc-$GCC_VERSION/gcc-$GCC_VERSION.tar.bz2" -o gcc.tar.bz2 	&& curl -fSL "http://ftpmirror.gnu.org/gcc/gcc-$GCC_VERSION/gcc-$GCC_VERSION.tar.bz2.sig" -o gcc.tar.bz2.sig 	&& gpg --batch --verify gcc.tar.bz2.sig gcc.tar.bz2 	&& mkdir -p /usr/src/gcc 	&& tar -xf gcc.tar.bz2 -C /usr/src/gcc --strip-components=1 	&& rm gcc.tar.bz2* 	&& cd /usr/src/gcc 	&& ./contrib/download_prerequisites 	&& { rm *.tar.* || true; } 	&& dir="$(mktemp -d)" 	&& cd "$dir" 	&& /usr/src/gcc/configure 		--disable-multilib 		--enable-languages=c,c++,fortran,go 	&& make -j"$(nproc)" 	&& make install-strip 	&& cd .. 	&& rm -rf "$dir" 	&& apt-get purge -y --auto-remove $buildDeps
-# Tue, 19 Jul 2016 22:32:54 GMT
-RUN echo '/usr/local/lib64' > /etc/ld.so.conf.d/local-lib64.conf 	&& ldconfig -v
-# Tue, 19 Jul 2016 22:32:55 GMT
-RUN set -x 	&& dpkg-divert --divert /usr/bin/gcc.orig --rename /usr/bin/gcc 	&& dpkg-divert --divert /usr/bin/g++.orig --rename /usr/bin/g++ 	&& dpkg-divert --divert /usr/bin/gfortran.orig --rename /usr/bin/gfortran 	&& update-alternatives --install /usr/bin/cc cc /usr/local/bin/gcc 999
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e`  
-		Last Modified: Thu, 09 Jun 2016 21:47:38 GMT  
-		Size: 129.7 MB (129704383 bytes)
-	-	`sha256:d32a4c04e369315bdecbe764088d0f55a9bde24ccbd0acba6f596ab98518967a`  
-		Last Modified: Sat, 25 Jun 2016 01:22:17 GMT  
-		Size: 98.2 KB (98200 bytes)
-	-	`sha256:f2bed6121bdb851a5744361e36cba5853b2af13513872cb95ffbeddd9ac7f29b`  
-		Last Modified: Wed, 20 Jul 2016 00:04:42 GMT  
-		Size: 198.0 MB (198011637 bytes)
-	-	`sha256:2a5abbddb550e9fd0d5fa6bb5e64814daa7257cc86c2f34c2ce82cfd40cefdb1`  
-		Last Modified: Wed, 20 Jul 2016 00:02:46 GMT  
-		Size: 10.6 KB (10562 bytes)
-	-	`sha256:61f7ecc8f09040a257164681498c76c61eea0cfafd348ae5a0e5a9df32f74244`  
-		Last Modified: Wed, 20 Jul 2016 00:02:46 GMT  
-		Size: 23.0 KB (22954 bytes)
-
-## `gcc:5`
-
-```console
-$ docker pull gcc@sha256:1ce1aa118e2f328ab44b7a7afc123c61c97a3597284041e487eadcf746b9c519
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `gcc:5` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **440.3 MB (440272861 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:9bebeda95c6bb182ffb5695b9eeb835e3d4e58865efeb4a89a82ee5633fa7a01`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:39:19 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 14:58:06 GMT
-ENV GPG_KEYS=B215C1633BCA0477615F1B35A5B3A004745C015A 	B3C42148A44E6983B3E4CC0793FA9B1AB75C61B8 	90AA470469D3965A87A5DCB494D03953902C9419 	80F98B2E0DAB6C8281BDF541A7C8C3B2F71EDF1C 	7F74F97C103468EE5D750B583AB00996FC26A641 	33C235A34C46AA3FFB293709A328C3A2C3C45C06
-# Fri, 10 Jun 2016 14:58:11 GMT
-RUN set -xe 	&& for key in $GPG_KEYS; do 		gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; 	done
-# Fri, 10 Jun 2016 16:05:15 GMT
-ENV GCC_VERSION=5.3.0
-# Tue, 19 Jul 2016 22:32:49 GMT
-RUN buildDeps='flex' 	&& set -x 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends 	&& rm -r /var/lib/apt/lists/* 	&& curl -fSL "http://ftpmirror.gnu.org/gcc/gcc-$GCC_VERSION/gcc-$GCC_VERSION.tar.bz2" -o gcc.tar.bz2 	&& curl -fSL "http://ftpmirror.gnu.org/gcc/gcc-$GCC_VERSION/gcc-$GCC_VERSION.tar.bz2.sig" -o gcc.tar.bz2.sig 	&& gpg --batch --verify gcc.tar.bz2.sig gcc.tar.bz2 	&& mkdir -p /usr/src/gcc 	&& tar -xf gcc.tar.bz2 -C /usr/src/gcc --strip-components=1 	&& rm gcc.tar.bz2* 	&& cd /usr/src/gcc 	&& ./contrib/download_prerequisites 	&& { rm *.tar.* || true; } 	&& dir="$(mktemp -d)" 	&& cd "$dir" 	&& /usr/src/gcc/configure 		--disable-multilib 		--enable-languages=c,c++,fortran,go 	&& make -j"$(nproc)" 	&& make install-strip 	&& cd .. 	&& rm -rf "$dir" 	&& apt-get purge -y --auto-remove $buildDeps
-# Tue, 19 Jul 2016 22:32:54 GMT
-RUN echo '/usr/local/lib64' > /etc/ld.so.conf.d/local-lib64.conf 	&& ldconfig -v
-# Tue, 19 Jul 2016 22:32:55 GMT
-RUN set -x 	&& dpkg-divert --divert /usr/bin/gcc.orig --rename /usr/bin/gcc 	&& dpkg-divert --divert /usr/bin/g++.orig --rename /usr/bin/g++ 	&& dpkg-divert --divert /usr/bin/gfortran.orig --rename /usr/bin/gfortran 	&& update-alternatives --install /usr/bin/cc cc /usr/local/bin/gcc 999
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e`  
-		Last Modified: Thu, 09 Jun 2016 21:47:38 GMT  
-		Size: 129.7 MB (129704383 bytes)
-	-	`sha256:d32a4c04e369315bdecbe764088d0f55a9bde24ccbd0acba6f596ab98518967a`  
-		Last Modified: Sat, 25 Jun 2016 01:22:17 GMT  
-		Size: 98.2 KB (98200 bytes)
-	-	`sha256:f2bed6121bdb851a5744361e36cba5853b2af13513872cb95ffbeddd9ac7f29b`  
-		Last Modified: Wed, 20 Jul 2016 00:04:42 GMT  
-		Size: 198.0 MB (198011637 bytes)
-	-	`sha256:2a5abbddb550e9fd0d5fa6bb5e64814daa7257cc86c2f34c2ce82cfd40cefdb1`  
-		Last Modified: Wed, 20 Jul 2016 00:02:46 GMT  
-		Size: 10.6 KB (10562 bytes)
-	-	`sha256:61f7ecc8f09040a257164681498c76c61eea0cfafd348ae5a0e5a9df32f74244`  
-		Last Modified: Wed, 20 Jul 2016 00:02:46 GMT  
-		Size: 23.0 KB (22954 bytes)
-
-## `gcc:6.1.0`
-
-```console
-$ docker pull gcc@sha256:50f45b9107dab2a3bd92420855e9bda12f70cf233a95e104c40c808fe80f3675
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `gcc:6.1.0` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **453.4 MB (453352192 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:8610f3d97feae3efe214db8ea7287554a2bb5ead8f9bf59cd959115145904b59`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:39:19 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 14:58:06 GMT
-ENV GPG_KEYS=B215C1633BCA0477615F1B35A5B3A004745C015A 	B3C42148A44E6983B3E4CC0793FA9B1AB75C61B8 	90AA470469D3965A87A5DCB494D03953902C9419 	80F98B2E0DAB6C8281BDF541A7C8C3B2F71EDF1C 	7F74F97C103468EE5D750B583AB00996FC26A641 	33C235A34C46AA3FFB293709A328C3A2C3C45C06
-# Fri, 10 Jun 2016 14:58:11 GMT
-RUN set -xe 	&& for key in $GPG_KEYS; do 		gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; 	done
-# Fri, 10 Jun 2016 17:24:37 GMT
-ENV GCC_VERSION=6.1.0
-# Wed, 20 Jul 2016 00:00:02 GMT
-RUN buildDeps='flex' 	&& set -x 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends 	&& rm -r /var/lib/apt/lists/* 	&& curl -fSL "http://ftpmirror.gnu.org/gcc/gcc-$GCC_VERSION/gcc-$GCC_VERSION.tar.bz2" -o gcc.tar.bz2 	&& curl -fSL "http://ftpmirror.gnu.org/gcc/gcc-$GCC_VERSION/gcc-$GCC_VERSION.tar.bz2.sig" -o gcc.tar.bz2.sig 	&& gpg --batch --verify gcc.tar.bz2.sig gcc.tar.bz2 	&& mkdir -p /usr/src/gcc 	&& tar -xf gcc.tar.bz2 -C /usr/src/gcc --strip-components=1 	&& rm gcc.tar.bz2* 	&& cd /usr/src/gcc 	&& ./contrib/download_prerequisites 	&& { rm *.tar.* || true; } 	&& dir="$(mktemp -d)" 	&& cd "$dir" 	&& /usr/src/gcc/configure 		--disable-multilib 		--enable-languages=c,c++,fortran,go 	&& make -j"$(nproc)" 	&& make install-strip 	&& cd .. 	&& rm -rf "$dir" 	&& apt-get purge -y --auto-remove $buildDeps
-# Wed, 20 Jul 2016 00:00:08 GMT
-RUN echo '/usr/local/lib64' > /etc/ld.so.conf.d/local-lib64.conf 	&& ldconfig -v
-# Wed, 20 Jul 2016 00:00:09 GMT
-RUN set -x 	&& dpkg-divert --divert /usr/bin/gcc.orig --rename /usr/bin/gcc 	&& dpkg-divert --divert /usr/bin/g++.orig --rename /usr/bin/g++ 	&& dpkg-divert --divert /usr/bin/gfortran.orig --rename /usr/bin/gfortran 	&& update-alternatives --install /usr/bin/cc cc /usr/local/bin/gcc 999
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e`  
-		Last Modified: Thu, 09 Jun 2016 21:47:38 GMT  
-		Size: 129.7 MB (129704383 bytes)
-	-	`sha256:d32a4c04e369315bdecbe764088d0f55a9bde24ccbd0acba6f596ab98518967a`  
-		Last Modified: Sat, 25 Jun 2016 01:22:17 GMT  
-		Size: 98.2 KB (98200 bytes)
-	-	`sha256:b7642b007f9dabc6960f2cebaf60645d105620531609b0b0ae193bb77d9f5a28`  
-		Last Modified: Wed, 20 Jul 2016 00:06:36 GMT  
-		Size: 211.1 MB (211081761 bytes)
-	-	`sha256:f5716448e2507573d15e5e8650a7c24dd974c5a906425f3b95ebd78254952e5c`  
-		Last Modified: Wed, 20 Jul 2016 00:05:20 GMT  
-		Size: 10.6 KB (10599 bytes)
-	-	`sha256:59b52273642be1543212a990ecd11c774a348bb8d3cc4be19e102e826b682131`  
-		Last Modified: Wed, 20 Jul 2016 00:05:20 GMT  
-		Size: 32.1 KB (32124 bytes)
-
-## `gcc:6.1`
-
-```console
-$ docker pull gcc@sha256:50f45b9107dab2a3bd92420855e9bda12f70cf233a95e104c40c808fe80f3675
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `gcc:6.1` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **453.4 MB (453352192 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:8610f3d97feae3efe214db8ea7287554a2bb5ead8f9bf59cd959115145904b59`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:39:19 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 14:58:06 GMT
-ENV GPG_KEYS=B215C1633BCA0477615F1B35A5B3A004745C015A 	B3C42148A44E6983B3E4CC0793FA9B1AB75C61B8 	90AA470469D3965A87A5DCB494D03953902C9419 	80F98B2E0DAB6C8281BDF541A7C8C3B2F71EDF1C 	7F74F97C103468EE5D750B583AB00996FC26A641 	33C235A34C46AA3FFB293709A328C3A2C3C45C06
-# Fri, 10 Jun 2016 14:58:11 GMT
-RUN set -xe 	&& for key in $GPG_KEYS; do 		gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; 	done
-# Fri, 10 Jun 2016 17:24:37 GMT
-ENV GCC_VERSION=6.1.0
-# Wed, 20 Jul 2016 00:00:02 GMT
-RUN buildDeps='flex' 	&& set -x 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends 	&& rm -r /var/lib/apt/lists/* 	&& curl -fSL "http://ftpmirror.gnu.org/gcc/gcc-$GCC_VERSION/gcc-$GCC_VERSION.tar.bz2" -o gcc.tar.bz2 	&& curl -fSL "http://ftpmirror.gnu.org/gcc/gcc-$GCC_VERSION/gcc-$GCC_VERSION.tar.bz2.sig" -o gcc.tar.bz2.sig 	&& gpg --batch --verify gcc.tar.bz2.sig gcc.tar.bz2 	&& mkdir -p /usr/src/gcc 	&& tar -xf gcc.tar.bz2 -C /usr/src/gcc --strip-components=1 	&& rm gcc.tar.bz2* 	&& cd /usr/src/gcc 	&& ./contrib/download_prerequisites 	&& { rm *.tar.* || true; } 	&& dir="$(mktemp -d)" 	&& cd "$dir" 	&& /usr/src/gcc/configure 		--disable-multilib 		--enable-languages=c,c++,fortran,go 	&& make -j"$(nproc)" 	&& make install-strip 	&& cd .. 	&& rm -rf "$dir" 	&& apt-get purge -y --auto-remove $buildDeps
-# Wed, 20 Jul 2016 00:00:08 GMT
-RUN echo '/usr/local/lib64' > /etc/ld.so.conf.d/local-lib64.conf 	&& ldconfig -v
-# Wed, 20 Jul 2016 00:00:09 GMT
-RUN set -x 	&& dpkg-divert --divert /usr/bin/gcc.orig --rename /usr/bin/gcc 	&& dpkg-divert --divert /usr/bin/g++.orig --rename /usr/bin/g++ 	&& dpkg-divert --divert /usr/bin/gfortran.orig --rename /usr/bin/gfortran 	&& update-alternatives --install /usr/bin/cc cc /usr/local/bin/gcc 999
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e`  
-		Last Modified: Thu, 09 Jun 2016 21:47:38 GMT  
-		Size: 129.7 MB (129704383 bytes)
-	-	`sha256:d32a4c04e369315bdecbe764088d0f55a9bde24ccbd0acba6f596ab98518967a`  
-		Last Modified: Sat, 25 Jun 2016 01:22:17 GMT  
-		Size: 98.2 KB (98200 bytes)
-	-	`sha256:b7642b007f9dabc6960f2cebaf60645d105620531609b0b0ae193bb77d9f5a28`  
-		Last Modified: Wed, 20 Jul 2016 00:06:36 GMT  
-		Size: 211.1 MB (211081761 bytes)
-	-	`sha256:f5716448e2507573d15e5e8650a7c24dd974c5a906425f3b95ebd78254952e5c`  
-		Last Modified: Wed, 20 Jul 2016 00:05:20 GMT  
-		Size: 10.6 KB (10599 bytes)
-	-	`sha256:59b52273642be1543212a990ecd11c774a348bb8d3cc4be19e102e826b682131`  
-		Last Modified: Wed, 20 Jul 2016 00:05:20 GMT  
-		Size: 32.1 KB (32124 bytes)
-
-## `gcc:6`
-
-```console
-$ docker pull gcc@sha256:50f45b9107dab2a3bd92420855e9bda12f70cf233a95e104c40c808fe80f3675
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `gcc:6` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **453.4 MB (453352192 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:8610f3d97feae3efe214db8ea7287554a2bb5ead8f9bf59cd959115145904b59`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:39:19 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 14:58:06 GMT
-ENV GPG_KEYS=B215C1633BCA0477615F1B35A5B3A004745C015A 	B3C42148A44E6983B3E4CC0793FA9B1AB75C61B8 	90AA470469D3965A87A5DCB494D03953902C9419 	80F98B2E0DAB6C8281BDF541A7C8C3B2F71EDF1C 	7F74F97C103468EE5D750B583AB00996FC26A641 	33C235A34C46AA3FFB293709A328C3A2C3C45C06
-# Fri, 10 Jun 2016 14:58:11 GMT
-RUN set -xe 	&& for key in $GPG_KEYS; do 		gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; 	done
-# Fri, 10 Jun 2016 17:24:37 GMT
-ENV GCC_VERSION=6.1.0
-# Wed, 20 Jul 2016 00:00:02 GMT
-RUN buildDeps='flex' 	&& set -x 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends 	&& rm -r /var/lib/apt/lists/* 	&& curl -fSL "http://ftpmirror.gnu.org/gcc/gcc-$GCC_VERSION/gcc-$GCC_VERSION.tar.bz2" -o gcc.tar.bz2 	&& curl -fSL "http://ftpmirror.gnu.org/gcc/gcc-$GCC_VERSION/gcc-$GCC_VERSION.tar.bz2.sig" -o gcc.tar.bz2.sig 	&& gpg --batch --verify gcc.tar.bz2.sig gcc.tar.bz2 	&& mkdir -p /usr/src/gcc 	&& tar -xf gcc.tar.bz2 -C /usr/src/gcc --strip-components=1 	&& rm gcc.tar.bz2* 	&& cd /usr/src/gcc 	&& ./contrib/download_prerequisites 	&& { rm *.tar.* || true; } 	&& dir="$(mktemp -d)" 	&& cd "$dir" 	&& /usr/src/gcc/configure 		--disable-multilib 		--enable-languages=c,c++,fortran,go 	&& make -j"$(nproc)" 	&& make install-strip 	&& cd .. 	&& rm -rf "$dir" 	&& apt-get purge -y --auto-remove $buildDeps
-# Wed, 20 Jul 2016 00:00:08 GMT
-RUN echo '/usr/local/lib64' > /etc/ld.so.conf.d/local-lib64.conf 	&& ldconfig -v
-# Wed, 20 Jul 2016 00:00:09 GMT
-RUN set -x 	&& dpkg-divert --divert /usr/bin/gcc.orig --rename /usr/bin/gcc 	&& dpkg-divert --divert /usr/bin/g++.orig --rename /usr/bin/g++ 	&& dpkg-divert --divert /usr/bin/gfortran.orig --rename /usr/bin/gfortran 	&& update-alternatives --install /usr/bin/cc cc /usr/local/bin/gcc 999
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e`  
-		Last Modified: Thu, 09 Jun 2016 21:47:38 GMT  
-		Size: 129.7 MB (129704383 bytes)
-	-	`sha256:d32a4c04e369315bdecbe764088d0f55a9bde24ccbd0acba6f596ab98518967a`  
-		Last Modified: Sat, 25 Jun 2016 01:22:17 GMT  
-		Size: 98.2 KB (98200 bytes)
-	-	`sha256:b7642b007f9dabc6960f2cebaf60645d105620531609b0b0ae193bb77d9f5a28`  
-		Last Modified: Wed, 20 Jul 2016 00:06:36 GMT  
-		Size: 211.1 MB (211081761 bytes)
-	-	`sha256:f5716448e2507573d15e5e8650a7c24dd974c5a906425f3b95ebd78254952e5c`  
-		Last Modified: Wed, 20 Jul 2016 00:05:20 GMT  
-		Size: 10.6 KB (10599 bytes)
-	-	`sha256:59b52273642be1543212a990ecd11c774a348bb8d3cc4be19e102e826b682131`  
-		Last Modified: Wed, 20 Jul 2016 00:05:20 GMT  
-		Size: 32.1 KB (32124 bytes)
-
-## `gcc:latest`
-
-```console
-$ docker pull gcc@sha256:50f45b9107dab2a3bd92420855e9bda12f70cf233a95e104c40c808fe80f3675
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `gcc:latest` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **453.4 MB (453352192 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:8610f3d97feae3efe214db8ea7287554a2bb5ead8f9bf59cd959115145904b59`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:39:19 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgeoip-dev 		libglib2.0-dev 		libjpeg-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmysqlclient-dev 		libncurses-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		xz-utils 		zlib1g-dev 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 14:58:06 GMT
-ENV GPG_KEYS=B215C1633BCA0477615F1B35A5B3A004745C015A 	B3C42148A44E6983B3E4CC0793FA9B1AB75C61B8 	90AA470469D3965A87A5DCB494D03953902C9419 	80F98B2E0DAB6C8281BDF541A7C8C3B2F71EDF1C 	7F74F97C103468EE5D750B583AB00996FC26A641 	33C235A34C46AA3FFB293709A328C3A2C3C45C06
-# Fri, 10 Jun 2016 14:58:11 GMT
-RUN set -xe 	&& for key in $GPG_KEYS; do 		gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; 	done
-# Fri, 10 Jun 2016 17:24:37 GMT
-ENV GCC_VERSION=6.1.0
-# Wed, 20 Jul 2016 00:00:02 GMT
-RUN buildDeps='flex' 	&& set -x 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends 	&& rm -r /var/lib/apt/lists/* 	&& curl -fSL "http://ftpmirror.gnu.org/gcc/gcc-$GCC_VERSION/gcc-$GCC_VERSION.tar.bz2" -o gcc.tar.bz2 	&& curl -fSL "http://ftpmirror.gnu.org/gcc/gcc-$GCC_VERSION/gcc-$GCC_VERSION.tar.bz2.sig" -o gcc.tar.bz2.sig 	&& gpg --batch --verify gcc.tar.bz2.sig gcc.tar.bz2 	&& mkdir -p /usr/src/gcc 	&& tar -xf gcc.tar.bz2 -C /usr/src/gcc --strip-components=1 	&& rm gcc.tar.bz2* 	&& cd /usr/src/gcc 	&& ./contrib/download_prerequisites 	&& { rm *.tar.* || true; } 	&& dir="$(mktemp -d)" 	&& cd "$dir" 	&& /usr/src/gcc/configure 		--disable-multilib 		--enable-languages=c,c++,fortran,go 	&& make -j"$(nproc)" 	&& make install-strip 	&& cd .. 	&& rm -rf "$dir" 	&& apt-get purge -y --auto-remove $buildDeps
-# Wed, 20 Jul 2016 00:00:08 GMT
-RUN echo '/usr/local/lib64' > /etc/ld.so.conf.d/local-lib64.conf 	&& ldconfig -v
-# Wed, 20 Jul 2016 00:00:09 GMT
-RUN set -x 	&& dpkg-divert --divert /usr/bin/gcc.orig --rename /usr/bin/gcc 	&& dpkg-divert --divert /usr/bin/g++.orig --rename /usr/bin/g++ 	&& dpkg-divert --divert /usr/bin/gfortran.orig --rename /usr/bin/gfortran 	&& update-alternatives --install /usr/bin/cc cc /usr/local/bin/gcc 999
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e`  
-		Last Modified: Thu, 09 Jun 2016 21:47:38 GMT  
-		Size: 129.7 MB (129704383 bytes)
-	-	`sha256:d32a4c04e369315bdecbe764088d0f55a9bde24ccbd0acba6f596ab98518967a`  
-		Last Modified: Sat, 25 Jun 2016 01:22:17 GMT  
-		Size: 98.2 KB (98200 bytes)
-	-	`sha256:b7642b007f9dabc6960f2cebaf60645d105620531609b0b0ae193bb77d9f5a28`  
-		Last Modified: Wed, 20 Jul 2016 00:06:36 GMT  
-		Size: 211.1 MB (211081761 bytes)
-	-	`sha256:f5716448e2507573d15e5e8650a7c24dd974c5a906425f3b95ebd78254952e5c`  
-		Last Modified: Wed, 20 Jul 2016 00:05:20 GMT  
-		Size: 10.6 KB (10599 bytes)
-	-	`sha256:59b52273642be1543212a990ecd11c774a348bb8d3cc4be19e102e826b682131`  
-		Last Modified: Wed, 20 Jul 2016 00:05:20 GMT  
-		Size: 32.1 KB (32124 bytes)

+ 36 - 3
generate-repo-stub-readme.sh

@@ -19,7 +19,11 @@ fi
 gitRepo='https://github.com/docker-library/docs'
 hubPage="https://registry.hub.docker.com/_/$repo/"
 
-canonicalRepo="$(curl -fsSLI -o /dev/null -w '%{url_effective}\n' "https://github.com/docker-library/$repo")" # follow redirects (http://stackoverflow.com/a/3077316/433558)
+canonicalRepo="https://github.com/docker-library/$repo"
+if [ -s "$repo/github-repo" ]; then
+	canonicalRepo="$(< "$repo/github-repo")"
+fi
+canonicalRepo="$(curl -fsSLI -o /dev/null -w '%{url_effective}\n' "$canonicalRepo")" # follow redirects (http://stackoverflow.com/a/3077316/433558)
 travisRepo="${canonicalRepo#*://github.com/}"
 
 cat <<EOREADME
@@ -30,8 +34,37 @@ This is the Git repo of the Docker [official image](https://docs.docker.com/dock
 The full readme is generated over in [docker-library/docs]($gitRepo), specifically in [docker-library/docs/$repo]($gitRepo/tree/master/$repo).
 
 See a change merged here that doesn't show up on the Docker Hub yet? Check [the "library/$repo" manifest file in the docker-library/official-images repo](https://github.com/docker-library/official-images/blob/master/library/$repo), especially [PRs with the "library/$repo" label on that repo](https://github.com/docker-library/official-images/labels/library%2F$repo). For more information about the official images process, see the [docker-library/official-images readme](https://github.com/docker-library/official-images/blob/master/README.md).
+EOREADME
+
+badges=()
+
+n=$'\n'
+t=$'\t'
 
-[![Travis CI](https://img.shields.io/travis/$travisRepo/master.svg)](https://travis-ci.org/$travisRepo/branches)
+travisImage="https://img.shields.io/travis/$travisRepo/master.svg"
+if wget -q --spider "$travisImage" &> /dev/null; then
+	travisLink="https://travis-ci.org/$travisRepo/branches"
+	badges+=( "-${t}[Travis CI:  ${n}${t}![build status badge]($travisImage)]($travisLink)" )
+fi
+
+jenkinsImage="https://doi-janky.infosiftr.net/job/update.sh/job/$repo/badge/icon"
+if wget -q --spider "$jenkinsImage" &> /dev/null; then
+	jenkinsLink="https://doi-janky.infosiftr.net/job/update.sh/job/$repo"
+	badges+=( "-${t}[Automated \`update.sh\`:  ${n}${t}![build status badge]($jenkinsImage)]($jenkinsLink)" )
+fi
+
+if [ "${#badges[@]}" -gt 0 ]; then
+	IFS=$'\n'
+	cat <<-EOREADME
+
+		---
+
+		${badges[*]}
+	EOREADME
+	unset IFS
+fi
+
+cat <<EOREADME
 
-<!-- THIS FILE IS GENERATED BY https://github.com/docker-library/docs/blob/master/generate-repo-stub-readme.sh -->
+<!-- THIS FILE IS GENERATED BY $gitRepo/blob/master/generate-repo-stub-readme.sh -->
 EOREADME

+ 12 - 5
ghost/README.md

@@ -1,12 +1,10 @@
 # Supported tags and respective `Dockerfile` links
 
--	[`0.8.0`, `0.8`, `0`, `latest` (*Dockerfile*)](https://github.com/docker-library/ghost/blob/e625fca128f8f6b41533e78a9c262701ce9027f5/Dockerfile)
-
-[![](https://badge.imagelayers.io/ghost:latest.svg)](https://imagelayers.io/?images=ghost:0.8.0)
+-	[`0.11.0`, `0.11`, `0`, `latest` (*Dockerfile*)](https://github.com/docker-library/ghost/blob/e9592030a951f9fd865cfabcc05252326e7192a7/Dockerfile)
 
 For more information about this image and its history, please see [the relevant manifest file (`library/ghost`)](https://github.com/docker-library/official-images/blob/master/library/ghost). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fghost).
 
-For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `ghost/tag-details.md` file](https://github.com/docker-library/docs/blob/master/ghost/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs).
+For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `repos/ghost/tag-details.md` file](https://github.com/docker-library/repo-info/blob/master/repos/ghost/tag-details.md) in [the `docker-library/repo-info` GitHub repo](https://github.com/docker-library/repo-info).
 
 # Ghost
 
@@ -44,9 +42,18 @@ Alternatively you can use a [data container](http://docs.docker.com/userguide/do
 $ docker run --name some-ghost --volumes-from some-ghost-data ghost
 ```
 
+# What is the Node.js version?
+
+When opening a ticket at https://github.com/TryGhost/Ghost/issues it becomes necessary to know the version of Node.js in use:
+
+```console
+$ docker exec <container-id> node --version
+v4.4.7
+```
+
 # Supported Docker versions
 
-This image is officially supported on Docker version 1.11.2.
+This image is officially supported on Docker version 1.12.1.
 
 Support for older versions (down to 1.6) is provided on a best-effort basis.
 

+ 9 - 0
ghost/content.md

@@ -33,3 +33,12 @@ Alternatively you can use a [data container](http://docs.docker.com/userguide/do
 ```console
 $ docker run --name some-ghost --volumes-from some-ghost-data ghost
 ```
+
+# What is the Node.js version?
+
+When opening a ticket at https://github.com/TryGhost/Ghost/issues it becomes necessary to know the version of Node.js in use:
+
+```console
+$ docker exec <container-id> node --version
+v4.4.7
+```

+ 0 - 420
ghost/tag-details.md

@@ -1,420 +0,0 @@
-<!-- THIS FILE IS GENERATED VIA '.template-helpers/generate-tag-details.pl' -->
-
-# Tags of `ghost`
-
--	[`ghost:0.8.0`](#ghost080)
--	[`ghost:0.8`](#ghost08)
--	[`ghost:0`](#ghost0)
--	[`ghost:latest`](#ghostlatest)
-
-## `ghost:0.8.0`
-
-```console
-$ docker pull ghost@sha256:33374fc38cf586244c551d91f4a4e8d413dca1648bc3e76198de2bf235a1df90
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `ghost:0.8.0` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **108.4 MB (108402893 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:f9ff806e3d88982c5cc47dc67aeba68c05cecbf2956a7c64c6d57386e4c47890`
--	Entrypoint: `["\/entrypoint.sh"]`
--	Default Command: `["npm","start"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 21:55:15 GMT
-RUN set -ex   && for key in     9554F04D7259F04124DE6B476D5A82AC7E37093B     94AE36675C464D64BAFA68DD7434390BDBE9B9C5     0034A06D9D9B0064CE8ADF6BF1747F4AD2306D93     FD3A5288F042B6850C66B31F09FE44734EB7990E     71DCFD284A79C3B38668286BC97EC7A07EDE3FC1     DD8F2338BAE7501E3DD5AC78C273792F7D83545D     B9AE9905FFD7803F25714661B63B535A4C206CA9     C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8   ; do     gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key";   done
-# Fri, 10 Jun 2016 21:58:22 GMT
-ENV NPM_CONFIG_LOGLEVEL=info
-# Tue, 28 Jun 2016 23:42:47 GMT
-ENV NODE_VERSION=4.4.7
-# Tue, 28 Jun 2016 23:44:07 GMT
-RUN buildDeps='xz-utils'     && set -x     && apt-get update && apt-get install -y $buildDeps --no-install-recommends     && rm -rf /var/lib/apt/lists/*     && curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz"     && curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc"     && gpg --batch --decrypt --output SHASUMS256.txt SHASUMS256.txt.asc     && grep " node-v$NODE_VERSION-linux-x64.tar.xz\$" SHASUMS256.txt | sha256sum -c -     && tar -xJf "node-v$NODE_VERSION-linux-x64.tar.xz" -C /usr/local --strip-components=1     && rm "node-v$NODE_VERSION-linux-x64.tar.xz" SHASUMS256.txt.asc SHASUMS256.txt     && apt-get purge -y --auto-remove $buildDeps
-# Tue, 28 Jun 2016 23:44:07 GMT
-CMD ["node"]
-# Tue, 28 Jun 2016 23:53:48 GMT
-RUN groupadd user && useradd --create-home --home-dir /home/user -g user user
-# Tue, 28 Jun 2016 23:54:26 GMT
-RUN apt-get update && apt-get install -y 		ca-certificates 		wget 	--no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Tue, 28 Jun 2016 23:54:27 GMT
-ENV GOSU_VERSION=1.7
-# Tue, 28 Jun 2016 23:54:32 GMT
-RUN set -x 	&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" 	&& wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 	&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu 	&& rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc 	&& chmod +x /usr/local/bin/gosu 	&& gosu nobody true
-# Tue, 28 Jun 2016 23:54:33 GMT
-ENV GHOST_SOURCE=/usr/src/ghost
-# Tue, 28 Jun 2016 23:54:34 GMT
-WORKDIR /usr/src/ghost
-# Tue, 28 Jun 2016 23:54:34 GMT
-ENV GHOST_VERSION=0.8.0
-# Tue, 28 Jun 2016 23:56:58 GMT
-RUN buildDeps=' 		gcc 		make 		python 		unzip 	' 	&& set -x 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& wget -O ghost.zip "https://ghost.org/archives/ghost-${GHOST_VERSION}.zip" 	&& unzip ghost.zip 	&& npm install --production 	&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false -o APT::AutoRemove::SuggestsImportant=false $buildDeps 	&& rm ghost.zip 	&& npm cache clean 	&& rm -rf /tmp/npm*
-# Tue, 28 Jun 2016 23:56:58 GMT
-ENV GHOST_CONTENT=/var/lib/ghost
-# Tue, 28 Jun 2016 23:57:00 GMT
-RUN mkdir -p "$GHOST_CONTENT" && chown -R user:user "$GHOST_CONTENT"
-# Tue, 28 Jun 2016 23:57:00 GMT
-VOLUME [/var/lib/ghost]
-# Tue, 28 Jun 2016 23:57:01 GMT
-COPY file:c0bc882b990efd55f75953224ed07d533c09aeac8158a4698a92e623b1c79ce9 in /entrypoint.sh
-# Tue, 28 Jun 2016 23:57:02 GMT
-ENTRYPOINT &{["/entrypoint.sh"]}
-# Tue, 28 Jun 2016 23:57:03 GMT
-EXPOSE 2368/tcp
-# Tue, 28 Jun 2016 23:57:04 GMT
-CMD ["npm" "start"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:29d0bc1e8c52856cc16f64ebf9f841a7ed4108cac5ba3d1f91bc409411c17df7`  
-		Last Modified: Wed, 15 Jun 2016 21:18:32 GMT  
-		Size: 71.9 KB (71854 bytes)
-	-	`sha256:ed3ae8ca6c1a7b57b0701f2ecf2ffe69e2df27ebb1104e114ad80001f2fadb4c`  
-		Last Modified: Tue, 28 Jun 2016 23:48:37 GMT  
-		Size: 12.3 MB (12307571 bytes)
-	-	`sha256:224e76a8e13eac1451ba314e3d117117cc597d829d571e5f50f47ffc632f7a60`  
-		Last Modified: Tue, 28 Jun 2016 23:57:16 GMT  
-		Size: 4.3 KB (4343 bytes)
-	-	`sha256:95570fac2a19f4e543d93f6aa874bccaac9b852e16a1e4b6787c08dcab1ce491`  
-		Last Modified: Tue, 28 Jun 2016 23:57:15 GMT  
-		Size: 167.0 B
-	-	`sha256:fde6ab0ceb9e0e35d4b93a9724ed660a8be9209e1c039a675930046de96c8a2a`  
-		Last Modified: Tue, 28 Jun 2016 23:57:13 GMT  
-		Size: 807.9 KB (807932 bytes)
-	-	`sha256:a395bf9edf7c042a50ddf58e4252fbfa71d490832e924ca7ec5ee3cf6c15e556`  
-		Last Modified: Tue, 28 Jun 2016 23:57:13 GMT  
-		Size: 130.0 B
-	-	`sha256:68b841eddd05143421dc5ba0b3d7c604d99b88bf71f5f0e05b95a56a653ac5d5`  
-		Last Modified: Tue, 28 Jun 2016 23:57:25 GMT  
-		Size: 25.3 MB (25310533 bytes)
-	-	`sha256:2fc310e5a25b80397b122892a8df4512d948142b7646d5de1662c720de51b1ca`  
-		Last Modified: Tue, 28 Jun 2016 23:57:13 GMT  
-		Size: 138.0 B
-	-	`sha256:8b1bc9afee448acaa2e3804349f484a233281c4a853792017c74de70438610c6`  
-		Last Modified: Tue, 28 Jun 2016 23:57:13 GMT  
-		Size: 471.0 B
-
-## `ghost:0.8`
-
-```console
-$ docker pull ghost@sha256:33374fc38cf586244c551d91f4a4e8d413dca1648bc3e76198de2bf235a1df90
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `ghost:0.8` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **108.4 MB (108402893 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:f9ff806e3d88982c5cc47dc67aeba68c05cecbf2956a7c64c6d57386e4c47890`
--	Entrypoint: `["\/entrypoint.sh"]`
--	Default Command: `["npm","start"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 21:55:15 GMT
-RUN set -ex   && for key in     9554F04D7259F04124DE6B476D5A82AC7E37093B     94AE36675C464D64BAFA68DD7434390BDBE9B9C5     0034A06D9D9B0064CE8ADF6BF1747F4AD2306D93     FD3A5288F042B6850C66B31F09FE44734EB7990E     71DCFD284A79C3B38668286BC97EC7A07EDE3FC1     DD8F2338BAE7501E3DD5AC78C273792F7D83545D     B9AE9905FFD7803F25714661B63B535A4C206CA9     C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8   ; do     gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key";   done
-# Fri, 10 Jun 2016 21:58:22 GMT
-ENV NPM_CONFIG_LOGLEVEL=info
-# Tue, 28 Jun 2016 23:42:47 GMT
-ENV NODE_VERSION=4.4.7
-# Tue, 28 Jun 2016 23:44:07 GMT
-RUN buildDeps='xz-utils'     && set -x     && apt-get update && apt-get install -y $buildDeps --no-install-recommends     && rm -rf /var/lib/apt/lists/*     && curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz"     && curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc"     && gpg --batch --decrypt --output SHASUMS256.txt SHASUMS256.txt.asc     && grep " node-v$NODE_VERSION-linux-x64.tar.xz\$" SHASUMS256.txt | sha256sum -c -     && tar -xJf "node-v$NODE_VERSION-linux-x64.tar.xz" -C /usr/local --strip-components=1     && rm "node-v$NODE_VERSION-linux-x64.tar.xz" SHASUMS256.txt.asc SHASUMS256.txt     && apt-get purge -y --auto-remove $buildDeps
-# Tue, 28 Jun 2016 23:44:07 GMT
-CMD ["node"]
-# Tue, 28 Jun 2016 23:53:48 GMT
-RUN groupadd user && useradd --create-home --home-dir /home/user -g user user
-# Tue, 28 Jun 2016 23:54:26 GMT
-RUN apt-get update && apt-get install -y 		ca-certificates 		wget 	--no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Tue, 28 Jun 2016 23:54:27 GMT
-ENV GOSU_VERSION=1.7
-# Tue, 28 Jun 2016 23:54:32 GMT
-RUN set -x 	&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" 	&& wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 	&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu 	&& rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc 	&& chmod +x /usr/local/bin/gosu 	&& gosu nobody true
-# Tue, 28 Jun 2016 23:54:33 GMT
-ENV GHOST_SOURCE=/usr/src/ghost
-# Tue, 28 Jun 2016 23:54:34 GMT
-WORKDIR /usr/src/ghost
-# Tue, 28 Jun 2016 23:54:34 GMT
-ENV GHOST_VERSION=0.8.0
-# Tue, 28 Jun 2016 23:56:58 GMT
-RUN buildDeps=' 		gcc 		make 		python 		unzip 	' 	&& set -x 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& wget -O ghost.zip "https://ghost.org/archives/ghost-${GHOST_VERSION}.zip" 	&& unzip ghost.zip 	&& npm install --production 	&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false -o APT::AutoRemove::SuggestsImportant=false $buildDeps 	&& rm ghost.zip 	&& npm cache clean 	&& rm -rf /tmp/npm*
-# Tue, 28 Jun 2016 23:56:58 GMT
-ENV GHOST_CONTENT=/var/lib/ghost
-# Tue, 28 Jun 2016 23:57:00 GMT
-RUN mkdir -p "$GHOST_CONTENT" && chown -R user:user "$GHOST_CONTENT"
-# Tue, 28 Jun 2016 23:57:00 GMT
-VOLUME [/var/lib/ghost]
-# Tue, 28 Jun 2016 23:57:01 GMT
-COPY file:c0bc882b990efd55f75953224ed07d533c09aeac8158a4698a92e623b1c79ce9 in /entrypoint.sh
-# Tue, 28 Jun 2016 23:57:02 GMT
-ENTRYPOINT &{["/entrypoint.sh"]}
-# Tue, 28 Jun 2016 23:57:03 GMT
-EXPOSE 2368/tcp
-# Tue, 28 Jun 2016 23:57:04 GMT
-CMD ["npm" "start"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:29d0bc1e8c52856cc16f64ebf9f841a7ed4108cac5ba3d1f91bc409411c17df7`  
-		Last Modified: Wed, 15 Jun 2016 21:18:32 GMT  
-		Size: 71.9 KB (71854 bytes)
-	-	`sha256:ed3ae8ca6c1a7b57b0701f2ecf2ffe69e2df27ebb1104e114ad80001f2fadb4c`  
-		Last Modified: Tue, 28 Jun 2016 23:48:37 GMT  
-		Size: 12.3 MB (12307571 bytes)
-	-	`sha256:224e76a8e13eac1451ba314e3d117117cc597d829d571e5f50f47ffc632f7a60`  
-		Last Modified: Tue, 28 Jun 2016 23:57:16 GMT  
-		Size: 4.3 KB (4343 bytes)
-	-	`sha256:95570fac2a19f4e543d93f6aa874bccaac9b852e16a1e4b6787c08dcab1ce491`  
-		Last Modified: Tue, 28 Jun 2016 23:57:15 GMT  
-		Size: 167.0 B
-	-	`sha256:fde6ab0ceb9e0e35d4b93a9724ed660a8be9209e1c039a675930046de96c8a2a`  
-		Last Modified: Tue, 28 Jun 2016 23:57:13 GMT  
-		Size: 807.9 KB (807932 bytes)
-	-	`sha256:a395bf9edf7c042a50ddf58e4252fbfa71d490832e924ca7ec5ee3cf6c15e556`  
-		Last Modified: Tue, 28 Jun 2016 23:57:13 GMT  
-		Size: 130.0 B
-	-	`sha256:68b841eddd05143421dc5ba0b3d7c604d99b88bf71f5f0e05b95a56a653ac5d5`  
-		Last Modified: Tue, 28 Jun 2016 23:57:25 GMT  
-		Size: 25.3 MB (25310533 bytes)
-	-	`sha256:2fc310e5a25b80397b122892a8df4512d948142b7646d5de1662c720de51b1ca`  
-		Last Modified: Tue, 28 Jun 2016 23:57:13 GMT  
-		Size: 138.0 B
-	-	`sha256:8b1bc9afee448acaa2e3804349f484a233281c4a853792017c74de70438610c6`  
-		Last Modified: Tue, 28 Jun 2016 23:57:13 GMT  
-		Size: 471.0 B
-
-## `ghost:0`
-
-```console
-$ docker pull ghost@sha256:33374fc38cf586244c551d91f4a4e8d413dca1648bc3e76198de2bf235a1df90
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `ghost:0` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **108.4 MB (108402893 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:f9ff806e3d88982c5cc47dc67aeba68c05cecbf2956a7c64c6d57386e4c47890`
--	Entrypoint: `["\/entrypoint.sh"]`
--	Default Command: `["npm","start"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 21:55:15 GMT
-RUN set -ex   && for key in     9554F04D7259F04124DE6B476D5A82AC7E37093B     94AE36675C464D64BAFA68DD7434390BDBE9B9C5     0034A06D9D9B0064CE8ADF6BF1747F4AD2306D93     FD3A5288F042B6850C66B31F09FE44734EB7990E     71DCFD284A79C3B38668286BC97EC7A07EDE3FC1     DD8F2338BAE7501E3DD5AC78C273792F7D83545D     B9AE9905FFD7803F25714661B63B535A4C206CA9     C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8   ; do     gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key";   done
-# Fri, 10 Jun 2016 21:58:22 GMT
-ENV NPM_CONFIG_LOGLEVEL=info
-# Tue, 28 Jun 2016 23:42:47 GMT
-ENV NODE_VERSION=4.4.7
-# Tue, 28 Jun 2016 23:44:07 GMT
-RUN buildDeps='xz-utils'     && set -x     && apt-get update && apt-get install -y $buildDeps --no-install-recommends     && rm -rf /var/lib/apt/lists/*     && curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz"     && curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc"     && gpg --batch --decrypt --output SHASUMS256.txt SHASUMS256.txt.asc     && grep " node-v$NODE_VERSION-linux-x64.tar.xz\$" SHASUMS256.txt | sha256sum -c -     && tar -xJf "node-v$NODE_VERSION-linux-x64.tar.xz" -C /usr/local --strip-components=1     && rm "node-v$NODE_VERSION-linux-x64.tar.xz" SHASUMS256.txt.asc SHASUMS256.txt     && apt-get purge -y --auto-remove $buildDeps
-# Tue, 28 Jun 2016 23:44:07 GMT
-CMD ["node"]
-# Tue, 28 Jun 2016 23:53:48 GMT
-RUN groupadd user && useradd --create-home --home-dir /home/user -g user user
-# Tue, 28 Jun 2016 23:54:26 GMT
-RUN apt-get update && apt-get install -y 		ca-certificates 		wget 	--no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Tue, 28 Jun 2016 23:54:27 GMT
-ENV GOSU_VERSION=1.7
-# Tue, 28 Jun 2016 23:54:32 GMT
-RUN set -x 	&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" 	&& wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 	&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu 	&& rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc 	&& chmod +x /usr/local/bin/gosu 	&& gosu nobody true
-# Tue, 28 Jun 2016 23:54:33 GMT
-ENV GHOST_SOURCE=/usr/src/ghost
-# Tue, 28 Jun 2016 23:54:34 GMT
-WORKDIR /usr/src/ghost
-# Tue, 28 Jun 2016 23:54:34 GMT
-ENV GHOST_VERSION=0.8.0
-# Tue, 28 Jun 2016 23:56:58 GMT
-RUN buildDeps=' 		gcc 		make 		python 		unzip 	' 	&& set -x 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& wget -O ghost.zip "https://ghost.org/archives/ghost-${GHOST_VERSION}.zip" 	&& unzip ghost.zip 	&& npm install --production 	&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false -o APT::AutoRemove::SuggestsImportant=false $buildDeps 	&& rm ghost.zip 	&& npm cache clean 	&& rm -rf /tmp/npm*
-# Tue, 28 Jun 2016 23:56:58 GMT
-ENV GHOST_CONTENT=/var/lib/ghost
-# Tue, 28 Jun 2016 23:57:00 GMT
-RUN mkdir -p "$GHOST_CONTENT" && chown -R user:user "$GHOST_CONTENT"
-# Tue, 28 Jun 2016 23:57:00 GMT
-VOLUME [/var/lib/ghost]
-# Tue, 28 Jun 2016 23:57:01 GMT
-COPY file:c0bc882b990efd55f75953224ed07d533c09aeac8158a4698a92e623b1c79ce9 in /entrypoint.sh
-# Tue, 28 Jun 2016 23:57:02 GMT
-ENTRYPOINT &{["/entrypoint.sh"]}
-# Tue, 28 Jun 2016 23:57:03 GMT
-EXPOSE 2368/tcp
-# Tue, 28 Jun 2016 23:57:04 GMT
-CMD ["npm" "start"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:29d0bc1e8c52856cc16f64ebf9f841a7ed4108cac5ba3d1f91bc409411c17df7`  
-		Last Modified: Wed, 15 Jun 2016 21:18:32 GMT  
-		Size: 71.9 KB (71854 bytes)
-	-	`sha256:ed3ae8ca6c1a7b57b0701f2ecf2ffe69e2df27ebb1104e114ad80001f2fadb4c`  
-		Last Modified: Tue, 28 Jun 2016 23:48:37 GMT  
-		Size: 12.3 MB (12307571 bytes)
-	-	`sha256:224e76a8e13eac1451ba314e3d117117cc597d829d571e5f50f47ffc632f7a60`  
-		Last Modified: Tue, 28 Jun 2016 23:57:16 GMT  
-		Size: 4.3 KB (4343 bytes)
-	-	`sha256:95570fac2a19f4e543d93f6aa874bccaac9b852e16a1e4b6787c08dcab1ce491`  
-		Last Modified: Tue, 28 Jun 2016 23:57:15 GMT  
-		Size: 167.0 B
-	-	`sha256:fde6ab0ceb9e0e35d4b93a9724ed660a8be9209e1c039a675930046de96c8a2a`  
-		Last Modified: Tue, 28 Jun 2016 23:57:13 GMT  
-		Size: 807.9 KB (807932 bytes)
-	-	`sha256:a395bf9edf7c042a50ddf58e4252fbfa71d490832e924ca7ec5ee3cf6c15e556`  
-		Last Modified: Tue, 28 Jun 2016 23:57:13 GMT  
-		Size: 130.0 B
-	-	`sha256:68b841eddd05143421dc5ba0b3d7c604d99b88bf71f5f0e05b95a56a653ac5d5`  
-		Last Modified: Tue, 28 Jun 2016 23:57:25 GMT  
-		Size: 25.3 MB (25310533 bytes)
-	-	`sha256:2fc310e5a25b80397b122892a8df4512d948142b7646d5de1662c720de51b1ca`  
-		Last Modified: Tue, 28 Jun 2016 23:57:13 GMT  
-		Size: 138.0 B
-	-	`sha256:8b1bc9afee448acaa2e3804349f484a233281c4a853792017c74de70438610c6`  
-		Last Modified: Tue, 28 Jun 2016 23:57:13 GMT  
-		Size: 471.0 B
-
-## `ghost:latest`
-
-```console
-$ docker pull ghost@sha256:33374fc38cf586244c551d91f4a4e8d413dca1648bc3e76198de2bf235a1df90
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `ghost:latest` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **108.4 MB (108402893 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:f9ff806e3d88982c5cc47dc67aeba68c05cecbf2956a7c64c6d57386e4c47890`
--	Entrypoint: `["\/entrypoint.sh"]`
--	Default Command: `["npm","start"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 21:55:15 GMT
-RUN set -ex   && for key in     9554F04D7259F04124DE6B476D5A82AC7E37093B     94AE36675C464D64BAFA68DD7434390BDBE9B9C5     0034A06D9D9B0064CE8ADF6BF1747F4AD2306D93     FD3A5288F042B6850C66B31F09FE44734EB7990E     71DCFD284A79C3B38668286BC97EC7A07EDE3FC1     DD8F2338BAE7501E3DD5AC78C273792F7D83545D     B9AE9905FFD7803F25714661B63B535A4C206CA9     C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8   ; do     gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key";   done
-# Fri, 10 Jun 2016 21:58:22 GMT
-ENV NPM_CONFIG_LOGLEVEL=info
-# Tue, 28 Jun 2016 23:42:47 GMT
-ENV NODE_VERSION=4.4.7
-# Tue, 28 Jun 2016 23:44:07 GMT
-RUN buildDeps='xz-utils'     && set -x     && apt-get update && apt-get install -y $buildDeps --no-install-recommends     && rm -rf /var/lib/apt/lists/*     && curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz"     && curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc"     && gpg --batch --decrypt --output SHASUMS256.txt SHASUMS256.txt.asc     && grep " node-v$NODE_VERSION-linux-x64.tar.xz\$" SHASUMS256.txt | sha256sum -c -     && tar -xJf "node-v$NODE_VERSION-linux-x64.tar.xz" -C /usr/local --strip-components=1     && rm "node-v$NODE_VERSION-linux-x64.tar.xz" SHASUMS256.txt.asc SHASUMS256.txt     && apt-get purge -y --auto-remove $buildDeps
-# Tue, 28 Jun 2016 23:44:07 GMT
-CMD ["node"]
-# Tue, 28 Jun 2016 23:53:48 GMT
-RUN groupadd user && useradd --create-home --home-dir /home/user -g user user
-# Tue, 28 Jun 2016 23:54:26 GMT
-RUN apt-get update && apt-get install -y 		ca-certificates 		wget 	--no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Tue, 28 Jun 2016 23:54:27 GMT
-ENV GOSU_VERSION=1.7
-# Tue, 28 Jun 2016 23:54:32 GMT
-RUN set -x 	&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" 	&& wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 	&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu 	&& rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc 	&& chmod +x /usr/local/bin/gosu 	&& gosu nobody true
-# Tue, 28 Jun 2016 23:54:33 GMT
-ENV GHOST_SOURCE=/usr/src/ghost
-# Tue, 28 Jun 2016 23:54:34 GMT
-WORKDIR /usr/src/ghost
-# Tue, 28 Jun 2016 23:54:34 GMT
-ENV GHOST_VERSION=0.8.0
-# Tue, 28 Jun 2016 23:56:58 GMT
-RUN buildDeps=' 		gcc 		make 		python 		unzip 	' 	&& set -x 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& wget -O ghost.zip "https://ghost.org/archives/ghost-${GHOST_VERSION}.zip" 	&& unzip ghost.zip 	&& npm install --production 	&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false -o APT::AutoRemove::SuggestsImportant=false $buildDeps 	&& rm ghost.zip 	&& npm cache clean 	&& rm -rf /tmp/npm*
-# Tue, 28 Jun 2016 23:56:58 GMT
-ENV GHOST_CONTENT=/var/lib/ghost
-# Tue, 28 Jun 2016 23:57:00 GMT
-RUN mkdir -p "$GHOST_CONTENT" && chown -R user:user "$GHOST_CONTENT"
-# Tue, 28 Jun 2016 23:57:00 GMT
-VOLUME [/var/lib/ghost]
-# Tue, 28 Jun 2016 23:57:01 GMT
-COPY file:c0bc882b990efd55f75953224ed07d533c09aeac8158a4698a92e623b1c79ce9 in /entrypoint.sh
-# Tue, 28 Jun 2016 23:57:02 GMT
-ENTRYPOINT &{["/entrypoint.sh"]}
-# Tue, 28 Jun 2016 23:57:03 GMT
-EXPOSE 2368/tcp
-# Tue, 28 Jun 2016 23:57:04 GMT
-CMD ["npm" "start"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:29d0bc1e8c52856cc16f64ebf9f841a7ed4108cac5ba3d1f91bc409411c17df7`  
-		Last Modified: Wed, 15 Jun 2016 21:18:32 GMT  
-		Size: 71.9 KB (71854 bytes)
-	-	`sha256:ed3ae8ca6c1a7b57b0701f2ecf2ffe69e2df27ebb1104e114ad80001f2fadb4c`  
-		Last Modified: Tue, 28 Jun 2016 23:48:37 GMT  
-		Size: 12.3 MB (12307571 bytes)
-	-	`sha256:224e76a8e13eac1451ba314e3d117117cc597d829d571e5f50f47ffc632f7a60`  
-		Last Modified: Tue, 28 Jun 2016 23:57:16 GMT  
-		Size: 4.3 KB (4343 bytes)
-	-	`sha256:95570fac2a19f4e543d93f6aa874bccaac9b852e16a1e4b6787c08dcab1ce491`  
-		Last Modified: Tue, 28 Jun 2016 23:57:15 GMT  
-		Size: 167.0 B
-	-	`sha256:fde6ab0ceb9e0e35d4b93a9724ed660a8be9209e1c039a675930046de96c8a2a`  
-		Last Modified: Tue, 28 Jun 2016 23:57:13 GMT  
-		Size: 807.9 KB (807932 bytes)
-	-	`sha256:a395bf9edf7c042a50ddf58e4252fbfa71d490832e924ca7ec5ee3cf6c15e556`  
-		Last Modified: Tue, 28 Jun 2016 23:57:13 GMT  
-		Size: 130.0 B
-	-	`sha256:68b841eddd05143421dc5ba0b3d7c604d99b88bf71f5f0e05b95a56a653ac5d5`  
-		Last Modified: Tue, 28 Jun 2016 23:57:25 GMT  
-		Size: 25.3 MB (25310533 bytes)
-	-	`sha256:2fc310e5a25b80397b122892a8df4512d948142b7646d5de1662c720de51b1ca`  
-		Last Modified: Tue, 28 Jun 2016 23:57:13 GMT  
-		Size: 138.0 B
-	-	`sha256:8b1bc9afee448acaa2e3804349f484a233281c4a853792017c74de70438610c6`  
-		Last Modified: Tue, 28 Jun 2016 23:57:13 GMT  
-		Size: 471.0 B

+ 6 - 4
glassfish/README.md

@@ -1,13 +1,15 @@
+# **DEPRECATED**
+
+This image is officially deprecated as it has been abandoned by the original maintainer. This content will be removed from the Official Repositories program in the near future, so users will need to move to an alternative soon. A good place to look is the [`glassfish/server`](https://hub.docker.com/r/glassfish/server) repository on DockerHub, which is managed by an Oracle employee associated with the Glassfish project.
+
 # Supported tags and respective `Dockerfile` links
 
 -	[`4.0-jdk7`, `4.0` (*4.0-jdk7/Dockerfile*)](https://github.com/aws/aws-eb-glassfish/blob/aafcfc5e812dfb9b998105d3ca9da1b7f10664e1/4.0-jdk7/Dockerfile)
 -	[`4.1-jdk8`, `4.1`, `latest` (*4.1-jdk8/Dockerfile*)](https://github.com/aws/aws-eb-glassfish/blob/aafcfc5e812dfb9b998105d3ca9da1b7f10664e1/4.1-jdk8/Dockerfile)
 
-[![](https://badge.imagelayers.io/glassfish:latest.svg)](https://imagelayers.io/?images=glassfish:4.0-jdk7,glassfish:4.1-jdk8)
-
 For more information about this image and its history, please see [the relevant manifest file (`library/glassfish`)](https://github.com/docker-library/official-images/blob/master/library/glassfish). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fglassfish).
 
-For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `glassfish/tag-details.md` file](https://github.com/docker-library/docs/blob/master/glassfish/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs).
+For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `repos/glassfish/tag-details.md` file](https://github.com/docker-library/repo-info/blob/master/repos/glassfish/tag-details.md) in [the `docker-library/repo-info` GitHub repo](https://github.com/docker-library/repo-info).
 
 # GlassFish
 
@@ -19,7 +21,7 @@ GlassFish is the reference implementation of Java EE and as such supports Enterp
 
 # Supported Docker versions
 
-This image is officially supported on Docker version 1.11.2.
+This image is officially supported on Docker version 1.12.1.
 
 Support for older versions (down to 1.6) is provided on a best-effort basis.
 

+ 1 - 0
glassfish/deprecated.md

@@ -0,0 +1 @@
+This image is officially deprecated as it has been abandoned by the original maintainer. This content will be removed from the Official Repositories program in the near future, so users will need to move to an alternative soon. A good place to look is the [`glassfish/server`](https://hub.docker.com/r/glassfish/server) repository on DockerHub, which is managed by an Oracle employee associated with the Glassfish project.

+ 0 - 470
glassfish/tag-details.md

@@ -1,470 +0,0 @@
-<!-- THIS FILE IS GENERATED VIA '.template-helpers/generate-tag-details.pl' -->
-
-# Tags of `glassfish`
-
--	[`glassfish:4.0-jdk7`](#glassfish40-jdk7)
--	[`glassfish:4.0`](#glassfish40)
--	[`glassfish:4.1-jdk8`](#glassfish41-jdk8)
--	[`glassfish:4.1`](#glassfish41)
--	[`glassfish:latest`](#glassfishlatest)
-
-## `glassfish:4.0-jdk7`
-
-```console
-$ docker pull glassfish@sha256:18bd2b05977fba4aff9ade64577a1286f83de4019fe0363b7a125f107d79cb3e
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `glassfish:4.0-jdk7` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **354.1 MB (354067115 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:e6c286d92eaf449bd0460da7a551c15f2064e09a4bca5297fdece3400d70c454`
--	Default Command: `["\/bin\/sh","-c","asadmin start-domain --verbose"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:05:16 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzip2 		unzip 		xz-utils 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:05:16 GMT
-ENV LANG=C.UTF-8
-# Thu, 09 Jun 2016 22:05:17 GMT
-RUN { 		echo '#!/bin/sh'; 		echo 'set -e'; 		echo; 		echo 'dirname "$(dirname "$(readlink -f "$(which javac || which java)")")"'; 	} > /usr/local/bin/docker-java-home 	&& chmod +x /usr/local/bin/docker-java-home
-# Thu, 09 Jun 2016 22:05:18 GMT
-ENV JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64
-# Thu, 09 Jun 2016 22:05:18 GMT
-ENV JAVA_VERSION=7u101
-# Thu, 09 Jun 2016 22:05:18 GMT
-ENV JAVA_DEBIAN_VERSION=7u101-2.6.6-2~deb8u1
-# Thu, 09 Jun 2016 22:07:27 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y 		openjdk-7-jdk="$JAVA_DEBIAN_VERSION" 	&& rm -rf /var/lib/apt/lists/* 	&& [ "$JAVA_HOME" = "$(docker-java-home)" ]
-# Thu, 09 Jun 2016 23:30:55 GMT
-ENV JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64
-# Thu, 09 Jun 2016 23:30:55 GMT
-ENV GLASSFISH_HOME=/usr/local/glassfish4
-# Thu, 09 Jun 2016 23:30:55 GMT
-ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/jvm/java-7-openjdk-amd64/bin:/usr/local/glassfish4/bin
-# Thu, 09 Jun 2016 23:31:56 GMT
-RUN apt-get update &&             apt-get install -y curl unzip zip inotify-tools &&             rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 23:32:06 GMT
-RUN curl -L -o /tmp/glassfish-4.0.zip http://download.java.net/glassfish/4.0/release/glassfish-4.0.zip &&             unzip /tmp/glassfish-4.0.zip -d /usr/local &&             rm -f /tmp/glassfish-4.0.zip
-# Thu, 09 Jun 2016 23:32:07 GMT
-EXPOSE 4848/tcp 8080/tcp 8181/tcp
-# Thu, 09 Jun 2016 23:32:07 GMT
-WORKDIR /usr/local/glassfish4
-# Thu, 09 Jun 2016 23:32:07 GMT
-CMD ["/bin/sh" "-c" "asadmin start-domain --verbose"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:5f444d0704271a846e0b83af62071bc825052d6eabba96121bc0acda9c8f9e64`  
-		Last Modified: Thu, 09 Jun 2016 22:17:38 GMT  
-		Size: 622.3 KB (622260 bytes)
-	-	`sha256:5341b7d465f1a959ae98ed72357d750249c43dd3e10009d2f7a5bdae80abf7be`  
-		Last Modified: Thu, 09 Jun 2016 22:17:36 GMT  
-		Size: 242.0 B
-	-	`sha256:b4bcb2ffc258c480d903431b194500bfe9e9296982e15af57ffaa67ab1c6ca24`  
-		Last Modified: Thu, 09 Jun 2016 22:18:02 GMT  
-		Size: 139.3 MB (139304231 bytes)
-	-	`sha256:2720d82ac6bca607554ccb3748a86ce85b7521be16d1943c071f44d6dbc46eb5`  
-		Last Modified: Mon, 27 Jun 2016 16:44:31 GMT  
-		Size: 607.8 KB (607847 bytes)
-	-	`sha256:df7b4b15e4c68b2a702643e637138f148dfa46e551dc3a10849e103eaa7e0f26`  
-		Last Modified: Mon, 27 Jun 2016 16:44:40 GMT  
-		Size: 101.1 MB (101107410 bytes)
-
-## `glassfish:4.0`
-
-```console
-$ docker pull glassfish@sha256:18bd2b05977fba4aff9ade64577a1286f83de4019fe0363b7a125f107d79cb3e
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `glassfish:4.0` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **354.1 MB (354067115 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:e6c286d92eaf449bd0460da7a551c15f2064e09a4bca5297fdece3400d70c454`
--	Default Command: `["\/bin\/sh","-c","asadmin start-domain --verbose"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:05:16 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzip2 		unzip 		xz-utils 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:05:16 GMT
-ENV LANG=C.UTF-8
-# Thu, 09 Jun 2016 22:05:17 GMT
-RUN { 		echo '#!/bin/sh'; 		echo 'set -e'; 		echo; 		echo 'dirname "$(dirname "$(readlink -f "$(which javac || which java)")")"'; 	} > /usr/local/bin/docker-java-home 	&& chmod +x /usr/local/bin/docker-java-home
-# Thu, 09 Jun 2016 22:05:18 GMT
-ENV JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64
-# Thu, 09 Jun 2016 22:05:18 GMT
-ENV JAVA_VERSION=7u101
-# Thu, 09 Jun 2016 22:05:18 GMT
-ENV JAVA_DEBIAN_VERSION=7u101-2.6.6-2~deb8u1
-# Thu, 09 Jun 2016 22:07:27 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y 		openjdk-7-jdk="$JAVA_DEBIAN_VERSION" 	&& rm -rf /var/lib/apt/lists/* 	&& [ "$JAVA_HOME" = "$(docker-java-home)" ]
-# Thu, 09 Jun 2016 23:30:55 GMT
-ENV JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64
-# Thu, 09 Jun 2016 23:30:55 GMT
-ENV GLASSFISH_HOME=/usr/local/glassfish4
-# Thu, 09 Jun 2016 23:30:55 GMT
-ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/jvm/java-7-openjdk-amd64/bin:/usr/local/glassfish4/bin
-# Thu, 09 Jun 2016 23:31:56 GMT
-RUN apt-get update &&             apt-get install -y curl unzip zip inotify-tools &&             rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 23:32:06 GMT
-RUN curl -L -o /tmp/glassfish-4.0.zip http://download.java.net/glassfish/4.0/release/glassfish-4.0.zip &&             unzip /tmp/glassfish-4.0.zip -d /usr/local &&             rm -f /tmp/glassfish-4.0.zip
-# Thu, 09 Jun 2016 23:32:07 GMT
-EXPOSE 4848/tcp 8080/tcp 8181/tcp
-# Thu, 09 Jun 2016 23:32:07 GMT
-WORKDIR /usr/local/glassfish4
-# Thu, 09 Jun 2016 23:32:07 GMT
-CMD ["/bin/sh" "-c" "asadmin start-domain --verbose"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:5f444d0704271a846e0b83af62071bc825052d6eabba96121bc0acda9c8f9e64`  
-		Last Modified: Thu, 09 Jun 2016 22:17:38 GMT  
-		Size: 622.3 KB (622260 bytes)
-	-	`sha256:5341b7d465f1a959ae98ed72357d750249c43dd3e10009d2f7a5bdae80abf7be`  
-		Last Modified: Thu, 09 Jun 2016 22:17:36 GMT  
-		Size: 242.0 B
-	-	`sha256:b4bcb2ffc258c480d903431b194500bfe9e9296982e15af57ffaa67ab1c6ca24`  
-		Last Modified: Thu, 09 Jun 2016 22:18:02 GMT  
-		Size: 139.3 MB (139304231 bytes)
-	-	`sha256:2720d82ac6bca607554ccb3748a86ce85b7521be16d1943c071f44d6dbc46eb5`  
-		Last Modified: Mon, 27 Jun 2016 16:44:31 GMT  
-		Size: 607.8 KB (607847 bytes)
-	-	`sha256:df7b4b15e4c68b2a702643e637138f148dfa46e551dc3a10849e103eaa7e0f26`  
-		Last Modified: Mon, 27 Jun 2016 16:44:40 GMT  
-		Size: 101.1 MB (101107410 bytes)
-
-## `glassfish:4.1-jdk8`
-
-```console
-$ docker pull glassfish@sha256:d030b46f197b07cf339e9c57bcdb8477d09bffe276f4548d2d43c464117c534b
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `glassfish:4.1-jdk8` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **350.6 MB (350627990 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:0fb8b685f1082a8714a6f7f30681f82dddfde20389aaca26d84ae2e764c961cb`
--	Default Command: `["\/bin\/sh","-c","asadmin start-domain --verbose"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:05:16 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzip2 		unzip 		xz-utils 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:10:09 GMT
-RUN echo 'deb http://httpredir.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list
-# Thu, 09 Jun 2016 22:10:09 GMT
-ENV LANG=C.UTF-8
-# Thu, 09 Jun 2016 22:10:10 GMT
-RUN { 		echo '#!/bin/sh'; 		echo 'set -e'; 		echo; 		echo 'dirname "$(dirname "$(readlink -f "$(which javac || which java)")")"'; 	} > /usr/local/bin/docker-java-home 	&& chmod +x /usr/local/bin/docker-java-home
-# Thu, 09 Jun 2016 22:10:10 GMT
-ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
-# Thu, 09 Jun 2016 22:10:11 GMT
-ENV JAVA_VERSION=8u91
-# Thu, 09 Jun 2016 22:10:11 GMT
-ENV JAVA_DEBIAN_VERSION=8u91-b14-1~bpo8+1
-# Thu, 09 Jun 2016 22:10:11 GMT
-ENV CA_CERTIFICATES_JAVA_VERSION=20140324
-# Thu, 09 Jun 2016 22:12:21 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y 		openjdk-8-jdk="$JAVA_DEBIAN_VERSION" 		ca-certificates-java="$CA_CERTIFICATES_JAVA_VERSION" 	&& rm -rf /var/lib/apt/lists/* 	&& [ "$JAVA_HOME" = "$(docker-java-home)" ]
-# Thu, 09 Jun 2016 22:12:23 GMT
-RUN /var/lib/dpkg/info/ca-certificates-java.postinst configure
-# Thu, 09 Jun 2016 23:32:08 GMT
-ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
-# Thu, 09 Jun 2016 23:32:08 GMT
-ENV GLASSFISH_HOME=/usr/local/glassfish4
-# Thu, 09 Jun 2016 23:32:08 GMT
-ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/jvm/java-8-openjdk-amd64/bin:/usr/local/glassfish4/bin
-# Thu, 09 Jun 2016 23:33:08 GMT
-RUN apt-get update &&             apt-get install -y curl unzip zip inotify-tools &&             rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 23:33:16 GMT
-RUN curl -L -o /tmp/glassfish-4.1.zip http://download.java.net/glassfish/4.1/release/glassfish-4.1.zip &&             unzip /tmp/glassfish-4.1.zip -d /usr/local &&             rm -f /tmp/glassfish-4.1.zip
-# Thu, 09 Jun 2016 23:33:17 GMT
-EXPOSE 4848/tcp 8080/tcp 8181/tcp
-# Thu, 09 Jun 2016 23:33:17 GMT
-WORKDIR /usr/local/glassfish4
-# Thu, 09 Jun 2016 23:33:17 GMT
-CMD ["/bin/sh" "-c" "asadmin start-domain --verbose"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:5f444d0704271a846e0b83af62071bc825052d6eabba96121bc0acda9c8f9e64`  
-		Last Modified: Thu, 09 Jun 2016 22:17:38 GMT  
-		Size: 622.3 KB (622260 bytes)
-	-	`sha256:620b5227cf380167d746f024d97b53f26fafcbd253df4cf56b3b3a056bf12ae1`  
-		Last Modified: Thu, 09 Jun 2016 22:20:33 GMT  
-		Size: 219.0 B
-	-	`sha256:3cfd33220efaaad496080e9fdb124ddb9ba07742852c2db816c9870fe2e10c2a`  
-		Last Modified: Thu, 09 Jun 2016 22:20:33 GMT  
-		Size: 241.0 B
-	-	`sha256:864a98a84dd2bba52cf57d13161517ee01e2966e72c3ac842c6a3d49c07dcb37`  
-		Last Modified: Thu, 09 Jun 2016 22:21:03 GMT  
-		Size: 130.0 MB (130020091 bytes)
-	-	`sha256:734cc28150de3e42c9e581aa1d7da3f378fcde2a00719a2d42ec376519050365`  
-		Last Modified: Thu, 09 Jun 2016 22:20:34 GMT  
-		Size: 284.4 KB (284370 bytes)
-	-	`sha256:c784620e4a64b53af0d29961b647f9fa8ad7d6daab9376f209fc591204f4d5f7`  
-		Last Modified: Mon, 27 Jun 2016 16:45:04 GMT  
-		Size: 596.8 KB (596813 bytes)
-	-	`sha256:f09f176b8a4a362d35c25aaa4923eb51b97daf600b24ed05f7bb1c4371cc3879`  
-		Last Modified: Mon, 27 Jun 2016 16:45:13 GMT  
-		Size: 106.7 MB (106678871 bytes)
-
-## `glassfish:4.1`
-
-```console
-$ docker pull glassfish@sha256:d030b46f197b07cf339e9c57bcdb8477d09bffe276f4548d2d43c464117c534b
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `glassfish:4.1` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **350.6 MB (350627990 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:0fb8b685f1082a8714a6f7f30681f82dddfde20389aaca26d84ae2e764c961cb`
--	Default Command: `["\/bin\/sh","-c","asadmin start-domain --verbose"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:05:16 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzip2 		unzip 		xz-utils 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:10:09 GMT
-RUN echo 'deb http://httpredir.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list
-# Thu, 09 Jun 2016 22:10:09 GMT
-ENV LANG=C.UTF-8
-# Thu, 09 Jun 2016 22:10:10 GMT
-RUN { 		echo '#!/bin/sh'; 		echo 'set -e'; 		echo; 		echo 'dirname "$(dirname "$(readlink -f "$(which javac || which java)")")"'; 	} > /usr/local/bin/docker-java-home 	&& chmod +x /usr/local/bin/docker-java-home
-# Thu, 09 Jun 2016 22:10:10 GMT
-ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
-# Thu, 09 Jun 2016 22:10:11 GMT
-ENV JAVA_VERSION=8u91
-# Thu, 09 Jun 2016 22:10:11 GMT
-ENV JAVA_DEBIAN_VERSION=8u91-b14-1~bpo8+1
-# Thu, 09 Jun 2016 22:10:11 GMT
-ENV CA_CERTIFICATES_JAVA_VERSION=20140324
-# Thu, 09 Jun 2016 22:12:21 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y 		openjdk-8-jdk="$JAVA_DEBIAN_VERSION" 		ca-certificates-java="$CA_CERTIFICATES_JAVA_VERSION" 	&& rm -rf /var/lib/apt/lists/* 	&& [ "$JAVA_HOME" = "$(docker-java-home)" ]
-# Thu, 09 Jun 2016 22:12:23 GMT
-RUN /var/lib/dpkg/info/ca-certificates-java.postinst configure
-# Thu, 09 Jun 2016 23:32:08 GMT
-ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
-# Thu, 09 Jun 2016 23:32:08 GMT
-ENV GLASSFISH_HOME=/usr/local/glassfish4
-# Thu, 09 Jun 2016 23:32:08 GMT
-ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/jvm/java-8-openjdk-amd64/bin:/usr/local/glassfish4/bin
-# Thu, 09 Jun 2016 23:33:08 GMT
-RUN apt-get update &&             apt-get install -y curl unzip zip inotify-tools &&             rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 23:33:16 GMT
-RUN curl -L -o /tmp/glassfish-4.1.zip http://download.java.net/glassfish/4.1/release/glassfish-4.1.zip &&             unzip /tmp/glassfish-4.1.zip -d /usr/local &&             rm -f /tmp/glassfish-4.1.zip
-# Thu, 09 Jun 2016 23:33:17 GMT
-EXPOSE 4848/tcp 8080/tcp 8181/tcp
-# Thu, 09 Jun 2016 23:33:17 GMT
-WORKDIR /usr/local/glassfish4
-# Thu, 09 Jun 2016 23:33:17 GMT
-CMD ["/bin/sh" "-c" "asadmin start-domain --verbose"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:5f444d0704271a846e0b83af62071bc825052d6eabba96121bc0acda9c8f9e64`  
-		Last Modified: Thu, 09 Jun 2016 22:17:38 GMT  
-		Size: 622.3 KB (622260 bytes)
-	-	`sha256:620b5227cf380167d746f024d97b53f26fafcbd253df4cf56b3b3a056bf12ae1`  
-		Last Modified: Thu, 09 Jun 2016 22:20:33 GMT  
-		Size: 219.0 B
-	-	`sha256:3cfd33220efaaad496080e9fdb124ddb9ba07742852c2db816c9870fe2e10c2a`  
-		Last Modified: Thu, 09 Jun 2016 22:20:33 GMT  
-		Size: 241.0 B
-	-	`sha256:864a98a84dd2bba52cf57d13161517ee01e2966e72c3ac842c6a3d49c07dcb37`  
-		Last Modified: Thu, 09 Jun 2016 22:21:03 GMT  
-		Size: 130.0 MB (130020091 bytes)
-	-	`sha256:734cc28150de3e42c9e581aa1d7da3f378fcde2a00719a2d42ec376519050365`  
-		Last Modified: Thu, 09 Jun 2016 22:20:34 GMT  
-		Size: 284.4 KB (284370 bytes)
-	-	`sha256:c784620e4a64b53af0d29961b647f9fa8ad7d6daab9376f209fc591204f4d5f7`  
-		Last Modified: Mon, 27 Jun 2016 16:45:04 GMT  
-		Size: 596.8 KB (596813 bytes)
-	-	`sha256:f09f176b8a4a362d35c25aaa4923eb51b97daf600b24ed05f7bb1c4371cc3879`  
-		Last Modified: Mon, 27 Jun 2016 16:45:13 GMT  
-		Size: 106.7 MB (106678871 bytes)
-
-## `glassfish:latest`
-
-```console
-$ docker pull glassfish@sha256:d030b46f197b07cf339e9c57bcdb8477d09bffe276f4548d2d43c464117c534b
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `glassfish:latest` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **350.6 MB (350627990 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:0fb8b685f1082a8714a6f7f30681f82dddfde20389aaca26d84ae2e764c961cb`
--	Default Command: `["\/bin\/sh","-c","asadmin start-domain --verbose"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:05:16 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzip2 		unzip 		xz-utils 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 22:10:09 GMT
-RUN echo 'deb http://httpredir.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list
-# Thu, 09 Jun 2016 22:10:09 GMT
-ENV LANG=C.UTF-8
-# Thu, 09 Jun 2016 22:10:10 GMT
-RUN { 		echo '#!/bin/sh'; 		echo 'set -e'; 		echo; 		echo 'dirname "$(dirname "$(readlink -f "$(which javac || which java)")")"'; 	} > /usr/local/bin/docker-java-home 	&& chmod +x /usr/local/bin/docker-java-home
-# Thu, 09 Jun 2016 22:10:10 GMT
-ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
-# Thu, 09 Jun 2016 22:10:11 GMT
-ENV JAVA_VERSION=8u91
-# Thu, 09 Jun 2016 22:10:11 GMT
-ENV JAVA_DEBIAN_VERSION=8u91-b14-1~bpo8+1
-# Thu, 09 Jun 2016 22:10:11 GMT
-ENV CA_CERTIFICATES_JAVA_VERSION=20140324
-# Thu, 09 Jun 2016 22:12:21 GMT
-RUN set -x 	&& apt-get update 	&& apt-get install -y 		openjdk-8-jdk="$JAVA_DEBIAN_VERSION" 		ca-certificates-java="$CA_CERTIFICATES_JAVA_VERSION" 	&& rm -rf /var/lib/apt/lists/* 	&& [ "$JAVA_HOME" = "$(docker-java-home)" ]
-# Thu, 09 Jun 2016 22:12:23 GMT
-RUN /var/lib/dpkg/info/ca-certificates-java.postinst configure
-# Thu, 09 Jun 2016 23:32:08 GMT
-ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
-# Thu, 09 Jun 2016 23:32:08 GMT
-ENV GLASSFISH_HOME=/usr/local/glassfish4
-# Thu, 09 Jun 2016 23:32:08 GMT
-ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/jvm/java-8-openjdk-amd64/bin:/usr/local/glassfish4/bin
-# Thu, 09 Jun 2016 23:33:08 GMT
-RUN apt-get update &&             apt-get install -y curl unzip zip inotify-tools &&             rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 23:33:16 GMT
-RUN curl -L -o /tmp/glassfish-4.1.zip http://download.java.net/glassfish/4.1/release/glassfish-4.1.zip &&             unzip /tmp/glassfish-4.1.zip -d /usr/local &&             rm -f /tmp/glassfish-4.1.zip
-# Thu, 09 Jun 2016 23:33:17 GMT
-EXPOSE 4848/tcp 8080/tcp 8181/tcp
-# Thu, 09 Jun 2016 23:33:17 GMT
-WORKDIR /usr/local/glassfish4
-# Thu, 09 Jun 2016 23:33:17 GMT
-CMD ["/bin/sh" "-c" "asadmin start-domain --verbose"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:5f444d0704271a846e0b83af62071bc825052d6eabba96121bc0acda9c8f9e64`  
-		Last Modified: Thu, 09 Jun 2016 22:17:38 GMT  
-		Size: 622.3 KB (622260 bytes)
-	-	`sha256:620b5227cf380167d746f024d97b53f26fafcbd253df4cf56b3b3a056bf12ae1`  
-		Last Modified: Thu, 09 Jun 2016 22:20:33 GMT  
-		Size: 219.0 B
-	-	`sha256:3cfd33220efaaad496080e9fdb124ddb9ba07742852c2db816c9870fe2e10c2a`  
-		Last Modified: Thu, 09 Jun 2016 22:20:33 GMT  
-		Size: 241.0 B
-	-	`sha256:864a98a84dd2bba52cf57d13161517ee01e2966e72c3ac842c6a3d49c07dcb37`  
-		Last Modified: Thu, 09 Jun 2016 22:21:03 GMT  
-		Size: 130.0 MB (130020091 bytes)
-	-	`sha256:734cc28150de3e42c9e581aa1d7da3f378fcde2a00719a2d42ec376519050365`  
-		Last Modified: Thu, 09 Jun 2016 22:20:34 GMT  
-		Size: 284.4 KB (284370 bytes)
-	-	`sha256:c784620e4a64b53af0d29961b647f9fa8ad7d6daab9376f209fc591204f4d5f7`  
-		Last Modified: Mon, 27 Jun 2016 16:45:04 GMT  
-		Size: 596.8 KB (596813 bytes)
-	-	`sha256:f09f176b8a4a362d35c25aaa4923eb51b97daf600b24ed05f7bb1c4371cc3879`  
-		Last Modified: Mon, 27 Jun 2016 16:45:13 GMT  
-		Size: 106.7 MB (106678871 bytes)

+ 21 - 16
golang/README.md

@@ -1,23 +1,19 @@
 # Supported tags and respective `Dockerfile` links
 
--	[`1.5.4`, `1.5` (*1.5/Dockerfile*)](https://github.com/docker-library/golang/blob/7fd2b76513e537343f088da671a51f5b2ea7d4c3/1.5/Dockerfile)
--	[`1.5.4-onbuild`, `1.5-onbuild` (*1.5/onbuild/Dockerfile*)](https://github.com/docker-library/golang/blob/f1f65c0ab0097a5e3d079d5a74e2468e8d47563d/1.5/onbuild/Dockerfile)
--	[`1.5.4-wheezy`, `1.5-wheezy` (*1.5/wheezy/Dockerfile*)](https://github.com/docker-library/golang/blob/7fd2b76513e537343f088da671a51f5b2ea7d4c3/1.5/wheezy/Dockerfile)
--	[`1.5.4-alpine`, `1.5-alpine` (*1.5/alpine/Dockerfile*)](https://github.com/docker-library/golang/blob/5a84ebfbf3c55674dd6f36c66828c2e7461f2f0b/1.5/alpine/Dockerfile)
--	[`1.6.3`, `1.6`, `1`, `latest` (*1.6/Dockerfile*)](https://github.com/docker-library/golang/blob/9f666dc2f4f51df564613f787d28b3a2353243e0/1.6/Dockerfile)
--	[`1.6.3-onbuild`, `1.6-onbuild`, `1-onbuild`, `onbuild` (*1.6/onbuild/Dockerfile*)](https://github.com/docker-library/golang/blob/ce284e14cdee73fbaa8fb680011a812f272eae2e/1.6/onbuild/Dockerfile)
--	[`1.6.3-wheezy`, `1.6-wheezy`, `1-wheezy`, `wheezy` (*1.6/wheezy/Dockerfile*)](https://github.com/docker-library/golang/blob/9f666dc2f4f51df564613f787d28b3a2353243e0/1.6/wheezy/Dockerfile)
--	[`1.6.3-alpine`, `1.6-alpine`, `1-alpine`, `alpine` (*1.6/alpine/Dockerfile*)](https://github.com/docker-library/golang/blob/9f666dc2f4f51df564613f787d28b3a2353243e0/1.6/alpine/Dockerfile)
--	[`1.7rc2`, `1.7` (*1.7/Dockerfile*)](https://github.com/docker-library/golang/blob/9f666dc2f4f51df564613f787d28b3a2353243e0/1.7/Dockerfile)
--	[`1.7rc2-onbuild`, `1.7-onbuild` (*1.7/onbuild/Dockerfile*)](https://github.com/docker-library/golang/blob/2372c8cafe9cc958bade33ad0b8b54de8869c21f/1.7/onbuild/Dockerfile)
--	[`1.7rc2-wheezy`, `1.7-wheezy` (*1.7/wheezy/Dockerfile*)](https://github.com/docker-library/golang/blob/9f666dc2f4f51df564613f787d28b3a2353243e0/1.7/wheezy/Dockerfile)
--	[`1.7rc2-alpine`, `1.7-alpine` (*1.7/alpine/Dockerfile*)](https://github.com/docker-library/golang/blob/9f666dc2f4f51df564613f787d28b3a2353243e0/1.7/alpine/Dockerfile)
-
-[![](https://badge.imagelayers.io/golang:latest.svg)](https://imagelayers.io/?images=golang:1.5.4,golang:1.5.4-onbuild,golang:1.5.4-wheezy,golang:1.5.4-alpine,golang:1.6.3,golang:1.6.3-onbuild,golang:1.6.3-wheezy,golang:1.6.3-alpine,golang:1.7rc2,golang:1.7rc2-onbuild,golang:1.7rc2-wheezy,golang:1.7rc2-alpine)
+-	[`1.6.3`, `1.6` (*1.6/Dockerfile*)](https://github.com/docker-library/golang/blob/9f666dc2f4f51df564613f787d28b3a2353243e0/1.6/Dockerfile)
+-	[`1.6.3-onbuild`, `1.6-onbuild` (*1.6/onbuild/Dockerfile*)](https://github.com/docker-library/golang/blob/ce284e14cdee73fbaa8fb680011a812f272eae2e/1.6/onbuild/Dockerfile)
+-	[`1.6.3-wheezy`, `1.6-wheezy` (*1.6/wheezy/Dockerfile*)](https://github.com/docker-library/golang/blob/9f666dc2f4f51df564613f787d28b3a2353243e0/1.6/wheezy/Dockerfile)
+-	[`1.6.3-alpine`, `1.6-alpine` (*1.6/alpine/Dockerfile*)](https://github.com/docker-library/golang/blob/9f666dc2f4f51df564613f787d28b3a2353243e0/1.6/alpine/Dockerfile)
+-	[`1.6.3-windowsservercore`, `1.6-windowsservercore` (*1.6/windows/windowsservercore/Dockerfile*)](https://github.com/docker-library/golang/blob/83760719bbaadb8d778aa48d53bf2e9d9bd55741/1.6/windows/windowsservercore/Dockerfile)
+-	[`1.7.1`, `1.7`, `1`, `latest` (*1.7/Dockerfile*)](https://github.com/docker-library/golang/blob/3a3e91c242b58a7d4e6022b3710b2e871f0ee5d6/1.7/Dockerfile)
+-	[`1.7.1-onbuild`, `1.7-onbuild`, `1-onbuild`, `onbuild` (*1.7/onbuild/Dockerfile*)](https://github.com/docker-library/golang/blob/2372c8cafe9cc958bade33ad0b8b54de8869c21f/1.7/onbuild/Dockerfile)
+-	[`1.7.1-wheezy`, `1.7-wheezy`, `1-wheezy`, `wheezy` (*1.7/wheezy/Dockerfile*)](https://github.com/docker-library/golang/blob/3a3e91c242b58a7d4e6022b3710b2e871f0ee5d6/1.7/wheezy/Dockerfile)
+-	[`1.7.1-alpine`, `1.7-alpine`, `1-alpine`, `alpine` (*1.7/alpine/Dockerfile*)](https://github.com/docker-library/golang/blob/3a3e91c242b58a7d4e6022b3710b2e871f0ee5d6/1.7/alpine/Dockerfile)
+-	[`1.7.1-windowsservercore`, `1.7-windowsservercore`, `1-windowsservercore`, `windowsservercore` (*1.7/windows/windowsservercore/Dockerfile*)](https://github.com/docker-library/golang/blob/3a3e91c242b58a7d4e6022b3710b2e871f0ee5d6/1.7/windows/windowsservercore/Dockerfile)
 
 For more information about this image and its history, please see [the relevant manifest file (`library/golang`)](https://github.com/docker-library/official-images/blob/master/library/golang). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fgolang).
 
-For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `golang/tag-details.md` file](https://github.com/docker-library/docs/blob/master/golang/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs).
+For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `repos/golang/tag-details.md` file](https://github.com/docker-library/repo-info/blob/master/repos/golang/tag-details.md) in [the `docker-library/repo-info` GitHub repo](https://github.com/docker-library/repo-info).
 
 # What is Go?
 
@@ -107,13 +103,22 @@ This variant is highly recommended when final image size being as small as possi
 
 To minimize image size, it's uncommon for additional related tools (such as `git` or `bash`) to be included in Alpine-based images. Using this image as a base, add the things you need in your own Dockerfile (see the [`alpine` image description](https://hub.docker.com/_/alpine/) for examples of how to install packages if you are unfamiliar).
 
+## `golang:windowsservercore`
+
+This image is based on [Windows Server Core (`microsoft/windowsservercore`)](https://hub.docker.com/r/microsoft/windowsservercore/). As such, it only works in places which that image does, such as Windows 10 Professional/Enterprise (Anniversary Edition) or Windows Server 2016.
+
+For information about how to get Docker running on Windows, please see the relevant "Quick Start" guide provided by Microsoft:
+
+-	[Windows Server Quick Start](https://msdn.microsoft.com/en-us/virtualization/windowscontainers/quick_start/quick_start_windows_server)
+-	[Windows 10 Quick Start](https://msdn.microsoft.com/en-us/virtualization/windowscontainers/quick_start/quick_start_windows_10)
+
 # License
 
 View [license information](http://golang.org/LICENSE) for the software contained in this image.
 
 # Supported Docker versions
 
-This image is officially supported on Docker version 1.11.2.
+This image is officially supported on Docker version 1.12.1.
 
 Support for older versions (down to 1.6) is provided on a best-effort basis.
 

+ 0 - 2386
golang/tag-details.md

@@ -1,2386 +0,0 @@
-<!-- THIS FILE IS GENERATED VIA '.template-helpers/generate-tag-details.pl' -->
-
-# Tags of `golang`
-
--	[`golang:1.5.4`](#golang154)
--	[`golang:1.5`](#golang15)
--	[`golang:1.5.4-onbuild`](#golang154-onbuild)
--	[`golang:1.5-onbuild`](#golang15-onbuild)
--	[`golang:1.5.4-wheezy`](#golang154-wheezy)
--	[`golang:1.5-wheezy`](#golang15-wheezy)
--	[`golang:1.5.4-alpine`](#golang154-alpine)
--	[`golang:1.5-alpine`](#golang15-alpine)
--	[`golang:1.6.3`](#golang163)
--	[`golang:1.6`](#golang16)
--	[`golang:1`](#golang1)
--	[`golang:latest`](#golanglatest)
--	[`golang:1.6.3-onbuild`](#golang163-onbuild)
--	[`golang:1.6-onbuild`](#golang16-onbuild)
--	[`golang:1-onbuild`](#golang1-onbuild)
--	[`golang:onbuild`](#golangonbuild)
--	[`golang:1.6.3-wheezy`](#golang163-wheezy)
--	[`golang:1.6-wheezy`](#golang16-wheezy)
--	[`golang:1-wheezy`](#golang1-wheezy)
--	[`golang:wheezy`](#golangwheezy)
--	[`golang:1.6.3-alpine`](#golang163-alpine)
--	[`golang:1.6-alpine`](#golang16-alpine)
--	[`golang:1-alpine`](#golang1-alpine)
--	[`golang:alpine`](#golangalpine)
--	[`golang:1.7rc2`](#golang17rc2)
--	[`golang:1.7`](#golang17)
--	[`golang:1.7rc2-onbuild`](#golang17rc2-onbuild)
--	[`golang:1.7-onbuild`](#golang17-onbuild)
--	[`golang:1.7rc2-wheezy`](#golang17rc2-wheezy)
--	[`golang:1.7-wheezy`](#golang17-wheezy)
--	[`golang:1.7rc2-alpine`](#golang17rc2-alpine)
--	[`golang:1.7-alpine`](#golang17-alpine)
-
-## `golang:1.5.4`
-
-```console
-$ docker pull golang@sha256:48499348e858bdd2441f0619f8814fee233d649e8ec2cf57e486bc32fe7f1c4c
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `golang:1.5.4` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **249.5 MB (249533351 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:c3d2a6307f4e067587306908419b6e5aa476cc89165791fca64b3a658db4a7bd`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 21:36:11 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		g++ 		gcc 		libc6-dev 		make 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 21:36:11 GMT
-ENV GOLANG_VERSION=1.5.4
-# Fri, 10 Jun 2016 21:36:12 GMT
-ENV GOLANG_DOWNLOAD_URL=https://golang.org/dl/go1.5.4.linux-amd64.tar.gz
-# Fri, 10 Jun 2016 21:36:12 GMT
-ENV GOLANG_DOWNLOAD_SHA256=a3358721210787dc1e06f5ea1460ae0564f22a0fbd91be9dcd947fb1d19b9560
-# Fri, 10 Jun 2016 21:36:23 GMT
-RUN curl -fsSL "$GOLANG_DOWNLOAD_URL" -o golang.tar.gz 	&& echo "$GOLANG_DOWNLOAD_SHA256  golang.tar.gz" | sha256sum -c - 	&& tar -C /usr/local -xzf golang.tar.gz 	&& rm golang.tar.gz
-# Fri, 10 Jun 2016 21:36:23 GMT
-ENV GOPATH=/go
-# Fri, 10 Jun 2016 21:36:24 GMT
-ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Fri, 10 Jun 2016 21:36:25 GMT
-RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
-# Fri, 10 Jun 2016 21:36:25 GMT
-WORKDIR /go
-# Tue, 28 Jun 2016 22:45:28 GMT
-COPY file:f6191f2c86edc9343569339f101facba47e886e33e29d70da6916ca6b1101a53 in /usr/local/bin/
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:0ffc1204e0abead91aa6678abffa44739455c7b95b96b108eefc2f29d6001fdf`  
-		Last Modified: Fri, 17 Jun 2016 16:50:25 GMT  
-		Size: 56.9 MB (56921932 bytes)
-	-	`sha256:3f69a6fde99ea8c3c23ac09ed064374364c23c393c1953207d25782a30168d20`  
-		Last Modified: Fri, 17 Jun 2016 16:50:41 GMT  
-		Size: 80.2 MB (80184820 bytes)
-	-	`sha256:109455198000841897e869f8a4a576d7ba9f84a614e8684657ba919767b4b540`  
-		Last Modified: Fri, 17 Jun 2016 16:50:10 GMT  
-		Size: 122.0 B
-	-	`sha256:a7fb14d9347a66a95e66e5b5b20e0fc7182a8b489b8dca75497c018fdab5d70e`  
-		Last Modified: Tue, 28 Jun 2016 22:45:52 GMT  
-		Size: 1.4 KB (1352 bytes)
-
-## `golang:1.5`
-
-```console
-$ docker pull golang@sha256:48499348e858bdd2441f0619f8814fee233d649e8ec2cf57e486bc32fe7f1c4c
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `golang:1.5` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **249.5 MB (249533351 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:c3d2a6307f4e067587306908419b6e5aa476cc89165791fca64b3a658db4a7bd`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 21:36:11 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		g++ 		gcc 		libc6-dev 		make 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 21:36:11 GMT
-ENV GOLANG_VERSION=1.5.4
-# Fri, 10 Jun 2016 21:36:12 GMT
-ENV GOLANG_DOWNLOAD_URL=https://golang.org/dl/go1.5.4.linux-amd64.tar.gz
-# Fri, 10 Jun 2016 21:36:12 GMT
-ENV GOLANG_DOWNLOAD_SHA256=a3358721210787dc1e06f5ea1460ae0564f22a0fbd91be9dcd947fb1d19b9560
-# Fri, 10 Jun 2016 21:36:23 GMT
-RUN curl -fsSL "$GOLANG_DOWNLOAD_URL" -o golang.tar.gz 	&& echo "$GOLANG_DOWNLOAD_SHA256  golang.tar.gz" | sha256sum -c - 	&& tar -C /usr/local -xzf golang.tar.gz 	&& rm golang.tar.gz
-# Fri, 10 Jun 2016 21:36:23 GMT
-ENV GOPATH=/go
-# Fri, 10 Jun 2016 21:36:24 GMT
-ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Fri, 10 Jun 2016 21:36:25 GMT
-RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
-# Fri, 10 Jun 2016 21:36:25 GMT
-WORKDIR /go
-# Tue, 28 Jun 2016 22:45:28 GMT
-COPY file:f6191f2c86edc9343569339f101facba47e886e33e29d70da6916ca6b1101a53 in /usr/local/bin/
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:0ffc1204e0abead91aa6678abffa44739455c7b95b96b108eefc2f29d6001fdf`  
-		Last Modified: Fri, 17 Jun 2016 16:50:25 GMT  
-		Size: 56.9 MB (56921932 bytes)
-	-	`sha256:3f69a6fde99ea8c3c23ac09ed064374364c23c393c1953207d25782a30168d20`  
-		Last Modified: Fri, 17 Jun 2016 16:50:41 GMT  
-		Size: 80.2 MB (80184820 bytes)
-	-	`sha256:109455198000841897e869f8a4a576d7ba9f84a614e8684657ba919767b4b540`  
-		Last Modified: Fri, 17 Jun 2016 16:50:10 GMT  
-		Size: 122.0 B
-	-	`sha256:a7fb14d9347a66a95e66e5b5b20e0fc7182a8b489b8dca75497c018fdab5d70e`  
-		Last Modified: Tue, 28 Jun 2016 22:45:52 GMT  
-		Size: 1.4 KB (1352 bytes)
-
-## `golang:1.5.4-onbuild`
-
-```console
-$ docker pull golang@sha256:51af7b3af76b1047108a775126045f16c31a252b84dbeeb5eb6851af6f08573d
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `golang:1.5.4-onbuild` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **249.5 MB (249533482 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:e5423bf96e516738327ce29f1b3646261cb7c152f77d764cb9cf3753746ab379`
--	Default Command: `["go-wrapper","run"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 21:36:11 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		g++ 		gcc 		libc6-dev 		make 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 21:36:11 GMT
-ENV GOLANG_VERSION=1.5.4
-# Fri, 10 Jun 2016 21:36:12 GMT
-ENV GOLANG_DOWNLOAD_URL=https://golang.org/dl/go1.5.4.linux-amd64.tar.gz
-# Fri, 10 Jun 2016 21:36:12 GMT
-ENV GOLANG_DOWNLOAD_SHA256=a3358721210787dc1e06f5ea1460ae0564f22a0fbd91be9dcd947fb1d19b9560
-# Fri, 10 Jun 2016 21:36:23 GMT
-RUN curl -fsSL "$GOLANG_DOWNLOAD_URL" -o golang.tar.gz 	&& echo "$GOLANG_DOWNLOAD_SHA256  golang.tar.gz" | sha256sum -c - 	&& tar -C /usr/local -xzf golang.tar.gz 	&& rm golang.tar.gz
-# Fri, 10 Jun 2016 21:36:23 GMT
-ENV GOPATH=/go
-# Fri, 10 Jun 2016 21:36:24 GMT
-ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Fri, 10 Jun 2016 21:36:25 GMT
-RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
-# Fri, 10 Jun 2016 21:36:25 GMT
-WORKDIR /go
-# Tue, 28 Jun 2016 22:45:28 GMT
-COPY file:f6191f2c86edc9343569339f101facba47e886e33e29d70da6916ca6b1101a53 in /usr/local/bin/
-# Tue, 28 Jun 2016 22:45:30 GMT
-RUN mkdir -p /go/src/app
-# Tue, 28 Jun 2016 22:45:30 GMT
-WORKDIR /go/src/app
-# Tue, 28 Jun 2016 22:45:30 GMT
-CMD ["go-wrapper" "run"]
-# Tue, 28 Jun 2016 22:45:31 GMT
-ONBUILD COPY . /go/src/app
-# Tue, 28 Jun 2016 22:45:31 GMT
-ONBUILD RUN go-wrapper download
-# Tue, 28 Jun 2016 22:45:31 GMT
-ONBUILD RUN go-wrapper install
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:0ffc1204e0abead91aa6678abffa44739455c7b95b96b108eefc2f29d6001fdf`  
-		Last Modified: Fri, 17 Jun 2016 16:50:25 GMT  
-		Size: 56.9 MB (56921932 bytes)
-	-	`sha256:3f69a6fde99ea8c3c23ac09ed064374364c23c393c1953207d25782a30168d20`  
-		Last Modified: Fri, 17 Jun 2016 16:50:41 GMT  
-		Size: 80.2 MB (80184820 bytes)
-	-	`sha256:109455198000841897e869f8a4a576d7ba9f84a614e8684657ba919767b4b540`  
-		Last Modified: Fri, 17 Jun 2016 16:50:10 GMT  
-		Size: 122.0 B
-	-	`sha256:a7fb14d9347a66a95e66e5b5b20e0fc7182a8b489b8dca75497c018fdab5d70e`  
-		Last Modified: Tue, 28 Jun 2016 22:45:52 GMT  
-		Size: 1.4 KB (1352 bytes)
-	-	`sha256:253c72c9db50526c5bd18691b223f20089da3a91401212e5f04ba9b275f94d1b`  
-		Last Modified: Tue, 28 Jun 2016 22:46:12 GMT  
-		Size: 131.0 B
-
-## `golang:1.5-onbuild`
-
-```console
-$ docker pull golang@sha256:51af7b3af76b1047108a775126045f16c31a252b84dbeeb5eb6851af6f08573d
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `golang:1.5-onbuild` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **249.5 MB (249533482 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:e5423bf96e516738327ce29f1b3646261cb7c152f77d764cb9cf3753746ab379`
--	Default Command: `["go-wrapper","run"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 21:36:11 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		g++ 		gcc 		libc6-dev 		make 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 21:36:11 GMT
-ENV GOLANG_VERSION=1.5.4
-# Fri, 10 Jun 2016 21:36:12 GMT
-ENV GOLANG_DOWNLOAD_URL=https://golang.org/dl/go1.5.4.linux-amd64.tar.gz
-# Fri, 10 Jun 2016 21:36:12 GMT
-ENV GOLANG_DOWNLOAD_SHA256=a3358721210787dc1e06f5ea1460ae0564f22a0fbd91be9dcd947fb1d19b9560
-# Fri, 10 Jun 2016 21:36:23 GMT
-RUN curl -fsSL "$GOLANG_DOWNLOAD_URL" -o golang.tar.gz 	&& echo "$GOLANG_DOWNLOAD_SHA256  golang.tar.gz" | sha256sum -c - 	&& tar -C /usr/local -xzf golang.tar.gz 	&& rm golang.tar.gz
-# Fri, 10 Jun 2016 21:36:23 GMT
-ENV GOPATH=/go
-# Fri, 10 Jun 2016 21:36:24 GMT
-ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Fri, 10 Jun 2016 21:36:25 GMT
-RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
-# Fri, 10 Jun 2016 21:36:25 GMT
-WORKDIR /go
-# Tue, 28 Jun 2016 22:45:28 GMT
-COPY file:f6191f2c86edc9343569339f101facba47e886e33e29d70da6916ca6b1101a53 in /usr/local/bin/
-# Tue, 28 Jun 2016 22:45:30 GMT
-RUN mkdir -p /go/src/app
-# Tue, 28 Jun 2016 22:45:30 GMT
-WORKDIR /go/src/app
-# Tue, 28 Jun 2016 22:45:30 GMT
-CMD ["go-wrapper" "run"]
-# Tue, 28 Jun 2016 22:45:31 GMT
-ONBUILD COPY . /go/src/app
-# Tue, 28 Jun 2016 22:45:31 GMT
-ONBUILD RUN go-wrapper download
-# Tue, 28 Jun 2016 22:45:31 GMT
-ONBUILD RUN go-wrapper install
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:0ffc1204e0abead91aa6678abffa44739455c7b95b96b108eefc2f29d6001fdf`  
-		Last Modified: Fri, 17 Jun 2016 16:50:25 GMT  
-		Size: 56.9 MB (56921932 bytes)
-	-	`sha256:3f69a6fde99ea8c3c23ac09ed064374364c23c393c1953207d25782a30168d20`  
-		Last Modified: Fri, 17 Jun 2016 16:50:41 GMT  
-		Size: 80.2 MB (80184820 bytes)
-	-	`sha256:109455198000841897e869f8a4a576d7ba9f84a614e8684657ba919767b4b540`  
-		Last Modified: Fri, 17 Jun 2016 16:50:10 GMT  
-		Size: 122.0 B
-	-	`sha256:a7fb14d9347a66a95e66e5b5b20e0fc7182a8b489b8dca75497c018fdab5d70e`  
-		Last Modified: Tue, 28 Jun 2016 22:45:52 GMT  
-		Size: 1.4 KB (1352 bytes)
-	-	`sha256:253c72c9db50526c5bd18691b223f20089da3a91401212e5f04ba9b275f94d1b`  
-		Last Modified: Tue, 28 Jun 2016 22:46:12 GMT  
-		Size: 131.0 B
-
-## `golang:1.5.4-wheezy`
-
-```console
-$ docker pull golang@sha256:0ec927183388ab6ea182231fb26b560b61a353bdca744b998a004449d2e4436a
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `golang:1.5.4-wheezy` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **195.5 MB (195507452 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:1526df7fc40c6522ae0d2075038bfd15faec2b2a0759f8689457fdcb4019e2a8`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:30:19 GMT
-ADD file:add5fc8cb18678647f395d0a743c4ca93466b70b9e42847d850aa206b7ad0d8d in /
-# Thu, 09 Jun 2016 21:30:20 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:43:48 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:44:24 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 21:36:43 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		g++ 		gcc 		libc6-dev 		make 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 21:36:43 GMT
-ENV GOLANG_VERSION=1.5.4
-# Fri, 10 Jun 2016 21:36:43 GMT
-ENV GOLANG_DOWNLOAD_URL=https://golang.org/dl/go1.5.4.linux-amd64.tar.gz
-# Fri, 10 Jun 2016 21:36:44 GMT
-ENV GOLANG_DOWNLOAD_SHA256=a3358721210787dc1e06f5ea1460ae0564f22a0fbd91be9dcd947fb1d19b9560
-# Fri, 10 Jun 2016 21:36:54 GMT
-RUN curl -fsSL "$GOLANG_DOWNLOAD_URL" -o golang.tar.gz 	&& echo "$GOLANG_DOWNLOAD_SHA256  golang.tar.gz" | sha256sum -c - 	&& tar -C /usr/local -xzf golang.tar.gz 	&& rm golang.tar.gz
-# Fri, 10 Jun 2016 21:36:54 GMT
-ENV GOPATH=/go
-# Fri, 10 Jun 2016 21:36:54 GMT
-ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Fri, 10 Jun 2016 21:36:55 GMT
-RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
-# Fri, 10 Jun 2016 21:36:56 GMT
-WORKDIR /go
-# Tue, 28 Jun 2016 22:45:32 GMT
-COPY file:f6191f2c86edc9343569339f101facba47e886e33e29d70da6916ca6b1101a53 in /usr/local/bin/
-```
-
--	Layers:
-	-	`sha256:8ceedfe606fc6a2449001a47b33357a1aefaa3538bff8ce98af64fc6cd810225`  
-		Last Modified: Thu, 09 Jun 2016 21:34:10 GMT  
-		Size: 37.2 MB (37209549 bytes)
-	-	`sha256:6523e37a38fa9bfac81a0773979ea1b66dce8df121a732b1c3c86c13965e00d6`  
-		Last Modified: Thu, 09 Jun 2016 21:55:48 GMT  
-		Size: 6.8 MB (6751390 bytes)
-	-	`sha256:808895c4b06b9264d617f83d39d8c4dd8d8b4dccdb53102a49707851cd59db47`  
-		Last Modified: Thu, 09 Jun 2016 21:56:11 GMT  
-		Size: 37.4 MB (37389872 bytes)
-	-	`sha256:bc6935f49a7a41d9d0a9e861e1ef40879eecc95cc5559e40e45c478ddf97bb8a`  
-		Last Modified: Fri, 17 Jun 2016 16:51:24 GMT  
-		Size: 34.0 MB (33970375 bytes)
-	-	`sha256:6097098a0d1d67e2df33a6002ca50c4bb8690eb38287f9cb5ec6f92d07464262`  
-		Last Modified: Fri, 17 Jun 2016 16:51:41 GMT  
-		Size: 80.2 MB (80184792 bytes)
-	-	`sha256:dcbab28a351e7afca9df76bab17b4be30e7dfc42b3100703c36160ca657d8a10`  
-		Last Modified: Fri, 17 Jun 2016 16:51:11 GMT  
-		Size: 122.0 B
-	-	`sha256:0276a52f575f544144667c40c9404c4ca5f4c6a8d3faccbed3bb1a2c507af5a4`  
-		Last Modified: Tue, 28 Jun 2016 22:46:33 GMT  
-		Size: 1.4 KB (1352 bytes)
-
-## `golang:1.5-wheezy`
-
-```console
-$ docker pull golang@sha256:0ec927183388ab6ea182231fb26b560b61a353bdca744b998a004449d2e4436a
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `golang:1.5-wheezy` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **195.5 MB (195507452 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:1526df7fc40c6522ae0d2075038bfd15faec2b2a0759f8689457fdcb4019e2a8`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:30:19 GMT
-ADD file:add5fc8cb18678647f395d0a743c4ca93466b70b9e42847d850aa206b7ad0d8d in /
-# Thu, 09 Jun 2016 21:30:20 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:43:48 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:44:24 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 21:36:43 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		g++ 		gcc 		libc6-dev 		make 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 21:36:43 GMT
-ENV GOLANG_VERSION=1.5.4
-# Fri, 10 Jun 2016 21:36:43 GMT
-ENV GOLANG_DOWNLOAD_URL=https://golang.org/dl/go1.5.4.linux-amd64.tar.gz
-# Fri, 10 Jun 2016 21:36:44 GMT
-ENV GOLANG_DOWNLOAD_SHA256=a3358721210787dc1e06f5ea1460ae0564f22a0fbd91be9dcd947fb1d19b9560
-# Fri, 10 Jun 2016 21:36:54 GMT
-RUN curl -fsSL "$GOLANG_DOWNLOAD_URL" -o golang.tar.gz 	&& echo "$GOLANG_DOWNLOAD_SHA256  golang.tar.gz" | sha256sum -c - 	&& tar -C /usr/local -xzf golang.tar.gz 	&& rm golang.tar.gz
-# Fri, 10 Jun 2016 21:36:54 GMT
-ENV GOPATH=/go
-# Fri, 10 Jun 2016 21:36:54 GMT
-ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Fri, 10 Jun 2016 21:36:55 GMT
-RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
-# Fri, 10 Jun 2016 21:36:56 GMT
-WORKDIR /go
-# Tue, 28 Jun 2016 22:45:32 GMT
-COPY file:f6191f2c86edc9343569339f101facba47e886e33e29d70da6916ca6b1101a53 in /usr/local/bin/
-```
-
--	Layers:
-	-	`sha256:8ceedfe606fc6a2449001a47b33357a1aefaa3538bff8ce98af64fc6cd810225`  
-		Last Modified: Thu, 09 Jun 2016 21:34:10 GMT  
-		Size: 37.2 MB (37209549 bytes)
-	-	`sha256:6523e37a38fa9bfac81a0773979ea1b66dce8df121a732b1c3c86c13965e00d6`  
-		Last Modified: Thu, 09 Jun 2016 21:55:48 GMT  
-		Size: 6.8 MB (6751390 bytes)
-	-	`sha256:808895c4b06b9264d617f83d39d8c4dd8d8b4dccdb53102a49707851cd59db47`  
-		Last Modified: Thu, 09 Jun 2016 21:56:11 GMT  
-		Size: 37.4 MB (37389872 bytes)
-	-	`sha256:bc6935f49a7a41d9d0a9e861e1ef40879eecc95cc5559e40e45c478ddf97bb8a`  
-		Last Modified: Fri, 17 Jun 2016 16:51:24 GMT  
-		Size: 34.0 MB (33970375 bytes)
-	-	`sha256:6097098a0d1d67e2df33a6002ca50c4bb8690eb38287f9cb5ec6f92d07464262`  
-		Last Modified: Fri, 17 Jun 2016 16:51:41 GMT  
-		Size: 80.2 MB (80184792 bytes)
-	-	`sha256:dcbab28a351e7afca9df76bab17b4be30e7dfc42b3100703c36160ca657d8a10`  
-		Last Modified: Fri, 17 Jun 2016 16:51:11 GMT  
-		Size: 122.0 B
-	-	`sha256:0276a52f575f544144667c40c9404c4ca5f4c6a8d3faccbed3bb1a2c507af5a4`  
-		Last Modified: Tue, 28 Jun 2016 22:46:33 GMT  
-		Size: 1.4 KB (1352 bytes)
-
-## `golang:1.5.4-alpine`
-
-```console
-$ docker pull golang@sha256:db4f9b160452858933cb982149396a2a27407cc81c00b3f77acb41dd7b57c50e
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `golang:1.5.4-alpine` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **68.3 MB (68279903 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:7dda058f699072abc51878969d0accf1584006345d472daa3f0305d334fa03e0`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Fri, 01 Jul 2016 19:29:12 GMT
-RUN apk add --no-cache ca-certificates
-# Fri, 01 Jul 2016 19:29:12 GMT
-ENV GOLANG_VERSION=1.5.4
-# Fri, 01 Jul 2016 19:29:13 GMT
-ENV GOLANG_SRC_URL=https://golang.org/dl/go1.5.4.src.tar.gz
-# Fri, 01 Jul 2016 19:29:13 GMT
-ENV GOLANG_SRC_SHA256=002acabce7ddc140d0d55891f9d4fcfbdd806b9332fb8b110c91bc91afb0bc93
-# Fri, 01 Jul 2016 19:30:28 GMT
-RUN set -ex 	&& apk add --no-cache --virtual .build-deps 		bash 		gcc 		musl-dev 		openssl 		go 		&& export GOROOT_BOOTSTRAP="$(go env GOROOT)" 		&& wget -q "$GOLANG_SRC_URL" -O golang.tar.gz 	&& echo "$GOLANG_SRC_SHA256  golang.tar.gz" | sha256sum -c - 	&& tar -C /usr/local -xzf golang.tar.gz 	&& rm golang.tar.gz 	&& cd /usr/local/go/src 	&& ./make.bash 		&& apk del .build-deps
-# Fri, 01 Jul 2016 19:30:29 GMT
-ENV GOPATH=/go
-# Fri, 01 Jul 2016 19:30:30 GMT
-ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Fri, 01 Jul 2016 19:30:31 GMT
-RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
-# Fri, 01 Jul 2016 19:30:32 GMT
-WORKDIR /go
-# Fri, 01 Jul 2016 19:30:33 GMT
-COPY file:ce084cb461a5ff8443f1781f7b0af0a33ad2bd4fe7ca14df213f58fa79e0172b in /usr/local/bin/
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:ac58758e6ad5928c40fe2ce1b955a5f9d1c4889667874887960ff0c00f2ebcf6`  
-		Last Modified: Fri, 01 Jul 2016 19:34:13 GMT  
-		Size: 343.9 KB (343924 bytes)
-	-	`sha256:189cf28ebbc5aee712ba9194f6308065957dcaff75ffd6fd1a66ebcfc3a0c9da`  
-		Last Modified: Fri, 01 Jul 2016 19:34:34 GMT  
-		Size: 65.6 MB (65624223 bytes)
-	-	`sha256:11843d4b6571391fafc5bc609948e2b607d974a803127d39078522b990777af3`  
-		Last Modified: Fri, 01 Jul 2016 19:34:13 GMT  
-		Size: 122.0 B
-	-	`sha256:c1d9d7c9cb3e4bfbd999a501cf1746f7e3eba20f13544a38dff7c8c274711cfe`  
-		Last Modified: Fri, 01 Jul 2016 19:34:12 GMT  
-		Size: 1.3 KB (1348 bytes)
-
-## `golang:1.5-alpine`
-
-```console
-$ docker pull golang@sha256:db4f9b160452858933cb982149396a2a27407cc81c00b3f77acb41dd7b57c50e
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `golang:1.5-alpine` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **68.3 MB (68279903 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:7dda058f699072abc51878969d0accf1584006345d472daa3f0305d334fa03e0`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Fri, 01 Jul 2016 19:29:12 GMT
-RUN apk add --no-cache ca-certificates
-# Fri, 01 Jul 2016 19:29:12 GMT
-ENV GOLANG_VERSION=1.5.4
-# Fri, 01 Jul 2016 19:29:13 GMT
-ENV GOLANG_SRC_URL=https://golang.org/dl/go1.5.4.src.tar.gz
-# Fri, 01 Jul 2016 19:29:13 GMT
-ENV GOLANG_SRC_SHA256=002acabce7ddc140d0d55891f9d4fcfbdd806b9332fb8b110c91bc91afb0bc93
-# Fri, 01 Jul 2016 19:30:28 GMT
-RUN set -ex 	&& apk add --no-cache --virtual .build-deps 		bash 		gcc 		musl-dev 		openssl 		go 		&& export GOROOT_BOOTSTRAP="$(go env GOROOT)" 		&& wget -q "$GOLANG_SRC_URL" -O golang.tar.gz 	&& echo "$GOLANG_SRC_SHA256  golang.tar.gz" | sha256sum -c - 	&& tar -C /usr/local -xzf golang.tar.gz 	&& rm golang.tar.gz 	&& cd /usr/local/go/src 	&& ./make.bash 		&& apk del .build-deps
-# Fri, 01 Jul 2016 19:30:29 GMT
-ENV GOPATH=/go
-# Fri, 01 Jul 2016 19:30:30 GMT
-ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Fri, 01 Jul 2016 19:30:31 GMT
-RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
-# Fri, 01 Jul 2016 19:30:32 GMT
-WORKDIR /go
-# Fri, 01 Jul 2016 19:30:33 GMT
-COPY file:ce084cb461a5ff8443f1781f7b0af0a33ad2bd4fe7ca14df213f58fa79e0172b in /usr/local/bin/
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:ac58758e6ad5928c40fe2ce1b955a5f9d1c4889667874887960ff0c00f2ebcf6`  
-		Last Modified: Fri, 01 Jul 2016 19:34:13 GMT  
-		Size: 343.9 KB (343924 bytes)
-	-	`sha256:189cf28ebbc5aee712ba9194f6308065957dcaff75ffd6fd1a66ebcfc3a0c9da`  
-		Last Modified: Fri, 01 Jul 2016 19:34:34 GMT  
-		Size: 65.6 MB (65624223 bytes)
-	-	`sha256:11843d4b6571391fafc5bc609948e2b607d974a803127d39078522b990777af3`  
-		Last Modified: Fri, 01 Jul 2016 19:34:13 GMT  
-		Size: 122.0 B
-	-	`sha256:c1d9d7c9cb3e4bfbd999a501cf1746f7e3eba20f13544a38dff7c8c274711cfe`  
-		Last Modified: Fri, 01 Jul 2016 19:34:12 GMT  
-		Size: 1.3 KB (1348 bytes)
-
-## `golang:1.6.3`
-
-```console
-$ docker pull golang@sha256:082c2c1e362cea02721a725d433609be0271caa586016c9167b224745b7ad091
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `golang:1.6.3` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **254.2 MB (254217849 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:bc1c55b17233e0da5ca2f2f2d75d9e0a0549efc2424b78ace2f1828ae83c1ff5`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 21:36:11 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		g++ 		gcc 		libc6-dev 		make 	&& rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 17:21:47 GMT
-ENV GOLANG_VERSION=1.6.3
-# Mon, 18 Jul 2016 17:21:47 GMT
-ENV GOLANG_DOWNLOAD_URL=https://golang.org/dl/go1.6.3.linux-amd64.tar.gz
-# Mon, 18 Jul 2016 17:21:48 GMT
-ENV GOLANG_DOWNLOAD_SHA256=cdde5e08530c0579255d6153b08fdb3b8e47caabbe717bc7bcd7561275a87aeb
-# Mon, 18 Jul 2016 17:21:58 GMT
-RUN curl -fsSL "$GOLANG_DOWNLOAD_URL" -o golang.tar.gz 	&& echo "$GOLANG_DOWNLOAD_SHA256  golang.tar.gz" | sha256sum -c - 	&& tar -C /usr/local -xzf golang.tar.gz 	&& rm golang.tar.gz
-# Mon, 18 Jul 2016 17:21:59 GMT
-ENV GOPATH=/go
-# Mon, 18 Jul 2016 17:21:59 GMT
-ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Mon, 18 Jul 2016 17:22:01 GMT
-RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
-# Mon, 18 Jul 2016 17:22:01 GMT
-WORKDIR /go
-# Mon, 18 Jul 2016 17:22:01 GMT
-COPY file:f6191f2c86edc9343569339f101facba47e886e33e29d70da6916ca6b1101a53 in /usr/local/bin/
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:0ffc1204e0abead91aa6678abffa44739455c7b95b96b108eefc2f29d6001fdf`  
-		Last Modified: Fri, 17 Jun 2016 16:50:25 GMT  
-		Size: 56.9 MB (56921932 bytes)
-	-	`sha256:8de7f020474f46d9cad5ba9e857ce6b419fe7ebe6750537017a0baab74dca41d`  
-		Last Modified: Mon, 18 Jul 2016 17:27:31 GMT  
-		Size: 84.9 MB (84869316 bytes)
-	-	`sha256:b98e09a07b43ec2163242552c60bfc06756167803dea74da9fbf398bac2de955`  
-		Last Modified: Mon, 18 Jul 2016 17:27:06 GMT  
-		Size: 122.0 B
-	-	`sha256:c54fa659b43363d45d8703b9dacb587e90a33c95b977d151d1e07b015a211a6a`  
-		Last Modified: Mon, 18 Jul 2016 17:27:05 GMT  
-		Size: 1.4 KB (1354 bytes)
-
-## `golang:1.6`
-
-```console
-$ docker pull golang@sha256:082c2c1e362cea02721a725d433609be0271caa586016c9167b224745b7ad091
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `golang:1.6` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **254.2 MB (254217849 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:bc1c55b17233e0da5ca2f2f2d75d9e0a0549efc2424b78ace2f1828ae83c1ff5`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 21:36:11 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		g++ 		gcc 		libc6-dev 		make 	&& rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 17:21:47 GMT
-ENV GOLANG_VERSION=1.6.3
-# Mon, 18 Jul 2016 17:21:47 GMT
-ENV GOLANG_DOWNLOAD_URL=https://golang.org/dl/go1.6.3.linux-amd64.tar.gz
-# Mon, 18 Jul 2016 17:21:48 GMT
-ENV GOLANG_DOWNLOAD_SHA256=cdde5e08530c0579255d6153b08fdb3b8e47caabbe717bc7bcd7561275a87aeb
-# Mon, 18 Jul 2016 17:21:58 GMT
-RUN curl -fsSL "$GOLANG_DOWNLOAD_URL" -o golang.tar.gz 	&& echo "$GOLANG_DOWNLOAD_SHA256  golang.tar.gz" | sha256sum -c - 	&& tar -C /usr/local -xzf golang.tar.gz 	&& rm golang.tar.gz
-# Mon, 18 Jul 2016 17:21:59 GMT
-ENV GOPATH=/go
-# Mon, 18 Jul 2016 17:21:59 GMT
-ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Mon, 18 Jul 2016 17:22:01 GMT
-RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
-# Mon, 18 Jul 2016 17:22:01 GMT
-WORKDIR /go
-# Mon, 18 Jul 2016 17:22:01 GMT
-COPY file:f6191f2c86edc9343569339f101facba47e886e33e29d70da6916ca6b1101a53 in /usr/local/bin/
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:0ffc1204e0abead91aa6678abffa44739455c7b95b96b108eefc2f29d6001fdf`  
-		Last Modified: Fri, 17 Jun 2016 16:50:25 GMT  
-		Size: 56.9 MB (56921932 bytes)
-	-	`sha256:8de7f020474f46d9cad5ba9e857ce6b419fe7ebe6750537017a0baab74dca41d`  
-		Last Modified: Mon, 18 Jul 2016 17:27:31 GMT  
-		Size: 84.9 MB (84869316 bytes)
-	-	`sha256:b98e09a07b43ec2163242552c60bfc06756167803dea74da9fbf398bac2de955`  
-		Last Modified: Mon, 18 Jul 2016 17:27:06 GMT  
-		Size: 122.0 B
-	-	`sha256:c54fa659b43363d45d8703b9dacb587e90a33c95b977d151d1e07b015a211a6a`  
-		Last Modified: Mon, 18 Jul 2016 17:27:05 GMT  
-		Size: 1.4 KB (1354 bytes)
-
-## `golang:1`
-
-```console
-$ docker pull golang@sha256:082c2c1e362cea02721a725d433609be0271caa586016c9167b224745b7ad091
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `golang:1` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **254.2 MB (254217849 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:bc1c55b17233e0da5ca2f2f2d75d9e0a0549efc2424b78ace2f1828ae83c1ff5`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 21:36:11 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		g++ 		gcc 		libc6-dev 		make 	&& rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 17:21:47 GMT
-ENV GOLANG_VERSION=1.6.3
-# Mon, 18 Jul 2016 17:21:47 GMT
-ENV GOLANG_DOWNLOAD_URL=https://golang.org/dl/go1.6.3.linux-amd64.tar.gz
-# Mon, 18 Jul 2016 17:21:48 GMT
-ENV GOLANG_DOWNLOAD_SHA256=cdde5e08530c0579255d6153b08fdb3b8e47caabbe717bc7bcd7561275a87aeb
-# Mon, 18 Jul 2016 17:21:58 GMT
-RUN curl -fsSL "$GOLANG_DOWNLOAD_URL" -o golang.tar.gz 	&& echo "$GOLANG_DOWNLOAD_SHA256  golang.tar.gz" | sha256sum -c - 	&& tar -C /usr/local -xzf golang.tar.gz 	&& rm golang.tar.gz
-# Mon, 18 Jul 2016 17:21:59 GMT
-ENV GOPATH=/go
-# Mon, 18 Jul 2016 17:21:59 GMT
-ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Mon, 18 Jul 2016 17:22:01 GMT
-RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
-# Mon, 18 Jul 2016 17:22:01 GMT
-WORKDIR /go
-# Mon, 18 Jul 2016 17:22:01 GMT
-COPY file:f6191f2c86edc9343569339f101facba47e886e33e29d70da6916ca6b1101a53 in /usr/local/bin/
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:0ffc1204e0abead91aa6678abffa44739455c7b95b96b108eefc2f29d6001fdf`  
-		Last Modified: Fri, 17 Jun 2016 16:50:25 GMT  
-		Size: 56.9 MB (56921932 bytes)
-	-	`sha256:8de7f020474f46d9cad5ba9e857ce6b419fe7ebe6750537017a0baab74dca41d`  
-		Last Modified: Mon, 18 Jul 2016 17:27:31 GMT  
-		Size: 84.9 MB (84869316 bytes)
-	-	`sha256:b98e09a07b43ec2163242552c60bfc06756167803dea74da9fbf398bac2de955`  
-		Last Modified: Mon, 18 Jul 2016 17:27:06 GMT  
-		Size: 122.0 B
-	-	`sha256:c54fa659b43363d45d8703b9dacb587e90a33c95b977d151d1e07b015a211a6a`  
-		Last Modified: Mon, 18 Jul 2016 17:27:05 GMT  
-		Size: 1.4 KB (1354 bytes)
-
-## `golang:latest`
-
-```console
-$ docker pull golang@sha256:082c2c1e362cea02721a725d433609be0271caa586016c9167b224745b7ad091
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `golang:latest` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **254.2 MB (254217849 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:bc1c55b17233e0da5ca2f2f2d75d9e0a0549efc2424b78ace2f1828ae83c1ff5`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 21:36:11 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		g++ 		gcc 		libc6-dev 		make 	&& rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 17:21:47 GMT
-ENV GOLANG_VERSION=1.6.3
-# Mon, 18 Jul 2016 17:21:47 GMT
-ENV GOLANG_DOWNLOAD_URL=https://golang.org/dl/go1.6.3.linux-amd64.tar.gz
-# Mon, 18 Jul 2016 17:21:48 GMT
-ENV GOLANG_DOWNLOAD_SHA256=cdde5e08530c0579255d6153b08fdb3b8e47caabbe717bc7bcd7561275a87aeb
-# Mon, 18 Jul 2016 17:21:58 GMT
-RUN curl -fsSL "$GOLANG_DOWNLOAD_URL" -o golang.tar.gz 	&& echo "$GOLANG_DOWNLOAD_SHA256  golang.tar.gz" | sha256sum -c - 	&& tar -C /usr/local -xzf golang.tar.gz 	&& rm golang.tar.gz
-# Mon, 18 Jul 2016 17:21:59 GMT
-ENV GOPATH=/go
-# Mon, 18 Jul 2016 17:21:59 GMT
-ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Mon, 18 Jul 2016 17:22:01 GMT
-RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
-# Mon, 18 Jul 2016 17:22:01 GMT
-WORKDIR /go
-# Mon, 18 Jul 2016 17:22:01 GMT
-COPY file:f6191f2c86edc9343569339f101facba47e886e33e29d70da6916ca6b1101a53 in /usr/local/bin/
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:0ffc1204e0abead91aa6678abffa44739455c7b95b96b108eefc2f29d6001fdf`  
-		Last Modified: Fri, 17 Jun 2016 16:50:25 GMT  
-		Size: 56.9 MB (56921932 bytes)
-	-	`sha256:8de7f020474f46d9cad5ba9e857ce6b419fe7ebe6750537017a0baab74dca41d`  
-		Last Modified: Mon, 18 Jul 2016 17:27:31 GMT  
-		Size: 84.9 MB (84869316 bytes)
-	-	`sha256:b98e09a07b43ec2163242552c60bfc06756167803dea74da9fbf398bac2de955`  
-		Last Modified: Mon, 18 Jul 2016 17:27:06 GMT  
-		Size: 122.0 B
-	-	`sha256:c54fa659b43363d45d8703b9dacb587e90a33c95b977d151d1e07b015a211a6a`  
-		Last Modified: Mon, 18 Jul 2016 17:27:05 GMT  
-		Size: 1.4 KB (1354 bytes)
-
-## `golang:1.6.3-onbuild`
-
-```console
-$ docker pull golang@sha256:3f651cbac34479e0c8e551d6ff140ce62b9d42bc2abe9f8ec3065f76263fa5e7
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `golang:1.6.3-onbuild` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **254.2 MB (254217981 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:71db94ad1fc7c3131d134b1038391ead8cc3b3b702fe248e4d904e0374095aa1`
--	Default Command: `["go-wrapper","run"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 21:36:11 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		g++ 		gcc 		libc6-dev 		make 	&& rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 17:21:47 GMT
-ENV GOLANG_VERSION=1.6.3
-# Mon, 18 Jul 2016 17:21:47 GMT
-ENV GOLANG_DOWNLOAD_URL=https://golang.org/dl/go1.6.3.linux-amd64.tar.gz
-# Mon, 18 Jul 2016 17:21:48 GMT
-ENV GOLANG_DOWNLOAD_SHA256=cdde5e08530c0579255d6153b08fdb3b8e47caabbe717bc7bcd7561275a87aeb
-# Mon, 18 Jul 2016 17:21:58 GMT
-RUN curl -fsSL "$GOLANG_DOWNLOAD_URL" -o golang.tar.gz 	&& echo "$GOLANG_DOWNLOAD_SHA256  golang.tar.gz" | sha256sum -c - 	&& tar -C /usr/local -xzf golang.tar.gz 	&& rm golang.tar.gz
-# Mon, 18 Jul 2016 17:21:59 GMT
-ENV GOPATH=/go
-# Mon, 18 Jul 2016 17:21:59 GMT
-ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Mon, 18 Jul 2016 17:22:01 GMT
-RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
-# Mon, 18 Jul 2016 17:22:01 GMT
-WORKDIR /go
-# Mon, 18 Jul 2016 17:22:01 GMT
-COPY file:f6191f2c86edc9343569339f101facba47e886e33e29d70da6916ca6b1101a53 in /usr/local/bin/
-# Mon, 18 Jul 2016 17:22:04 GMT
-RUN mkdir -p /go/src/app
-# Mon, 18 Jul 2016 17:22:05 GMT
-WORKDIR /go/src/app
-# Mon, 18 Jul 2016 17:22:06 GMT
-CMD ["go-wrapper" "run"]
-# Mon, 18 Jul 2016 17:22:06 GMT
-ONBUILD COPY . /go/src/app
-# Mon, 18 Jul 2016 17:22:06 GMT
-ONBUILD RUN go-wrapper download
-# Mon, 18 Jul 2016 17:22:07 GMT
-ONBUILD RUN go-wrapper install
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:0ffc1204e0abead91aa6678abffa44739455c7b95b96b108eefc2f29d6001fdf`  
-		Last Modified: Fri, 17 Jun 2016 16:50:25 GMT  
-		Size: 56.9 MB (56921932 bytes)
-	-	`sha256:8de7f020474f46d9cad5ba9e857ce6b419fe7ebe6750537017a0baab74dca41d`  
-		Last Modified: Mon, 18 Jul 2016 17:27:31 GMT  
-		Size: 84.9 MB (84869316 bytes)
-	-	`sha256:b98e09a07b43ec2163242552c60bfc06756167803dea74da9fbf398bac2de955`  
-		Last Modified: Mon, 18 Jul 2016 17:27:06 GMT  
-		Size: 122.0 B
-	-	`sha256:c54fa659b43363d45d8703b9dacb587e90a33c95b977d151d1e07b015a211a6a`  
-		Last Modified: Mon, 18 Jul 2016 17:27:05 GMT  
-		Size: 1.4 KB (1354 bytes)
-	-	`sha256:3107dea7ebbcc53ec6d9a440752021f00465d89321a308d842368b04b5b26caa`  
-		Last Modified: Mon, 18 Jul 2016 17:28:15 GMT  
-		Size: 132.0 B
-
-## `golang:1.6-onbuild`
-
-```console
-$ docker pull golang@sha256:3f651cbac34479e0c8e551d6ff140ce62b9d42bc2abe9f8ec3065f76263fa5e7
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `golang:1.6-onbuild` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **254.2 MB (254217981 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:71db94ad1fc7c3131d134b1038391ead8cc3b3b702fe248e4d904e0374095aa1`
--	Default Command: `["go-wrapper","run"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 21:36:11 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		g++ 		gcc 		libc6-dev 		make 	&& rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 17:21:47 GMT
-ENV GOLANG_VERSION=1.6.3
-# Mon, 18 Jul 2016 17:21:47 GMT
-ENV GOLANG_DOWNLOAD_URL=https://golang.org/dl/go1.6.3.linux-amd64.tar.gz
-# Mon, 18 Jul 2016 17:21:48 GMT
-ENV GOLANG_DOWNLOAD_SHA256=cdde5e08530c0579255d6153b08fdb3b8e47caabbe717bc7bcd7561275a87aeb
-# Mon, 18 Jul 2016 17:21:58 GMT
-RUN curl -fsSL "$GOLANG_DOWNLOAD_URL" -o golang.tar.gz 	&& echo "$GOLANG_DOWNLOAD_SHA256  golang.tar.gz" | sha256sum -c - 	&& tar -C /usr/local -xzf golang.tar.gz 	&& rm golang.tar.gz
-# Mon, 18 Jul 2016 17:21:59 GMT
-ENV GOPATH=/go
-# Mon, 18 Jul 2016 17:21:59 GMT
-ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Mon, 18 Jul 2016 17:22:01 GMT
-RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
-# Mon, 18 Jul 2016 17:22:01 GMT
-WORKDIR /go
-# Mon, 18 Jul 2016 17:22:01 GMT
-COPY file:f6191f2c86edc9343569339f101facba47e886e33e29d70da6916ca6b1101a53 in /usr/local/bin/
-# Mon, 18 Jul 2016 17:22:04 GMT
-RUN mkdir -p /go/src/app
-# Mon, 18 Jul 2016 17:22:05 GMT
-WORKDIR /go/src/app
-# Mon, 18 Jul 2016 17:22:06 GMT
-CMD ["go-wrapper" "run"]
-# Mon, 18 Jul 2016 17:22:06 GMT
-ONBUILD COPY . /go/src/app
-# Mon, 18 Jul 2016 17:22:06 GMT
-ONBUILD RUN go-wrapper download
-# Mon, 18 Jul 2016 17:22:07 GMT
-ONBUILD RUN go-wrapper install
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:0ffc1204e0abead91aa6678abffa44739455c7b95b96b108eefc2f29d6001fdf`  
-		Last Modified: Fri, 17 Jun 2016 16:50:25 GMT  
-		Size: 56.9 MB (56921932 bytes)
-	-	`sha256:8de7f020474f46d9cad5ba9e857ce6b419fe7ebe6750537017a0baab74dca41d`  
-		Last Modified: Mon, 18 Jul 2016 17:27:31 GMT  
-		Size: 84.9 MB (84869316 bytes)
-	-	`sha256:b98e09a07b43ec2163242552c60bfc06756167803dea74da9fbf398bac2de955`  
-		Last Modified: Mon, 18 Jul 2016 17:27:06 GMT  
-		Size: 122.0 B
-	-	`sha256:c54fa659b43363d45d8703b9dacb587e90a33c95b977d151d1e07b015a211a6a`  
-		Last Modified: Mon, 18 Jul 2016 17:27:05 GMT  
-		Size: 1.4 KB (1354 bytes)
-	-	`sha256:3107dea7ebbcc53ec6d9a440752021f00465d89321a308d842368b04b5b26caa`  
-		Last Modified: Mon, 18 Jul 2016 17:28:15 GMT  
-		Size: 132.0 B
-
-## `golang:1-onbuild`
-
-```console
-$ docker pull golang@sha256:3f651cbac34479e0c8e551d6ff140ce62b9d42bc2abe9f8ec3065f76263fa5e7
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `golang:1-onbuild` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **254.2 MB (254217981 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:71db94ad1fc7c3131d134b1038391ead8cc3b3b702fe248e4d904e0374095aa1`
--	Default Command: `["go-wrapper","run"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 21:36:11 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		g++ 		gcc 		libc6-dev 		make 	&& rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 17:21:47 GMT
-ENV GOLANG_VERSION=1.6.3
-# Mon, 18 Jul 2016 17:21:47 GMT
-ENV GOLANG_DOWNLOAD_URL=https://golang.org/dl/go1.6.3.linux-amd64.tar.gz
-# Mon, 18 Jul 2016 17:21:48 GMT
-ENV GOLANG_DOWNLOAD_SHA256=cdde5e08530c0579255d6153b08fdb3b8e47caabbe717bc7bcd7561275a87aeb
-# Mon, 18 Jul 2016 17:21:58 GMT
-RUN curl -fsSL "$GOLANG_DOWNLOAD_URL" -o golang.tar.gz 	&& echo "$GOLANG_DOWNLOAD_SHA256  golang.tar.gz" | sha256sum -c - 	&& tar -C /usr/local -xzf golang.tar.gz 	&& rm golang.tar.gz
-# Mon, 18 Jul 2016 17:21:59 GMT
-ENV GOPATH=/go
-# Mon, 18 Jul 2016 17:21:59 GMT
-ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Mon, 18 Jul 2016 17:22:01 GMT
-RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
-# Mon, 18 Jul 2016 17:22:01 GMT
-WORKDIR /go
-# Mon, 18 Jul 2016 17:22:01 GMT
-COPY file:f6191f2c86edc9343569339f101facba47e886e33e29d70da6916ca6b1101a53 in /usr/local/bin/
-# Mon, 18 Jul 2016 17:22:04 GMT
-RUN mkdir -p /go/src/app
-# Mon, 18 Jul 2016 17:22:05 GMT
-WORKDIR /go/src/app
-# Mon, 18 Jul 2016 17:22:06 GMT
-CMD ["go-wrapper" "run"]
-# Mon, 18 Jul 2016 17:22:06 GMT
-ONBUILD COPY . /go/src/app
-# Mon, 18 Jul 2016 17:22:06 GMT
-ONBUILD RUN go-wrapper download
-# Mon, 18 Jul 2016 17:22:07 GMT
-ONBUILD RUN go-wrapper install
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:0ffc1204e0abead91aa6678abffa44739455c7b95b96b108eefc2f29d6001fdf`  
-		Last Modified: Fri, 17 Jun 2016 16:50:25 GMT  
-		Size: 56.9 MB (56921932 bytes)
-	-	`sha256:8de7f020474f46d9cad5ba9e857ce6b419fe7ebe6750537017a0baab74dca41d`  
-		Last Modified: Mon, 18 Jul 2016 17:27:31 GMT  
-		Size: 84.9 MB (84869316 bytes)
-	-	`sha256:b98e09a07b43ec2163242552c60bfc06756167803dea74da9fbf398bac2de955`  
-		Last Modified: Mon, 18 Jul 2016 17:27:06 GMT  
-		Size: 122.0 B
-	-	`sha256:c54fa659b43363d45d8703b9dacb587e90a33c95b977d151d1e07b015a211a6a`  
-		Last Modified: Mon, 18 Jul 2016 17:27:05 GMT  
-		Size: 1.4 KB (1354 bytes)
-	-	`sha256:3107dea7ebbcc53ec6d9a440752021f00465d89321a308d842368b04b5b26caa`  
-		Last Modified: Mon, 18 Jul 2016 17:28:15 GMT  
-		Size: 132.0 B
-
-## `golang:onbuild`
-
-```console
-$ docker pull golang@sha256:3f651cbac34479e0c8e551d6ff140ce62b9d42bc2abe9f8ec3065f76263fa5e7
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `golang:onbuild` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **254.2 MB (254217981 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:71db94ad1fc7c3131d134b1038391ead8cc3b3b702fe248e4d904e0374095aa1`
--	Default Command: `["go-wrapper","run"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 21:36:11 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		g++ 		gcc 		libc6-dev 		make 	&& rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 17:21:47 GMT
-ENV GOLANG_VERSION=1.6.3
-# Mon, 18 Jul 2016 17:21:47 GMT
-ENV GOLANG_DOWNLOAD_URL=https://golang.org/dl/go1.6.3.linux-amd64.tar.gz
-# Mon, 18 Jul 2016 17:21:48 GMT
-ENV GOLANG_DOWNLOAD_SHA256=cdde5e08530c0579255d6153b08fdb3b8e47caabbe717bc7bcd7561275a87aeb
-# Mon, 18 Jul 2016 17:21:58 GMT
-RUN curl -fsSL "$GOLANG_DOWNLOAD_URL" -o golang.tar.gz 	&& echo "$GOLANG_DOWNLOAD_SHA256  golang.tar.gz" | sha256sum -c - 	&& tar -C /usr/local -xzf golang.tar.gz 	&& rm golang.tar.gz
-# Mon, 18 Jul 2016 17:21:59 GMT
-ENV GOPATH=/go
-# Mon, 18 Jul 2016 17:21:59 GMT
-ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Mon, 18 Jul 2016 17:22:01 GMT
-RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
-# Mon, 18 Jul 2016 17:22:01 GMT
-WORKDIR /go
-# Mon, 18 Jul 2016 17:22:01 GMT
-COPY file:f6191f2c86edc9343569339f101facba47e886e33e29d70da6916ca6b1101a53 in /usr/local/bin/
-# Mon, 18 Jul 2016 17:22:04 GMT
-RUN mkdir -p /go/src/app
-# Mon, 18 Jul 2016 17:22:05 GMT
-WORKDIR /go/src/app
-# Mon, 18 Jul 2016 17:22:06 GMT
-CMD ["go-wrapper" "run"]
-# Mon, 18 Jul 2016 17:22:06 GMT
-ONBUILD COPY . /go/src/app
-# Mon, 18 Jul 2016 17:22:06 GMT
-ONBUILD RUN go-wrapper download
-# Mon, 18 Jul 2016 17:22:07 GMT
-ONBUILD RUN go-wrapper install
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:0ffc1204e0abead91aa6678abffa44739455c7b95b96b108eefc2f29d6001fdf`  
-		Last Modified: Fri, 17 Jun 2016 16:50:25 GMT  
-		Size: 56.9 MB (56921932 bytes)
-	-	`sha256:8de7f020474f46d9cad5ba9e857ce6b419fe7ebe6750537017a0baab74dca41d`  
-		Last Modified: Mon, 18 Jul 2016 17:27:31 GMT  
-		Size: 84.9 MB (84869316 bytes)
-	-	`sha256:b98e09a07b43ec2163242552c60bfc06756167803dea74da9fbf398bac2de955`  
-		Last Modified: Mon, 18 Jul 2016 17:27:06 GMT  
-		Size: 122.0 B
-	-	`sha256:c54fa659b43363d45d8703b9dacb587e90a33c95b977d151d1e07b015a211a6a`  
-		Last Modified: Mon, 18 Jul 2016 17:27:05 GMT  
-		Size: 1.4 KB (1354 bytes)
-	-	`sha256:3107dea7ebbcc53ec6d9a440752021f00465d89321a308d842368b04b5b26caa`  
-		Last Modified: Mon, 18 Jul 2016 17:28:15 GMT  
-		Size: 132.0 B
-
-## `golang:1.6.3-wheezy`
-
-```console
-$ docker pull golang@sha256:3acd4267fb69a83135473b73360d4f2e5a770cca77213bfadbad463373dfcc3b
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `golang:1.6.3-wheezy` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **200.2 MB (200191983 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:703a7d47c681e143c9c9b0e74452d91d6f47d180b5b5dbc518b955d1b11d2a83`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:30:19 GMT
-ADD file:add5fc8cb18678647f395d0a743c4ca93466b70b9e42847d850aa206b7ad0d8d in /
-# Thu, 09 Jun 2016 21:30:20 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:43:48 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:44:24 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 21:36:43 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		g++ 		gcc 		libc6-dev 		make 	&& rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 17:22:07 GMT
-ENV GOLANG_VERSION=1.6.3
-# Mon, 18 Jul 2016 17:22:08 GMT
-ENV GOLANG_DOWNLOAD_URL=https://golang.org/dl/go1.6.3.linux-amd64.tar.gz
-# Mon, 18 Jul 2016 17:22:08 GMT
-ENV GOLANG_DOWNLOAD_SHA256=cdde5e08530c0579255d6153b08fdb3b8e47caabbe717bc7bcd7561275a87aeb
-# Mon, 18 Jul 2016 17:22:19 GMT
-RUN curl -fsSL "$GOLANG_DOWNLOAD_URL" -o golang.tar.gz 	&& echo "$GOLANG_DOWNLOAD_SHA256  golang.tar.gz" | sha256sum -c - 	&& tar -C /usr/local -xzf golang.tar.gz 	&& rm golang.tar.gz
-# Mon, 18 Jul 2016 17:22:20 GMT
-ENV GOPATH=/go
-# Mon, 18 Jul 2016 17:22:20 GMT
-ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Mon, 18 Jul 2016 17:22:22 GMT
-RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
-# Mon, 18 Jul 2016 17:22:22 GMT
-WORKDIR /go
-# Mon, 18 Jul 2016 17:22:23 GMT
-COPY file:f6191f2c86edc9343569339f101facba47e886e33e29d70da6916ca6b1101a53 in /usr/local/bin/
-```
-
--	Layers:
-	-	`sha256:8ceedfe606fc6a2449001a47b33357a1aefaa3538bff8ce98af64fc6cd810225`  
-		Last Modified: Thu, 09 Jun 2016 21:34:10 GMT  
-		Size: 37.2 MB (37209549 bytes)
-	-	`sha256:6523e37a38fa9bfac81a0773979ea1b66dce8df121a732b1c3c86c13965e00d6`  
-		Last Modified: Thu, 09 Jun 2016 21:55:48 GMT  
-		Size: 6.8 MB (6751390 bytes)
-	-	`sha256:808895c4b06b9264d617f83d39d8c4dd8d8b4dccdb53102a49707851cd59db47`  
-		Last Modified: Thu, 09 Jun 2016 21:56:11 GMT  
-		Size: 37.4 MB (37389872 bytes)
-	-	`sha256:bc6935f49a7a41d9d0a9e861e1ef40879eecc95cc5559e40e45c478ddf97bb8a`  
-		Last Modified: Fri, 17 Jun 2016 16:51:24 GMT  
-		Size: 34.0 MB (33970375 bytes)
-	-	`sha256:6835d4689ee6a178ee8b623b820c2da17ff878c15409088058a1b02a78c14a60`  
-		Last Modified: Mon, 18 Jul 2016 17:29:22 GMT  
-		Size: 84.9 MB (84869321 bytes)
-	-	`sha256:e4d50b03a1e6009a8da7a921cb56ee7f0ddcb06efec5c2695abbfc7aaba31896`  
-		Last Modified: Mon, 18 Jul 2016 17:28:56 GMT  
-		Size: 123.0 B
-	-	`sha256:cc6d1dc713952de7adfe5d32b7b5bc1375e2c2bbed4252def805b0eae5a8c3ad`  
-		Last Modified: Mon, 18 Jul 2016 17:28:56 GMT  
-		Size: 1.4 KB (1353 bytes)
-
-## `golang:1.6-wheezy`
-
-```console
-$ docker pull golang@sha256:3acd4267fb69a83135473b73360d4f2e5a770cca77213bfadbad463373dfcc3b
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `golang:1.6-wheezy` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **200.2 MB (200191983 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:703a7d47c681e143c9c9b0e74452d91d6f47d180b5b5dbc518b955d1b11d2a83`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:30:19 GMT
-ADD file:add5fc8cb18678647f395d0a743c4ca93466b70b9e42847d850aa206b7ad0d8d in /
-# Thu, 09 Jun 2016 21:30:20 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:43:48 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:44:24 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 21:36:43 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		g++ 		gcc 		libc6-dev 		make 	&& rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 17:22:07 GMT
-ENV GOLANG_VERSION=1.6.3
-# Mon, 18 Jul 2016 17:22:08 GMT
-ENV GOLANG_DOWNLOAD_URL=https://golang.org/dl/go1.6.3.linux-amd64.tar.gz
-# Mon, 18 Jul 2016 17:22:08 GMT
-ENV GOLANG_DOWNLOAD_SHA256=cdde5e08530c0579255d6153b08fdb3b8e47caabbe717bc7bcd7561275a87aeb
-# Mon, 18 Jul 2016 17:22:19 GMT
-RUN curl -fsSL "$GOLANG_DOWNLOAD_URL" -o golang.tar.gz 	&& echo "$GOLANG_DOWNLOAD_SHA256  golang.tar.gz" | sha256sum -c - 	&& tar -C /usr/local -xzf golang.tar.gz 	&& rm golang.tar.gz
-# Mon, 18 Jul 2016 17:22:20 GMT
-ENV GOPATH=/go
-# Mon, 18 Jul 2016 17:22:20 GMT
-ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Mon, 18 Jul 2016 17:22:22 GMT
-RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
-# Mon, 18 Jul 2016 17:22:22 GMT
-WORKDIR /go
-# Mon, 18 Jul 2016 17:22:23 GMT
-COPY file:f6191f2c86edc9343569339f101facba47e886e33e29d70da6916ca6b1101a53 in /usr/local/bin/
-```
-
--	Layers:
-	-	`sha256:8ceedfe606fc6a2449001a47b33357a1aefaa3538bff8ce98af64fc6cd810225`  
-		Last Modified: Thu, 09 Jun 2016 21:34:10 GMT  
-		Size: 37.2 MB (37209549 bytes)
-	-	`sha256:6523e37a38fa9bfac81a0773979ea1b66dce8df121a732b1c3c86c13965e00d6`  
-		Last Modified: Thu, 09 Jun 2016 21:55:48 GMT  
-		Size: 6.8 MB (6751390 bytes)
-	-	`sha256:808895c4b06b9264d617f83d39d8c4dd8d8b4dccdb53102a49707851cd59db47`  
-		Last Modified: Thu, 09 Jun 2016 21:56:11 GMT  
-		Size: 37.4 MB (37389872 bytes)
-	-	`sha256:bc6935f49a7a41d9d0a9e861e1ef40879eecc95cc5559e40e45c478ddf97bb8a`  
-		Last Modified: Fri, 17 Jun 2016 16:51:24 GMT  
-		Size: 34.0 MB (33970375 bytes)
-	-	`sha256:6835d4689ee6a178ee8b623b820c2da17ff878c15409088058a1b02a78c14a60`  
-		Last Modified: Mon, 18 Jul 2016 17:29:22 GMT  
-		Size: 84.9 MB (84869321 bytes)
-	-	`sha256:e4d50b03a1e6009a8da7a921cb56ee7f0ddcb06efec5c2695abbfc7aaba31896`  
-		Last Modified: Mon, 18 Jul 2016 17:28:56 GMT  
-		Size: 123.0 B
-	-	`sha256:cc6d1dc713952de7adfe5d32b7b5bc1375e2c2bbed4252def805b0eae5a8c3ad`  
-		Last Modified: Mon, 18 Jul 2016 17:28:56 GMT  
-		Size: 1.4 KB (1353 bytes)
-
-## `golang:1-wheezy`
-
-```console
-$ docker pull golang@sha256:3acd4267fb69a83135473b73360d4f2e5a770cca77213bfadbad463373dfcc3b
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `golang:1-wheezy` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **200.2 MB (200191983 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:703a7d47c681e143c9c9b0e74452d91d6f47d180b5b5dbc518b955d1b11d2a83`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:30:19 GMT
-ADD file:add5fc8cb18678647f395d0a743c4ca93466b70b9e42847d850aa206b7ad0d8d in /
-# Thu, 09 Jun 2016 21:30:20 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:43:48 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:44:24 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 21:36:43 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		g++ 		gcc 		libc6-dev 		make 	&& rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 17:22:07 GMT
-ENV GOLANG_VERSION=1.6.3
-# Mon, 18 Jul 2016 17:22:08 GMT
-ENV GOLANG_DOWNLOAD_URL=https://golang.org/dl/go1.6.3.linux-amd64.tar.gz
-# Mon, 18 Jul 2016 17:22:08 GMT
-ENV GOLANG_DOWNLOAD_SHA256=cdde5e08530c0579255d6153b08fdb3b8e47caabbe717bc7bcd7561275a87aeb
-# Mon, 18 Jul 2016 17:22:19 GMT
-RUN curl -fsSL "$GOLANG_DOWNLOAD_URL" -o golang.tar.gz 	&& echo "$GOLANG_DOWNLOAD_SHA256  golang.tar.gz" | sha256sum -c - 	&& tar -C /usr/local -xzf golang.tar.gz 	&& rm golang.tar.gz
-# Mon, 18 Jul 2016 17:22:20 GMT
-ENV GOPATH=/go
-# Mon, 18 Jul 2016 17:22:20 GMT
-ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Mon, 18 Jul 2016 17:22:22 GMT
-RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
-# Mon, 18 Jul 2016 17:22:22 GMT
-WORKDIR /go
-# Mon, 18 Jul 2016 17:22:23 GMT
-COPY file:f6191f2c86edc9343569339f101facba47e886e33e29d70da6916ca6b1101a53 in /usr/local/bin/
-```
-
--	Layers:
-	-	`sha256:8ceedfe606fc6a2449001a47b33357a1aefaa3538bff8ce98af64fc6cd810225`  
-		Last Modified: Thu, 09 Jun 2016 21:34:10 GMT  
-		Size: 37.2 MB (37209549 bytes)
-	-	`sha256:6523e37a38fa9bfac81a0773979ea1b66dce8df121a732b1c3c86c13965e00d6`  
-		Last Modified: Thu, 09 Jun 2016 21:55:48 GMT  
-		Size: 6.8 MB (6751390 bytes)
-	-	`sha256:808895c4b06b9264d617f83d39d8c4dd8d8b4dccdb53102a49707851cd59db47`  
-		Last Modified: Thu, 09 Jun 2016 21:56:11 GMT  
-		Size: 37.4 MB (37389872 bytes)
-	-	`sha256:bc6935f49a7a41d9d0a9e861e1ef40879eecc95cc5559e40e45c478ddf97bb8a`  
-		Last Modified: Fri, 17 Jun 2016 16:51:24 GMT  
-		Size: 34.0 MB (33970375 bytes)
-	-	`sha256:6835d4689ee6a178ee8b623b820c2da17ff878c15409088058a1b02a78c14a60`  
-		Last Modified: Mon, 18 Jul 2016 17:29:22 GMT  
-		Size: 84.9 MB (84869321 bytes)
-	-	`sha256:e4d50b03a1e6009a8da7a921cb56ee7f0ddcb06efec5c2695abbfc7aaba31896`  
-		Last Modified: Mon, 18 Jul 2016 17:28:56 GMT  
-		Size: 123.0 B
-	-	`sha256:cc6d1dc713952de7adfe5d32b7b5bc1375e2c2bbed4252def805b0eae5a8c3ad`  
-		Last Modified: Mon, 18 Jul 2016 17:28:56 GMT  
-		Size: 1.4 KB (1353 bytes)
-
-## `golang:wheezy`
-
-```console
-$ docker pull golang@sha256:3acd4267fb69a83135473b73360d4f2e5a770cca77213bfadbad463373dfcc3b
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `golang:wheezy` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **200.2 MB (200191983 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:703a7d47c681e143c9c9b0e74452d91d6f47d180b5b5dbc518b955d1b11d2a83`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:30:19 GMT
-ADD file:add5fc8cb18678647f395d0a743c4ca93466b70b9e42847d850aa206b7ad0d8d in /
-# Thu, 09 Jun 2016 21:30:20 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:43:48 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:44:24 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 21:36:43 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		g++ 		gcc 		libc6-dev 		make 	&& rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 17:22:07 GMT
-ENV GOLANG_VERSION=1.6.3
-# Mon, 18 Jul 2016 17:22:08 GMT
-ENV GOLANG_DOWNLOAD_URL=https://golang.org/dl/go1.6.3.linux-amd64.tar.gz
-# Mon, 18 Jul 2016 17:22:08 GMT
-ENV GOLANG_DOWNLOAD_SHA256=cdde5e08530c0579255d6153b08fdb3b8e47caabbe717bc7bcd7561275a87aeb
-# Mon, 18 Jul 2016 17:22:19 GMT
-RUN curl -fsSL "$GOLANG_DOWNLOAD_URL" -o golang.tar.gz 	&& echo "$GOLANG_DOWNLOAD_SHA256  golang.tar.gz" | sha256sum -c - 	&& tar -C /usr/local -xzf golang.tar.gz 	&& rm golang.tar.gz
-# Mon, 18 Jul 2016 17:22:20 GMT
-ENV GOPATH=/go
-# Mon, 18 Jul 2016 17:22:20 GMT
-ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Mon, 18 Jul 2016 17:22:22 GMT
-RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
-# Mon, 18 Jul 2016 17:22:22 GMT
-WORKDIR /go
-# Mon, 18 Jul 2016 17:22:23 GMT
-COPY file:f6191f2c86edc9343569339f101facba47e886e33e29d70da6916ca6b1101a53 in /usr/local/bin/
-```
-
--	Layers:
-	-	`sha256:8ceedfe606fc6a2449001a47b33357a1aefaa3538bff8ce98af64fc6cd810225`  
-		Last Modified: Thu, 09 Jun 2016 21:34:10 GMT  
-		Size: 37.2 MB (37209549 bytes)
-	-	`sha256:6523e37a38fa9bfac81a0773979ea1b66dce8df121a732b1c3c86c13965e00d6`  
-		Last Modified: Thu, 09 Jun 2016 21:55:48 GMT  
-		Size: 6.8 MB (6751390 bytes)
-	-	`sha256:808895c4b06b9264d617f83d39d8c4dd8d8b4dccdb53102a49707851cd59db47`  
-		Last Modified: Thu, 09 Jun 2016 21:56:11 GMT  
-		Size: 37.4 MB (37389872 bytes)
-	-	`sha256:bc6935f49a7a41d9d0a9e861e1ef40879eecc95cc5559e40e45c478ddf97bb8a`  
-		Last Modified: Fri, 17 Jun 2016 16:51:24 GMT  
-		Size: 34.0 MB (33970375 bytes)
-	-	`sha256:6835d4689ee6a178ee8b623b820c2da17ff878c15409088058a1b02a78c14a60`  
-		Last Modified: Mon, 18 Jul 2016 17:29:22 GMT  
-		Size: 84.9 MB (84869321 bytes)
-	-	`sha256:e4d50b03a1e6009a8da7a921cb56ee7f0ddcb06efec5c2695abbfc7aaba31896`  
-		Last Modified: Mon, 18 Jul 2016 17:28:56 GMT  
-		Size: 123.0 B
-	-	`sha256:cc6d1dc713952de7adfe5d32b7b5bc1375e2c2bbed4252def805b0eae5a8c3ad`  
-		Last Modified: Mon, 18 Jul 2016 17:28:56 GMT  
-		Size: 1.4 KB (1353 bytes)
-
-## `golang:1.6.3-alpine`
-
-```console
-$ docker pull golang@sha256:8b9e1e4a137e7663c1dc52a33c41699661ea4da9aca6ab0771b1fcec16a87535
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `golang:1.6.3-alpine` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **72.2 MB (72155824 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:6b317e0ae72cec6ec5faa748ae736e1d401735b1dc4eab2c633925ec109b0310`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Fri, 01 Jul 2016 19:29:12 GMT
-RUN apk add --no-cache ca-certificates
-# Mon, 18 Jul 2016 17:22:23 GMT
-ENV GOLANG_VERSION=1.6.3
-# Mon, 18 Jul 2016 17:22:24 GMT
-ENV GOLANG_SRC_URL=https://golang.org/dl/go1.6.3.src.tar.gz
-# Mon, 18 Jul 2016 17:22:25 GMT
-ENV GOLANG_SRC_SHA256=6326aeed5f86cf18f16d6dc831405614f855e2d416a91fd3fdc334f772345b00
-# Mon, 18 Jul 2016 17:22:26 GMT
-COPY file:b2d7156cdbff1193fb20efaf40b201017b0396eb5b2e0adb97970615a8fcf61d in /
-# Mon, 18 Jul 2016 17:23:41 GMT
-RUN set -ex 	&& apk add --no-cache --virtual .build-deps 		bash 		gcc 		musl-dev 		openssl 		go 		&& export GOROOT_BOOTSTRAP="$(go env GOROOT)" 		&& wget -q "$GOLANG_SRC_URL" -O golang.tar.gz 	&& echo "$GOLANG_SRC_SHA256  golang.tar.gz" | sha256sum -c - 	&& tar -C /usr/local -xzf golang.tar.gz 	&& rm golang.tar.gz 	&& cd /usr/local/go/src 	&& patch -p2 -i /no-pic.patch 	&& ./make.bash 		&& rm -rf /*.patch 	&& apk del .build-deps
-# Mon, 18 Jul 2016 17:23:42 GMT
-ENV GOPATH=/go
-# Mon, 18 Jul 2016 17:23:42 GMT
-ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Mon, 18 Jul 2016 17:23:44 GMT
-RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
-# Mon, 18 Jul 2016 17:23:44 GMT
-WORKDIR /go
-# Mon, 18 Jul 2016 17:23:44 GMT
-COPY file:f6191f2c86edc9343569339f101facba47e886e33e29d70da6916ca6b1101a53 in /usr/local/bin/
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:ac58758e6ad5928c40fe2ce1b955a5f9d1c4889667874887960ff0c00f2ebcf6`  
-		Last Modified: Fri, 01 Jul 2016 19:34:13 GMT  
-		Size: 343.9 KB (343924 bytes)
-	-	`sha256:de90fc0e5164ab0874b9c887c660857517ef58d35f6506efa6a3c1f086898b99`  
-		Last Modified: Mon, 18 Jul 2016 17:30:04 GMT  
-		Size: 444.0 B
-	-	`sha256:e8f38fc389bc155298999428131401648c7470563a4571a304ae564b8cc0ba71`  
-		Last Modified: Mon, 18 Jul 2016 17:30:28 GMT  
-		Size: 69.5 MB (69499701 bytes)
-	-	`sha256:087a26f98166190888614f96fb10b95c33c46d1943a6b81a7c66134bd22efa2d`  
-		Last Modified: Mon, 18 Jul 2016 17:30:04 GMT  
-		Size: 122.0 B
-	-	`sha256:25994cc119744e0d02f5716206b622761006e0fe842624fc0343b68fcbe76804`  
-		Last Modified: Mon, 18 Jul 2016 17:30:04 GMT  
-		Size: 1.3 KB (1347 bytes)
-
-## `golang:1.6-alpine`
-
-```console
-$ docker pull golang@sha256:8b9e1e4a137e7663c1dc52a33c41699661ea4da9aca6ab0771b1fcec16a87535
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `golang:1.6-alpine` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **72.2 MB (72155824 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:6b317e0ae72cec6ec5faa748ae736e1d401735b1dc4eab2c633925ec109b0310`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Fri, 01 Jul 2016 19:29:12 GMT
-RUN apk add --no-cache ca-certificates
-# Mon, 18 Jul 2016 17:22:23 GMT
-ENV GOLANG_VERSION=1.6.3
-# Mon, 18 Jul 2016 17:22:24 GMT
-ENV GOLANG_SRC_URL=https://golang.org/dl/go1.6.3.src.tar.gz
-# Mon, 18 Jul 2016 17:22:25 GMT
-ENV GOLANG_SRC_SHA256=6326aeed5f86cf18f16d6dc831405614f855e2d416a91fd3fdc334f772345b00
-# Mon, 18 Jul 2016 17:22:26 GMT
-COPY file:b2d7156cdbff1193fb20efaf40b201017b0396eb5b2e0adb97970615a8fcf61d in /
-# Mon, 18 Jul 2016 17:23:41 GMT
-RUN set -ex 	&& apk add --no-cache --virtual .build-deps 		bash 		gcc 		musl-dev 		openssl 		go 		&& export GOROOT_BOOTSTRAP="$(go env GOROOT)" 		&& wget -q "$GOLANG_SRC_URL" -O golang.tar.gz 	&& echo "$GOLANG_SRC_SHA256  golang.tar.gz" | sha256sum -c - 	&& tar -C /usr/local -xzf golang.tar.gz 	&& rm golang.tar.gz 	&& cd /usr/local/go/src 	&& patch -p2 -i /no-pic.patch 	&& ./make.bash 		&& rm -rf /*.patch 	&& apk del .build-deps
-# Mon, 18 Jul 2016 17:23:42 GMT
-ENV GOPATH=/go
-# Mon, 18 Jul 2016 17:23:42 GMT
-ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Mon, 18 Jul 2016 17:23:44 GMT
-RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
-# Mon, 18 Jul 2016 17:23:44 GMT
-WORKDIR /go
-# Mon, 18 Jul 2016 17:23:44 GMT
-COPY file:f6191f2c86edc9343569339f101facba47e886e33e29d70da6916ca6b1101a53 in /usr/local/bin/
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:ac58758e6ad5928c40fe2ce1b955a5f9d1c4889667874887960ff0c00f2ebcf6`  
-		Last Modified: Fri, 01 Jul 2016 19:34:13 GMT  
-		Size: 343.9 KB (343924 bytes)
-	-	`sha256:de90fc0e5164ab0874b9c887c660857517ef58d35f6506efa6a3c1f086898b99`  
-		Last Modified: Mon, 18 Jul 2016 17:30:04 GMT  
-		Size: 444.0 B
-	-	`sha256:e8f38fc389bc155298999428131401648c7470563a4571a304ae564b8cc0ba71`  
-		Last Modified: Mon, 18 Jul 2016 17:30:28 GMT  
-		Size: 69.5 MB (69499701 bytes)
-	-	`sha256:087a26f98166190888614f96fb10b95c33c46d1943a6b81a7c66134bd22efa2d`  
-		Last Modified: Mon, 18 Jul 2016 17:30:04 GMT  
-		Size: 122.0 B
-	-	`sha256:25994cc119744e0d02f5716206b622761006e0fe842624fc0343b68fcbe76804`  
-		Last Modified: Mon, 18 Jul 2016 17:30:04 GMT  
-		Size: 1.3 KB (1347 bytes)
-
-## `golang:1-alpine`
-
-```console
-$ docker pull golang@sha256:8b9e1e4a137e7663c1dc52a33c41699661ea4da9aca6ab0771b1fcec16a87535
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `golang:1-alpine` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **72.2 MB (72155824 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:6b317e0ae72cec6ec5faa748ae736e1d401735b1dc4eab2c633925ec109b0310`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Fri, 01 Jul 2016 19:29:12 GMT
-RUN apk add --no-cache ca-certificates
-# Mon, 18 Jul 2016 17:22:23 GMT
-ENV GOLANG_VERSION=1.6.3
-# Mon, 18 Jul 2016 17:22:24 GMT
-ENV GOLANG_SRC_URL=https://golang.org/dl/go1.6.3.src.tar.gz
-# Mon, 18 Jul 2016 17:22:25 GMT
-ENV GOLANG_SRC_SHA256=6326aeed5f86cf18f16d6dc831405614f855e2d416a91fd3fdc334f772345b00
-# Mon, 18 Jul 2016 17:22:26 GMT
-COPY file:b2d7156cdbff1193fb20efaf40b201017b0396eb5b2e0adb97970615a8fcf61d in /
-# Mon, 18 Jul 2016 17:23:41 GMT
-RUN set -ex 	&& apk add --no-cache --virtual .build-deps 		bash 		gcc 		musl-dev 		openssl 		go 		&& export GOROOT_BOOTSTRAP="$(go env GOROOT)" 		&& wget -q "$GOLANG_SRC_URL" -O golang.tar.gz 	&& echo "$GOLANG_SRC_SHA256  golang.tar.gz" | sha256sum -c - 	&& tar -C /usr/local -xzf golang.tar.gz 	&& rm golang.tar.gz 	&& cd /usr/local/go/src 	&& patch -p2 -i /no-pic.patch 	&& ./make.bash 		&& rm -rf /*.patch 	&& apk del .build-deps
-# Mon, 18 Jul 2016 17:23:42 GMT
-ENV GOPATH=/go
-# Mon, 18 Jul 2016 17:23:42 GMT
-ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Mon, 18 Jul 2016 17:23:44 GMT
-RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
-# Mon, 18 Jul 2016 17:23:44 GMT
-WORKDIR /go
-# Mon, 18 Jul 2016 17:23:44 GMT
-COPY file:f6191f2c86edc9343569339f101facba47e886e33e29d70da6916ca6b1101a53 in /usr/local/bin/
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:ac58758e6ad5928c40fe2ce1b955a5f9d1c4889667874887960ff0c00f2ebcf6`  
-		Last Modified: Fri, 01 Jul 2016 19:34:13 GMT  
-		Size: 343.9 KB (343924 bytes)
-	-	`sha256:de90fc0e5164ab0874b9c887c660857517ef58d35f6506efa6a3c1f086898b99`  
-		Last Modified: Mon, 18 Jul 2016 17:30:04 GMT  
-		Size: 444.0 B
-	-	`sha256:e8f38fc389bc155298999428131401648c7470563a4571a304ae564b8cc0ba71`  
-		Last Modified: Mon, 18 Jul 2016 17:30:28 GMT  
-		Size: 69.5 MB (69499701 bytes)
-	-	`sha256:087a26f98166190888614f96fb10b95c33c46d1943a6b81a7c66134bd22efa2d`  
-		Last Modified: Mon, 18 Jul 2016 17:30:04 GMT  
-		Size: 122.0 B
-	-	`sha256:25994cc119744e0d02f5716206b622761006e0fe842624fc0343b68fcbe76804`  
-		Last Modified: Mon, 18 Jul 2016 17:30:04 GMT  
-		Size: 1.3 KB (1347 bytes)
-
-## `golang:alpine`
-
-```console
-$ docker pull golang@sha256:8b9e1e4a137e7663c1dc52a33c41699661ea4da9aca6ab0771b1fcec16a87535
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `golang:alpine` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **72.2 MB (72155824 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:6b317e0ae72cec6ec5faa748ae736e1d401735b1dc4eab2c633925ec109b0310`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Fri, 01 Jul 2016 19:29:12 GMT
-RUN apk add --no-cache ca-certificates
-# Mon, 18 Jul 2016 17:22:23 GMT
-ENV GOLANG_VERSION=1.6.3
-# Mon, 18 Jul 2016 17:22:24 GMT
-ENV GOLANG_SRC_URL=https://golang.org/dl/go1.6.3.src.tar.gz
-# Mon, 18 Jul 2016 17:22:25 GMT
-ENV GOLANG_SRC_SHA256=6326aeed5f86cf18f16d6dc831405614f855e2d416a91fd3fdc334f772345b00
-# Mon, 18 Jul 2016 17:22:26 GMT
-COPY file:b2d7156cdbff1193fb20efaf40b201017b0396eb5b2e0adb97970615a8fcf61d in /
-# Mon, 18 Jul 2016 17:23:41 GMT
-RUN set -ex 	&& apk add --no-cache --virtual .build-deps 		bash 		gcc 		musl-dev 		openssl 		go 		&& export GOROOT_BOOTSTRAP="$(go env GOROOT)" 		&& wget -q "$GOLANG_SRC_URL" -O golang.tar.gz 	&& echo "$GOLANG_SRC_SHA256  golang.tar.gz" | sha256sum -c - 	&& tar -C /usr/local -xzf golang.tar.gz 	&& rm golang.tar.gz 	&& cd /usr/local/go/src 	&& patch -p2 -i /no-pic.patch 	&& ./make.bash 		&& rm -rf /*.patch 	&& apk del .build-deps
-# Mon, 18 Jul 2016 17:23:42 GMT
-ENV GOPATH=/go
-# Mon, 18 Jul 2016 17:23:42 GMT
-ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Mon, 18 Jul 2016 17:23:44 GMT
-RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
-# Mon, 18 Jul 2016 17:23:44 GMT
-WORKDIR /go
-# Mon, 18 Jul 2016 17:23:44 GMT
-COPY file:f6191f2c86edc9343569339f101facba47e886e33e29d70da6916ca6b1101a53 in /usr/local/bin/
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:ac58758e6ad5928c40fe2ce1b955a5f9d1c4889667874887960ff0c00f2ebcf6`  
-		Last Modified: Fri, 01 Jul 2016 19:34:13 GMT  
-		Size: 343.9 KB (343924 bytes)
-	-	`sha256:de90fc0e5164ab0874b9c887c660857517ef58d35f6506efa6a3c1f086898b99`  
-		Last Modified: Mon, 18 Jul 2016 17:30:04 GMT  
-		Size: 444.0 B
-	-	`sha256:e8f38fc389bc155298999428131401648c7470563a4571a304ae564b8cc0ba71`  
-		Last Modified: Mon, 18 Jul 2016 17:30:28 GMT  
-		Size: 69.5 MB (69499701 bytes)
-	-	`sha256:087a26f98166190888614f96fb10b95c33c46d1943a6b81a7c66134bd22efa2d`  
-		Last Modified: Mon, 18 Jul 2016 17:30:04 GMT  
-		Size: 122.0 B
-	-	`sha256:25994cc119744e0d02f5716206b622761006e0fe842624fc0343b68fcbe76804`  
-		Last Modified: Mon, 18 Jul 2016 17:30:04 GMT  
-		Size: 1.3 KB (1347 bytes)
-
-## `golang:1.7rc2`
-
-```console
-$ docker pull golang@sha256:ed9f530f21851aeecc55702ef1dd923c3ada7439a481980bf662796b217b5524
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `golang:1.7rc2` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **250.8 MB (250828904 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:faa2267eee5c841a611aadeff6eeeb76e004b27eb096923a73c59d14c34a9673`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 21:36:11 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		g++ 		gcc 		libc6-dev 		make 	&& rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 17:23:45 GMT
-ENV GOLANG_VERSION=1.7rc2
-# Mon, 18 Jul 2016 17:23:46 GMT
-ENV GOLANG_DOWNLOAD_URL=https://golang.org/dl/go1.7rc2.linux-amd64.tar.gz
-# Mon, 18 Jul 2016 17:23:46 GMT
-ENV GOLANG_DOWNLOAD_SHA256=145e486499d349757cbb7ae8dfeeea5d7a76f146f6c8880173fe3d0aacc5dd42
-# Mon, 18 Jul 2016 17:23:56 GMT
-RUN curl -fsSL "$GOLANG_DOWNLOAD_URL" -o golang.tar.gz 	&& echo "$GOLANG_DOWNLOAD_SHA256  golang.tar.gz" | sha256sum -c - 	&& tar -C /usr/local -xzf golang.tar.gz 	&& rm golang.tar.gz
-# Mon, 18 Jul 2016 17:23:59 GMT
-ENV GOPATH=/go
-# Mon, 18 Jul 2016 17:23:59 GMT
-ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Mon, 18 Jul 2016 17:24:00 GMT
-RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
-# Mon, 18 Jul 2016 17:24:01 GMT
-WORKDIR /go
-# Mon, 18 Jul 2016 17:24:01 GMT
-COPY file:f6191f2c86edc9343569339f101facba47e886e33e29d70da6916ca6b1101a53 in /usr/local/bin/
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:0ffc1204e0abead91aa6678abffa44739455c7b95b96b108eefc2f29d6001fdf`  
-		Last Modified: Fri, 17 Jun 2016 16:50:25 GMT  
-		Size: 56.9 MB (56921932 bytes)
-	-	`sha256:849f2fd9999a429eb75e0f2f2f4a9f915f4d57e7adfb6a70c5ae07199ef79718`  
-		Last Modified: Mon, 18 Jul 2016 17:31:37 GMT  
-		Size: 81.5 MB (81480370 bytes)
-	-	`sha256:d8e6b9738392865470b87317b0a4ec3008426defc7d867b65ea7f41a442f6e50`  
-		Last Modified: Mon, 18 Jul 2016 17:31:12 GMT  
-		Size: 122.0 B
-	-	`sha256:d1100a4447aec4d828b6540be79314f679d8d6176c293c38dbc1648728f237b8`  
-		Last Modified: Mon, 18 Jul 2016 17:31:12 GMT  
-		Size: 1.4 KB (1355 bytes)
-
-## `golang:1.7`
-
-```console
-$ docker pull golang@sha256:ed9f530f21851aeecc55702ef1dd923c3ada7439a481980bf662796b217b5524
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `golang:1.7` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **250.8 MB (250828904 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:faa2267eee5c841a611aadeff6eeeb76e004b27eb096923a73c59d14c34a9673`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 21:36:11 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		g++ 		gcc 		libc6-dev 		make 	&& rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 17:23:45 GMT
-ENV GOLANG_VERSION=1.7rc2
-# Mon, 18 Jul 2016 17:23:46 GMT
-ENV GOLANG_DOWNLOAD_URL=https://golang.org/dl/go1.7rc2.linux-amd64.tar.gz
-# Mon, 18 Jul 2016 17:23:46 GMT
-ENV GOLANG_DOWNLOAD_SHA256=145e486499d349757cbb7ae8dfeeea5d7a76f146f6c8880173fe3d0aacc5dd42
-# Mon, 18 Jul 2016 17:23:56 GMT
-RUN curl -fsSL "$GOLANG_DOWNLOAD_URL" -o golang.tar.gz 	&& echo "$GOLANG_DOWNLOAD_SHA256  golang.tar.gz" | sha256sum -c - 	&& tar -C /usr/local -xzf golang.tar.gz 	&& rm golang.tar.gz
-# Mon, 18 Jul 2016 17:23:59 GMT
-ENV GOPATH=/go
-# Mon, 18 Jul 2016 17:23:59 GMT
-ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Mon, 18 Jul 2016 17:24:00 GMT
-RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
-# Mon, 18 Jul 2016 17:24:01 GMT
-WORKDIR /go
-# Mon, 18 Jul 2016 17:24:01 GMT
-COPY file:f6191f2c86edc9343569339f101facba47e886e33e29d70da6916ca6b1101a53 in /usr/local/bin/
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:0ffc1204e0abead91aa6678abffa44739455c7b95b96b108eefc2f29d6001fdf`  
-		Last Modified: Fri, 17 Jun 2016 16:50:25 GMT  
-		Size: 56.9 MB (56921932 bytes)
-	-	`sha256:849f2fd9999a429eb75e0f2f2f4a9f915f4d57e7adfb6a70c5ae07199ef79718`  
-		Last Modified: Mon, 18 Jul 2016 17:31:37 GMT  
-		Size: 81.5 MB (81480370 bytes)
-	-	`sha256:d8e6b9738392865470b87317b0a4ec3008426defc7d867b65ea7f41a442f6e50`  
-		Last Modified: Mon, 18 Jul 2016 17:31:12 GMT  
-		Size: 122.0 B
-	-	`sha256:d1100a4447aec4d828b6540be79314f679d8d6176c293c38dbc1648728f237b8`  
-		Last Modified: Mon, 18 Jul 2016 17:31:12 GMT  
-		Size: 1.4 KB (1355 bytes)
-
-## `golang:1.7rc2-onbuild`
-
-```console
-$ docker pull golang@sha256:80c1be7d123028d2136b80ced5ec25208945b2b5676a1ac35ad98f25295d98e7
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `golang:1.7rc2-onbuild` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **250.8 MB (250829036 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:a7edffeb91cdbf807ea6aef0e2a521b3dd1090cbf6149d830f68c119368aaa25`
--	Default Command: `["go-wrapper","run"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 21:36:11 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		g++ 		gcc 		libc6-dev 		make 	&& rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 17:23:45 GMT
-ENV GOLANG_VERSION=1.7rc2
-# Mon, 18 Jul 2016 17:23:46 GMT
-ENV GOLANG_DOWNLOAD_URL=https://golang.org/dl/go1.7rc2.linux-amd64.tar.gz
-# Mon, 18 Jul 2016 17:23:46 GMT
-ENV GOLANG_DOWNLOAD_SHA256=145e486499d349757cbb7ae8dfeeea5d7a76f146f6c8880173fe3d0aacc5dd42
-# Mon, 18 Jul 2016 17:23:56 GMT
-RUN curl -fsSL "$GOLANG_DOWNLOAD_URL" -o golang.tar.gz 	&& echo "$GOLANG_DOWNLOAD_SHA256  golang.tar.gz" | sha256sum -c - 	&& tar -C /usr/local -xzf golang.tar.gz 	&& rm golang.tar.gz
-# Mon, 18 Jul 2016 17:23:59 GMT
-ENV GOPATH=/go
-# Mon, 18 Jul 2016 17:23:59 GMT
-ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Mon, 18 Jul 2016 17:24:00 GMT
-RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
-# Mon, 18 Jul 2016 17:24:01 GMT
-WORKDIR /go
-# Mon, 18 Jul 2016 17:24:01 GMT
-COPY file:f6191f2c86edc9343569339f101facba47e886e33e29d70da6916ca6b1101a53 in /usr/local/bin/
-# Mon, 18 Jul 2016 17:24:03 GMT
-RUN mkdir -p /go/src/app
-# Mon, 18 Jul 2016 17:24:03 GMT
-WORKDIR /go/src/app
-# Mon, 18 Jul 2016 17:24:04 GMT
-CMD ["go-wrapper" "run"]
-# Mon, 18 Jul 2016 17:24:04 GMT
-ONBUILD COPY . /go/src/app
-# Mon, 18 Jul 2016 17:24:05 GMT
-ONBUILD RUN go-wrapper download
-# Mon, 18 Jul 2016 17:24:05 GMT
-ONBUILD RUN go-wrapper install
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:0ffc1204e0abead91aa6678abffa44739455c7b95b96b108eefc2f29d6001fdf`  
-		Last Modified: Fri, 17 Jun 2016 16:50:25 GMT  
-		Size: 56.9 MB (56921932 bytes)
-	-	`sha256:849f2fd9999a429eb75e0f2f2f4a9f915f4d57e7adfb6a70c5ae07199ef79718`  
-		Last Modified: Mon, 18 Jul 2016 17:31:37 GMT  
-		Size: 81.5 MB (81480370 bytes)
-	-	`sha256:d8e6b9738392865470b87317b0a4ec3008426defc7d867b65ea7f41a442f6e50`  
-		Last Modified: Mon, 18 Jul 2016 17:31:12 GMT  
-		Size: 122.0 B
-	-	`sha256:d1100a4447aec4d828b6540be79314f679d8d6176c293c38dbc1648728f237b8`  
-		Last Modified: Mon, 18 Jul 2016 17:31:12 GMT  
-		Size: 1.4 KB (1355 bytes)
-	-	`sha256:e1856adcf1e09ddd804838c4e72db1b5621c8fa974c0350dafa08566f91c3b2e`  
-		Last Modified: Mon, 18 Jul 2016 17:32:02 GMT  
-		Size: 132.0 B
-
-## `golang:1.7-onbuild`
-
-```console
-$ docker pull golang@sha256:80c1be7d123028d2136b80ced5ec25208945b2b5676a1ac35ad98f25295d98e7
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `golang:1.7-onbuild` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **250.8 MB (250829036 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:a7edffeb91cdbf807ea6aef0e2a521b3dd1090cbf6149d830f68c119368aaa25`
--	Default Command: `["go-wrapper","run"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:35:50 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:37:09 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 21:36:11 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		g++ 		gcc 		libc6-dev 		make 	&& rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 17:23:45 GMT
-ENV GOLANG_VERSION=1.7rc2
-# Mon, 18 Jul 2016 17:23:46 GMT
-ENV GOLANG_DOWNLOAD_URL=https://golang.org/dl/go1.7rc2.linux-amd64.tar.gz
-# Mon, 18 Jul 2016 17:23:46 GMT
-ENV GOLANG_DOWNLOAD_SHA256=145e486499d349757cbb7ae8dfeeea5d7a76f146f6c8880173fe3d0aacc5dd42
-# Mon, 18 Jul 2016 17:23:56 GMT
-RUN curl -fsSL "$GOLANG_DOWNLOAD_URL" -o golang.tar.gz 	&& echo "$GOLANG_DOWNLOAD_SHA256  golang.tar.gz" | sha256sum -c - 	&& tar -C /usr/local -xzf golang.tar.gz 	&& rm golang.tar.gz
-# Mon, 18 Jul 2016 17:23:59 GMT
-ENV GOPATH=/go
-# Mon, 18 Jul 2016 17:23:59 GMT
-ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Mon, 18 Jul 2016 17:24:00 GMT
-RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
-# Mon, 18 Jul 2016 17:24:01 GMT
-WORKDIR /go
-# Mon, 18 Jul 2016 17:24:01 GMT
-COPY file:f6191f2c86edc9343569339f101facba47e886e33e29d70da6916ca6b1101a53 in /usr/local/bin/
-# Mon, 18 Jul 2016 17:24:03 GMT
-RUN mkdir -p /go/src/app
-# Mon, 18 Jul 2016 17:24:03 GMT
-WORKDIR /go/src/app
-# Mon, 18 Jul 2016 17:24:04 GMT
-CMD ["go-wrapper" "run"]
-# Mon, 18 Jul 2016 17:24:04 GMT
-ONBUILD COPY . /go/src/app
-# Mon, 18 Jul 2016 17:24:05 GMT
-ONBUILD RUN go-wrapper download
-# Mon, 18 Jul 2016 17:24:05 GMT
-ONBUILD RUN go-wrapper install
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437`  
-		Last Modified: Thu, 09 Jun 2016 21:46:24 GMT  
-		Size: 18.5 MB (18547219 bytes)
-	-	`sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33`  
-		Last Modified: Thu, 09 Jun 2016 21:46:52 GMT  
-		Size: 42.5 MB (42525371 bytes)
-	-	`sha256:0ffc1204e0abead91aa6678abffa44739455c7b95b96b108eefc2f29d6001fdf`  
-		Last Modified: Fri, 17 Jun 2016 16:50:25 GMT  
-		Size: 56.9 MB (56921932 bytes)
-	-	`sha256:849f2fd9999a429eb75e0f2f2f4a9f915f4d57e7adfb6a70c5ae07199ef79718`  
-		Last Modified: Mon, 18 Jul 2016 17:31:37 GMT  
-		Size: 81.5 MB (81480370 bytes)
-	-	`sha256:d8e6b9738392865470b87317b0a4ec3008426defc7d867b65ea7f41a442f6e50`  
-		Last Modified: Mon, 18 Jul 2016 17:31:12 GMT  
-		Size: 122.0 B
-	-	`sha256:d1100a4447aec4d828b6540be79314f679d8d6176c293c38dbc1648728f237b8`  
-		Last Modified: Mon, 18 Jul 2016 17:31:12 GMT  
-		Size: 1.4 KB (1355 bytes)
-	-	`sha256:e1856adcf1e09ddd804838c4e72db1b5621c8fa974c0350dafa08566f91c3b2e`  
-		Last Modified: Mon, 18 Jul 2016 17:32:02 GMT  
-		Size: 132.0 B
-
-## `golang:1.7rc2-wheezy`
-
-```console
-$ docker pull golang@sha256:00a148ad7426fbebba1ae4155096278bbe3d5c1bae00c724f7224f7d3a720646
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `golang:1.7rc2-wheezy` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **196.8 MB (196803037 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:ee4d40d9f93f46381b7b3facca7bcf973c62eb9e718acfc9480a16ac52fe9933`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:30:19 GMT
-ADD file:add5fc8cb18678647f395d0a743c4ca93466b70b9e42847d850aa206b7ad0d8d in /
-# Thu, 09 Jun 2016 21:30:20 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:43:48 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:44:24 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 21:36:43 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		g++ 		gcc 		libc6-dev 		make 	&& rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 17:24:06 GMT
-ENV GOLANG_VERSION=1.7rc2
-# Mon, 18 Jul 2016 17:24:06 GMT
-ENV GOLANG_DOWNLOAD_URL=https://golang.org/dl/go1.7rc2.linux-amd64.tar.gz
-# Mon, 18 Jul 2016 17:24:06 GMT
-ENV GOLANG_DOWNLOAD_SHA256=145e486499d349757cbb7ae8dfeeea5d7a76f146f6c8880173fe3d0aacc5dd42
-# Mon, 18 Jul 2016 17:24:16 GMT
-RUN curl -fsSL "$GOLANG_DOWNLOAD_URL" -o golang.tar.gz 	&& echo "$GOLANG_DOWNLOAD_SHA256  golang.tar.gz" | sha256sum -c - 	&& tar -C /usr/local -xzf golang.tar.gz 	&& rm golang.tar.gz
-# Mon, 18 Jul 2016 17:24:19 GMT
-ENV GOPATH=/go
-# Mon, 18 Jul 2016 17:24:20 GMT
-ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Mon, 18 Jul 2016 17:24:22 GMT
-RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
-# Mon, 18 Jul 2016 17:24:22 GMT
-WORKDIR /go
-# Mon, 18 Jul 2016 17:24:23 GMT
-COPY file:f6191f2c86edc9343569339f101facba47e886e33e29d70da6916ca6b1101a53 in /usr/local/bin/
-```
-
--	Layers:
-	-	`sha256:8ceedfe606fc6a2449001a47b33357a1aefaa3538bff8ce98af64fc6cd810225`  
-		Last Modified: Thu, 09 Jun 2016 21:34:10 GMT  
-		Size: 37.2 MB (37209549 bytes)
-	-	`sha256:6523e37a38fa9bfac81a0773979ea1b66dce8df121a732b1c3c86c13965e00d6`  
-		Last Modified: Thu, 09 Jun 2016 21:55:48 GMT  
-		Size: 6.8 MB (6751390 bytes)
-	-	`sha256:808895c4b06b9264d617f83d39d8c4dd8d8b4dccdb53102a49707851cd59db47`  
-		Last Modified: Thu, 09 Jun 2016 21:56:11 GMT  
-		Size: 37.4 MB (37389872 bytes)
-	-	`sha256:bc6935f49a7a41d9d0a9e861e1ef40879eecc95cc5559e40e45c478ddf97bb8a`  
-		Last Modified: Fri, 17 Jun 2016 16:51:24 GMT  
-		Size: 34.0 MB (33970375 bytes)
-	-	`sha256:f5c35ed9d6ca6b5cedeebe9b73d2c13b9433ac5279df1e7cfaa03350a223de96`  
-		Last Modified: Mon, 18 Jul 2016 17:32:50 GMT  
-		Size: 81.5 MB (81480369 bytes)
-	-	`sha256:5e714589694d5d13d11821c6889b1999a129042e3a23795ea1adfaaf3a7a5b06`  
-		Last Modified: Mon, 18 Jul 2016 17:32:25 GMT  
-		Size: 123.0 B
-	-	`sha256:c283d8a4635fa11c1eed07c54a5880745b44c749ffd69f229cbf482c8093a7bc`  
-		Last Modified: Mon, 18 Jul 2016 17:32:25 GMT  
-		Size: 1.4 KB (1359 bytes)
-
-## `golang:1.7-wheezy`
-
-```console
-$ docker pull golang@sha256:00a148ad7426fbebba1ae4155096278bbe3d5c1bae00c724f7224f7d3a720646
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `golang:1.7-wheezy` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **196.8 MB (196803037 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:ee4d40d9f93f46381b7b3facca7bcf973c62eb9e718acfc9480a16ac52fe9933`
--	Default Command: `["\/bin\/bash"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:30:19 GMT
-ADD file:add5fc8cb18678647f395d0a743c4ca93466b70b9e42847d850aa206b7ad0d8d in /
-# Thu, 09 Jun 2016 21:30:20 GMT
-CMD ["/bin/bash"]
-# Thu, 09 Jun 2016 21:43:48 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		ca-certificates 		curl 		wget 	&& rm -rf /var/lib/apt/lists/*
-# Thu, 09 Jun 2016 21:44:24 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	&& rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 21:36:43 GMT
-RUN apt-get update && apt-get install -y --no-install-recommends 		g++ 		gcc 		libc6-dev 		make 	&& rm -rf /var/lib/apt/lists/*
-# Mon, 18 Jul 2016 17:24:06 GMT
-ENV GOLANG_VERSION=1.7rc2
-# Mon, 18 Jul 2016 17:24:06 GMT
-ENV GOLANG_DOWNLOAD_URL=https://golang.org/dl/go1.7rc2.linux-amd64.tar.gz
-# Mon, 18 Jul 2016 17:24:06 GMT
-ENV GOLANG_DOWNLOAD_SHA256=145e486499d349757cbb7ae8dfeeea5d7a76f146f6c8880173fe3d0aacc5dd42
-# Mon, 18 Jul 2016 17:24:16 GMT
-RUN curl -fsSL "$GOLANG_DOWNLOAD_URL" -o golang.tar.gz 	&& echo "$GOLANG_DOWNLOAD_SHA256  golang.tar.gz" | sha256sum -c - 	&& tar -C /usr/local -xzf golang.tar.gz 	&& rm golang.tar.gz
-# Mon, 18 Jul 2016 17:24:19 GMT
-ENV GOPATH=/go
-# Mon, 18 Jul 2016 17:24:20 GMT
-ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Mon, 18 Jul 2016 17:24:22 GMT
-RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
-# Mon, 18 Jul 2016 17:24:22 GMT
-WORKDIR /go
-# Mon, 18 Jul 2016 17:24:23 GMT
-COPY file:f6191f2c86edc9343569339f101facba47e886e33e29d70da6916ca6b1101a53 in /usr/local/bin/
-```
-
--	Layers:
-	-	`sha256:8ceedfe606fc6a2449001a47b33357a1aefaa3538bff8ce98af64fc6cd810225`  
-		Last Modified: Thu, 09 Jun 2016 21:34:10 GMT  
-		Size: 37.2 MB (37209549 bytes)
-	-	`sha256:6523e37a38fa9bfac81a0773979ea1b66dce8df121a732b1c3c86c13965e00d6`  
-		Last Modified: Thu, 09 Jun 2016 21:55:48 GMT  
-		Size: 6.8 MB (6751390 bytes)
-	-	`sha256:808895c4b06b9264d617f83d39d8c4dd8d8b4dccdb53102a49707851cd59db47`  
-		Last Modified: Thu, 09 Jun 2016 21:56:11 GMT  
-		Size: 37.4 MB (37389872 bytes)
-	-	`sha256:bc6935f49a7a41d9d0a9e861e1ef40879eecc95cc5559e40e45c478ddf97bb8a`  
-		Last Modified: Fri, 17 Jun 2016 16:51:24 GMT  
-		Size: 34.0 MB (33970375 bytes)
-	-	`sha256:f5c35ed9d6ca6b5cedeebe9b73d2c13b9433ac5279df1e7cfaa03350a223de96`  
-		Last Modified: Mon, 18 Jul 2016 17:32:50 GMT  
-		Size: 81.5 MB (81480369 bytes)
-	-	`sha256:5e714589694d5d13d11821c6889b1999a129042e3a23795ea1adfaaf3a7a5b06`  
-		Last Modified: Mon, 18 Jul 2016 17:32:25 GMT  
-		Size: 123.0 B
-	-	`sha256:c283d8a4635fa11c1eed07c54a5880745b44c749ffd69f229cbf482c8093a7bc`  
-		Last Modified: Mon, 18 Jul 2016 17:32:25 GMT  
-		Size: 1.4 KB (1359 bytes)
-
-## `golang:1.7rc2-alpine`
-
-```console
-$ docker pull golang@sha256:68a545fd20e80c2c96ee35919ea95ab74c6da4b033e84b4ccce464166748776f
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `golang:1.7rc2-alpine` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **72.8 MB (72796361 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:7ea82be6c98ea8088e0a3430245607eb1907390104d7e178d456213d161fce14`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Fri, 01 Jul 2016 19:29:12 GMT
-RUN apk add --no-cache ca-certificates
-# Mon, 18 Jul 2016 17:24:23 GMT
-ENV GOLANG_VERSION=1.7rc2
-# Mon, 18 Jul 2016 17:24:24 GMT
-ENV GOLANG_SRC_URL=https://golang.org/dl/go1.7rc2.src.tar.gz
-# Mon, 18 Jul 2016 17:24:24 GMT
-ENV GOLANG_SRC_SHA256=87bafefb093dd163d264099b39b1bcdc227f54f935b77f5ff74b0d57e3638da6
-# Mon, 18 Jul 2016 17:24:25 GMT
-COPY file:b54d7d4313a41e3729d6f4b7aa6e6f33a1e99759cb2a04149fae89f8211c3a65 in /
-# Mon, 18 Jul 2016 17:25:40 GMT
-RUN set -ex 	&& apk add --no-cache --virtual .build-deps 		bash 		gcc 		musl-dev 		openssl 		go 		&& export GOROOT_BOOTSTRAP="$(go env GOROOT)" 		&& wget -q "$GOLANG_SRC_URL" -O golang.tar.gz 	&& echo "$GOLANG_SRC_SHA256  golang.tar.gz" | sha256sum -c - 	&& tar -C /usr/local -xzf golang.tar.gz 	&& rm golang.tar.gz 	&& cd /usr/local/go/src 	&& patch -p2 -i /no-pic.patch 	&& ./make.bash 		&& rm -rf /*.patch 	&& apk del .build-deps
-# Mon, 18 Jul 2016 17:25:40 GMT
-ENV GOPATH=/go
-# Mon, 18 Jul 2016 17:25:41 GMT
-ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Mon, 18 Jul 2016 17:25:42 GMT
-RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
-# Mon, 18 Jul 2016 17:25:42 GMT
-WORKDIR /go
-# Mon, 18 Jul 2016 17:25:43 GMT
-COPY file:f6191f2c86edc9343569339f101facba47e886e33e29d70da6916ca6b1101a53 in /usr/local/bin/
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:ac58758e6ad5928c40fe2ce1b955a5f9d1c4889667874887960ff0c00f2ebcf6`  
-		Last Modified: Fri, 01 Jul 2016 19:34:13 GMT  
-		Size: 343.9 KB (343924 bytes)
-	-	`sha256:2286ad410d37ae8f226db48261288c94db99badf479423d65ca92d52a4a1275f`  
-		Last Modified: Mon, 18 Jul 2016 17:33:15 GMT  
-		Size: 437.0 B
-	-	`sha256:ccd42a8a9e7bc7a0f2ea2367363ae968436f70f3fedc452e497b0ef8543b9f50`  
-		Last Modified: Mon, 18 Jul 2016 17:33:38 GMT  
-		Size: 70.1 MB (70140245 bytes)
-	-	`sha256:0631a09039ff2cccf6045310c5cd4875eec2651551af476b76568681337c7520`  
-		Last Modified: Mon, 18 Jul 2016 17:33:15 GMT  
-		Size: 122.0 B
-	-	`sha256:4a7b9b35d74fd2c3a0329c5d282f022700060a2418b6707e3b7ecccfbf8081ab`  
-		Last Modified: Mon, 18 Jul 2016 17:33:15 GMT  
-		Size: 1.3 KB (1347 bytes)
-
-## `golang:1.7-alpine`
-
-```console
-$ docker pull golang@sha256:68a545fd20e80c2c96ee35919ea95ab74c6da4b033e84b4ccce464166748776f
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `golang:1.7-alpine` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **72.8 MB (72796361 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:7ea82be6c98ea8088e0a3430245607eb1907390104d7e178d456213d161fce14`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Fri, 01 Jul 2016 19:29:12 GMT
-RUN apk add --no-cache ca-certificates
-# Mon, 18 Jul 2016 17:24:23 GMT
-ENV GOLANG_VERSION=1.7rc2
-# Mon, 18 Jul 2016 17:24:24 GMT
-ENV GOLANG_SRC_URL=https://golang.org/dl/go1.7rc2.src.tar.gz
-# Mon, 18 Jul 2016 17:24:24 GMT
-ENV GOLANG_SRC_SHA256=87bafefb093dd163d264099b39b1bcdc227f54f935b77f5ff74b0d57e3638da6
-# Mon, 18 Jul 2016 17:24:25 GMT
-COPY file:b54d7d4313a41e3729d6f4b7aa6e6f33a1e99759cb2a04149fae89f8211c3a65 in /
-# Mon, 18 Jul 2016 17:25:40 GMT
-RUN set -ex 	&& apk add --no-cache --virtual .build-deps 		bash 		gcc 		musl-dev 		openssl 		go 		&& export GOROOT_BOOTSTRAP="$(go env GOROOT)" 		&& wget -q "$GOLANG_SRC_URL" -O golang.tar.gz 	&& echo "$GOLANG_SRC_SHA256  golang.tar.gz" | sha256sum -c - 	&& tar -C /usr/local -xzf golang.tar.gz 	&& rm golang.tar.gz 	&& cd /usr/local/go/src 	&& patch -p2 -i /no-pic.patch 	&& ./make.bash 		&& rm -rf /*.patch 	&& apk del .build-deps
-# Mon, 18 Jul 2016 17:25:40 GMT
-ENV GOPATH=/go
-# Mon, 18 Jul 2016 17:25:41 GMT
-ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Mon, 18 Jul 2016 17:25:42 GMT
-RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
-# Mon, 18 Jul 2016 17:25:42 GMT
-WORKDIR /go
-# Mon, 18 Jul 2016 17:25:43 GMT
-COPY file:f6191f2c86edc9343569339f101facba47e886e33e29d70da6916ca6b1101a53 in /usr/local/bin/
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:ac58758e6ad5928c40fe2ce1b955a5f9d1c4889667874887960ff0c00f2ebcf6`  
-		Last Modified: Fri, 01 Jul 2016 19:34:13 GMT  
-		Size: 343.9 KB (343924 bytes)
-	-	`sha256:2286ad410d37ae8f226db48261288c94db99badf479423d65ca92d52a4a1275f`  
-		Last Modified: Mon, 18 Jul 2016 17:33:15 GMT  
-		Size: 437.0 B
-	-	`sha256:ccd42a8a9e7bc7a0f2ea2367363ae968436f70f3fedc452e497b0ef8543b9f50`  
-		Last Modified: Mon, 18 Jul 2016 17:33:38 GMT  
-		Size: 70.1 MB (70140245 bytes)
-	-	`sha256:0631a09039ff2cccf6045310c5cd4875eec2651551af476b76568681337c7520`  
-		Last Modified: Mon, 18 Jul 2016 17:33:15 GMT  
-		Size: 122.0 B
-	-	`sha256:4a7b9b35d74fd2c3a0329c5d282f022700060a2418b6707e3b7ecccfbf8081ab`  
-		Last Modified: Mon, 18 Jul 2016 17:33:15 GMT  
-		Size: 1.3 KB (1347 bytes)

+ 4 - 6
haproxy/README.md

@@ -4,14 +4,12 @@
 -	[`1.4.27-alpine`, `1.4-alpine` (*1.4/alpine/Dockerfile*)](https://github.com/docker-library/haproxy/blob/667427cf0ac38b7ff7d9fcbd29493b54adf9d53d/1.4/alpine/Dockerfile)
 -	[`1.5.18`, `1.5` (*1.5/Dockerfile*)](https://github.com/docker-library/haproxy/blob/e128fc85947f0de7213185c9f948150e39cbc766/1.5/Dockerfile)
 -	[`1.5.18-alpine`, `1.5-alpine` (*1.5/alpine/Dockerfile*)](https://github.com/docker-library/haproxy/blob/667427cf0ac38b7ff7d9fcbd29493b54adf9d53d/1.5/alpine/Dockerfile)
--	[`1.6.7`, `1.6`, `1`, `latest` (*1.6/Dockerfile*)](https://github.com/docker-library/haproxy/blob/fee22521901f01ccde1a1f63c6d3b619053ef196/1.6/Dockerfile)
--	[`1.6.7-alpine`, `1.6-alpine`, `1-alpine`, `alpine` (*1.6/alpine/Dockerfile*)](https://github.com/docker-library/haproxy/blob/fee22521901f01ccde1a1f63c6d3b619053ef196/1.6/alpine/Dockerfile)
-
-[![](https://badge.imagelayers.io/haproxy:latest.svg)](https://imagelayers.io/?images=haproxy:1.4.27,haproxy:1.4.27-alpine,haproxy:1.5.18,haproxy:1.5.18-alpine,haproxy:1.6.7,haproxy:1.6.7-alpine)
+-	[`1.6.9`, `1.6`, `1`, `latest` (*1.6/Dockerfile*)](https://github.com/docker-library/haproxy/blob/24fd0637e58d931e99ae6717b3e13bb389985fa1/1.6/Dockerfile)
+-	[`1.6.9-alpine`, `1.6-alpine`, `1-alpine`, `alpine` (*1.6/alpine/Dockerfile*)](https://github.com/docker-library/haproxy/blob/24fd0637e58d931e99ae6717b3e13bb389985fa1/1.6/alpine/Dockerfile)
 
 For more information about this image and its history, please see [the relevant manifest file (`library/haproxy`)](https://github.com/docker-library/official-images/blob/master/library/haproxy). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fhaproxy).
 
-For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `haproxy/tag-details.md` file](https://github.com/docker-library/docs/blob/master/haproxy/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs).
+For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `repos/haproxy/tag-details.md` file](https://github.com/docker-library/repo-info/blob/master/repos/haproxy/tag-details.md) in [the `docker-library/repo-info` GitHub repo](https://github.com/docker-library/repo-info).
 
 # What is HAProxy?
 
@@ -94,7 +92,7 @@ View [license information](http://www.haproxy.org/download/1.5/doc/LICENSE) for
 
 # Supported Docker versions
 
-This image is officially supported on Docker version 1.11.2.
+This image is officially supported on Docker version 1.12.1.
 
 Support for older versions (down to 1.6) is provided on a best-effort basis.
 

+ 0 - 763
haproxy/tag-details.md

@@ -1,763 +0,0 @@
-<!-- THIS FILE IS GENERATED VIA '.template-helpers/generate-tag-details.pl' -->
-
-# Tags of `haproxy`
-
--	[`haproxy:1.4.27`](#haproxy1427)
--	[`haproxy:1.4`](#haproxy14)
--	[`haproxy:1.4.27-alpine`](#haproxy1427-alpine)
--	[`haproxy:1.4-alpine`](#haproxy14-alpine)
--	[`haproxy:1.5.18`](#haproxy1518)
--	[`haproxy:1.5`](#haproxy15)
--	[`haproxy:1.5.18-alpine`](#haproxy1518-alpine)
--	[`haproxy:1.5-alpine`](#haproxy15-alpine)
--	[`haproxy:1.6.7`](#haproxy167)
--	[`haproxy:1.6`](#haproxy16)
--	[`haproxy:1`](#haproxy1)
--	[`haproxy:latest`](#haproxylatest)
--	[`haproxy:1.6.7-alpine`](#haproxy167-alpine)
--	[`haproxy:1.6-alpine`](#haproxy16-alpine)
--	[`haproxy:1-alpine`](#haproxy1-alpine)
--	[`haproxy:alpine`](#haproxyalpine)
-
-## `haproxy:1.4.27`
-
-```console
-$ docker pull haproxy@sha256:2b320252526955a558a7d8fa38027477dbc6f1e3cd0b1251fed7021827dbc127
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `haproxy:1.4.27` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **54.6 MB (54575021 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:8e5f735fa0d3941b7e6f60f38d00ad2dc0fd53550e2c0034cc84eb79ffef45aa`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["haproxy","-f","\/usr\/local\/etc\/haproxy\/haproxy.cfg"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 01:15:39 GMT
-RUN apt-get update && apt-get install -y libpcre3 --no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 01:15:39 GMT
-ENV HAPROXY_MAJOR=1.4
-# Fri, 10 Jun 2016 01:15:39 GMT
-ENV HAPROXY_VERSION=1.4.27
-# Fri, 10 Jun 2016 01:15:40 GMT
-ENV HAPROXY_MD5=459b82968791472427326ea009834c66
-# Fri, 10 Jun 2016 01:17:25 GMT
-RUN buildDeps='curl gcc libc6-dev libpcre3-dev libssl-dev make' 	&& set -x 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& curl -SL "http://www.haproxy.org/download/${HAPROXY_MAJOR}/src/haproxy-${HAPROXY_VERSION}.tar.gz" -o haproxy.tar.gz 	&& echo "${HAPROXY_MD5}  haproxy.tar.gz" | md5sum -c 	&& mkdir -p /usr/src/haproxy 	&& tar -xzf haproxy.tar.gz -C /usr/src/haproxy --strip-components=1 	&& rm haproxy.tar.gz 	&& make -C /usr/src/haproxy 		TARGET=linux2628 		USE_PCRE=1 PCREDIR= 		USE_OPENSSL=1 		USE_ZLIB=1 		all 		install-bin 	&& mkdir -p /usr/local/etc/haproxy 	&& cp -R /usr/src/haproxy/examples/errorfiles /usr/local/etc/haproxy/errors 	&& rm -rf /usr/src/haproxy 	&& apt-get purge -y --auto-remove $buildDeps
-# Fri, 10 Jun 2016 01:17:25 GMT
-COPY file:b05cc1b2f882bd925d9de5aa71a14e3bbac0645c6671db000e17b84119960d72 in /
-# Fri, 10 Jun 2016 01:17:26 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Fri, 10 Jun 2016 01:17:26 GMT
-CMD ["haproxy" "-f" "/usr/local/etc/haproxy/haproxy.cfg"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:6dc7df61a68cc2babe07a73a0a10d8f361ddfd2f22ea272eb4bf1b4f179fa8bd`  
-		Last Modified: Tue, 28 Jun 2016 22:53:51 GMT  
-		Size: 205.0 B
-	-	`sha256:ed37e6a9e47ae4572afd1f578834d40575ff63aa0fcfcafb55ec5ec3d505cb5e`  
-		Last Modified: Tue, 28 Jun 2016 22:53:51 GMT  
-		Size: 3.2 MB (3222069 bytes)
-	-	`sha256:bc712d91338f0133a0c2522de6501c20e63920214bcb8b6c64597ddc085b7d5e`  
-		Last Modified: Tue, 28 Jun 2016 22:53:50 GMT  
-		Size: 212.0 B
-
-## `haproxy:1.4`
-
-```console
-$ docker pull haproxy@sha256:2b320252526955a558a7d8fa38027477dbc6f1e3cd0b1251fed7021827dbc127
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `haproxy:1.4` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **54.6 MB (54575021 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:8e5f735fa0d3941b7e6f60f38d00ad2dc0fd53550e2c0034cc84eb79ffef45aa`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["haproxy","-f","\/usr\/local\/etc\/haproxy\/haproxy.cfg"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 01:15:39 GMT
-RUN apt-get update && apt-get install -y libpcre3 --no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 01:15:39 GMT
-ENV HAPROXY_MAJOR=1.4
-# Fri, 10 Jun 2016 01:15:39 GMT
-ENV HAPROXY_VERSION=1.4.27
-# Fri, 10 Jun 2016 01:15:40 GMT
-ENV HAPROXY_MD5=459b82968791472427326ea009834c66
-# Fri, 10 Jun 2016 01:17:25 GMT
-RUN buildDeps='curl gcc libc6-dev libpcre3-dev libssl-dev make' 	&& set -x 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& curl -SL "http://www.haproxy.org/download/${HAPROXY_MAJOR}/src/haproxy-${HAPROXY_VERSION}.tar.gz" -o haproxy.tar.gz 	&& echo "${HAPROXY_MD5}  haproxy.tar.gz" | md5sum -c 	&& mkdir -p /usr/src/haproxy 	&& tar -xzf haproxy.tar.gz -C /usr/src/haproxy --strip-components=1 	&& rm haproxy.tar.gz 	&& make -C /usr/src/haproxy 		TARGET=linux2628 		USE_PCRE=1 PCREDIR= 		USE_OPENSSL=1 		USE_ZLIB=1 		all 		install-bin 	&& mkdir -p /usr/local/etc/haproxy 	&& cp -R /usr/src/haproxy/examples/errorfiles /usr/local/etc/haproxy/errors 	&& rm -rf /usr/src/haproxy 	&& apt-get purge -y --auto-remove $buildDeps
-# Fri, 10 Jun 2016 01:17:25 GMT
-COPY file:b05cc1b2f882bd925d9de5aa71a14e3bbac0645c6671db000e17b84119960d72 in /
-# Fri, 10 Jun 2016 01:17:26 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Fri, 10 Jun 2016 01:17:26 GMT
-CMD ["haproxy" "-f" "/usr/local/etc/haproxy/haproxy.cfg"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:6dc7df61a68cc2babe07a73a0a10d8f361ddfd2f22ea272eb4bf1b4f179fa8bd`  
-		Last Modified: Tue, 28 Jun 2016 22:53:51 GMT  
-		Size: 205.0 B
-	-	`sha256:ed37e6a9e47ae4572afd1f578834d40575ff63aa0fcfcafb55ec5ec3d505cb5e`  
-		Last Modified: Tue, 28 Jun 2016 22:53:51 GMT  
-		Size: 3.2 MB (3222069 bytes)
-	-	`sha256:bc712d91338f0133a0c2522de6501c20e63920214bcb8b6c64597ddc085b7d5e`  
-		Last Modified: Tue, 28 Jun 2016 22:53:50 GMT  
-		Size: 212.0 B
-
-## `haproxy:1.4.27-alpine`
-
-```console
-$ docker pull haproxy@sha256:0ef5e071eae534aed5baaea64c080b6c1e91be38cdfa4dc33e571ba8f36ad15c
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `haproxy:1.4.27-alpine` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **3.2 MB (3179707 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:fc406d7997c1f02c01d952541eac6a0993cf00b8eddac27432f45663882bcf17`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["haproxy","-f","\/usr\/local\/etc\/haproxy\/haproxy.cfg"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Thu, 23 Jun 2016 20:28:37 GMT
-ENV HAPROXY_MAJOR=1.4
-# Thu, 23 Jun 2016 20:28:37 GMT
-ENV HAPROXY_VERSION=1.4.27
-# Thu, 23 Jun 2016 20:28:38 GMT
-ENV HAPROXY_MD5=459b82968791472427326ea009834c66
-# Thu, 23 Jun 2016 20:29:16 GMT
-RUN set -x 	&& apk add --no-cache --virtual .build-deps 		curl 		gcc 		libc-dev 		linux-headers 		make 		openssl-dev 		pcre-dev 		zlib-dev 	&& curl -SL "http://www.haproxy.org/download/${HAPROXY_MAJOR}/src/haproxy-${HAPROXY_VERSION}.tar.gz" -o haproxy.tar.gz 	&& echo "${HAPROXY_MD5}  haproxy.tar.gz" | md5sum -c 	&& mkdir -p /usr/src 	&& tar -xzf haproxy.tar.gz -C /usr/src 	&& mv "/usr/src/haproxy-$HAPROXY_VERSION" /usr/src/haproxy 	&& rm haproxy.tar.gz 	&& make -C /usr/src/haproxy 		TARGET=linux2628 		USE_PCRE=1 PCREDIR= 		USE_OPENSSL=1 		USE_ZLIB=1 		all 		install-bin 	&& mkdir -p /usr/local/etc/haproxy 	&& cp -R /usr/src/haproxy/examples/errorfiles /usr/local/etc/haproxy/errors 	&& rm -rf /usr/src/haproxy 	&& runDeps="$( 		scanelf --needed --nobanner --recursive /usr/local 			| awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' 			| sort -u 			| xargs -r apk info --installed 			| sort -u 	)" 	&& apk add --virtual .haproxy-rundeps $runDeps 	&& apk del .build-deps
-# Thu, 23 Jun 2016 20:29:17 GMT
-COPY file:b05cc1b2f882bd925d9de5aa71a14e3bbac0645c6671db000e17b84119960d72 in /
-# Thu, 23 Jun 2016 20:29:17 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Thu, 23 Jun 2016 20:29:18 GMT
-CMD ["haproxy" "-f" "/usr/local/etc/haproxy/haproxy.cfg"]
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:2799ce09ee3890b218da12ac7a53d946307f36aa177ff34103e21bb57e7d9c14`  
-		Last Modified: Thu, 23 Jun 2016 20:29:27 GMT  
-		Size: 869.2 KB (869208 bytes)
-	-	`sha256:29c5eb870ee933fc394ee4c4ae6f1f5950081f53c555dc611bfb9e2c113c334c`  
-		Last Modified: Thu, 23 Jun 2016 20:29:26 GMT  
-		Size: 213.0 B
-
-## `haproxy:1.4-alpine`
-
-```console
-$ docker pull haproxy@sha256:0ef5e071eae534aed5baaea64c080b6c1e91be38cdfa4dc33e571ba8f36ad15c
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `haproxy:1.4-alpine` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **3.2 MB (3179707 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:fc406d7997c1f02c01d952541eac6a0993cf00b8eddac27432f45663882bcf17`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["haproxy","-f","\/usr\/local\/etc\/haproxy\/haproxy.cfg"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Thu, 23 Jun 2016 20:28:37 GMT
-ENV HAPROXY_MAJOR=1.4
-# Thu, 23 Jun 2016 20:28:37 GMT
-ENV HAPROXY_VERSION=1.4.27
-# Thu, 23 Jun 2016 20:28:38 GMT
-ENV HAPROXY_MD5=459b82968791472427326ea009834c66
-# Thu, 23 Jun 2016 20:29:16 GMT
-RUN set -x 	&& apk add --no-cache --virtual .build-deps 		curl 		gcc 		libc-dev 		linux-headers 		make 		openssl-dev 		pcre-dev 		zlib-dev 	&& curl -SL "http://www.haproxy.org/download/${HAPROXY_MAJOR}/src/haproxy-${HAPROXY_VERSION}.tar.gz" -o haproxy.tar.gz 	&& echo "${HAPROXY_MD5}  haproxy.tar.gz" | md5sum -c 	&& mkdir -p /usr/src 	&& tar -xzf haproxy.tar.gz -C /usr/src 	&& mv "/usr/src/haproxy-$HAPROXY_VERSION" /usr/src/haproxy 	&& rm haproxy.tar.gz 	&& make -C /usr/src/haproxy 		TARGET=linux2628 		USE_PCRE=1 PCREDIR= 		USE_OPENSSL=1 		USE_ZLIB=1 		all 		install-bin 	&& mkdir -p /usr/local/etc/haproxy 	&& cp -R /usr/src/haproxy/examples/errorfiles /usr/local/etc/haproxy/errors 	&& rm -rf /usr/src/haproxy 	&& runDeps="$( 		scanelf --needed --nobanner --recursive /usr/local 			| awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' 			| sort -u 			| xargs -r apk info --installed 			| sort -u 	)" 	&& apk add --virtual .haproxy-rundeps $runDeps 	&& apk del .build-deps
-# Thu, 23 Jun 2016 20:29:17 GMT
-COPY file:b05cc1b2f882bd925d9de5aa71a14e3bbac0645c6671db000e17b84119960d72 in /
-# Thu, 23 Jun 2016 20:29:17 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Thu, 23 Jun 2016 20:29:18 GMT
-CMD ["haproxy" "-f" "/usr/local/etc/haproxy/haproxy.cfg"]
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:2799ce09ee3890b218da12ac7a53d946307f36aa177ff34103e21bb57e7d9c14`  
-		Last Modified: Thu, 23 Jun 2016 20:29:27 GMT  
-		Size: 869.2 KB (869208 bytes)
-	-	`sha256:29c5eb870ee933fc394ee4c4ae6f1f5950081f53c555dc611bfb9e2c113c334c`  
-		Last Modified: Thu, 23 Jun 2016 20:29:26 GMT  
-		Size: 213.0 B
-
-## `haproxy:1.5.18`
-
-```console
-$ docker pull haproxy@sha256:b0c220bebec6609859c14afd7dc0ce82d3017c517107ce101a2a24d11c83aa3c
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `haproxy:1.5.18` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **57.1 MB (57103456 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:c82ce9edebb3880e3436d783c66129983f3b4c1c4c08564e1b7b43b373e15b7f`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["haproxy","-f","\/usr\/local\/etc\/haproxy\/haproxy.cfg"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 01:18:23 GMT
-RUN apt-get update && apt-get install -y libssl1.0.0 libpcre3 --no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 01:18:23 GMT
-ENV HAPROXY_MAJOR=1.5
-# Fri, 10 Jun 2016 01:18:23 GMT
-ENV HAPROXY_VERSION=1.5.18
-# Fri, 10 Jun 2016 01:18:23 GMT
-ENV HAPROXY_MD5=21d35f114583ef731bc96af05b46c75a
-# Fri, 10 Jun 2016 01:20:21 GMT
-RUN buildDeps='curl gcc libc6-dev libpcre3-dev libssl-dev make' 	&& set -x 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& curl -SL "http://www.haproxy.org/download/${HAPROXY_MAJOR}/src/haproxy-${HAPROXY_VERSION}.tar.gz" -o haproxy.tar.gz 	&& echo "${HAPROXY_MD5}  haproxy.tar.gz" | md5sum -c 	&& mkdir -p /usr/src/haproxy 	&& tar -xzf haproxy.tar.gz -C /usr/src/haproxy --strip-components=1 	&& rm haproxy.tar.gz 	&& make -C /usr/src/haproxy 		TARGET=linux2628 		USE_PCRE=1 PCREDIR= 		USE_OPENSSL=1 		USE_ZLIB=1 		all 		install-bin 	&& mkdir -p /usr/local/etc/haproxy 	&& cp -R /usr/src/haproxy/examples/errorfiles /usr/local/etc/haproxy/errors 	&& rm -rf /usr/src/haproxy 	&& apt-get purge -y --auto-remove $buildDeps
-# Fri, 10 Jun 2016 01:20:21 GMT
-COPY file:b1cb7b827dc9fcd27909f9c233ac2faa2d7534c25992fa5f3402d22503666d6d in /
-# Fri, 10 Jun 2016 01:20:22 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Fri, 10 Jun 2016 01:20:22 GMT
-CMD ["haproxy" "-f" "/usr/local/etc/haproxy/haproxy.cfg"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:75b2ebc99e7566bd922ef288beb4c7d7ff0db8160c56b84e6a8a29047c987d29`  
-		Last Modified: Tue, 28 Jun 2016 22:54:28 GMT  
-		Size: 1.7 MB (1719403 bytes)
-	-	`sha256:51ee40902002f005e679185c6171f9eb6867ec7dfc268f68caec9476aef05876`  
-		Last Modified: Tue, 28 Jun 2016 22:54:29 GMT  
-		Size: 4.0 MB (4031172 bytes)
-	-	`sha256:5da8b6a4eb71e21c9c5d23ede5511253801b98ae9798dacc60764b686352fdfa`  
-		Last Modified: Tue, 28 Jun 2016 22:54:27 GMT  
-		Size: 346.0 B
-
-## `haproxy:1.5`
-
-```console
-$ docker pull haproxy@sha256:b0c220bebec6609859c14afd7dc0ce82d3017c517107ce101a2a24d11c83aa3c
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `haproxy:1.5` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **57.1 MB (57103456 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:c82ce9edebb3880e3436d783c66129983f3b4c1c4c08564e1b7b43b373e15b7f`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["haproxy","-f","\/usr\/local\/etc\/haproxy\/haproxy.cfg"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 01:18:23 GMT
-RUN apt-get update && apt-get install -y libssl1.0.0 libpcre3 --no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 01:18:23 GMT
-ENV HAPROXY_MAJOR=1.5
-# Fri, 10 Jun 2016 01:18:23 GMT
-ENV HAPROXY_VERSION=1.5.18
-# Fri, 10 Jun 2016 01:18:23 GMT
-ENV HAPROXY_MD5=21d35f114583ef731bc96af05b46c75a
-# Fri, 10 Jun 2016 01:20:21 GMT
-RUN buildDeps='curl gcc libc6-dev libpcre3-dev libssl-dev make' 	&& set -x 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& curl -SL "http://www.haproxy.org/download/${HAPROXY_MAJOR}/src/haproxy-${HAPROXY_VERSION}.tar.gz" -o haproxy.tar.gz 	&& echo "${HAPROXY_MD5}  haproxy.tar.gz" | md5sum -c 	&& mkdir -p /usr/src/haproxy 	&& tar -xzf haproxy.tar.gz -C /usr/src/haproxy --strip-components=1 	&& rm haproxy.tar.gz 	&& make -C /usr/src/haproxy 		TARGET=linux2628 		USE_PCRE=1 PCREDIR= 		USE_OPENSSL=1 		USE_ZLIB=1 		all 		install-bin 	&& mkdir -p /usr/local/etc/haproxy 	&& cp -R /usr/src/haproxy/examples/errorfiles /usr/local/etc/haproxy/errors 	&& rm -rf /usr/src/haproxy 	&& apt-get purge -y --auto-remove $buildDeps
-# Fri, 10 Jun 2016 01:20:21 GMT
-COPY file:b1cb7b827dc9fcd27909f9c233ac2faa2d7534c25992fa5f3402d22503666d6d in /
-# Fri, 10 Jun 2016 01:20:22 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Fri, 10 Jun 2016 01:20:22 GMT
-CMD ["haproxy" "-f" "/usr/local/etc/haproxy/haproxy.cfg"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:75b2ebc99e7566bd922ef288beb4c7d7ff0db8160c56b84e6a8a29047c987d29`  
-		Last Modified: Tue, 28 Jun 2016 22:54:28 GMT  
-		Size: 1.7 MB (1719403 bytes)
-	-	`sha256:51ee40902002f005e679185c6171f9eb6867ec7dfc268f68caec9476aef05876`  
-		Last Modified: Tue, 28 Jun 2016 22:54:29 GMT  
-		Size: 4.0 MB (4031172 bytes)
-	-	`sha256:5da8b6a4eb71e21c9c5d23ede5511253801b98ae9798dacc60764b686352fdfa`  
-		Last Modified: Tue, 28 Jun 2016 22:54:27 GMT  
-		Size: 346.0 B
-
-## `haproxy:1.5.18-alpine`
-
-```console
-$ docker pull haproxy@sha256:213511eedaa73b8f86fb5d6d149de291309f698907548a653b7a79b9f75a713f
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `haproxy:1.5.18-alpine` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **4.4 MB (4372971 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:c6b549ecb15b8f8048b2e2951806208bd2408e8569c97452ad87c16df1dd6677`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["haproxy","-f","\/usr\/local\/etc\/haproxy\/haproxy.cfg"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Thu, 23 Jun 2016 20:31:35 GMT
-ENV HAPROXY_MAJOR=1.5
-# Thu, 23 Jun 2016 20:31:36 GMT
-ENV HAPROXY_VERSION=1.5.18
-# Thu, 23 Jun 2016 20:31:36 GMT
-ENV HAPROXY_MD5=21d35f114583ef731bc96af05b46c75a
-# Thu, 23 Jun 2016 20:32:37 GMT
-RUN set -x 	&& apk add --no-cache --virtual .build-deps 		curl 		gcc 		libc-dev 		linux-headers 		make 		openssl-dev 		pcre-dev 		zlib-dev 	&& curl -SL "http://www.haproxy.org/download/${HAPROXY_MAJOR}/src/haproxy-${HAPROXY_VERSION}.tar.gz" -o haproxy.tar.gz 	&& echo "${HAPROXY_MD5}  haproxy.tar.gz" | md5sum -c 	&& mkdir -p /usr/src 	&& tar -xzf haproxy.tar.gz -C /usr/src 	&& mv "/usr/src/haproxy-$HAPROXY_VERSION" /usr/src/haproxy 	&& rm haproxy.tar.gz 	&& make -C /usr/src/haproxy 		TARGET=linux2628 		USE_PCRE=1 PCREDIR= 		USE_OPENSSL=1 		USE_ZLIB=1 		all 		install-bin 	&& mkdir -p /usr/local/etc/haproxy 	&& cp -R /usr/src/haproxy/examples/errorfiles /usr/local/etc/haproxy/errors 	&& rm -rf /usr/src/haproxy 	&& runDeps="$( 		scanelf --needed --nobanner --recursive /usr/local 			| awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' 			| sort -u 			| xargs -r apk info --installed 			| sort -u 	)" 	&& apk add --virtual .haproxy-rundeps $runDeps 	&& apk del .build-deps
-# Thu, 23 Jun 2016 20:32:38 GMT
-COPY file:b1cb7b827dc9fcd27909f9c233ac2faa2d7534c25992fa5f3402d22503666d6d in /
-# Thu, 23 Jun 2016 20:32:39 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Thu, 23 Jun 2016 20:32:39 GMT
-CMD ["haproxy" "-f" "/usr/local/etc/haproxy/haproxy.cfg"]
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:5f9cf5e0ec90cd0f8b258153d036af5e1e08598fc7f26de73281b18886e0d505`  
-		Last Modified: Thu, 23 Jun 2016 20:32:48 GMT  
-		Size: 2.1 MB (2062340 bytes)
-	-	`sha256:95f57b5198d15474413dd83d3621b1a58445a1084e94992bad5a6c01d6ab78c0`  
-		Last Modified: Thu, 23 Jun 2016 20:32:47 GMT  
-		Size: 345.0 B
-
-## `haproxy:1.5-alpine`
-
-```console
-$ docker pull haproxy@sha256:213511eedaa73b8f86fb5d6d149de291309f698907548a653b7a79b9f75a713f
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `haproxy:1.5-alpine` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **4.4 MB (4372971 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:c6b549ecb15b8f8048b2e2951806208bd2408e8569c97452ad87c16df1dd6677`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["haproxy","-f","\/usr\/local\/etc\/haproxy\/haproxy.cfg"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Thu, 23 Jun 2016 20:31:35 GMT
-ENV HAPROXY_MAJOR=1.5
-# Thu, 23 Jun 2016 20:31:36 GMT
-ENV HAPROXY_VERSION=1.5.18
-# Thu, 23 Jun 2016 20:31:36 GMT
-ENV HAPROXY_MD5=21d35f114583ef731bc96af05b46c75a
-# Thu, 23 Jun 2016 20:32:37 GMT
-RUN set -x 	&& apk add --no-cache --virtual .build-deps 		curl 		gcc 		libc-dev 		linux-headers 		make 		openssl-dev 		pcre-dev 		zlib-dev 	&& curl -SL "http://www.haproxy.org/download/${HAPROXY_MAJOR}/src/haproxy-${HAPROXY_VERSION}.tar.gz" -o haproxy.tar.gz 	&& echo "${HAPROXY_MD5}  haproxy.tar.gz" | md5sum -c 	&& mkdir -p /usr/src 	&& tar -xzf haproxy.tar.gz -C /usr/src 	&& mv "/usr/src/haproxy-$HAPROXY_VERSION" /usr/src/haproxy 	&& rm haproxy.tar.gz 	&& make -C /usr/src/haproxy 		TARGET=linux2628 		USE_PCRE=1 PCREDIR= 		USE_OPENSSL=1 		USE_ZLIB=1 		all 		install-bin 	&& mkdir -p /usr/local/etc/haproxy 	&& cp -R /usr/src/haproxy/examples/errorfiles /usr/local/etc/haproxy/errors 	&& rm -rf /usr/src/haproxy 	&& runDeps="$( 		scanelf --needed --nobanner --recursive /usr/local 			| awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' 			| sort -u 			| xargs -r apk info --installed 			| sort -u 	)" 	&& apk add --virtual .haproxy-rundeps $runDeps 	&& apk del .build-deps
-# Thu, 23 Jun 2016 20:32:38 GMT
-COPY file:b1cb7b827dc9fcd27909f9c233ac2faa2d7534c25992fa5f3402d22503666d6d in /
-# Thu, 23 Jun 2016 20:32:39 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Thu, 23 Jun 2016 20:32:39 GMT
-CMD ["haproxy" "-f" "/usr/local/etc/haproxy/haproxy.cfg"]
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:5f9cf5e0ec90cd0f8b258153d036af5e1e08598fc7f26de73281b18886e0d505`  
-		Last Modified: Thu, 23 Jun 2016 20:32:48 GMT  
-		Size: 2.1 MB (2062340 bytes)
-	-	`sha256:95f57b5198d15474413dd83d3621b1a58445a1084e94992bad5a6c01d6ab78c0`  
-		Last Modified: Thu, 23 Jun 2016 20:32:47 GMT  
-		Size: 345.0 B
-
-## `haproxy:1.6.7`
-
-**does not exist** (yet?)
-
-## `haproxy:1.6`
-
-```console
-$ docker pull haproxy@sha256:81b3c7bfdc95bbaaf4d015fa32fb0e8fe136b09d3dfccf7a39f77b1bf4ac59ea
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `haproxy:1.6` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **57.4 MB (57435812 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:8bea5daaf8bb862e546643102350dd8cf363650eecb16f3bc9299fb5fe82c382`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["haproxy","-f","\/usr\/local\/etc\/haproxy\/haproxy.cfg"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 01:18:23 GMT
-RUN apt-get update && apt-get install -y libssl1.0.0 libpcre3 --no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 01:20:23 GMT
-ENV HAPROXY_MAJOR=1.6
-# Tue, 28 Jun 2016 22:50:46 GMT
-ENV HAPROXY_VERSION=1.6.6
-# Tue, 28 Jun 2016 22:50:46 GMT
-ENV HAPROXY_MD5=b418d83cf4f2da328f6eb8c255b8716b
-# Tue, 28 Jun 2016 22:52:51 GMT
-RUN buildDeps='curl gcc libc6-dev libpcre3-dev libssl-dev make' 	&& set -x 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& curl -SL "http://www.haproxy.org/download/${HAPROXY_MAJOR}/src/haproxy-${HAPROXY_VERSION}.tar.gz" -o haproxy.tar.gz 	&& echo "${HAPROXY_MD5}  haproxy.tar.gz" | md5sum -c 	&& mkdir -p /usr/src/haproxy 	&& tar -xzf haproxy.tar.gz -C /usr/src/haproxy --strip-components=1 	&& rm haproxy.tar.gz 	&& make -C /usr/src/haproxy 		TARGET=linux2628 		USE_PCRE=1 PCREDIR= 		USE_OPENSSL=1 		USE_ZLIB=1 		all 		install-bin 	&& mkdir -p /usr/local/etc/haproxy 	&& cp -R /usr/src/haproxy/examples/errorfiles /usr/local/etc/haproxy/errors 	&& rm -rf /usr/src/haproxy 	&& apt-get purge -y --auto-remove $buildDeps
-# Tue, 28 Jun 2016 22:52:52 GMT
-COPY file:b1cb7b827dc9fcd27909f9c233ac2faa2d7534c25992fa5f3402d22503666d6d in /
-# Tue, 28 Jun 2016 22:52:52 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Tue, 28 Jun 2016 22:52:53 GMT
-CMD ["haproxy" "-f" "/usr/local/etc/haproxy/haproxy.cfg"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:75b2ebc99e7566bd922ef288beb4c7d7ff0db8160c56b84e6a8a29047c987d29`  
-		Last Modified: Tue, 28 Jun 2016 22:54:28 GMT  
-		Size: 1.7 MB (1719403 bytes)
-	-	`sha256:5bc3037cbdd51acb93cb44f65e53bc09353ee4952dbff7142b8d4c1be24d5590`  
-		Last Modified: Tue, 28 Jun 2016 22:55:06 GMT  
-		Size: 4.4 MB (4363530 bytes)
-	-	`sha256:c44df6bc0423e13a40a6d24e4ab66caccf287aa5c0102f3352b892de83b46aa7`  
-		Last Modified: Tue, 28 Jun 2016 22:55:04 GMT  
-		Size: 344.0 B
-
-## `haproxy:1`
-
-```console
-$ docker pull haproxy@sha256:81b3c7bfdc95bbaaf4d015fa32fb0e8fe136b09d3dfccf7a39f77b1bf4ac59ea
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `haproxy:1` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **57.4 MB (57435812 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:8bea5daaf8bb862e546643102350dd8cf363650eecb16f3bc9299fb5fe82c382`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["haproxy","-f","\/usr\/local\/etc\/haproxy\/haproxy.cfg"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 01:18:23 GMT
-RUN apt-get update && apt-get install -y libssl1.0.0 libpcre3 --no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 01:20:23 GMT
-ENV HAPROXY_MAJOR=1.6
-# Tue, 28 Jun 2016 22:50:46 GMT
-ENV HAPROXY_VERSION=1.6.6
-# Tue, 28 Jun 2016 22:50:46 GMT
-ENV HAPROXY_MD5=b418d83cf4f2da328f6eb8c255b8716b
-# Tue, 28 Jun 2016 22:52:51 GMT
-RUN buildDeps='curl gcc libc6-dev libpcre3-dev libssl-dev make' 	&& set -x 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& curl -SL "http://www.haproxy.org/download/${HAPROXY_MAJOR}/src/haproxy-${HAPROXY_VERSION}.tar.gz" -o haproxy.tar.gz 	&& echo "${HAPROXY_MD5}  haproxy.tar.gz" | md5sum -c 	&& mkdir -p /usr/src/haproxy 	&& tar -xzf haproxy.tar.gz -C /usr/src/haproxy --strip-components=1 	&& rm haproxy.tar.gz 	&& make -C /usr/src/haproxy 		TARGET=linux2628 		USE_PCRE=1 PCREDIR= 		USE_OPENSSL=1 		USE_ZLIB=1 		all 		install-bin 	&& mkdir -p /usr/local/etc/haproxy 	&& cp -R /usr/src/haproxy/examples/errorfiles /usr/local/etc/haproxy/errors 	&& rm -rf /usr/src/haproxy 	&& apt-get purge -y --auto-remove $buildDeps
-# Tue, 28 Jun 2016 22:52:52 GMT
-COPY file:b1cb7b827dc9fcd27909f9c233ac2faa2d7534c25992fa5f3402d22503666d6d in /
-# Tue, 28 Jun 2016 22:52:52 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Tue, 28 Jun 2016 22:52:53 GMT
-CMD ["haproxy" "-f" "/usr/local/etc/haproxy/haproxy.cfg"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:75b2ebc99e7566bd922ef288beb4c7d7ff0db8160c56b84e6a8a29047c987d29`  
-		Last Modified: Tue, 28 Jun 2016 22:54:28 GMT  
-		Size: 1.7 MB (1719403 bytes)
-	-	`sha256:5bc3037cbdd51acb93cb44f65e53bc09353ee4952dbff7142b8d4c1be24d5590`  
-		Last Modified: Tue, 28 Jun 2016 22:55:06 GMT  
-		Size: 4.4 MB (4363530 bytes)
-	-	`sha256:c44df6bc0423e13a40a6d24e4ab66caccf287aa5c0102f3352b892de83b46aa7`  
-		Last Modified: Tue, 28 Jun 2016 22:55:04 GMT  
-		Size: 344.0 B
-
-## `haproxy:latest`
-
-```console
-$ docker pull haproxy@sha256:81b3c7bfdc95bbaaf4d015fa32fb0e8fe136b09d3dfccf7a39f77b1bf4ac59ea
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `haproxy:latest` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **57.4 MB (57435812 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:8bea5daaf8bb862e546643102350dd8cf363650eecb16f3bc9299fb5fe82c382`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["haproxy","-f","\/usr\/local\/etc\/haproxy\/haproxy.cfg"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 01:18:23 GMT
-RUN apt-get update && apt-get install -y libssl1.0.0 libpcre3 --no-install-recommends && rm -rf /var/lib/apt/lists/*
-# Fri, 10 Jun 2016 01:20:23 GMT
-ENV HAPROXY_MAJOR=1.6
-# Tue, 28 Jun 2016 22:50:46 GMT
-ENV HAPROXY_VERSION=1.6.6
-# Tue, 28 Jun 2016 22:50:46 GMT
-ENV HAPROXY_MD5=b418d83cf4f2da328f6eb8c255b8716b
-# Tue, 28 Jun 2016 22:52:51 GMT
-RUN buildDeps='curl gcc libc6-dev libpcre3-dev libssl-dev make' 	&& set -x 	&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* 	&& curl -SL "http://www.haproxy.org/download/${HAPROXY_MAJOR}/src/haproxy-${HAPROXY_VERSION}.tar.gz" -o haproxy.tar.gz 	&& echo "${HAPROXY_MD5}  haproxy.tar.gz" | md5sum -c 	&& mkdir -p /usr/src/haproxy 	&& tar -xzf haproxy.tar.gz -C /usr/src/haproxy --strip-components=1 	&& rm haproxy.tar.gz 	&& make -C /usr/src/haproxy 		TARGET=linux2628 		USE_PCRE=1 PCREDIR= 		USE_OPENSSL=1 		USE_ZLIB=1 		all 		install-bin 	&& mkdir -p /usr/local/etc/haproxy 	&& cp -R /usr/src/haproxy/examples/errorfiles /usr/local/etc/haproxy/errors 	&& rm -rf /usr/src/haproxy 	&& apt-get purge -y --auto-remove $buildDeps
-# Tue, 28 Jun 2016 22:52:52 GMT
-COPY file:b1cb7b827dc9fcd27909f9c233ac2faa2d7534c25992fa5f3402d22503666d6d in /
-# Tue, 28 Jun 2016 22:52:52 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Tue, 28 Jun 2016 22:52:53 GMT
-CMD ["haproxy" "-f" "/usr/local/etc/haproxy/haproxy.cfg"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:75b2ebc99e7566bd922ef288beb4c7d7ff0db8160c56b84e6a8a29047c987d29`  
-		Last Modified: Tue, 28 Jun 2016 22:54:28 GMT  
-		Size: 1.7 MB (1719403 bytes)
-	-	`sha256:5bc3037cbdd51acb93cb44f65e53bc09353ee4952dbff7142b8d4c1be24d5590`  
-		Last Modified: Tue, 28 Jun 2016 22:55:06 GMT  
-		Size: 4.4 MB (4363530 bytes)
-	-	`sha256:c44df6bc0423e13a40a6d24e4ab66caccf287aa5c0102f3352b892de83b46aa7`  
-		Last Modified: Tue, 28 Jun 2016 22:55:04 GMT  
-		Size: 344.0 B
-
-## `haproxy:1.6.7-alpine`
-
-**does not exist** (yet?)
-
-## `haproxy:1.6-alpine`
-
-```console
-$ docker pull haproxy@sha256:5b38e112205127f7077c37cf4f6d9def61390fde9fd0f15385554ca3a7eab640
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `haproxy:1.6-alpine` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **4.7 MB (4738083 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:2d9994e12476bc1aaa10893d339fde7a353ebf66c7ab6497ca063786cf457de8`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["haproxy","-f","\/usr\/local\/etc\/haproxy\/haproxy.cfg"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Thu, 23 Jun 2016 20:29:42 GMT
-ENV HAPROXY_MAJOR=1.6
-# Tue, 28 Jun 2016 22:52:54 GMT
-ENV HAPROXY_VERSION=1.6.6
-# Tue, 28 Jun 2016 22:52:54 GMT
-ENV HAPROXY_MD5=b418d83cf4f2da328f6eb8c255b8716b
-# Tue, 28 Jun 2016 22:53:41 GMT
-RUN set -x 	&& apk add --no-cache --virtual .build-deps 		curl 		gcc 		libc-dev 		linux-headers 		make 		openssl-dev 		pcre-dev 		zlib-dev 	&& curl -SL "http://www.haproxy.org/download/${HAPROXY_MAJOR}/src/haproxy-${HAPROXY_VERSION}.tar.gz" -o haproxy.tar.gz 	&& echo "${HAPROXY_MD5}  haproxy.tar.gz" | md5sum -c 	&& mkdir -p /usr/src 	&& tar -xzf haproxy.tar.gz -C /usr/src 	&& mv "/usr/src/haproxy-$HAPROXY_VERSION" /usr/src/haproxy 	&& rm haproxy.tar.gz 	&& make -C /usr/src/haproxy 		TARGET=linux2628 		USE_PCRE=1 PCREDIR= 		USE_OPENSSL=1 		USE_ZLIB=1 		all 		install-bin 	&& mkdir -p /usr/local/etc/haproxy 	&& cp -R /usr/src/haproxy/examples/errorfiles /usr/local/etc/haproxy/errors 	&& rm -rf /usr/src/haproxy 	&& runDeps="$( 		scanelf --needed --nobanner --recursive /usr/local 			| awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' 			| sort -u 			| xargs -r apk info --installed 			| sort -u 	)" 	&& apk add --virtual .haproxy-rundeps $runDeps 	&& apk del .build-deps
-# Tue, 28 Jun 2016 22:53:42 GMT
-COPY file:b1cb7b827dc9fcd27909f9c233ac2faa2d7534c25992fa5f3402d22503666d6d in /
-# Tue, 28 Jun 2016 22:53:42 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Tue, 28 Jun 2016 22:53:43 GMT
-CMD ["haproxy" "-f" "/usr/local/etc/haproxy/haproxy.cfg"]
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:6d57712c5cdebd17fc7868bc2bf6172ca64a55d890bc81f3107d706d72a6c5fb`  
-		Last Modified: Tue, 28 Jun 2016 22:55:40 GMT  
-		Size: 2.4 MB (2427452 bytes)
-	-	`sha256:130d54cbe48fd930286a7e0d6b553d267865d5bc10f0a54a451ac4c46a9257ff`  
-		Last Modified: Tue, 28 Jun 2016 22:55:40 GMT  
-		Size: 345.0 B
-
-## `haproxy:1-alpine`
-
-```console
-$ docker pull haproxy@sha256:5b38e112205127f7077c37cf4f6d9def61390fde9fd0f15385554ca3a7eab640
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `haproxy:1-alpine` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **4.7 MB (4738083 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:2d9994e12476bc1aaa10893d339fde7a353ebf66c7ab6497ca063786cf457de8`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["haproxy","-f","\/usr\/local\/etc\/haproxy\/haproxy.cfg"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Thu, 23 Jun 2016 20:29:42 GMT
-ENV HAPROXY_MAJOR=1.6
-# Tue, 28 Jun 2016 22:52:54 GMT
-ENV HAPROXY_VERSION=1.6.6
-# Tue, 28 Jun 2016 22:52:54 GMT
-ENV HAPROXY_MD5=b418d83cf4f2da328f6eb8c255b8716b
-# Tue, 28 Jun 2016 22:53:41 GMT
-RUN set -x 	&& apk add --no-cache --virtual .build-deps 		curl 		gcc 		libc-dev 		linux-headers 		make 		openssl-dev 		pcre-dev 		zlib-dev 	&& curl -SL "http://www.haproxy.org/download/${HAPROXY_MAJOR}/src/haproxy-${HAPROXY_VERSION}.tar.gz" -o haproxy.tar.gz 	&& echo "${HAPROXY_MD5}  haproxy.tar.gz" | md5sum -c 	&& mkdir -p /usr/src 	&& tar -xzf haproxy.tar.gz -C /usr/src 	&& mv "/usr/src/haproxy-$HAPROXY_VERSION" /usr/src/haproxy 	&& rm haproxy.tar.gz 	&& make -C /usr/src/haproxy 		TARGET=linux2628 		USE_PCRE=1 PCREDIR= 		USE_OPENSSL=1 		USE_ZLIB=1 		all 		install-bin 	&& mkdir -p /usr/local/etc/haproxy 	&& cp -R /usr/src/haproxy/examples/errorfiles /usr/local/etc/haproxy/errors 	&& rm -rf /usr/src/haproxy 	&& runDeps="$( 		scanelf --needed --nobanner --recursive /usr/local 			| awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' 			| sort -u 			| xargs -r apk info --installed 			| sort -u 	)" 	&& apk add --virtual .haproxy-rundeps $runDeps 	&& apk del .build-deps
-# Tue, 28 Jun 2016 22:53:42 GMT
-COPY file:b1cb7b827dc9fcd27909f9c233ac2faa2d7534c25992fa5f3402d22503666d6d in /
-# Tue, 28 Jun 2016 22:53:42 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Tue, 28 Jun 2016 22:53:43 GMT
-CMD ["haproxy" "-f" "/usr/local/etc/haproxy/haproxy.cfg"]
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:6d57712c5cdebd17fc7868bc2bf6172ca64a55d890bc81f3107d706d72a6c5fb`  
-		Last Modified: Tue, 28 Jun 2016 22:55:40 GMT  
-		Size: 2.4 MB (2427452 bytes)
-	-	`sha256:130d54cbe48fd930286a7e0d6b553d267865d5bc10f0a54a451ac4c46a9257ff`  
-		Last Modified: Tue, 28 Jun 2016 22:55:40 GMT  
-		Size: 345.0 B
-
-## `haproxy:alpine`
-
-```console
-$ docker pull haproxy@sha256:5b38e112205127f7077c37cf4f6d9def61390fde9fd0f15385554ca3a7eab640
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `haproxy:alpine` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **4.7 MB (4738083 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:2d9994e12476bc1aaa10893d339fde7a353ebf66c7ab6497ca063786cf457de8`
--	Entrypoint: `["\/docker-entrypoint.sh"]`
--	Default Command: `["haproxy","-f","\/usr\/local\/etc\/haproxy\/haproxy.cfg"]`
-
-```dockerfile
-# Thu, 23 Jun 2016 19:55:18 GMT
-ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
-# Thu, 23 Jun 2016 20:29:42 GMT
-ENV HAPROXY_MAJOR=1.6
-# Tue, 28 Jun 2016 22:52:54 GMT
-ENV HAPROXY_VERSION=1.6.6
-# Tue, 28 Jun 2016 22:52:54 GMT
-ENV HAPROXY_MD5=b418d83cf4f2da328f6eb8c255b8716b
-# Tue, 28 Jun 2016 22:53:41 GMT
-RUN set -x 	&& apk add --no-cache --virtual .build-deps 		curl 		gcc 		libc-dev 		linux-headers 		make 		openssl-dev 		pcre-dev 		zlib-dev 	&& curl -SL "http://www.haproxy.org/download/${HAPROXY_MAJOR}/src/haproxy-${HAPROXY_VERSION}.tar.gz" -o haproxy.tar.gz 	&& echo "${HAPROXY_MD5}  haproxy.tar.gz" | md5sum -c 	&& mkdir -p /usr/src 	&& tar -xzf haproxy.tar.gz -C /usr/src 	&& mv "/usr/src/haproxy-$HAPROXY_VERSION" /usr/src/haproxy 	&& rm haproxy.tar.gz 	&& make -C /usr/src/haproxy 		TARGET=linux2628 		USE_PCRE=1 PCREDIR= 		USE_OPENSSL=1 		USE_ZLIB=1 		all 		install-bin 	&& mkdir -p /usr/local/etc/haproxy 	&& cp -R /usr/src/haproxy/examples/errorfiles /usr/local/etc/haproxy/errors 	&& rm -rf /usr/src/haproxy 	&& runDeps="$( 		scanelf --needed --nobanner --recursive /usr/local 			| awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' 			| sort -u 			| xargs -r apk info --installed 			| sort -u 	)" 	&& apk add --virtual .haproxy-rundeps $runDeps 	&& apk del .build-deps
-# Tue, 28 Jun 2016 22:53:42 GMT
-COPY file:b1cb7b827dc9fcd27909f9c233ac2faa2d7534c25992fa5f3402d22503666d6d in /
-# Tue, 28 Jun 2016 22:53:42 GMT
-ENTRYPOINT &{["/docker-entrypoint.sh"]}
-# Tue, 28 Jun 2016 22:53:43 GMT
-CMD ["haproxy" "-f" "/usr/local/etc/haproxy/haproxy.cfg"]
-```
-
--	Layers:
-	-	`sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58`  
-		Last Modified: Thu, 23 Jun 2016 19:56:16 GMT  
-		Size: 2.3 MB (2310286 bytes)
-	-	`sha256:6d57712c5cdebd17fc7868bc2bf6172ca64a55d890bc81f3107d706d72a6c5fb`  
-		Last Modified: Tue, 28 Jun 2016 22:55:40 GMT  
-		Size: 2.4 MB (2427452 bytes)
-	-	`sha256:130d54cbe48fd930286a7e0d6b553d267865d5bc10f0a54a451ac4c46a9257ff`  
-		Last Modified: Tue, 28 Jun 2016 22:55:40 GMT  
-		Size: 345.0 B

+ 2 - 4
haskell/README.md

@@ -2,11 +2,9 @@
 
 -	[`8.0.1`, `8.0`, `8`, `latest` (*8.0/Dockerfile*)](https://github.com/freebroccolo/docker-haskell/blob/e0efde5504642864811a7697ab945067bb6a042e/8.0/Dockerfile)
 
-[![](https://badge.imagelayers.io/haskell:latest.svg)](https://imagelayers.io/?images=haskell:8.0.1)
-
 For more information about this image and its history, please see [the relevant manifest file (`library/haskell`)](https://github.com/docker-library/official-images/blob/master/library/haskell). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fhaskell).
 
-For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `haskell/tag-details.md` file](https://github.com/docker-library/docs/blob/master/haskell/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs).
+For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `repos/haskell/tag-details.md` file](https://github.com/docker-library/repo-info/blob/master/repos/haskell/tag-details.md) in [the `docker-library/repo-info` GitHub repo](https://github.com/docker-library/repo-info).
 
 # What is Haskell?
 
@@ -91,7 +89,7 @@ This image is licensed under the MIT License (see [LICENSE](https://github.com/d
 
 # Supported Docker versions
 
-This image is officially supported on Docker version 1.11.2.
+This image is officially supported on Docker version 1.12.1.
 
 Support for older versions (down to 1.6) is provided on a best-effort basis.
 

+ 0 - 180
haskell/tag-details.md

@@ -1,180 +0,0 @@
-<!-- THIS FILE IS GENERATED VIA '.template-helpers/generate-tag-details.pl' -->
-
-# Tags of `haskell`
-
--	[`haskell:8.0.1`](#haskell801)
--	[`haskell:8.0`](#haskell80)
--	[`haskell:8`](#haskell8)
--	[`haskell:latest`](#haskelllatest)
-
-## `haskell:8.0.1`
-
-```console
-$ docker pull haskell@sha256:4701448c4ac50858bb53a4d0745fa13c4fff9151f1896edea97d954cb083a091
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `haskell:8.0.1` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **251.0 MB (251049757 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:f93d534528180edb44c24fa73a5a436e406534d90f4e039f16932ba57aee0184`
--	Default Command: `["ghci"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 01:22:29 GMT
-MAINTAINER Chris Biscardi <[email protected]>
-# Fri, 10 Jun 2016 01:22:30 GMT
-ENV LANG=C.UTF-8
-# Thu, 16 Jun 2016 21:59:14 GMT
-RUN echo 'deb http://ppa.launchpad.net/hvr/ghc/ubuntu trusty main' > /etc/apt/sources.list.d/ghc.list &&     echo 'deb http://download.fpcomplete.com/debian/jessie stable main'| tee /etc/apt/sources.list.d/fpco.list &&     apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F6F88286 &&     apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C5705533DA4F78D8664B5DC0575159689BEFB442 &&     apt-get update &&     apt-get install -y --no-install-recommends cabal-install-1.24 ghc-8.0.1 happy-1.19.5 alex-3.1.7             stack zlib1g-dev libtinfo-dev libsqlite3-0 libsqlite3-dev ca-certificates g++ git &&     rm -rf /var/lib/apt/lists/*
-# Thu, 16 Jun 2016 21:59:14 GMT
-ENV PATH=/root/.cabal/bin:/root/.local/bin:/opt/cabal/1.24/bin:/opt/ghc/8.0.1/bin:/opt/happy/1.19.5/bin:/opt/alex/3.1.7/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Thu, 16 Jun 2016 21:59:15 GMT
-CMD ["ghci"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:6004f83602808920f770d797aeb7b9c64aa2f559cea65ecfae7704d160419b58`  
-		Last Modified: Thu, 16 Jun 2016 22:00:27 GMT  
-		Size: 199.7 MB (199697222 bytes)
-
-## `haskell:8.0`
-
-```console
-$ docker pull haskell@sha256:4701448c4ac50858bb53a4d0745fa13c4fff9151f1896edea97d954cb083a091
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `haskell:8.0` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **251.0 MB (251049757 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:f93d534528180edb44c24fa73a5a436e406534d90f4e039f16932ba57aee0184`
--	Default Command: `["ghci"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 01:22:29 GMT
-MAINTAINER Chris Biscardi <[email protected]>
-# Fri, 10 Jun 2016 01:22:30 GMT
-ENV LANG=C.UTF-8
-# Thu, 16 Jun 2016 21:59:14 GMT
-RUN echo 'deb http://ppa.launchpad.net/hvr/ghc/ubuntu trusty main' > /etc/apt/sources.list.d/ghc.list &&     echo 'deb http://download.fpcomplete.com/debian/jessie stable main'| tee /etc/apt/sources.list.d/fpco.list &&     apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F6F88286 &&     apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C5705533DA4F78D8664B5DC0575159689BEFB442 &&     apt-get update &&     apt-get install -y --no-install-recommends cabal-install-1.24 ghc-8.0.1 happy-1.19.5 alex-3.1.7             stack zlib1g-dev libtinfo-dev libsqlite3-0 libsqlite3-dev ca-certificates g++ git &&     rm -rf /var/lib/apt/lists/*
-# Thu, 16 Jun 2016 21:59:14 GMT
-ENV PATH=/root/.cabal/bin:/root/.local/bin:/opt/cabal/1.24/bin:/opt/ghc/8.0.1/bin:/opt/happy/1.19.5/bin:/opt/alex/3.1.7/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Thu, 16 Jun 2016 21:59:15 GMT
-CMD ["ghci"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:6004f83602808920f770d797aeb7b9c64aa2f559cea65ecfae7704d160419b58`  
-		Last Modified: Thu, 16 Jun 2016 22:00:27 GMT  
-		Size: 199.7 MB (199697222 bytes)
-
-## `haskell:8`
-
-```console
-$ docker pull haskell@sha256:4701448c4ac50858bb53a4d0745fa13c4fff9151f1896edea97d954cb083a091
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `haskell:8` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **251.0 MB (251049757 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:f93d534528180edb44c24fa73a5a436e406534d90f4e039f16932ba57aee0184`
--	Default Command: `["ghci"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 01:22:29 GMT
-MAINTAINER Chris Biscardi <[email protected]>
-# Fri, 10 Jun 2016 01:22:30 GMT
-ENV LANG=C.UTF-8
-# Thu, 16 Jun 2016 21:59:14 GMT
-RUN echo 'deb http://ppa.launchpad.net/hvr/ghc/ubuntu trusty main' > /etc/apt/sources.list.d/ghc.list &&     echo 'deb http://download.fpcomplete.com/debian/jessie stable main'| tee /etc/apt/sources.list.d/fpco.list &&     apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F6F88286 &&     apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C5705533DA4F78D8664B5DC0575159689BEFB442 &&     apt-get update &&     apt-get install -y --no-install-recommends cabal-install-1.24 ghc-8.0.1 happy-1.19.5 alex-3.1.7             stack zlib1g-dev libtinfo-dev libsqlite3-0 libsqlite3-dev ca-certificates g++ git &&     rm -rf /var/lib/apt/lists/*
-# Thu, 16 Jun 2016 21:59:14 GMT
-ENV PATH=/root/.cabal/bin:/root/.local/bin:/opt/cabal/1.24/bin:/opt/ghc/8.0.1/bin:/opt/happy/1.19.5/bin:/opt/alex/3.1.7/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Thu, 16 Jun 2016 21:59:15 GMT
-CMD ["ghci"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:6004f83602808920f770d797aeb7b9c64aa2f559cea65ecfae7704d160419b58`  
-		Last Modified: Thu, 16 Jun 2016 22:00:27 GMT  
-		Size: 199.7 MB (199697222 bytes)
-
-## `haskell:latest`
-
-```console
-$ docker pull haskell@sha256:4701448c4ac50858bb53a4d0745fa13c4fff9151f1896edea97d954cb083a091
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `haskell:latest` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **251.0 MB (251049757 bytes)**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:f93d534528180edb44c24fa73a5a436e406534d90f4e039f16932ba57aee0184`
--	Default Command: `["ghci"]`
-
-```dockerfile
-# Thu, 09 Jun 2016 21:28:42 GMT
-ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
-# Thu, 09 Jun 2016 21:28:43 GMT
-CMD ["/bin/bash"]
-# Fri, 10 Jun 2016 01:22:29 GMT
-MAINTAINER Chris Biscardi <[email protected]>
-# Fri, 10 Jun 2016 01:22:30 GMT
-ENV LANG=C.UTF-8
-# Thu, 16 Jun 2016 21:59:14 GMT
-RUN echo 'deb http://ppa.launchpad.net/hvr/ghc/ubuntu trusty main' > /etc/apt/sources.list.d/ghc.list &&     echo 'deb http://download.fpcomplete.com/debian/jessie stable main'| tee /etc/apt/sources.list.d/fpco.list &&     apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F6F88286 &&     apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C5705533DA4F78D8664B5DC0575159689BEFB442 &&     apt-get update &&     apt-get install -y --no-install-recommends cabal-install-1.24 ghc-8.0.1 happy-1.19.5 alex-3.1.7             stack zlib1g-dev libtinfo-dev libsqlite3-0 libsqlite3-dev ca-certificates g++ git &&     rm -rf /var/lib/apt/lists/*
-# Thu, 16 Jun 2016 21:59:14 GMT
-ENV PATH=/root/.cabal/bin:/root/.local/bin:/opt/cabal/1.24/bin:/opt/ghc/8.0.1/bin:/opt/happy/1.19.5/bin:/opt/alex/3.1.7/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-# Thu, 16 Jun 2016 21:59:15 GMT
-CMD ["ghci"]
-```
-
--	Layers:
-	-	`sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b`  
-		Last Modified: Thu, 09 Jun 2016 21:30:47 GMT  
-		Size: 51.4 MB (51352535 bytes)
-	-	`sha256:6004f83602808920f770d797aeb7b9c64aa2f559cea65ecfae7704d160419b58`  
-		Last Modified: Thu, 16 Jun 2016 22:00:27 GMT  
-		Size: 199.7 MB (199697222 bytes)

+ 2 - 4
hello-seattle/README.md

@@ -2,11 +2,9 @@
 
 -	[`latest` (*hello-seattle/Dockerfile*)](https://github.com/docker-library/hello-world/blob/85fd7ab65e079b08019032479a3f306964a28f4d/hello-seattle/Dockerfile)
 
-[![](https://badge.imagelayers.io/hello-seattle:latest.svg)](https://imagelayers.io/?images=hello-seattle:latest)
-
 For more information about this image and its history, please see [the relevant manifest file (`library/hello-seattle`)](https://github.com/docker-library/official-images/blob/master/library/hello-seattle). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fhello-seattle).
 
-For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `hello-seattle/tag-details.md` file](https://github.com/docker-library/docs/blob/master/hello-seattle/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs).
+For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `repos/hello-seattle/tag-details.md` file](https://github.com/docker-library/repo-info/blob/master/repos/hello-seattle/tag-details.md) in [the `docker-library/repo-info` GitHub repo](https://github.com/docker-library/repo-info).
 
 # Hello, DockerCon 2016 (Seattle)!
 
@@ -41,7 +39,7 @@ See [the `hello-world` image description](https://hub.docker.com/_/hello-world/)
 
 # Supported Docker versions
 
-This image is officially supported on Docker version 1.11.2.
+This image is officially supported on Docker version 1.12.1.
 
 Support for older versions (down to 1.6) is provided on a best-effort basis.
 

+ 0 - 35
hello-seattle/tag-details.md

@@ -1,35 +0,0 @@
-<!-- THIS FILE IS GENERATED VIA '.template-helpers/generate-tag-details.pl' -->
-
-# Tags of `hello-seattle`
-
--	[`hello-seattle:latest`](#hello-seattlelatest)
-
-## `hello-seattle:latest`
-
-```console
-$ docker pull hello-seattle@sha256:e4844d1a2ad14ad276afaae1a1ea0ff9222f0bf1a241514a0167bbea13f74a23
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `hello-seattle:latest` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **987.0 B**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:9dd7ceeaf09214353799603b7ef86da43edde2fa68f8b7ff81bbea20c83ba0e9`
--	Default Command: `["\/hello"]`
-
-```dockerfile
-# Fri, 01 Jul 2016 19:39:08 GMT
-COPY file:bbad69d46138d5f32f22ce92f2882b3fbfce597005fdb9f3b8c1ac3d5038f519 in /
-# Fri, 01 Jul 2016 19:39:09 GMT
-CMD ["/hello"]
-```
-
--	Layers:
-	-	`sha256:59831f7bd3ac397862ac511c9cae00cf09f5dddc0a79327faffdcb1d5086d285`  
-		Last Modified: Fri, 01 Jul 2016 19:39:15 GMT  
-		Size: 987.0 B

+ 2 - 4
hello-world/README.md

@@ -2,11 +2,9 @@
 
 -	[`latest` (*hello-world/Dockerfile*)](https://github.com/docker-library/hello-world/blob/85fd7ab65e079b08019032479a3f306964a28f4d/hello-world/Dockerfile)
 
-[![](https://badge.imagelayers.io/hello-world:latest.svg)](https://imagelayers.io/?images=hello-world:latest)
-
 For more information about this image and its history, please see [the relevant manifest file (`library/hello-world`)](https://github.com/docker-library/official-images/blob/master/library/hello-world). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fhello-world).
 
-For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `hello-world/tag-details.md` file](https://github.com/docker-library/docs/blob/master/hello-world/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs).
+For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `repos/hello-world/tag-details.md` file](https://github.com/docker-library/repo-info/blob/master/repos/hello-world/tag-details.md) in [the `docker-library/repo-info` GitHub repo](https://github.com/docker-library/repo-info).
 
 # Example output
 
@@ -47,7 +45,7 @@ This image is a prime example of using the [`scratch`](https://registry.hub.dock
 
 # Supported Docker versions
 
-This image is officially supported on Docker version 1.11.2.
+This image is officially supported on Docker version 1.12.1.
 
 Support for older versions (down to 1.6) is provided on a best-effort basis.
 

+ 0 - 35
hello-world/tag-details.md

@@ -1,35 +0,0 @@
-<!-- THIS FILE IS GENERATED VIA '.template-helpers/generate-tag-details.pl' -->
-
-# Tags of `hello-world`
-
--	[`hello-world:latest`](#hello-worldlatest)
-
-## `hello-world:latest`
-
-```console
-$ docker pull hello-world@sha256:0256e8a36e2070f7bf2d0b0763dbabdd67798512411de4cdcf9431a1feb60fd9
-```
-
--	Platforms:
-	-	linux; amd64
-
-### `hello-world:latest` - linux; amd64
-
--	Docker Version: 1.10.3
--	Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json`
--	Total Size: **974.0 B**  
-	(compressed transfer size, not on-disk size)
--	Image ID: `sha256:c54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc`
--	Default Command: `["\/hello"]`
-
-```dockerfile
-# Fri, 01 Jul 2016 19:39:26 GMT
-COPY file:21fb0ede514e588c72071bfbd3c577e2f6a669db9351d1a435e21baf895efcd6 in /
-# Fri, 01 Jul 2016 19:39:27 GMT
-CMD ["/hello"]
-```
-
--	Layers:
-	-	`sha256:c04b14da8d1441880ed3fe6106fb2cc6fa1c9661846ac0266b8a5ec8edf37b7c`  
-		Last Modified: Fri, 01 Jul 2016 19:39:34 GMT  
-		Size: 974.0 B

+ 2 - 4
hipache/README.md

@@ -2,11 +2,9 @@
 
 -	[`latest`, `0.3.1` (*Dockerfile*)](https://github.com/dotcloud/hipache/blob/c2d4864a663d976ff2560493fe8e0dd424b792b3/Dockerfile)
 
-[![](https://badge.imagelayers.io/hipache:latest.svg)](https://imagelayers.io/?images=hipache:latest)
-
 For more information about this image and its history, please see [the relevant manifest file (`library/hipache`)](https://github.com/docker-library/official-images/blob/master/library/hipache). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fhipache).
 
-For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `hipache/tag-details.md` file](https://github.com/docker-library/docs/blob/master/hipache/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs).
+For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `repos/hipache/tag-details.md` file](https://github.com/docker-library/repo-info/blob/master/repos/hipache/tag-details.md) in [the `docker-library/repo-info` GitHub repo](https://github.com/docker-library/repo-info).
 
 # What is Hipache?
 
@@ -16,7 +14,7 @@ Hipache was originally developed at [dotCloud](http://www.dotcloud.com), a popul
 
 # Supported Docker versions
 
-This image is officially supported on Docker version 1.11.2.
+This image is officially supported on Docker version 1.12.1.
 
 Support for older versions (down to 1.6) is provided on a best-effort basis.
 

Неке датотеке нису приказане због велике количине промена