- Jul 26, 2018
-
-
Rhys Arkins authored
-
Nicolas Byl authored
Adds support for processing www-authenticate Header to obtain a token from the Docker servers. In particular, this enables Artifactory to work (without username/passwords for now). This is backwards-compatible to Docker Hub which issues this header with the current hard-coded URLs.
-
- Jul 21, 2018
-
- Jul 20, 2018
-
-
Rhys Arkins authored
Removes custom Docker lookup code and instead integrates it with the generic lookup routine used by other package managers. Logic for digest support was added but is used by Docker-only for now. Closes #2081, Closes #2276
-
- Jun 29, 2018
-
-
Rhys Arkins authored
- Jun 24, 2018
-
- May 08, 2018
-
- Mar 29, 2018
-
-
Rhys Arkins authored
- Mar 23, 2018
-
-
Rhys Arkins authored
Adds support for custom docker registries. To work (for now), registries must support anonymous public access to their v2 API. Tested against quay.io and gcr.io, including tags pagination for quay. Also needed to add a 10s timeout for registry queries to catch private/firewalled registries that we can't access. Closes #797
- Mar 21, 2018
-
- Mar 20, 2018
-
- Feb 27, 2018
-
- Dec 05, 2017
-
-
renovate[bot] authored
* chore(deps): update dependency prettier to v1.9.0 * run prettier
-
- Nov 22, 2017
-
-
Rhys Arkins authored
This reverts commit 371f1cbf.
-
Rhys Arkins authored
Use got’s built-in caching with in-memory map. Closes #1028
-
- Nov 08, 2017
-
- Nov 07, 2017
-
-
renovate[bot] authored
* chore(deps): update dependency prettier to v1.8.0 * reformat
-
- Nov 06, 2017
-
-
Rhys Arkins authored
This PR adds support for 'AS' names in Dockerfiles. e.g. `FROM node:8 AS base`. It also adds logic to detect and ignore - for now - any image sources from custom registries.
-
- Oct 24, 2017
-
-
Rhys Arkins authored
docker and npm
-
Rhys Arkins authored
This feature enables docker tag "upgrading". Examples: - From `node:6` to `node:8` - From `node:6.10` to `node:6.11` - From `node:6.11.1` to `node:6.11.3` - From `node:6.10-onbuild` to `node:6.11-onbuild` Currently these are disabled by default so they are opt-in, you can enable them by setting e.g. `{ docker: { minor: { enabled: true }, major: { enabled: true }}` Closes #930
- Sep 15, 2017
-
-
renovate[bot] authored
* chore(deps): update dependency eslint-config-airbnb-base to v12.0.0 * fix lint
-
- Sep 14, 2017
-
-
Rhys Arkins authored
This feature adds initial support for renovating Dockerfiles. Renovate now: - Detects all `Dockerfile`s in repo - Searches for `FROM x` in first non-comment line, breaks x into image, tag, digest - Queries public Docker registry for image:tag combination to find latest digest - Patches Dockerfile if necessary - Creates branches/PRs as like with npm Closes #795
-