Commit Graph

43 Commits

Author SHA1 Message Date
Tianon Gravi 9552e256f9 Remove broken imagelayers badges (#653) 2016-08-09 11:12:23 -07:00
Tianon Gravi d67a11f20d Officially move "tag-details.md" over to "docker-library/repo-info" 2016-08-05 13:21:19 -07:00
Tianon Gravi ef6ee10394 Fix "variant" parsing for 2822-based manifests (#620) 2016-06-27 11:55:08 -07:00
Tianon Gravi 20962d95d0 Appease markdownfmt 2016-06-15 10:21:33 -07:00
Tianon Gravi 2af56b2774 Add proper support for schemaVersion 2 (including manifest lists) in generate-tag-details.pl 2016-06-13 12:48:27 -07:00
Tianon Gravi a558264f9c Rewrite token handling to simplify the "registry" interface (especially now that we need to expand that interface with more requests) 2016-06-10 14:25:13 -07:00
Tianon Gravi eb5d2577d1 Update "generate-dockerfile-links-partial.sh" to utilize new bashbrew features for parsing manifest files 2016-06-06 10:56:34 -07:00
Tianon Gravi 55cea02737 Handle the fallout of flattened strings from Docker 1.10+ (as best we can currently) 2016-05-18 16:13:26 -07:00
Joe Ferguson 2e1d4451ef Remove mailing-list due to extra complexity 2016-05-12 16:52:58 -07:00
Tianon Gravi ba5ce59734 Parse build args in .template-helpers/generate-tag-details.pl for cleaner/clearer display 2016-03-30 16:16:21 -07:00
Tianon Gravi 2c39867f19 Adjust a couple URLs to clarify the process slightly more 2016-03-17 09:50:40 -07:00
Tianon Gravi cda8fe4ee1 Tolerate missing v2 "Last-Modified" value 2016-02-22 09:13:33 -08:00
Tianon Gravi 9cd338a392 Add a link that shows off our image layer sharing 2016-02-01 08:48:12 -08:00
Tianon Gravi 5af669ed5a Add a link to a useful Hacker News thread and to the Alpine image page for pointing folks at how to install new packages 2016-01-03 20:46:48 -08:00
Tianon Gravi f95b39f921 Let tag-details be more forgiving of a 404 2015-12-14 14:10:37 -08:00
Tianon Gravi 1a10df7459 Switch from using "[[:space:]]" to just using "[ \t]" (especially so that mawk is an acceptable awk implementation) 2015-12-11 12:26:07 -08:00
Tianon Gravi 653d09b047 Fix minor bug with generate-tag-details.pl related to "Size" fields that were null instead of 0 2015-12-02 14:45:21 -08:00
Pål Ruud 66bdc9c9ae variant-alpine: explain often missing tooling 2015-12-02 22:42:53 +01:00
Tianon Gravi 886b919127 Add text to explain "alpine" variants! 2015-11-13 10:00:25 -08:00
Tianon Gravi 198b32f687 Move the theoretical best-effort support line from Docker 1.0 up to Docker 1.6 2015-10-05 15:21:37 -07:00
Tianon Gravi 9e947fd6be Add back "pull by digest" to the tag-details page...
Lost this when I ported to Perl, doh!
2015-09-18 12:42:12 -07:00
Tianon Gravi f238f110b6 Add some simple retries logic to generate-tag-details.pl for better stability 2015-09-09 11:04:56 -07:00
Tianon Gravi aa98a5649b Fix silly UTF-8 Perl bug 2015-09-09 09:56:34 -07:00
Tianon Gravi af8eb8dfce Rewrite "generate-tag-details.sh" in Perl for better correctness and cooler features 2015-09-09 09:34:22 -07:00
Tianon Gravi c2ae7feaab Add new "generate-tag-details" helper that creates detailed files with tag data 2015-09-08 13:39:39 -07:00
Tianon Gravi 0ec56eef5e Clarify slightly that the image is actually updated by making pull requests against the official-images repository 2015-09-02 12:42:43 -07:00
Tianon Gravi 7b731dc9b2 Update variant.sh with a bit more flexibility (so we can have "variant override" files per-image) 2015-07-16 11:47:12 -07:00
Tianon Gravi a12be30d07 Handle more failure edge cases in update.sh 2015-06-03 10:09:26 -07:00
yosifkit 1e966f691d Merge pull request #251 from infosiftr/more-explicit-onbuild-appropriateness-description
Add more explicit description for why "onbuild" variants exist and for when they're appropriate to use (and when it's time to "graduate")
2015-06-02 09:57:44 -07:00
Tianon Gravi 888b24fba6 Add more explicit description for why "onbuild" variants exist and for when they're appropriate to use (and when it's time to "graduate") 2015-06-02 09:57:19 -07:00
Tianon Gravi 91c373d218 MOAR PIPEFAIL 2015-06-02 09:42:28 -07:00
Tianon Gravi bc324ae83b PIPEFAIL 2015-06-02 09:40:42 -07:00
Tianon Gravi 148c243cc9 Add "-f" to curl invocations 2015-05-26 11:43:53 -07:00
Pavel Vaněček 03154c8b1e Update user-feedback.md
typo
2015-05-09 11:27:06 +02:00
Tianon Gravi 7d8c0a28bd Add trailing `/` for consistency 2015-04-09 13:56:32 -06:00
Tianon Gravi 41007c0e38 Add documentation for where the docs live and how to update them 2015-04-09 13:02:02 -06:00
Tianon Gravi 4f02214a70 Merge pull request #172 from infosiftr/onbuilds
Initial onbuild/slim description generation
2015-04-03 16:18:58 -06:00
William Blankenship d50d315308 Style changes and only process dockerfiles from github.com 2015-03-17 17:53:55 -05:00
William Blankenship a8517af5ea default `image-[version]` wording, and ran `update.sh` 2015-03-17 09:27:30 -05:00
William Blankenship 78d6ca1359 Detect if base image uses buildpack-deps 2015-03-16 19:08:12 -05:00
Tianon Gravi 816691a066 Add some official docker-compose.yml scaffolding
This includes an example `docker-compose.yml` for WordPress.
2015-02-26 13:41:12 -07:00
Joe Ferguson 30ac340383 Initial onbuild/slim description generation 2015-02-24 16:17:26 -08:00
Joe Ferguson f7c900fdbc Move helper scripts and templates to a directory 2015-02-24 13:40:57 -08:00