Commit Graph

19 Commits

Author SHA1 Message Date
Joe Ferguson e15d8773eb Adjust debian doc to not reference `jessie` or `stretch` 2022-08-16 11:42:57 -07:00
Tianon Gravi 9485550baa Adjust "repo:<version>" text ordering to more explicitly recommend "-suite" variants
> ## `ruby:<version>`
>
> This is the defacto image. If you are unsure about what your needs are, you probably want to use this one. It is designed to be used both as a throw away container (mount your source code and start the container to start your app), as well as the base to build other images off of.
>
> Some of these tags may have names like buster or stretch in them. These are the suite code names for releases of [Debian](https://wiki.debian.org/DebianReleases) and indicate which release the image is based on. If your image needs to install any additional packages beyond what comes with the image, you'll likely want to specify one of these explicitly to minimize breakage when there are new releases of Debian.
>
> This tag is based off of [`buildpack-deps`](https://hub.docker.com/_/buildpack-deps/). `buildpack-deps` is designed for the average user of Docker who has many images on their system. It, by design, has a large number of extremely common Debian packages. This reduces the number of packages that images that derive from it need to install, thus reducing the overall size of all images on your system.
2019-09-13 12:56:07 -07:00
Tianon Gravi 35dab1c8ca Update to use new "DockerFroms" (and "ArchLastStageFrom") function
See https://github.com/docker-library/official-images/pull/5929
2019-06-13 16:45:28 -07:00
Joe Ferguson 30eb144322 Update Docker Hub url; also don't match Debian "testing" in tags of other images 2018-10-11 14:11:43 -07:00
Joe Ferguson 8e97f59d42 Add blurb for "*-stretch" and "*-xenial" tags; Improve variant detection for "windowsservercore-zzz" tags 2018-10-11 13:53:34 -07:00
Tianon Gravi 4b0f219a2c Implement "archFilter" to fix arch-specific "Shared Tags" lists 2018-08-23 12:27:16 -07:00
Tianon Gravi d7a226bc9f Fix an assumption of repos having a "latest" tag
This also changes the `buildpack-deps` detection so that it only triggers the "this image is large with lots of packages" description if some tag of the image being described is `FROM buildpack-deps` (and _not_ simply `-curl` or `-scm` variants), which adjusts `golang`, `haxe`, `influxdb`, `kapacitor`, `openjdk`, and `telegraf` to correctly have the shorter non-`buildpack-deps`-referencing description.
2017-09-13 14:15:33 -07:00
Tianon Gravi 4ee7a17925 Fix variant detection for tags like "1.8-onbuild" 2017-09-05 16:02:02 -07:00
Tianon Gravi 12b4b63561 Update docs to filter arch-specific content a bit better (variants, supported tags)
This uses the combination of us pushing to a namespace + `BASHBREW_ARCH` being set to determine whether we're pushing to an arch-specific page and should thus appropriately filter all content to the current architecture.
2017-07-12 16:44:44 -07:00
Tianon Gravi 9be18fd843 Update variant helpers with the same logic as the tags helper 2017-05-11 15:43:39 -07:00
Tianon Gravi ef6ee10394 Fix "variant" parsing for 2822-based manifests (#620) 2016-06-27 11:55:08 -07: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 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 91c373d218 MOAR PIPEFAIL 2015-06-02 09:42:28 -07:00
Tianon Gravi 148c243cc9 Add "-f" to curl invocations 2015-05-26 11:43:53 -07: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
Joe Ferguson 30ac340383 Initial onbuild/slim description generation 2015-02-24 16:17:26 -08:00