foreman-dockerforeman_dockerhammer_cli_foreman_docker
Refs #7642 - Create docker image and tag models
Fixes #7977 - Enabling rubocop for foreman-docker
Fixes #7948 - order containers index by name
Fixes #7895 - Deleted containers message and redirect
Fixes #7912 - Wizard path error and tests
Rubocop support and config
Containers wizard and index
Controllers and engine for containers
Add docker RABL to API
Without this template, compute_resources/main.json.rabl will look for adocker.json template with no avail. This results in failedapi/compute_resources index and show calls (for Docker CRs).
Show container info even if entrypoint is empty
ENTRYPOINT and CMD might be nil on the container. In this case, thecurrent code just throws a 500 because it's checking for .any? on a nilobject instead of .present?
View revisions
Also available in: Atom