Releases: Polyconseil/grocker
Releases · Polyconseil/grocker
6.2.1
Changelog
- Use latest pip version (10.0)
6.2
Changelog
- Switch to Docker(-py) 3.0
6.1
Changelog
- Remove grocker version from the image default tag
6.0
Changelog
- Allow to set environment variables on the final image
- Deprecate Jessie runtimes
- Allow to use Debian Jessie (Python 2.7 et 3.4), Debian Stretch (Python 3.5) and Alpine (Python 3.6) as base distribution (breaking change)
- Simplify dependency declaration (breaking change)
- Manage HTTPError when using get or build image
5.4
Changelog
- Use python venv instead of virtualenv in compile image
5.3
Changelog
- Support of pip trusted host config in wheel builder.
- Retrieve image manifest digest from registry.
5.2
Changelog
- Adds gnupg2 to allow grocker to build stretch images.
5.1
Changelog
- Also extract pip's timeout configuration from local pip configuration file
5.0
Changelog
- Switch cli to click (breaking change)
- Add support for Python 3.6
- Drop obsolete .grocker file
- Switch to docker(-py) 2
- Only manage Grocker created stuff when purging
- Drop cron, ssmtp and sudo specific code
- Add support for alpine base images
4.6
Changelog
- Use env vars to pass pip constraint file to wheel compiler.
- Fix empty config file bug