This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
Releases: piontec/docker-enforcer
Releases · piontec/docker-enforcer
0.8.15: security update
0.8.14: bug fix release
This release fixes two issues (see PR #53 for details):
- Docker Enforcer does not show a correct initial image name. It shows the relate sha256 hash.
- Docker Enforcer fails with an exception when we send a request without information about an image.
0.8.12: security upgrade
- flask updated to 0.12.4
0.8.11: bugfix release
- fix the name of the "name" attribute (@kizzie)
0.8.10: bugfix release
- fixed bug in the method used to kill a container, including test and docs fixes (@kizzie)
0.8.9: support for looking up image names by hash
- If in the request an image hash, not name, is given, Docker Enforcer tries to look up the name associated with the hash. That way rules based on image name should work even with image hashes in requests.
0.8.8: bugfix release
- allow for empty HostConfig (rocker does that)
- normalize all parameters by converting them to lower characters
0.8.7: bugfix release
- fix exception when labels are not present
0.8.6: bugfix release
- better tests coverage for docker integration API
0.8.5: bugfix release
- fixed handling of invalid or empty requests
- fixed getting Name from container's properties