foreman-dockerforeman_dockerhammer_cli_foreman_docker
More Rails 5.1 changes
Fixes #20355 - Request registry results in JSON
Fixes #16235 - Add verify SSL option for Registries
To allow using registries with an invalid certificatethe "Verify ssl" option disables verification forconnections to a registry.
Fixes #18518 - Add proper validation for container image
For now the image has only been validate via the resultof the search, but not enforced on the server side.
The model validation brings now proper feedback whenthe form has been submitted to the server.
Fixes #18733 - Prevent fallback to Docker Hub on registry search
When searching for an external registry the search would showresults from Docker Hub due to it searching via the computeresource.
By using a registry parameter to indicate which search tab is...
Fixes #14175 - Add support for Docker Registry v2
This adds more functionallity to RegistryApi and queries /v2/endpoints in case requests to v1 of the registry API fail.
Fixes #13043 - Change Parameter inheritance to DockerParameter
Refs #9752 - Test Docker errors are propagated
Fixes #15888 - Remove attr_accessible calls
Fixes #9752 - Pass Docker errors to controller
View revisions
Also available in: Atom