Containers¶
Galaxy-NG¶
An all-in-one galaxy image that can assume each of the following types of service:
-
pulpcore-api - serves the Galaxy (v3) API. The number of instances of this service should be scaled as demand requires. Administrators and users of all of the APIs put demand on this service.
-
pulpcore-content - serves content to clients. pulpcore-api redirects clients to pulpcore-content to download content. When content is being mirrored from a remote source, this service can download that content and stream it to the client the first time the content is requested. The number of instances of this service should be scaled as demand requires. Content consumers put demands on this service.
-
pulpcore-worker - performs syncing, importing of content, and other asynchronous operations that require resource locking. The number of instances of this service should be scaled as demand requires. Administrators and content importers put demands on this service.
https://quay.io/repository/ansible/galaxy-ng?tab=tags
Galaxy-UI¶
An Nginx image with galaxy specific configuration.
Tags¶
https://quay.io/repository/ansible/galaxy-ui?tab=tags
Galaxy-Operator¶
Ansible Operator image, with the following ansible roles:
- Galaxy API
- Galaxy Content
- Galaxy Route
- Galaxy Worker
- Galaxy Web
- Galaxy Status
- Galaxy Backup
- Galaxy Restore
- Postgres
- Redis
Tags¶
latest: Latest released version galaxy-operator.main: Built from main (development) branch.