Fixes #7865 - Adds support for configuring dns during container creation
Fixes #7864 - Adds support for exposed_ports
Fixes #9338: permission filters can be created now
Fixes #9310, #9518 - Create containers using katello repos
This commit adds code to create Containers using katello repos.
Fixes #9643 - Added search param to the containers index API
Fixes #9829 - Revert image_search to old method
fixes #9544: added downcase_hash_keys mathod
Fixes #9382 - Use connection info when connecting to docker
Fixes #9570 - Only set username/password/email if present
Fixes #9456 - Validate docker registry URL
Fixes #9242 - Backport image_search to fog 1.24
Fixes #9269 - Validate registry name
Fixes #9229 - Handles non username/password private registry case
refs #8918 - Enable creating container via katello
This commit provides the integration point to enable katello provisiondocker container
fixes #9230 - add table name to query to avoid psql errors
Fixes #9177 - 1.7 compatibility fixes
Fixes #9159 - Fix rubocop 0.28.0 errors
Revert "Fixes #8409 - Pull docker image asynchronously"
This reverts commit 16234b270677486ea197a0dca54b14ed981abfc5.
Conflicts: app/models/service/containers.rb
fixes #9033: errors encountered in new container wizard are being shown now
Fixes #8409 - Pull docker image asynchronously
fixes #8784: defines max_cpu_count for docker compute resource
fixes #9004: wizard moves correctly between persisted states now
Refs #8409 - Partially addressing pull before create container
Inital code to do a pull of an image before creating a container.Note likely this part is going to change once we add foreman tasks butthis is the start point.
Fixes #8393: added support for basic auth for standalone registries
Fixes #8485 - Taxable containers
Fixes #8637 - local registry container support
Prior to this commit, one could not start containers connected to alocal or non docker hub external registry. This is because the containerparametrize call did not properly prefix the registry url in its Image name....
Refs #7867 - Container wizard state refactor
fixes #7867: container creation wizard now tracks state in dedicated objects
Fixes #8632 - Move docker tables out of foreman-docker
Fixes #8226 - Support environment variables creation
Fixes #7647: Added support for external registries
Fixes #8375 - Not validating tag uniqueness per image
Images can have duplicate tags as images are shared across repositories. Forexample, two repos could have a "latest" tag for an image.
Fixes #8398 - Authentication error returns 500
Fixes #8329 - Search images in the hub
When an image cannot be found, the magnifier glass button displays thesearch results, including stars, description and a link to the hub.After the user clicks on an image, tags are auto pulled.
Fixes #8236: 1.6 compatibility
Fixes #8096 #8097: Improve cpuset cpushare form
Fixes #7872 - Create container without Fog to assign name
Fog is currently making the key 'name' camelcase which is preventing theDocker API from picking it up and use it as a name. Until Fog ispatched, we should use docker-api to set the name properly.
Fixes #8124 - Entrypoint sent to API
Fixes #8123 - Faster auto-complete with spinner
Fixes #8036: Validate images and tags
Fixes #7870: support for auto-complete in image search
Fixes #8034 - Console support for compute resources
Fixes #8031 - container model initialization is no longer order-dependent
Fixes #7967 - Show processes running in a container
Fixes #7997 - Fixing foreign key on tags relationship for images
Fixes #7986 - Save container UUID and display managed containers
Refs #7642 - Refactor image/tag and tests
Refs #7642 - Create docker image and tag models
Fixes #7977 - Enabling rubocop for foreman-docker
Rubocop support and config
Containers wizard and index
Controllers and engine for containers
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?
Update to pass CR class to plugin registration
initial commit