katello 4.2.1 → 4.3.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of katello might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/assets/javascripts/katello/common/katello.common.js +0 -67
- data/app/assets/javascripts/katello/common/katello.js +0 -27
- data/app/assets/javascripts/katello/common/vendor.js +0 -1
- data/app/assets/stylesheets/katello/katello.scss +0 -1
- data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +10 -2
- data/app/controllers/katello/api/v2/api_controller.rb +35 -9
- data/app/controllers/katello/api/v2/capsule_content_controller.rb +16 -2
- data/app/controllers/katello/api/v2/content_view_components_controller.rb +22 -1
- data/app/controllers/katello/api/v2/content_view_filters_controller.rb +65 -1
- data/app/controllers/katello/api/v2/content_view_versions_controller.rb +5 -1
- data/app/controllers/katello/api/v2/content_views_controller.rb +13 -6
- data/app/controllers/katello/api/v2/debs_controller.rb +74 -1
- data/app/controllers/katello/api/v2/errata_controller.rb +13 -10
- data/app/controllers/katello/api/v2/file_units_controller.rb +1 -0
- data/app/controllers/katello/api/v2/generic_content_units_controller.rb +1 -1
- data/app/controllers/katello/api/v2/host_errata_controller.rb +46 -5
- data/app/controllers/katello/api/v2/host_tracer_controller.rb +2 -1
- data/app/controllers/katello/api/v2/module_streams_controller.rb +4 -0
- data/app/controllers/katello/api/v2/organizations_controller.rb +22 -7
- data/app/controllers/katello/api/v2/products_bulk_actions_controller.rb +1 -1
- data/app/controllers/katello/api/v2/repositories_controller.rb +36 -19
- data/app/controllers/katello/api/v2/subscriptions_controller.rb +0 -8
- data/app/controllers/katello/api/v2/upstream_subscriptions_controller.rb +5 -1
- data/app/controllers/katello/concerns/api/v2/bulk_extensions.rb +40 -0
- data/app/controllers/katello/concerns/api/v2/host_errata_extensions.rb +4 -31
- data/app/controllers/katello/concerns/api/v2/registration_controller_extensions.rb +1 -1
- data/app/controllers/katello/concerns/api/v2/repository_content_controller.rb +1 -1
- data/app/helpers/katello/concerns/smart_proxy_helper_extensions.rb +2 -6
- data/app/helpers/katello/katello_url_helper.rb +1 -1
- data/app/lib/actions/candlepin/abstract_async_task.rb +6 -3
- data/app/lib/actions/candlepin/async_hypervisors.rb +12 -8
- data/app/lib/actions/katello/applicability/hosts/bulk_generate.rb +10 -1
- data/app/lib/actions/katello/capsule_content/sync_capsule.rb +3 -3
- data/app/lib/actions/katello/cdn_configuration/update.rb +38 -0
- data/app/lib/actions/katello/content_view/remove.rb +18 -7
- data/app/lib/actions/katello/content_view_version/destroy.rb +2 -2
- data/app/lib/actions/katello/content_view_version/republish_repositories.rb +1 -1
- data/app/lib/actions/katello/repository/clone_contents.rb +1 -2
- data/app/lib/actions/katello/repository/destroy.rb +21 -5
- data/app/lib/actions/katello/repository/fetch_pxe_files.rb +1 -1
- data/app/lib/actions/katello/repository/finish_upload.rb +1 -1
- data/app/lib/actions/katello/repository/import_upload.rb +1 -1
- data/app/lib/actions/katello/repository/index_content.rb +19 -6
- data/app/lib/actions/katello/repository/metadata_generate.rb +2 -0
- data/app/lib/actions/katello/repository/multi_clone_contents.rb +1 -1
- data/app/lib/actions/katello/repository/remove_content.rb +1 -1
- data/app/lib/actions/katello/repository/sync.rb +3 -7
- data/app/lib/actions/katello/repository_set/scan_cdn.rb +0 -4
- data/app/lib/actions/middleware/record_smart_proxy_sync_history.rb +1 -1
- data/app/lib/actions/pulp/orphan_cleanup/remove_unneeded_repos.rb +1 -1
- data/app/lib/actions/pulp/repository/clear.rb +1 -1
- data/app/lib/actions/pulp3/abstract_async_task.rb +10 -1
- data/app/lib/actions/pulp3/capsule_content/generate_metadata.rb +13 -18
- data/app/lib/actions/pulp3/capsule_content/refresh_distribution.rb +1 -11
- data/app/lib/actions/pulp3/content_view_version/create_export_history.rb +1 -1
- data/app/lib/actions/pulp3/orchestration/repository/generate_metadata.rb +3 -1
- data/app/lib/actions/pulp3/orchestration/repository/import_upload.rb +25 -42
- data/app/lib/actions/pulp3/orchestration/repository/sync.rb +8 -1
- data/app/lib/actions/pulp3/orchestration/repository/upload_content.rb +3 -3
- data/app/lib/actions/pulp3/repository/commit_upload.rb +1 -1
- data/app/lib/actions/pulp3/repository/import_upload.rb +8 -4
- data/app/lib/actions/pulp3/repository/multi_copy_content.rb +1 -1
- data/app/lib/actions/pulp3/repository/multi_copy_units.rb +1 -1
- data/app/lib/actions/pulp3/repository/presenters/abstract_sync_presenter.rb +18 -0
- data/app/lib/actions/pulp3/repository/presenters/content_unit_presenter.rb +7 -2
- data/app/lib/actions/pulp3/repository/presenters/repair_presenter.rb +6 -1
- data/app/lib/actions/pulp3/repository/save_artifact.rb +14 -4
- data/app/lib/katello/errors.rb +2 -0
- data/app/lib/katello/resources/candlepin/consumer.rb +0 -20
- data/app/lib/katello/resources/candlepin/proxy.rb +8 -2
- data/app/lib/katello/resources/candlepin/upstream_consumer.rb +2 -0
- data/app/lib/katello/resources/cdn/katello_cdn.rb +68 -0
- data/app/lib/katello/resources/cdn.rb +61 -29
- data/app/lib/katello/util/cdn_var_substitutor.rb +15 -9
- data/app/lib/katello/util/package.rb +22 -0
- data/app/lib/katello/util/path_with_substitutions.rb +12 -14
- data/app/models/katello/activation_key.rb +10 -0
- data/app/models/katello/ansible_collection.rb +1 -1
- data/app/models/katello/authorization/repository.rb +4 -4
- data/app/models/katello/candlepin/repository_mapper.rb +5 -1
- data/app/models/katello/cdn_configuration.rb +32 -0
- data/app/models/katello/concerns/content_facet_host_extensions.rb +40 -0
- data/app/models/katello/concerns/host_managed_extensions.rb +28 -2
- data/app/models/katello/concerns/hostgroup_extensions.rb +1 -1
- data/app/models/katello/concerns/organization_extensions.rb +3 -1
- data/app/models/katello/concerns/pulp_database_unit.rb +15 -5
- data/app/models/katello/concerns/remote_execution_provider_extensions.rb +9 -0
- data/app/models/katello/concerns/setting_extensions.rb +1 -1
- data/app/models/katello/concerns/smart_proxy_extensions.rb +4 -3
- data/app/models/katello/content_credential.rb +4 -0
- data/app/models/katello/content_facet_applicable_deb.rb +7 -0
- data/app/models/katello/content_view.rb +24 -1
- data/app/models/katello/content_view_component.rb +4 -0
- data/app/models/katello/content_view_erratum_filter.rb +2 -0
- data/app/models/katello/content_view_filter.rb +1 -1
- data/app/models/katello/content_view_package_filter_rule.rb +2 -1
- data/app/models/katello/content_view_version.rb +30 -1
- data/app/models/katello/deb.rb +71 -0
- data/app/models/katello/erratum.rb +13 -1
- data/app/models/katello/generic_content_unit.rb +3 -1
- data/app/models/katello/glue/pulp/repos.rb +2 -2
- data/app/models/katello/host/content_facet.rb +23 -2
- data/app/models/katello/host/subscription_facet.rb +1 -1
- data/app/models/katello/host_tracer.rb +21 -2
- data/app/models/katello/installed_deb.rb +1 -1
- data/app/models/katello/module_stream.rb +4 -0
- data/app/models/katello/ping.rb +20 -4
- data/app/models/katello/product.rb +7 -5
- data/app/models/katello/provider.rb +1 -24
- data/app/models/katello/repository.rb +37 -10
- data/app/models/katello/root_repository.rb +28 -14
- data/app/models/setting/content.rb +8 -13
- data/app/services/katello/applicability/applicable_content_helper.rb +20 -0
- data/app/services/katello/organization_creator.rb +8 -0
- data/app/services/katello/pulp3/api/ansible_collection.rb +0 -40
- data/app/services/katello/pulp3/api/apt.rb +0 -47
- data/app/services/katello/pulp3/api/content_guard.rb +1 -1
- data/app/services/katello/pulp3/api/core.rb +28 -23
- data/app/services/katello/pulp3/api/docker.rb +0 -50
- data/app/services/katello/pulp3/api/file.rb +0 -48
- data/app/services/katello/pulp3/api/generic.rb +1 -44
- data/app/services/katello/pulp3/api/yum.rb +4 -44
- data/app/services/katello/pulp3/generic_content_unit.rb +8 -4
- data/app/services/katello/pulp3/repository/ansible_collection.rb +4 -0
- data/app/services/katello/pulp3/repository/apt.rb +3 -3
- data/app/services/katello/pulp3/repository/generic.rb +10 -65
- data/app/services/katello/pulp3/repository/yum.rb +10 -0
- data/app/services/katello/pulp3/repository.rb +47 -21
- data/app/services/katello/pulp3/repository_mirror.rb +30 -11
- data/app/services/katello/pulp3/rpm.rb +2 -32
- data/app/services/katello/pulp3/smart_proxy_mirror_repository.rb +7 -8
- data/app/services/katello/pulp3/smart_proxy_repository.rb +1 -1
- data/app/services/katello/registration_manager.rb +2 -0
- data/app/services/katello/repository_type.rb +103 -15
- data/app/services/katello/repository_type_manager.rb +14 -8
- data/app/services/katello/ui_notifications/subscriptions/manifest_expired_warning.rb +1 -1
- data/app/services/katello/upstream_connection_checker.rb +1 -0
- data/app/views/foreman/job_templates/resolve_traces.erb +25 -0
- data/app/views/foreman/job_templates/resolve_traces_-_katello_ansible_default.erb +28 -0
- data/app/views/katello/api/v2/capsule_content/sync_status.json.rabl +1 -1
- data/app/views/katello/api/v2/common/_metadata.json.rabl +1 -0
- data/app/views/katello/api/v2/content_facet/base.json.rabl +3 -1
- data/app/views/katello/api/v2/content_facet/show.json.rabl +2 -1
- data/app/views/katello/api/v2/content_view_components/show.json.rabl +4 -0
- data/app/views/katello/api/v2/content_view_versions/base.json.rabl +7 -0
- data/app/views/katello/api/v2/content_views/base.json.rabl +12 -8
- data/app/views/katello/api/v2/content_views/index.json.rabl +1 -0
- data/app/views/katello/api/v2/content_views/permissions.rabl +8 -0
- data/app/views/katello/api/v2/debs/base.json.rabl +5 -0
- data/app/views/katello/api/v2/errata/index.json.rabl +4 -0
- data/app/views/katello/api/v2/generic_content_units/base.json.rabl +2 -0
- data/app/views/katello/api/v2/generic_content_units/show.json.rabl +7 -0
- data/app/views/katello/api/v2/host_tracer/base.json.rabl +1 -0
- data/app/views/katello/api/v2/module_streams/index.json.rabl +4 -0
- data/app/views/katello/api/v2/organizations/cdn_configuration.rabl +1 -0
- data/app/views/katello/api/v2/organizations/show.json.rabl +7 -0
- data/app/views/katello/api/v2/repositories/base.json.rabl +10 -17
- data/app/views/overrides/activation_keys/_host_synced_content_select.html.erb +2 -6
- data/config/routes/api/v2.rb +13 -0
- data/config/routes/overrides.rb +2 -0
- data/config/routes.rb +14 -2
- data/db/migrate/20140110000001_update_environments_add_katello_id.rb +1 -3
- data/db/migrate/20140610154745_content_view_puppet_environment_id.rb +0 -35
- data/db/migrate/20190802112101_add_applicable_debs.rb +16 -0
- data/db/migrate/20210201163238_migrate_background_download_policy_to_migrate.rb +2 -2
- data/db/migrate/20210909140337_add_last_indexed_to_repos.rb +5 -0
- data/db/migrate/20210910190324_move_background_settings_to_immediate.rb +25 -0
- data/db/migrate/20211006161617_add_filename_to_katello_generic_content_units.rb +5 -0
- data/db/migrate/20211019192121_create_cdn_configuration.katello.rb +30 -0
- data/db/migrate/20211025181315_add_additional_metadata_to_katello_generic_content_units.rb +5 -0
- data/engines/bastion/README.md +15 -0
- data/engines/bastion/app/assets/javascripts/bastion/components/nutupane.factory.js +2 -2
- data/engines/bastion/config/routes.rb +2 -0
- data/engines/bastion/vendor/assets/javascripts/bastion/angular/angular.js +3 -3
- data/engines/bastion/vendor/assets/javascripts/bastion/angular-sanitize/angular-sanitize.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/bastion_katello.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/registration.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-applicable.controller.js +44 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs.controller.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html +70 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.routes.js +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html +5 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +25 -9
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/content-views.routes.js +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-versions.html +0 -9
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.controller.js +22 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.routes.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb.controller.js +22 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html +36 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb.html +4 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/views/debs.html +31 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/generic-content/generic-content.factory.js +21 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/generic-content/generic-content.module.js +17 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/package.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/package-info.html +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js +6 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-info.controller.js +30 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-info.filter.js +1 -13
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js +32 -9
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details.controller.js +15 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html +32 -19
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +28 -28
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-generic-content.html +57 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +46 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html +57 -27
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/repositories.module.js +1 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/repositories.routes.js +16 -7
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/repository-types.service.js +30 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/repository.factory.js +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html +8 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-details-info.controller.js +6 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html +1 -1
- data/engines/bastion_katello/lib/bastion_katello/engine.rb +1 -1
- data/lib/katello/engine.rb +0 -1
- data/lib/katello/permission_creator.rb +4 -3
- data/lib/katello/permissions/host_permissions.rb +1 -0
- data/lib/katello/permissions/organization_permissions.rb +2 -1
- data/lib/katello/plugin.rb +15 -11
- data/lib/katello/repository_types/ansible_collection.rb +13 -1
- data/lib/katello/repository_types/deb.rb +13 -0
- data/lib/katello/repository_types/docker.rb +13 -1
- data/lib/katello/repository_types/file.rb +13 -0
- data/lib/katello/repository_types/ostree.rb +48 -4
- data/lib/katello/repository_types/python.rb +26 -12
- data/lib/katello/repository_types/yum.rb +16 -1
- data/lib/katello/tasks/repository.rake +3 -12
- data/lib/katello/tasks/reset.rake +4 -5
- data/lib/katello/version.rb +1 -1
- data/package.json +3 -2
- data/webpack/__mocks__/react-intl/index.js +4 -0
- data/webpack/components/ActionableDetail.js +23 -3
- data/webpack/components/AddedStatusLabel.js +1 -1
- data/webpack/components/Bookmark/AddBookmarkModal.js +96 -0
- data/webpack/components/Bookmark/Bookmark.scss +28 -0
- data/webpack/components/Bookmark/BookmarkActions.js +24 -0
- data/webpack/components/Bookmark/BookmarkConstants.js +3 -0
- data/webpack/components/Bookmark/BookmarkSelectors.js +15 -0
- data/webpack/components/Bookmark/index.js +94 -0
- data/webpack/components/EditableSwitch.js +6 -1
- data/webpack/components/EditableTextInput/EditableTextInput.js +41 -13
- data/webpack/components/Errata/index.js +69 -0
- data/webpack/components/ErratumTypeLabel.js +31 -0
- data/webpack/components/Loading.js +5 -2
- data/webpack/components/RoutedTabs/__tests__/RoutedTabs.test.js +5 -11
- data/webpack/components/RoutedTabs/index.js +77 -2
- data/webpack/components/Search/Search.js +67 -80
- data/webpack/components/Search/__tests__/search.test.js +8 -26
- data/webpack/components/SelectAllCheckbox/SelectAllCheckbox.scss +3 -0
- data/webpack/components/SelectAllCheckbox/index.js +126 -0
- data/webpack/components/SelectableDropdown/SelectableDropdown.js +7 -2
- data/webpack/components/Table/EmptyStateMessage.js +38 -17
- data/webpack/components/Table/MainTable.js +49 -10
- data/webpack/components/Table/MainTable.scss +11 -0
- data/webpack/components/Table/PageControls.js +45 -0
- data/webpack/components/Table/TableHooks.js +230 -0
- data/webpack/components/Table/TableWrapper.js +221 -50
- data/webpack/components/Table/helpers.js +17 -0
- data/webpack/components/TypeAhead/TypeAhead.js +74 -58
- data/webpack/components/TypeAhead/pf4Search/TypeAheadInput.js +25 -10
- data/webpack/components/TypeAhead/pf4Search/TypeAheadInput.scss +9 -8
- data/webpack/components/TypeAhead/pf4Search/TypeAheadItems.js +2 -2
- data/webpack/components/TypeAhead/pf4Search/TypeAheadSearch.js +32 -22
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard.js +101 -0
- data/webpack/components/extensions/HostDetails/Cards/__tests__/contentViewDetailsCard.test.js +53 -0
- data/webpack/components/extensions/HostDetails/HostErrata/HostErrataActions.js +47 -0
- data/webpack/components/extensions/HostDetails/HostErrata/HostErrataConstants.js +32 -0
- data/webpack/components/extensions/HostDetails/HostErrata/HostErrataSelectors.js +16 -0
- data/webpack/components/extensions/HostDetails/Tabs/ContentTab/EmptyPage.js +19 -0
- data/webpack/components/extensions/HostDetails/Tabs/ContentTab/SecondaryTabsRoutes.js +17 -0
- data/webpack/components/extensions/HostDetails/Tabs/ContentTab/constants.js +7 -0
- data/webpack/components/extensions/HostDetails/Tabs/ContentTab/helpers.js +3 -0
- data/webpack/components/extensions/HostDetails/Tabs/ContentTab/index.js +40 -0
- data/webpack/components/extensions/HostDetails/Tabs/EnableTracerEmptyState.js +42 -0
- data/webpack/components/extensions/HostDetails/Tabs/EnableTracerModal.js +118 -0
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab.js +347 -0
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab.scss +16 -0
- data/webpack/components/extensions/HostDetails/Tabs/ErratumExpansionContents.js +60 -0
- data/webpack/components/extensions/HostDetails/Tabs/ErratumExpansionDetail.js +69 -0
- data/webpack/components/extensions/HostDetails/Tabs/HostTracesActions.js +19 -0
- data/webpack/components/extensions/HostDetails/Tabs/HostTracesConstants.js +2 -0
- data/webpack/components/extensions/HostDetails/Tabs/HostTracesSelectors.js +19 -0
- data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionActions.js +56 -0
- data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionConstants.js +5 -0
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab.js +188 -0
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab.scss +12 -0
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/errata.fixtures.json +67 -0
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/errataTab.test.js +785 -0
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/resolveTraces.fixtures.json +35 -0
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracerEmptyTraceResults.fixtures.json +7 -0
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracerEnableJobInvocation.fixtures.json +35 -0
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/traces.fixtures.json +44 -0
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js +386 -0
- data/webpack/components/extensions/HostDetails/Tabs/customizedRexUrlHelpers.js +20 -0
- data/webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js +1 -1
- data/webpack/components/extensions/RegistrationCommands/index.js +1 -1
- data/webpack/components/pf3Table/components/Table.js +1 -1
- data/webpack/components/pf3Table/components/__snapshots__/Table.test.js.snap +3 -3
- data/webpack/containers/Application/Routes.js +3 -3
- data/webpack/containers/Application/config.js +21 -6
- data/webpack/containers/Application/overrides.scss +34 -3
- data/webpack/{fills_index.js → global_index.js} +11 -2
- data/webpack/global_test_setup.js +6 -1
- data/webpack/redux/actions/RedHatRepositories/helpers.js +4 -4
- data/webpack/scenes/AnsibleCollections/AnsibleCollectionsTableSchema.js +1 -1
- data/webpack/scenes/Content/ContentActions.js +31 -0
- data/webpack/scenes/Content/ContentConfig.js +138 -0
- data/webpack/scenes/Content/ContentConstants.js +7 -0
- data/webpack/scenes/Content/ContentPage.js +89 -0
- data/webpack/scenes/Content/ContentSelectors.js +43 -0
- data/webpack/scenes/Content/Details/ContentCounts.js +42 -0
- data/webpack/scenes/Content/Details/ContentDetails.js +66 -0
- data/webpack/scenes/Content/Details/ContentInfo.js +60 -0
- data/webpack/scenes/Content/Details/ContentRepositories.js +78 -0
- data/webpack/scenes/Content/Details/__tests__/ansibleCollectionDetails.fixtures.json +20 -0
- data/webpack/scenes/Content/Details/__tests__/ansibleCollectionRepositoryDetails.fixtures.json +71 -0
- data/webpack/scenes/Content/Details/__tests__/contentDetail.test.js +152 -0
- data/webpack/scenes/Content/Details/__tests__/pythonPackageDetails.fixtures.json +20 -0
- data/webpack/scenes/Content/Details/__tests__/pythonPackageRepositoryDetails.fixtures.json +71 -0
- data/webpack/scenes/Content/Details/index.js +4 -0
- data/webpack/scenes/Content/Table/ContentTable.js +90 -0
- data/webpack/scenes/Content/Table/index.js +3 -0
- data/webpack/scenes/Content/__tests__/ansibleCollections.fixtures.json +50 -0
- data/webpack/scenes/Content/__tests__/contentTable.test.js +89 -0
- data/webpack/scenes/Content/__tests__/contentTypes.fixtures.json +66 -0
- data/webpack/scenes/Content/__tests__/pythonPackages.fixtures.json +30 -0
- data/webpack/scenes/Content/index.js +4 -0
- data/webpack/scenes/ContentViews/ContentViewSelectors.js +5 -6
- data/webpack/scenes/ContentViews/ContentViewsActions.js +13 -8
- data/webpack/scenes/ContentViews/ContentViewsConstants.js +31 -4
- data/webpack/scenes/ContentViews/ContentViewsPage.js +4 -0
- data/webpack/scenes/ContentViews/Copy/CopyContentViewForm.js +19 -7
- data/webpack/scenes/ContentViews/Copy/CopyContentViewModal.js +7 -5
- data/webpack/scenes/ContentViews/Copy/__tests__/copyContentView.test.js +1 -1
- data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +7 -3
- data/webpack/scenes/ContentViews/Create/__tests__/createContentView.test.js +1 -2
- data/webpack/scenes/ContentViews/Delete/CVDeleteContext.js +4 -0
- data/webpack/scenes/ContentViews/Delete/ContentViewDeleteWizard.js +170 -0
- data/webpack/scenes/ContentViews/Delete/Steps/CVDeleteEnvironmentsSelection.js +108 -0
- data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionFinish.js +69 -0
- data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionReassignActivationKeysForm.js +121 -0
- data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionReassignHostsForm.js +120 -0
- data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionReview.js +62 -0
- data/webpack/scenes/ContentViews/Delete/Steps/CVEnvironmentSelectionForm.scss +4 -0
- data/webpack/scenes/ContentViews/Delete/__tests__/CvData.fixtures.json +259 -0
- data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +155 -0
- data/webpack/scenes/ContentViews/Delete/__tests__/contentViewDelete.test.js +241 -0
- data/webpack/scenes/ContentViews/Delete/__tests__/cvDetails.fixtures.json +248 -0
- data/webpack/scenes/ContentViews/Delete/__tests__/cvVersionsData.fixtures.json +865 -0
- data/webpack/scenes/ContentViews/Delete/__tests__/envPathData.fixtures.json +424 -0
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +15 -7
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +123 -0
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentEnvironments.js +1 -1
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentVersion.js +8 -5
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +109 -51
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.fixtures.json +21 -6
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +80 -16
- data/webpack/scenes/ContentViews/Details/ContentViewDetailActions.js +248 -3
- data/webpack/scenes/ContentViews/Details/ContentViewDetailSelectors.js +141 -0
- data/webpack/scenes/ContentViews/Details/ContentViewDetails.js +36 -54
- data/webpack/scenes/ContentViews/Details/ContentViewInfo.js +20 -4
- data/webpack/scenes/ContentViews/Details/Filters/Add/CVFilterAddModal.js +63 -38
- data/webpack/scenes/ContentViews/Details/Filters/Add/__tests__/cvFilterAdd.test.js +3 -4
- data/webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositorySelection.js +65 -0
- data/webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js +260 -0
- data/webpack/scenes/ContentViews/Details/Filters/ArtifactsWithNoErrata.js +54 -0
- data/webpack/scenes/ContentViews/Details/Filters/CVContainerImageFilterContent.js +202 -0
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +291 -0
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js +441 -0
- data/webpack/scenes/ContentViews/Details/Filters/CVFilterDetailType.js +62 -3
- data/webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js +302 -0
- data/webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js +186 -23
- data/webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js +144 -19
- data/webpack/scenes/ContentViews/Details/Filters/ContentType.js +2 -0
- data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilterDetails.js +44 -13
- data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilterDetailsHeader.js +81 -17
- data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilters.js +43 -43
- data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/CVRpmMatchContentModal.js +96 -0
- data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/__tests__/CVRpmMatchContent.fixtures.json +166 -0
- data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/__tests__/CVRpmMatchContentModal.test.js +90 -0
- data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/__tests__/CVRpmMatchContentSearch.fixtures.json +33 -0
- data/webpack/scenes/ContentViews/Details/Filters/Rules/ContainerTag/AddEditContainerTagRuleModal.js +91 -0
- data/webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js +237 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVContainerImageFilterContent.fixtures.json +42 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVContainerImageFilterContent.test.js +265 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVRpmFilterContent.test.js +218 -11
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/ContentViewPackageGroupFilter.test.js +517 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/allFilterErrata.fixtures.json +122 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/allFilterModulesStreams.fixtures.json +60 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewErrataByDateDetails.fixtures.json +359 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilterDetail.fixtures.json +88 -102
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilterDetails.test.js +34 -9
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilters.fixtures.json +148 -132
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilters.test.js +25 -7
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvAllRepos.fixtures.json +150 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataDateFilterContent.test.js +74 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataIDFilter.test.js +404 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErratumFilterDetails.fixtures.json +89 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvFilterDetailModuleAffectedRepos.fixtures.json +383 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvFilterDetailWithAffectedRepos.fixtures.json +375 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvFilterFixutre.fixture.json +282 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvModuleStreamFilter.test.js +392 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvModuleStreamFilterDetails.fixtures.json +97 -0
- data/webpack/scenes/ContentViews/Details/Filters/index.js +26 -0
- data/webpack/scenes/ContentViews/Details/Histories/ContentViewHistories.js +68 -79
- data/webpack/scenes/ContentViews/Details/Histories/__tests__/contentViewHistory.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js +163 -0
- data/webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromoteSelectors.js +16 -0
- data/webpack/scenes/ContentViews/Details/Repositories/ContentCounts.js +9 -1
- data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +88 -74
- data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewAddRemove.test.js +8 -9
- data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewDetailRepos.fixtures.json +3 -3
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionContent.js +30 -9
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionEnvironments.js +1 -1
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionErrata.js +9 -5
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionErrata.scss +2 -2
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js +132 -14
- data/webpack/scenes/ContentViews/Details/Versions/Delete/DeleteContext.js +4 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveCVVersionWizard.js +176 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVEnvironmentSelectionForm.js +127 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignActivationKeysForm.js +131 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignHostsForm.js +128 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionDeleteFinish.js +94 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js +67 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedActivationKeys.fixture.json +53 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +153 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvDropDownOptionsResponse.fixture.json +192 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +313 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemoveResponse.fixture.json +74 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/versionRemoveEnvPaths.fixtures.json +352 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/versionsResponseData.fixtures.json +583 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedActivationKeys.js +96 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedHosts.js +97 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js +332 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetails.js +128 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetails.scss +44 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsHeader.js +66 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsTable.js +125 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionRepositoryCell.js +115 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionAnsibleCollections.fixtures.json +449 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionComponent.fixtures.json +753 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDebPackages.fixtures.json +58 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetails.fixtures.json +158 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetails.test.js +289 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetailsCounts.fixtures.json +73 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetailsEmpty.test.js +44 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDockerTags.fixtures.json +3024 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionErrata.fixtures.json +201 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionFiles.fixtures.json +22 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionModuleStreams.fixtures.json +196 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionRepositories.fixtures.json +1000 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionRpmPackageGroups.fixtures.json +44 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionRpmPackages.fixtures.json +394 -0
- data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.fixtures.json +4 -4
- data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.test.js +95 -26
- data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersionsWithTask.fixtures.json +2 -2
- data/webpack/scenes/ContentViews/Details/Versions/index.js +25 -0
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewDetail.test.js +20 -16
- data/webpack/scenes/ContentViews/Publish/__tests__/publishContentView.test.js +3 -5
- data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +106 -64
- data/webpack/scenes/ContentViews/Table/tableDataGenerator.js +25 -4
- data/webpack/scenes/ContentViews/__tests__/basicContentViews.fixtures.js +1 -1
- data/webpack/scenes/ContentViews/__tests__/contentViewList.fixtures.json +4 -1
- data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +29 -36
- data/webpack/scenes/ContentViews/__tests__/mockDetails.fixtures.json +10 -0
- data/webpack/scenes/ContentViews/components/CVBreadCrumb.js +117 -0
- data/webpack/scenes/ContentViews/components/ContentViewsCounter.js +59 -0
- data/webpack/scenes/ContentViews/components/EnvironmentLabels.js +4 -3
- data/webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPaths.js +30 -11
- data/webpack/scenes/ContentViews/components/TaskPresenter/TaskPresenter.js +1 -1
- data/webpack/scenes/ContentViews/expansions/DetailsExpansion.js +38 -1
- data/webpack/scenes/ContentViews/expansions/RelatedCompositeContentViewsModal.js +79 -0
- data/webpack/scenes/ContentViews/expansions/RelatedContentViewComponentsModal.js +107 -0
- data/webpack/scenes/ContentViews/expansions/__tests__/contentViewComponentsModal.test.js +59 -0
- data/webpack/scenes/ContentViews/expansions/__tests__/contentViewComponentsResponse.fixtures.json +116 -0
- data/webpack/scenes/ContentViews/expansions/__tests__/relatedCompositeCvs.fixtures.json +4 -0
- data/webpack/scenes/ContentViews/helpers.js +1 -0
- data/webpack/scenes/RedHatRepositories/components/RepositorySetRepository/RepositorySetRepository.js +1 -1
- data/webpack/scenes/RedHatRepositories/components/SearchBar.js +4 -3
- data/webpack/scenes/SmartProxy/SmartProxyContentTable.js +1 -1
- data/webpack/scenes/Subscriptions/SubscriptionsPage.js +17 -9
- data/webpack/scenes/Subscriptions/components/SubscriptionsTable/__tests__/__snapshots__/SubscriptionsTable.test.js.snap +3 -3
- data/webpack/test-utils/nockWrapper.js +20 -3
- data/webpack/utils/helpers.js +16 -2
- data/webpack/utils/useDebounce.js +20 -0
- metadata +232 -54
- data/app/assets/javascripts/katello/widgets/tabs.js +0 -13
- data/app/assets/stylesheets/katello/widgets/tabs.scss +0 -69
- data/app/lib/actions/katello/provider/update.rb +0 -38
- data/webpack/components/RoutedTabs/RoutedTabs.js +0 -90
- data/webpack/components/Search/Search.test.js +0 -23
- data/webpack/components/Search/__snapshots__/Search.test.js.snap +0 -21
- data/webpack/components/extensions/HostDetails/Tabs/ContentTab.js +0 -42
- data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewDetailRepos.test.js +0 -145
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionPackages.js +0 -0
@@ -0,0 +1,3024 @@
|
|
1
|
+
{
|
2
|
+
"total": 163,
|
3
|
+
"subtotal": 163,
|
4
|
+
"page": "1",
|
5
|
+
"per_page": "20",
|
6
|
+
"error": null,
|
7
|
+
"search": null,
|
8
|
+
"sort": {
|
9
|
+
"by": "id",
|
10
|
+
"order": "desc"
|
11
|
+
},
|
12
|
+
"results": [
|
13
|
+
{
|
14
|
+
"id": 165,
|
15
|
+
"name": "v2.30.0",
|
16
|
+
"manifest_schema1": null,
|
17
|
+
"manifest_schema2": {
|
18
|
+
"id": "/pulp/api/v3/content/container/manifests/2f385bf6-88f9-43aa-b68f-9724034b5f86/",
|
19
|
+
"schema_version": 2,
|
20
|
+
"digest": "sha256:58fb03aafb142d58cb03965a63a79e9233180d95ee23ca2a76f081b38d286954",
|
21
|
+
"manifest_type": "list"
|
22
|
+
},
|
23
|
+
"manifest": {
|
24
|
+
"id": "/pulp/api/v3/content/container/manifests/2f385bf6-88f9-43aa-b68f-9724034b5f86/",
|
25
|
+
"schema_version": 2,
|
26
|
+
"digest": "sha256:58fb03aafb142d58cb03965a63a79e9233180d95ee23ca2a76f081b38d286954",
|
27
|
+
"manifest_type": "list"
|
28
|
+
},
|
29
|
+
"repositories": [
|
30
|
+
{
|
31
|
+
"id": 22,
|
32
|
+
"name": "Docker Repo Dos",
|
33
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-nemero_uno_producto-docker_repo_dos"
|
34
|
+
},
|
35
|
+
{
|
36
|
+
"id": 399,
|
37
|
+
"name": "Docker Repo Dos",
|
38
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-5_0-nemero_uno_producto-docker_repo_dos"
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"id": 57,
|
42
|
+
"name": "Docker Repo Dos",
|
43
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-library-andromeda_ii-nemero_uno_producto-docker_repo_dos"
|
44
|
+
},
|
45
|
+
{
|
46
|
+
"id": 410,
|
47
|
+
"name": "Docker Repo Dos",
|
48
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-19_0-nemero_uno_producto-docker_repo_dos"
|
49
|
+
},
|
50
|
+
{
|
51
|
+
"id": 85,
|
52
|
+
"name": "Docker Repo Dos",
|
53
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-library-cmpnt_uno-nemero_uno_producto-docker_repo_dos"
|
54
|
+
}
|
55
|
+
],
|
56
|
+
"product": {
|
57
|
+
"id": 1,
|
58
|
+
"name": "Nemero Uno Producto"
|
59
|
+
},
|
60
|
+
"environment": {
|
61
|
+
"id": 1,
|
62
|
+
"name": "Library"
|
63
|
+
},
|
64
|
+
"content_view_version": {
|
65
|
+
"id": 1,
|
66
|
+
"name": "Default Organization View 1.0",
|
67
|
+
"content_view_id": 1
|
68
|
+
}
|
69
|
+
},
|
70
|
+
{
|
71
|
+
"id": 164,
|
72
|
+
"name": "latest",
|
73
|
+
"manifest_schema1": null,
|
74
|
+
"manifest_schema2": {
|
75
|
+
"id": "/pulp/api/v3/content/container/manifests/2f385bf6-88f9-43aa-b68f-9724034b5f86/",
|
76
|
+
"schema_version": 2,
|
77
|
+
"digest": "sha256:58fb03aafb142d58cb03965a63a79e9233180d95ee23ca2a76f081b38d286954",
|
78
|
+
"manifest_type": "list"
|
79
|
+
},
|
80
|
+
"manifest": {
|
81
|
+
"id": "/pulp/api/v3/content/container/manifests/2f385bf6-88f9-43aa-b68f-9724034b5f86/",
|
82
|
+
"schema_version": 2,
|
83
|
+
"digest": "sha256:58fb03aafb142d58cb03965a63a79e9233180d95ee23ca2a76f081b38d286954",
|
84
|
+
"manifest_type": "list"
|
85
|
+
},
|
86
|
+
"repositories": [
|
87
|
+
{
|
88
|
+
"id": 22,
|
89
|
+
"name": "Docker Repo Dos",
|
90
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-nemero_uno_producto-docker_repo_dos"
|
91
|
+
},
|
92
|
+
{
|
93
|
+
"id": 399,
|
94
|
+
"name": "Docker Repo Dos",
|
95
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-5_0-nemero_uno_producto-docker_repo_dos"
|
96
|
+
},
|
97
|
+
{
|
98
|
+
"id": 57,
|
99
|
+
"name": "Docker Repo Dos",
|
100
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-library-andromeda_ii-nemero_uno_producto-docker_repo_dos"
|
101
|
+
},
|
102
|
+
{
|
103
|
+
"id": 410,
|
104
|
+
"name": "Docker Repo Dos",
|
105
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-19_0-nemero_uno_producto-docker_repo_dos"
|
106
|
+
},
|
107
|
+
{
|
108
|
+
"id": 85,
|
109
|
+
"name": "Docker Repo Dos",
|
110
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-library-cmpnt_uno-nemero_uno_producto-docker_repo_dos"
|
111
|
+
}
|
112
|
+
],
|
113
|
+
"product": {
|
114
|
+
"id": 1,
|
115
|
+
"name": "Nemero Uno Producto"
|
116
|
+
},
|
117
|
+
"environment": {
|
118
|
+
"id": 1,
|
119
|
+
"name": "Library"
|
120
|
+
},
|
121
|
+
"content_view_version": {
|
122
|
+
"id": 1,
|
123
|
+
"name": "Default Organization View 1.0",
|
124
|
+
"content_view_id": 1
|
125
|
+
}
|
126
|
+
},
|
127
|
+
{
|
128
|
+
"id": 163,
|
129
|
+
"name": "main",
|
130
|
+
"manifest_schema1": null,
|
131
|
+
"manifest_schema2": {
|
132
|
+
"id": "/pulp/api/v3/content/container/manifests/2a16c87b-9a80-4fd3-933b-58d9373047ea/",
|
133
|
+
"schema_version": 2,
|
134
|
+
"digest": "sha256:3f7d6a611ef928138fabe462fc88342c19059da6d9f06ae87928743ae9de1ca8",
|
135
|
+
"manifest_type": "list"
|
136
|
+
},
|
137
|
+
"manifest": {
|
138
|
+
"id": "/pulp/api/v3/content/container/manifests/2a16c87b-9a80-4fd3-933b-58d9373047ea/",
|
139
|
+
"schema_version": 2,
|
140
|
+
"digest": "sha256:3f7d6a611ef928138fabe462fc88342c19059da6d9f06ae87928743ae9de1ca8",
|
141
|
+
"manifest_type": "list"
|
142
|
+
},
|
143
|
+
"repositories": [
|
144
|
+
{
|
145
|
+
"id": 22,
|
146
|
+
"name": "Docker Repo Dos",
|
147
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-nemero_uno_producto-docker_repo_dos"
|
148
|
+
},
|
149
|
+
{
|
150
|
+
"id": 399,
|
151
|
+
"name": "Docker Repo Dos",
|
152
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-5_0-nemero_uno_producto-docker_repo_dos"
|
153
|
+
},
|
154
|
+
{
|
155
|
+
"id": 57,
|
156
|
+
"name": "Docker Repo Dos",
|
157
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-library-andromeda_ii-nemero_uno_producto-docker_repo_dos"
|
158
|
+
},
|
159
|
+
{
|
160
|
+
"id": 410,
|
161
|
+
"name": "Docker Repo Dos",
|
162
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-19_0-nemero_uno_producto-docker_repo_dos"
|
163
|
+
},
|
164
|
+
{
|
165
|
+
"id": 85,
|
166
|
+
"name": "Docker Repo Dos",
|
167
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-library-cmpnt_uno-nemero_uno_producto-docker_repo_dos"
|
168
|
+
}
|
169
|
+
],
|
170
|
+
"product": {
|
171
|
+
"id": 1,
|
172
|
+
"name": "Nemero Uno Producto"
|
173
|
+
},
|
174
|
+
"environment": {
|
175
|
+
"id": 1,
|
176
|
+
"name": "Library"
|
177
|
+
},
|
178
|
+
"content_view_version": {
|
179
|
+
"id": 1,
|
180
|
+
"name": "Default Organization View 1.0",
|
181
|
+
"content_view_id": 1
|
182
|
+
}
|
183
|
+
},
|
184
|
+
{
|
185
|
+
"id": 162,
|
186
|
+
"name": "v2.26.1",
|
187
|
+
"manifest_schema1": null,
|
188
|
+
"manifest_schema2": {
|
189
|
+
"id": "/pulp/api/v3/content/container/manifests/4b4acd02-183a-449c-9582-f0c5272e9469/",
|
190
|
+
"schema_version": 2,
|
191
|
+
"digest": "sha256:e41817a13100572ef99858213eb6b7fa10d6e722a36e5019fc2dc75603dda842",
|
192
|
+
"manifest_type": "list"
|
193
|
+
},
|
194
|
+
"manifest": {
|
195
|
+
"id": "/pulp/api/v3/content/container/manifests/4b4acd02-183a-449c-9582-f0c5272e9469/",
|
196
|
+
"schema_version": 2,
|
197
|
+
"digest": "sha256:e41817a13100572ef99858213eb6b7fa10d6e722a36e5019fc2dc75603dda842",
|
198
|
+
"manifest_type": "list"
|
199
|
+
},
|
200
|
+
"repositories": [
|
201
|
+
{
|
202
|
+
"id": 22,
|
203
|
+
"name": "Docker Repo Dos",
|
204
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-nemero_uno_producto-docker_repo_dos"
|
205
|
+
},
|
206
|
+
{
|
207
|
+
"id": 60,
|
208
|
+
"name": "Docker Repo Dos",
|
209
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-1_0-nemero_uno_producto-docker_repo_dos"
|
210
|
+
},
|
211
|
+
{
|
212
|
+
"id": 29,
|
213
|
+
"name": "Docker Repo Dos",
|
214
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-rocinante-3_0-nemero_uno_producto-docker_repo_dos"
|
215
|
+
},
|
216
|
+
{
|
217
|
+
"id": 56,
|
218
|
+
"name": "Docker Repo Dos",
|
219
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-1_0-nemero_uno_producto-docker_repo_dos"
|
220
|
+
},
|
221
|
+
{
|
222
|
+
"id": 138,
|
223
|
+
"name": "Docker Repo Dos",
|
224
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-3_0-nemero_uno_producto-docker_repo_dos"
|
225
|
+
},
|
226
|
+
{
|
227
|
+
"id": 78,
|
228
|
+
"name": "Docker Repo Dos",
|
229
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-3_0-nemero_uno_producto-docker_repo_dos"
|
230
|
+
},
|
231
|
+
{
|
232
|
+
"id": 94,
|
233
|
+
"name": "Docker Repo Dos",
|
234
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-4_0-nemero_uno_producto-docker_repo_dos"
|
235
|
+
},
|
236
|
+
{
|
237
|
+
"id": 192,
|
238
|
+
"name": "Docker Repo Dos",
|
239
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-10_0-nemero_uno_producto-docker_repo_dos"
|
240
|
+
},
|
241
|
+
{
|
242
|
+
"id": 108,
|
243
|
+
"name": "Docker Repo Dos",
|
244
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-2_0-nemero_uno_producto-docker_repo_dos"
|
245
|
+
},
|
246
|
+
{
|
247
|
+
"id": 101,
|
248
|
+
"name": "Docker Repo Dos",
|
249
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-5_0-nemero_uno_producto-docker_repo_dos"
|
250
|
+
},
|
251
|
+
{
|
252
|
+
"id": 115,
|
253
|
+
"name": "Docker Repo Dos",
|
254
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-6_0-nemero_uno_producto-docker_repo_dos"
|
255
|
+
},
|
256
|
+
{
|
257
|
+
"id": 127,
|
258
|
+
"name": "Docker Repo Dos",
|
259
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-7_0-nemero_uno_producto-docker_repo_dos"
|
260
|
+
},
|
261
|
+
{
|
262
|
+
"id": 148,
|
263
|
+
"name": "Docker Repo Dos",
|
264
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-8_0-nemero_uno_producto-docker_repo_dos"
|
265
|
+
},
|
266
|
+
{
|
267
|
+
"id": 384,
|
268
|
+
"name": "Docker Repo Dos",
|
269
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-18_0-nemero_uno_producto-docker_repo_dos"
|
270
|
+
},
|
271
|
+
{
|
272
|
+
"id": 233,
|
273
|
+
"name": "Docker Repo Dos",
|
274
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-12_0-nemero_uno_producto-docker_repo_dos"
|
275
|
+
},
|
276
|
+
{
|
277
|
+
"id": 167,
|
278
|
+
"name": "Docker Repo Dos",
|
279
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-9_0-nemero_uno_producto-docker_repo_dos"
|
280
|
+
},
|
281
|
+
{
|
282
|
+
"id": 263,
|
283
|
+
"name": "Docker Repo Dos",
|
284
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-13_0-nemero_uno_producto-docker_repo_dos"
|
285
|
+
},
|
286
|
+
{
|
287
|
+
"id": 212,
|
288
|
+
"name": "Docker Repo Dos",
|
289
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-11_0-nemero_uno_producto-docker_repo_dos"
|
290
|
+
},
|
291
|
+
{
|
292
|
+
"id": 251,
|
293
|
+
"name": "Docker Repo Dos",
|
294
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-4_0-nemero_uno_producto-docker_repo_dos"
|
295
|
+
},
|
296
|
+
{
|
297
|
+
"id": 315,
|
298
|
+
"name": "Docker Repo Dos",
|
299
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-15_0-nemero_uno_producto-docker_repo_dos"
|
300
|
+
},
|
301
|
+
{
|
302
|
+
"id": 282,
|
303
|
+
"name": "Docker Repo Dos",
|
304
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-14_0-nemero_uno_producto-docker_repo_dos"
|
305
|
+
},
|
306
|
+
{
|
307
|
+
"id": 399,
|
308
|
+
"name": "Docker Repo Dos",
|
309
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-5_0-nemero_uno_producto-docker_repo_dos"
|
310
|
+
},
|
311
|
+
{
|
312
|
+
"id": 57,
|
313
|
+
"name": "Docker Repo Dos",
|
314
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-library-andromeda_ii-nemero_uno_producto-docker_repo_dos"
|
315
|
+
},
|
316
|
+
{
|
317
|
+
"id": 410,
|
318
|
+
"name": "Docker Repo Dos",
|
319
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-19_0-nemero_uno_producto-docker_repo_dos"
|
320
|
+
},
|
321
|
+
{
|
322
|
+
"id": 335,
|
323
|
+
"name": "Docker Repo Dos",
|
324
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-16_0-nemero_uno_producto-docker_repo_dos"
|
325
|
+
},
|
326
|
+
{
|
327
|
+
"id": 359,
|
328
|
+
"name": "Docker Repo Dos",
|
329
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-17_0-nemero_uno_producto-docker_repo_dos"
|
330
|
+
},
|
331
|
+
{
|
332
|
+
"id": 85,
|
333
|
+
"name": "Docker Repo Dos",
|
334
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-library-cmpnt_uno-nemero_uno_producto-docker_repo_dos"
|
335
|
+
}
|
336
|
+
],
|
337
|
+
"product": {
|
338
|
+
"id": 1,
|
339
|
+
"name": "Nemero Uno Producto"
|
340
|
+
},
|
341
|
+
"environment": {
|
342
|
+
"id": 1,
|
343
|
+
"name": "Library"
|
344
|
+
},
|
345
|
+
"content_view_version": {
|
346
|
+
"id": 1,
|
347
|
+
"name": "Default Organization View 1.0",
|
348
|
+
"content_view_id": 1
|
349
|
+
}
|
350
|
+
},
|
351
|
+
{
|
352
|
+
"id": 161,
|
353
|
+
"name": "v2.27.0",
|
354
|
+
"manifest_schema1": null,
|
355
|
+
"manifest_schema2": {
|
356
|
+
"id": "/pulp/api/v3/content/container/manifests/47e90871-fa7b-46e1-a8fa-4fdb099d050e/",
|
357
|
+
"schema_version": 2,
|
358
|
+
"digest": "sha256:d1a9a86b9a3e60a9ea3cde141bdc936847456acc497e0affe7e288234383efa5",
|
359
|
+
"manifest_type": "list"
|
360
|
+
},
|
361
|
+
"manifest": {
|
362
|
+
"id": "/pulp/api/v3/content/container/manifests/47e90871-fa7b-46e1-a8fa-4fdb099d050e/",
|
363
|
+
"schema_version": 2,
|
364
|
+
"digest": "sha256:d1a9a86b9a3e60a9ea3cde141bdc936847456acc497e0affe7e288234383efa5",
|
365
|
+
"manifest_type": "list"
|
366
|
+
},
|
367
|
+
"repositories": [
|
368
|
+
{
|
369
|
+
"id": 22,
|
370
|
+
"name": "Docker Repo Dos",
|
371
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-nemero_uno_producto-docker_repo_dos"
|
372
|
+
},
|
373
|
+
{
|
374
|
+
"id": 60,
|
375
|
+
"name": "Docker Repo Dos",
|
376
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-1_0-nemero_uno_producto-docker_repo_dos"
|
377
|
+
},
|
378
|
+
{
|
379
|
+
"id": 29,
|
380
|
+
"name": "Docker Repo Dos",
|
381
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-rocinante-3_0-nemero_uno_producto-docker_repo_dos"
|
382
|
+
},
|
383
|
+
{
|
384
|
+
"id": 56,
|
385
|
+
"name": "Docker Repo Dos",
|
386
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-1_0-nemero_uno_producto-docker_repo_dos"
|
387
|
+
},
|
388
|
+
{
|
389
|
+
"id": 138,
|
390
|
+
"name": "Docker Repo Dos",
|
391
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-3_0-nemero_uno_producto-docker_repo_dos"
|
392
|
+
},
|
393
|
+
{
|
394
|
+
"id": 78,
|
395
|
+
"name": "Docker Repo Dos",
|
396
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-3_0-nemero_uno_producto-docker_repo_dos"
|
397
|
+
},
|
398
|
+
{
|
399
|
+
"id": 94,
|
400
|
+
"name": "Docker Repo Dos",
|
401
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-4_0-nemero_uno_producto-docker_repo_dos"
|
402
|
+
},
|
403
|
+
{
|
404
|
+
"id": 192,
|
405
|
+
"name": "Docker Repo Dos",
|
406
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-10_0-nemero_uno_producto-docker_repo_dos"
|
407
|
+
},
|
408
|
+
{
|
409
|
+
"id": 108,
|
410
|
+
"name": "Docker Repo Dos",
|
411
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-2_0-nemero_uno_producto-docker_repo_dos"
|
412
|
+
},
|
413
|
+
{
|
414
|
+
"id": 101,
|
415
|
+
"name": "Docker Repo Dos",
|
416
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-5_0-nemero_uno_producto-docker_repo_dos"
|
417
|
+
},
|
418
|
+
{
|
419
|
+
"id": 115,
|
420
|
+
"name": "Docker Repo Dos",
|
421
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-6_0-nemero_uno_producto-docker_repo_dos"
|
422
|
+
},
|
423
|
+
{
|
424
|
+
"id": 127,
|
425
|
+
"name": "Docker Repo Dos",
|
426
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-7_0-nemero_uno_producto-docker_repo_dos"
|
427
|
+
},
|
428
|
+
{
|
429
|
+
"id": 148,
|
430
|
+
"name": "Docker Repo Dos",
|
431
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-8_0-nemero_uno_producto-docker_repo_dos"
|
432
|
+
},
|
433
|
+
{
|
434
|
+
"id": 384,
|
435
|
+
"name": "Docker Repo Dos",
|
436
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-18_0-nemero_uno_producto-docker_repo_dos"
|
437
|
+
},
|
438
|
+
{
|
439
|
+
"id": 233,
|
440
|
+
"name": "Docker Repo Dos",
|
441
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-12_0-nemero_uno_producto-docker_repo_dos"
|
442
|
+
},
|
443
|
+
{
|
444
|
+
"id": 167,
|
445
|
+
"name": "Docker Repo Dos",
|
446
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-9_0-nemero_uno_producto-docker_repo_dos"
|
447
|
+
},
|
448
|
+
{
|
449
|
+
"id": 263,
|
450
|
+
"name": "Docker Repo Dos",
|
451
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-13_0-nemero_uno_producto-docker_repo_dos"
|
452
|
+
},
|
453
|
+
{
|
454
|
+
"id": 212,
|
455
|
+
"name": "Docker Repo Dos",
|
456
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-11_0-nemero_uno_producto-docker_repo_dos"
|
457
|
+
},
|
458
|
+
{
|
459
|
+
"id": 251,
|
460
|
+
"name": "Docker Repo Dos",
|
461
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-4_0-nemero_uno_producto-docker_repo_dos"
|
462
|
+
},
|
463
|
+
{
|
464
|
+
"id": 315,
|
465
|
+
"name": "Docker Repo Dos",
|
466
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-15_0-nemero_uno_producto-docker_repo_dos"
|
467
|
+
},
|
468
|
+
{
|
469
|
+
"id": 282,
|
470
|
+
"name": "Docker Repo Dos",
|
471
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-14_0-nemero_uno_producto-docker_repo_dos"
|
472
|
+
},
|
473
|
+
{
|
474
|
+
"id": 399,
|
475
|
+
"name": "Docker Repo Dos",
|
476
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-5_0-nemero_uno_producto-docker_repo_dos"
|
477
|
+
},
|
478
|
+
{
|
479
|
+
"id": 57,
|
480
|
+
"name": "Docker Repo Dos",
|
481
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-library-andromeda_ii-nemero_uno_producto-docker_repo_dos"
|
482
|
+
},
|
483
|
+
{
|
484
|
+
"id": 410,
|
485
|
+
"name": "Docker Repo Dos",
|
486
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-19_0-nemero_uno_producto-docker_repo_dos"
|
487
|
+
},
|
488
|
+
{
|
489
|
+
"id": 335,
|
490
|
+
"name": "Docker Repo Dos",
|
491
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-16_0-nemero_uno_producto-docker_repo_dos"
|
492
|
+
},
|
493
|
+
{
|
494
|
+
"id": 359,
|
495
|
+
"name": "Docker Repo Dos",
|
496
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-17_0-nemero_uno_producto-docker_repo_dos"
|
497
|
+
},
|
498
|
+
{
|
499
|
+
"id": 85,
|
500
|
+
"name": "Docker Repo Dos",
|
501
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-library-cmpnt_uno-nemero_uno_producto-docker_repo_dos"
|
502
|
+
}
|
503
|
+
],
|
504
|
+
"product": {
|
505
|
+
"id": 1,
|
506
|
+
"name": "Nemero Uno Producto"
|
507
|
+
},
|
508
|
+
"environment": {
|
509
|
+
"id": 1,
|
510
|
+
"name": "Library"
|
511
|
+
},
|
512
|
+
"content_view_version": {
|
513
|
+
"id": 1,
|
514
|
+
"name": "Default Organization View 1.0",
|
515
|
+
"content_view_id": 1
|
516
|
+
}
|
517
|
+
},
|
518
|
+
{
|
519
|
+
"id": 160,
|
520
|
+
"name": "v2.3.2",
|
521
|
+
"manifest_schema1": {
|
522
|
+
"id": "/pulp/api/v3/content/container/manifests/c924425f-8238-426c-94e2-2748c3f8857c/",
|
523
|
+
"schema_version": 1,
|
524
|
+
"digest": "sha256:7384a79f4b4991bf8269e7452390249b7c70bcdd10509c8c1c6c6e30e32fb324",
|
525
|
+
"manifest_type": "image"
|
526
|
+
},
|
527
|
+
"manifest_schema2": null,
|
528
|
+
"manifest": {
|
529
|
+
"id": "/pulp/api/v3/content/container/manifests/c924425f-8238-426c-94e2-2748c3f8857c/",
|
530
|
+
"schema_version": 1,
|
531
|
+
"digest": "sha256:7384a79f4b4991bf8269e7452390249b7c70bcdd10509c8c1c6c6e30e32fb324",
|
532
|
+
"manifest_type": "image"
|
533
|
+
},
|
534
|
+
"repositories": [
|
535
|
+
{
|
536
|
+
"id": 22,
|
537
|
+
"name": "Docker Repo Dos",
|
538
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-nemero_uno_producto-docker_repo_dos"
|
539
|
+
},
|
540
|
+
{
|
541
|
+
"id": 60,
|
542
|
+
"name": "Docker Repo Dos",
|
543
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-1_0-nemero_uno_producto-docker_repo_dos"
|
544
|
+
},
|
545
|
+
{
|
546
|
+
"id": 29,
|
547
|
+
"name": "Docker Repo Dos",
|
548
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-rocinante-3_0-nemero_uno_producto-docker_repo_dos"
|
549
|
+
},
|
550
|
+
{
|
551
|
+
"id": 56,
|
552
|
+
"name": "Docker Repo Dos",
|
553
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-1_0-nemero_uno_producto-docker_repo_dos"
|
554
|
+
},
|
555
|
+
{
|
556
|
+
"id": 138,
|
557
|
+
"name": "Docker Repo Dos",
|
558
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-3_0-nemero_uno_producto-docker_repo_dos"
|
559
|
+
},
|
560
|
+
{
|
561
|
+
"id": 78,
|
562
|
+
"name": "Docker Repo Dos",
|
563
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-3_0-nemero_uno_producto-docker_repo_dos"
|
564
|
+
},
|
565
|
+
{
|
566
|
+
"id": 94,
|
567
|
+
"name": "Docker Repo Dos",
|
568
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-4_0-nemero_uno_producto-docker_repo_dos"
|
569
|
+
},
|
570
|
+
{
|
571
|
+
"id": 192,
|
572
|
+
"name": "Docker Repo Dos",
|
573
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-10_0-nemero_uno_producto-docker_repo_dos"
|
574
|
+
},
|
575
|
+
{
|
576
|
+
"id": 108,
|
577
|
+
"name": "Docker Repo Dos",
|
578
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-2_0-nemero_uno_producto-docker_repo_dos"
|
579
|
+
},
|
580
|
+
{
|
581
|
+
"id": 101,
|
582
|
+
"name": "Docker Repo Dos",
|
583
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-5_0-nemero_uno_producto-docker_repo_dos"
|
584
|
+
},
|
585
|
+
{
|
586
|
+
"id": 115,
|
587
|
+
"name": "Docker Repo Dos",
|
588
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-6_0-nemero_uno_producto-docker_repo_dos"
|
589
|
+
},
|
590
|
+
{
|
591
|
+
"id": 127,
|
592
|
+
"name": "Docker Repo Dos",
|
593
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-7_0-nemero_uno_producto-docker_repo_dos"
|
594
|
+
},
|
595
|
+
{
|
596
|
+
"id": 148,
|
597
|
+
"name": "Docker Repo Dos",
|
598
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-8_0-nemero_uno_producto-docker_repo_dos"
|
599
|
+
},
|
600
|
+
{
|
601
|
+
"id": 384,
|
602
|
+
"name": "Docker Repo Dos",
|
603
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-18_0-nemero_uno_producto-docker_repo_dos"
|
604
|
+
},
|
605
|
+
{
|
606
|
+
"id": 233,
|
607
|
+
"name": "Docker Repo Dos",
|
608
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-12_0-nemero_uno_producto-docker_repo_dos"
|
609
|
+
},
|
610
|
+
{
|
611
|
+
"id": 167,
|
612
|
+
"name": "Docker Repo Dos",
|
613
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-9_0-nemero_uno_producto-docker_repo_dos"
|
614
|
+
},
|
615
|
+
{
|
616
|
+
"id": 263,
|
617
|
+
"name": "Docker Repo Dos",
|
618
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-13_0-nemero_uno_producto-docker_repo_dos"
|
619
|
+
},
|
620
|
+
{
|
621
|
+
"id": 212,
|
622
|
+
"name": "Docker Repo Dos",
|
623
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-11_0-nemero_uno_producto-docker_repo_dos"
|
624
|
+
},
|
625
|
+
{
|
626
|
+
"id": 251,
|
627
|
+
"name": "Docker Repo Dos",
|
628
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-4_0-nemero_uno_producto-docker_repo_dos"
|
629
|
+
},
|
630
|
+
{
|
631
|
+
"id": 315,
|
632
|
+
"name": "Docker Repo Dos",
|
633
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-15_0-nemero_uno_producto-docker_repo_dos"
|
634
|
+
},
|
635
|
+
{
|
636
|
+
"id": 282,
|
637
|
+
"name": "Docker Repo Dos",
|
638
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-14_0-nemero_uno_producto-docker_repo_dos"
|
639
|
+
},
|
640
|
+
{
|
641
|
+
"id": 399,
|
642
|
+
"name": "Docker Repo Dos",
|
643
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-5_0-nemero_uno_producto-docker_repo_dos"
|
644
|
+
},
|
645
|
+
{
|
646
|
+
"id": 57,
|
647
|
+
"name": "Docker Repo Dos",
|
648
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-library-andromeda_ii-nemero_uno_producto-docker_repo_dos"
|
649
|
+
},
|
650
|
+
{
|
651
|
+
"id": 410,
|
652
|
+
"name": "Docker Repo Dos",
|
653
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-19_0-nemero_uno_producto-docker_repo_dos"
|
654
|
+
},
|
655
|
+
{
|
656
|
+
"id": 335,
|
657
|
+
"name": "Docker Repo Dos",
|
658
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-16_0-nemero_uno_producto-docker_repo_dos"
|
659
|
+
},
|
660
|
+
{
|
661
|
+
"id": 359,
|
662
|
+
"name": "Docker Repo Dos",
|
663
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-17_0-nemero_uno_producto-docker_repo_dos"
|
664
|
+
},
|
665
|
+
{
|
666
|
+
"id": 85,
|
667
|
+
"name": "Docker Repo Dos",
|
668
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-library-cmpnt_uno-nemero_uno_producto-docker_repo_dos"
|
669
|
+
}
|
670
|
+
],
|
671
|
+
"product": {
|
672
|
+
"id": 1,
|
673
|
+
"name": "Nemero Uno Producto"
|
674
|
+
},
|
675
|
+
"environment": {
|
676
|
+
"id": 1,
|
677
|
+
"name": "Library"
|
678
|
+
},
|
679
|
+
"content_view_version": {
|
680
|
+
"id": 1,
|
681
|
+
"name": "Default Organization View 1.0",
|
682
|
+
"content_view_id": 1
|
683
|
+
}
|
684
|
+
},
|
685
|
+
{
|
686
|
+
"id": 159,
|
687
|
+
"name": "v2.26.0-rc.0",
|
688
|
+
"manifest_schema1": null,
|
689
|
+
"manifest_schema2": {
|
690
|
+
"id": "/pulp/api/v3/content/container/manifests/45b2a1a9-8583-4dfc-859e-f2346136a24f/",
|
691
|
+
"schema_version": 2,
|
692
|
+
"digest": "sha256:d32e7f464223fad38273f93a2176038debcb7bc6ca0a35028bee3d527cb0253d",
|
693
|
+
"manifest_type": "list"
|
694
|
+
},
|
695
|
+
"manifest": {
|
696
|
+
"id": "/pulp/api/v3/content/container/manifests/45b2a1a9-8583-4dfc-859e-f2346136a24f/",
|
697
|
+
"schema_version": 2,
|
698
|
+
"digest": "sha256:d32e7f464223fad38273f93a2176038debcb7bc6ca0a35028bee3d527cb0253d",
|
699
|
+
"manifest_type": "list"
|
700
|
+
},
|
701
|
+
"repositories": [
|
702
|
+
{
|
703
|
+
"id": 22,
|
704
|
+
"name": "Docker Repo Dos",
|
705
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-nemero_uno_producto-docker_repo_dos"
|
706
|
+
},
|
707
|
+
{
|
708
|
+
"id": 60,
|
709
|
+
"name": "Docker Repo Dos",
|
710
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-1_0-nemero_uno_producto-docker_repo_dos"
|
711
|
+
},
|
712
|
+
{
|
713
|
+
"id": 29,
|
714
|
+
"name": "Docker Repo Dos",
|
715
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-rocinante-3_0-nemero_uno_producto-docker_repo_dos"
|
716
|
+
},
|
717
|
+
{
|
718
|
+
"id": 56,
|
719
|
+
"name": "Docker Repo Dos",
|
720
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-1_0-nemero_uno_producto-docker_repo_dos"
|
721
|
+
},
|
722
|
+
{
|
723
|
+
"id": 138,
|
724
|
+
"name": "Docker Repo Dos",
|
725
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-3_0-nemero_uno_producto-docker_repo_dos"
|
726
|
+
},
|
727
|
+
{
|
728
|
+
"id": 78,
|
729
|
+
"name": "Docker Repo Dos",
|
730
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-3_0-nemero_uno_producto-docker_repo_dos"
|
731
|
+
},
|
732
|
+
{
|
733
|
+
"id": 94,
|
734
|
+
"name": "Docker Repo Dos",
|
735
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-4_0-nemero_uno_producto-docker_repo_dos"
|
736
|
+
},
|
737
|
+
{
|
738
|
+
"id": 192,
|
739
|
+
"name": "Docker Repo Dos",
|
740
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-10_0-nemero_uno_producto-docker_repo_dos"
|
741
|
+
},
|
742
|
+
{
|
743
|
+
"id": 108,
|
744
|
+
"name": "Docker Repo Dos",
|
745
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-2_0-nemero_uno_producto-docker_repo_dos"
|
746
|
+
},
|
747
|
+
{
|
748
|
+
"id": 101,
|
749
|
+
"name": "Docker Repo Dos",
|
750
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-5_0-nemero_uno_producto-docker_repo_dos"
|
751
|
+
},
|
752
|
+
{
|
753
|
+
"id": 115,
|
754
|
+
"name": "Docker Repo Dos",
|
755
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-6_0-nemero_uno_producto-docker_repo_dos"
|
756
|
+
},
|
757
|
+
{
|
758
|
+
"id": 127,
|
759
|
+
"name": "Docker Repo Dos",
|
760
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-7_0-nemero_uno_producto-docker_repo_dos"
|
761
|
+
},
|
762
|
+
{
|
763
|
+
"id": 148,
|
764
|
+
"name": "Docker Repo Dos",
|
765
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-8_0-nemero_uno_producto-docker_repo_dos"
|
766
|
+
},
|
767
|
+
{
|
768
|
+
"id": 384,
|
769
|
+
"name": "Docker Repo Dos",
|
770
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-18_0-nemero_uno_producto-docker_repo_dos"
|
771
|
+
},
|
772
|
+
{
|
773
|
+
"id": 233,
|
774
|
+
"name": "Docker Repo Dos",
|
775
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-12_0-nemero_uno_producto-docker_repo_dos"
|
776
|
+
},
|
777
|
+
{
|
778
|
+
"id": 167,
|
779
|
+
"name": "Docker Repo Dos",
|
780
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-9_0-nemero_uno_producto-docker_repo_dos"
|
781
|
+
},
|
782
|
+
{
|
783
|
+
"id": 263,
|
784
|
+
"name": "Docker Repo Dos",
|
785
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-13_0-nemero_uno_producto-docker_repo_dos"
|
786
|
+
},
|
787
|
+
{
|
788
|
+
"id": 212,
|
789
|
+
"name": "Docker Repo Dos",
|
790
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-11_0-nemero_uno_producto-docker_repo_dos"
|
791
|
+
},
|
792
|
+
{
|
793
|
+
"id": 251,
|
794
|
+
"name": "Docker Repo Dos",
|
795
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-4_0-nemero_uno_producto-docker_repo_dos"
|
796
|
+
},
|
797
|
+
{
|
798
|
+
"id": 315,
|
799
|
+
"name": "Docker Repo Dos",
|
800
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-15_0-nemero_uno_producto-docker_repo_dos"
|
801
|
+
},
|
802
|
+
{
|
803
|
+
"id": 282,
|
804
|
+
"name": "Docker Repo Dos",
|
805
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-14_0-nemero_uno_producto-docker_repo_dos"
|
806
|
+
},
|
807
|
+
{
|
808
|
+
"id": 399,
|
809
|
+
"name": "Docker Repo Dos",
|
810
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-5_0-nemero_uno_producto-docker_repo_dos"
|
811
|
+
},
|
812
|
+
{
|
813
|
+
"id": 57,
|
814
|
+
"name": "Docker Repo Dos",
|
815
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-library-andromeda_ii-nemero_uno_producto-docker_repo_dos"
|
816
|
+
},
|
817
|
+
{
|
818
|
+
"id": 410,
|
819
|
+
"name": "Docker Repo Dos",
|
820
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-19_0-nemero_uno_producto-docker_repo_dos"
|
821
|
+
},
|
822
|
+
{
|
823
|
+
"id": 335,
|
824
|
+
"name": "Docker Repo Dos",
|
825
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-16_0-nemero_uno_producto-docker_repo_dos"
|
826
|
+
},
|
827
|
+
{
|
828
|
+
"id": 359,
|
829
|
+
"name": "Docker Repo Dos",
|
830
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-17_0-nemero_uno_producto-docker_repo_dos"
|
831
|
+
},
|
832
|
+
{
|
833
|
+
"id": 85,
|
834
|
+
"name": "Docker Repo Dos",
|
835
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-library-cmpnt_uno-nemero_uno_producto-docker_repo_dos"
|
836
|
+
}
|
837
|
+
],
|
838
|
+
"product": {
|
839
|
+
"id": 1,
|
840
|
+
"name": "Nemero Uno Producto"
|
841
|
+
},
|
842
|
+
"environment": {
|
843
|
+
"id": 1,
|
844
|
+
"name": "Library"
|
845
|
+
},
|
846
|
+
"content_view_version": {
|
847
|
+
"id": 1,
|
848
|
+
"name": "Default Organization View 1.0",
|
849
|
+
"content_view_id": 1
|
850
|
+
}
|
851
|
+
},
|
852
|
+
{
|
853
|
+
"id": 158,
|
854
|
+
"name": "v2.27.0-rc.0",
|
855
|
+
"manifest_schema1": null,
|
856
|
+
"manifest_schema2": {
|
857
|
+
"id": "/pulp/api/v3/content/container/manifests/cd52d914-13d1-4dd2-b437-a56e5054352a/",
|
858
|
+
"schema_version": 2,
|
859
|
+
"digest": "sha256:0dbb289d1f763e4b2d9db8adb3b4a35e36ba7049875fd73bec24cb08a619a285",
|
860
|
+
"manifest_type": "list"
|
861
|
+
},
|
862
|
+
"manifest": {
|
863
|
+
"id": "/pulp/api/v3/content/container/manifests/cd52d914-13d1-4dd2-b437-a56e5054352a/",
|
864
|
+
"schema_version": 2,
|
865
|
+
"digest": "sha256:0dbb289d1f763e4b2d9db8adb3b4a35e36ba7049875fd73bec24cb08a619a285",
|
866
|
+
"manifest_type": "list"
|
867
|
+
},
|
868
|
+
"repositories": [
|
869
|
+
{
|
870
|
+
"id": 22,
|
871
|
+
"name": "Docker Repo Dos",
|
872
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-nemero_uno_producto-docker_repo_dos"
|
873
|
+
},
|
874
|
+
{
|
875
|
+
"id": 60,
|
876
|
+
"name": "Docker Repo Dos",
|
877
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-1_0-nemero_uno_producto-docker_repo_dos"
|
878
|
+
},
|
879
|
+
{
|
880
|
+
"id": 29,
|
881
|
+
"name": "Docker Repo Dos",
|
882
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-rocinante-3_0-nemero_uno_producto-docker_repo_dos"
|
883
|
+
},
|
884
|
+
{
|
885
|
+
"id": 56,
|
886
|
+
"name": "Docker Repo Dos",
|
887
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-1_0-nemero_uno_producto-docker_repo_dos"
|
888
|
+
},
|
889
|
+
{
|
890
|
+
"id": 138,
|
891
|
+
"name": "Docker Repo Dos",
|
892
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-3_0-nemero_uno_producto-docker_repo_dos"
|
893
|
+
},
|
894
|
+
{
|
895
|
+
"id": 78,
|
896
|
+
"name": "Docker Repo Dos",
|
897
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-3_0-nemero_uno_producto-docker_repo_dos"
|
898
|
+
},
|
899
|
+
{
|
900
|
+
"id": 94,
|
901
|
+
"name": "Docker Repo Dos",
|
902
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-4_0-nemero_uno_producto-docker_repo_dos"
|
903
|
+
},
|
904
|
+
{
|
905
|
+
"id": 192,
|
906
|
+
"name": "Docker Repo Dos",
|
907
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-10_0-nemero_uno_producto-docker_repo_dos"
|
908
|
+
},
|
909
|
+
{
|
910
|
+
"id": 108,
|
911
|
+
"name": "Docker Repo Dos",
|
912
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-2_0-nemero_uno_producto-docker_repo_dos"
|
913
|
+
},
|
914
|
+
{
|
915
|
+
"id": 101,
|
916
|
+
"name": "Docker Repo Dos",
|
917
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-5_0-nemero_uno_producto-docker_repo_dos"
|
918
|
+
},
|
919
|
+
{
|
920
|
+
"id": 115,
|
921
|
+
"name": "Docker Repo Dos",
|
922
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-6_0-nemero_uno_producto-docker_repo_dos"
|
923
|
+
},
|
924
|
+
{
|
925
|
+
"id": 127,
|
926
|
+
"name": "Docker Repo Dos",
|
927
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-7_0-nemero_uno_producto-docker_repo_dos"
|
928
|
+
},
|
929
|
+
{
|
930
|
+
"id": 148,
|
931
|
+
"name": "Docker Repo Dos",
|
932
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-8_0-nemero_uno_producto-docker_repo_dos"
|
933
|
+
},
|
934
|
+
{
|
935
|
+
"id": 384,
|
936
|
+
"name": "Docker Repo Dos",
|
937
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-18_0-nemero_uno_producto-docker_repo_dos"
|
938
|
+
},
|
939
|
+
{
|
940
|
+
"id": 233,
|
941
|
+
"name": "Docker Repo Dos",
|
942
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-12_0-nemero_uno_producto-docker_repo_dos"
|
943
|
+
},
|
944
|
+
{
|
945
|
+
"id": 167,
|
946
|
+
"name": "Docker Repo Dos",
|
947
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-9_0-nemero_uno_producto-docker_repo_dos"
|
948
|
+
},
|
949
|
+
{
|
950
|
+
"id": 263,
|
951
|
+
"name": "Docker Repo Dos",
|
952
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-13_0-nemero_uno_producto-docker_repo_dos"
|
953
|
+
},
|
954
|
+
{
|
955
|
+
"id": 212,
|
956
|
+
"name": "Docker Repo Dos",
|
957
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-11_0-nemero_uno_producto-docker_repo_dos"
|
958
|
+
},
|
959
|
+
{
|
960
|
+
"id": 251,
|
961
|
+
"name": "Docker Repo Dos",
|
962
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-4_0-nemero_uno_producto-docker_repo_dos"
|
963
|
+
},
|
964
|
+
{
|
965
|
+
"id": 315,
|
966
|
+
"name": "Docker Repo Dos",
|
967
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-15_0-nemero_uno_producto-docker_repo_dos"
|
968
|
+
},
|
969
|
+
{
|
970
|
+
"id": 282,
|
971
|
+
"name": "Docker Repo Dos",
|
972
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-14_0-nemero_uno_producto-docker_repo_dos"
|
973
|
+
},
|
974
|
+
{
|
975
|
+
"id": 399,
|
976
|
+
"name": "Docker Repo Dos",
|
977
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-5_0-nemero_uno_producto-docker_repo_dos"
|
978
|
+
},
|
979
|
+
{
|
980
|
+
"id": 57,
|
981
|
+
"name": "Docker Repo Dos",
|
982
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-library-andromeda_ii-nemero_uno_producto-docker_repo_dos"
|
983
|
+
},
|
984
|
+
{
|
985
|
+
"id": 410,
|
986
|
+
"name": "Docker Repo Dos",
|
987
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-19_0-nemero_uno_producto-docker_repo_dos"
|
988
|
+
},
|
989
|
+
{
|
990
|
+
"id": 335,
|
991
|
+
"name": "Docker Repo Dos",
|
992
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-16_0-nemero_uno_producto-docker_repo_dos"
|
993
|
+
},
|
994
|
+
{
|
995
|
+
"id": 359,
|
996
|
+
"name": "Docker Repo Dos",
|
997
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-17_0-nemero_uno_producto-docker_repo_dos"
|
998
|
+
},
|
999
|
+
{
|
1000
|
+
"id": 85,
|
1001
|
+
"name": "Docker Repo Dos",
|
1002
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-library-cmpnt_uno-nemero_uno_producto-docker_repo_dos"
|
1003
|
+
}
|
1004
|
+
],
|
1005
|
+
"product": {
|
1006
|
+
"id": 1,
|
1007
|
+
"name": "Nemero Uno Producto"
|
1008
|
+
},
|
1009
|
+
"environment": {
|
1010
|
+
"id": 1,
|
1011
|
+
"name": "Library"
|
1012
|
+
},
|
1013
|
+
"content_view_version": {
|
1014
|
+
"id": 1,
|
1015
|
+
"name": "Default Organization View 1.0",
|
1016
|
+
"content_view_id": 1
|
1017
|
+
}
|
1018
|
+
},
|
1019
|
+
{
|
1020
|
+
"id": 157,
|
1021
|
+
"name": "v2.26.0",
|
1022
|
+
"manifest_schema1": null,
|
1023
|
+
"manifest_schema2": {
|
1024
|
+
"id": "/pulp/api/v3/content/container/manifests/c5b71bd8-c113-482e-acfb-c88a2d6a1b58/",
|
1025
|
+
"schema_version": 2,
|
1026
|
+
"digest": "sha256:38d40a760569b1c5aec4a36e8a7f11e86299e9191b9233672a5d41296d8fa74e",
|
1027
|
+
"manifest_type": "list"
|
1028
|
+
},
|
1029
|
+
"manifest": {
|
1030
|
+
"id": "/pulp/api/v3/content/container/manifests/c5b71bd8-c113-482e-acfb-c88a2d6a1b58/",
|
1031
|
+
"schema_version": 2,
|
1032
|
+
"digest": "sha256:38d40a760569b1c5aec4a36e8a7f11e86299e9191b9233672a5d41296d8fa74e",
|
1033
|
+
"manifest_type": "list"
|
1034
|
+
},
|
1035
|
+
"repositories": [
|
1036
|
+
{
|
1037
|
+
"id": 22,
|
1038
|
+
"name": "Docker Repo Dos",
|
1039
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-nemero_uno_producto-docker_repo_dos"
|
1040
|
+
},
|
1041
|
+
{
|
1042
|
+
"id": 60,
|
1043
|
+
"name": "Docker Repo Dos",
|
1044
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-1_0-nemero_uno_producto-docker_repo_dos"
|
1045
|
+
},
|
1046
|
+
{
|
1047
|
+
"id": 29,
|
1048
|
+
"name": "Docker Repo Dos",
|
1049
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-rocinante-3_0-nemero_uno_producto-docker_repo_dos"
|
1050
|
+
},
|
1051
|
+
{
|
1052
|
+
"id": 56,
|
1053
|
+
"name": "Docker Repo Dos",
|
1054
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-1_0-nemero_uno_producto-docker_repo_dos"
|
1055
|
+
},
|
1056
|
+
{
|
1057
|
+
"id": 138,
|
1058
|
+
"name": "Docker Repo Dos",
|
1059
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-3_0-nemero_uno_producto-docker_repo_dos"
|
1060
|
+
},
|
1061
|
+
{
|
1062
|
+
"id": 78,
|
1063
|
+
"name": "Docker Repo Dos",
|
1064
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-3_0-nemero_uno_producto-docker_repo_dos"
|
1065
|
+
},
|
1066
|
+
{
|
1067
|
+
"id": 94,
|
1068
|
+
"name": "Docker Repo Dos",
|
1069
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-4_0-nemero_uno_producto-docker_repo_dos"
|
1070
|
+
},
|
1071
|
+
{
|
1072
|
+
"id": 192,
|
1073
|
+
"name": "Docker Repo Dos",
|
1074
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-10_0-nemero_uno_producto-docker_repo_dos"
|
1075
|
+
},
|
1076
|
+
{
|
1077
|
+
"id": 108,
|
1078
|
+
"name": "Docker Repo Dos",
|
1079
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-2_0-nemero_uno_producto-docker_repo_dos"
|
1080
|
+
},
|
1081
|
+
{
|
1082
|
+
"id": 101,
|
1083
|
+
"name": "Docker Repo Dos",
|
1084
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-5_0-nemero_uno_producto-docker_repo_dos"
|
1085
|
+
},
|
1086
|
+
{
|
1087
|
+
"id": 115,
|
1088
|
+
"name": "Docker Repo Dos",
|
1089
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-6_0-nemero_uno_producto-docker_repo_dos"
|
1090
|
+
},
|
1091
|
+
{
|
1092
|
+
"id": 127,
|
1093
|
+
"name": "Docker Repo Dos",
|
1094
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-7_0-nemero_uno_producto-docker_repo_dos"
|
1095
|
+
},
|
1096
|
+
{
|
1097
|
+
"id": 148,
|
1098
|
+
"name": "Docker Repo Dos",
|
1099
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-8_0-nemero_uno_producto-docker_repo_dos"
|
1100
|
+
},
|
1101
|
+
{
|
1102
|
+
"id": 384,
|
1103
|
+
"name": "Docker Repo Dos",
|
1104
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-18_0-nemero_uno_producto-docker_repo_dos"
|
1105
|
+
},
|
1106
|
+
{
|
1107
|
+
"id": 233,
|
1108
|
+
"name": "Docker Repo Dos",
|
1109
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-12_0-nemero_uno_producto-docker_repo_dos"
|
1110
|
+
},
|
1111
|
+
{
|
1112
|
+
"id": 167,
|
1113
|
+
"name": "Docker Repo Dos",
|
1114
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-9_0-nemero_uno_producto-docker_repo_dos"
|
1115
|
+
},
|
1116
|
+
{
|
1117
|
+
"id": 263,
|
1118
|
+
"name": "Docker Repo Dos",
|
1119
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-13_0-nemero_uno_producto-docker_repo_dos"
|
1120
|
+
},
|
1121
|
+
{
|
1122
|
+
"id": 212,
|
1123
|
+
"name": "Docker Repo Dos",
|
1124
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-11_0-nemero_uno_producto-docker_repo_dos"
|
1125
|
+
},
|
1126
|
+
{
|
1127
|
+
"id": 251,
|
1128
|
+
"name": "Docker Repo Dos",
|
1129
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-4_0-nemero_uno_producto-docker_repo_dos"
|
1130
|
+
},
|
1131
|
+
{
|
1132
|
+
"id": 315,
|
1133
|
+
"name": "Docker Repo Dos",
|
1134
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-15_0-nemero_uno_producto-docker_repo_dos"
|
1135
|
+
},
|
1136
|
+
{
|
1137
|
+
"id": 282,
|
1138
|
+
"name": "Docker Repo Dos",
|
1139
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-14_0-nemero_uno_producto-docker_repo_dos"
|
1140
|
+
},
|
1141
|
+
{
|
1142
|
+
"id": 399,
|
1143
|
+
"name": "Docker Repo Dos",
|
1144
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-5_0-nemero_uno_producto-docker_repo_dos"
|
1145
|
+
},
|
1146
|
+
{
|
1147
|
+
"id": 57,
|
1148
|
+
"name": "Docker Repo Dos",
|
1149
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-library-andromeda_ii-nemero_uno_producto-docker_repo_dos"
|
1150
|
+
},
|
1151
|
+
{
|
1152
|
+
"id": 410,
|
1153
|
+
"name": "Docker Repo Dos",
|
1154
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-19_0-nemero_uno_producto-docker_repo_dos"
|
1155
|
+
},
|
1156
|
+
{
|
1157
|
+
"id": 335,
|
1158
|
+
"name": "Docker Repo Dos",
|
1159
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-16_0-nemero_uno_producto-docker_repo_dos"
|
1160
|
+
},
|
1161
|
+
{
|
1162
|
+
"id": 359,
|
1163
|
+
"name": "Docker Repo Dos",
|
1164
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-17_0-nemero_uno_producto-docker_repo_dos"
|
1165
|
+
},
|
1166
|
+
{
|
1167
|
+
"id": 85,
|
1168
|
+
"name": "Docker Repo Dos",
|
1169
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-library-cmpnt_uno-nemero_uno_producto-docker_repo_dos"
|
1170
|
+
}
|
1171
|
+
],
|
1172
|
+
"product": {
|
1173
|
+
"id": 1,
|
1174
|
+
"name": "Nemero Uno Producto"
|
1175
|
+
},
|
1176
|
+
"environment": {
|
1177
|
+
"id": 1,
|
1178
|
+
"name": "Library"
|
1179
|
+
},
|
1180
|
+
"content_view_version": {
|
1181
|
+
"id": 1,
|
1182
|
+
"name": "Default Organization View 1.0",
|
1183
|
+
"content_view_id": 1
|
1184
|
+
}
|
1185
|
+
},
|
1186
|
+
{
|
1187
|
+
"id": 156,
|
1188
|
+
"name": "v1.6.2",
|
1189
|
+
"manifest_schema1": {
|
1190
|
+
"id": "/pulp/api/v3/content/container/manifests/2bf8361a-ce41-485b-9f0e-4965cafcc3e7/",
|
1191
|
+
"schema_version": 1,
|
1192
|
+
"digest": "sha256:2d50dab13775e4e9120656af6598506322dfb8bee9b7ebe4ce09b15f0944fefc",
|
1193
|
+
"manifest_type": "image"
|
1194
|
+
},
|
1195
|
+
"manifest_schema2": null,
|
1196
|
+
"manifest": {
|
1197
|
+
"id": "/pulp/api/v3/content/container/manifests/2bf8361a-ce41-485b-9f0e-4965cafcc3e7/",
|
1198
|
+
"schema_version": 1,
|
1199
|
+
"digest": "sha256:2d50dab13775e4e9120656af6598506322dfb8bee9b7ebe4ce09b15f0944fefc",
|
1200
|
+
"manifest_type": "image"
|
1201
|
+
},
|
1202
|
+
"repositories": [
|
1203
|
+
{
|
1204
|
+
"id": 22,
|
1205
|
+
"name": "Docker Repo Dos",
|
1206
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-nemero_uno_producto-docker_repo_dos"
|
1207
|
+
},
|
1208
|
+
{
|
1209
|
+
"id": 60,
|
1210
|
+
"name": "Docker Repo Dos",
|
1211
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-1_0-nemero_uno_producto-docker_repo_dos"
|
1212
|
+
},
|
1213
|
+
{
|
1214
|
+
"id": 29,
|
1215
|
+
"name": "Docker Repo Dos",
|
1216
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-rocinante-3_0-nemero_uno_producto-docker_repo_dos"
|
1217
|
+
},
|
1218
|
+
{
|
1219
|
+
"id": 56,
|
1220
|
+
"name": "Docker Repo Dos",
|
1221
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-1_0-nemero_uno_producto-docker_repo_dos"
|
1222
|
+
},
|
1223
|
+
{
|
1224
|
+
"id": 138,
|
1225
|
+
"name": "Docker Repo Dos",
|
1226
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-3_0-nemero_uno_producto-docker_repo_dos"
|
1227
|
+
},
|
1228
|
+
{
|
1229
|
+
"id": 78,
|
1230
|
+
"name": "Docker Repo Dos",
|
1231
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-3_0-nemero_uno_producto-docker_repo_dos"
|
1232
|
+
},
|
1233
|
+
{
|
1234
|
+
"id": 94,
|
1235
|
+
"name": "Docker Repo Dos",
|
1236
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-4_0-nemero_uno_producto-docker_repo_dos"
|
1237
|
+
},
|
1238
|
+
{
|
1239
|
+
"id": 192,
|
1240
|
+
"name": "Docker Repo Dos",
|
1241
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-10_0-nemero_uno_producto-docker_repo_dos"
|
1242
|
+
},
|
1243
|
+
{
|
1244
|
+
"id": 108,
|
1245
|
+
"name": "Docker Repo Dos",
|
1246
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-2_0-nemero_uno_producto-docker_repo_dos"
|
1247
|
+
},
|
1248
|
+
{
|
1249
|
+
"id": 101,
|
1250
|
+
"name": "Docker Repo Dos",
|
1251
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-5_0-nemero_uno_producto-docker_repo_dos"
|
1252
|
+
},
|
1253
|
+
{
|
1254
|
+
"id": 115,
|
1255
|
+
"name": "Docker Repo Dos",
|
1256
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-6_0-nemero_uno_producto-docker_repo_dos"
|
1257
|
+
},
|
1258
|
+
{
|
1259
|
+
"id": 127,
|
1260
|
+
"name": "Docker Repo Dos",
|
1261
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-7_0-nemero_uno_producto-docker_repo_dos"
|
1262
|
+
},
|
1263
|
+
{
|
1264
|
+
"id": 148,
|
1265
|
+
"name": "Docker Repo Dos",
|
1266
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-8_0-nemero_uno_producto-docker_repo_dos"
|
1267
|
+
},
|
1268
|
+
{
|
1269
|
+
"id": 384,
|
1270
|
+
"name": "Docker Repo Dos",
|
1271
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-18_0-nemero_uno_producto-docker_repo_dos"
|
1272
|
+
},
|
1273
|
+
{
|
1274
|
+
"id": 233,
|
1275
|
+
"name": "Docker Repo Dos",
|
1276
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-12_0-nemero_uno_producto-docker_repo_dos"
|
1277
|
+
},
|
1278
|
+
{
|
1279
|
+
"id": 167,
|
1280
|
+
"name": "Docker Repo Dos",
|
1281
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-9_0-nemero_uno_producto-docker_repo_dos"
|
1282
|
+
},
|
1283
|
+
{
|
1284
|
+
"id": 263,
|
1285
|
+
"name": "Docker Repo Dos",
|
1286
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-13_0-nemero_uno_producto-docker_repo_dos"
|
1287
|
+
},
|
1288
|
+
{
|
1289
|
+
"id": 212,
|
1290
|
+
"name": "Docker Repo Dos",
|
1291
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-11_0-nemero_uno_producto-docker_repo_dos"
|
1292
|
+
},
|
1293
|
+
{
|
1294
|
+
"id": 251,
|
1295
|
+
"name": "Docker Repo Dos",
|
1296
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-4_0-nemero_uno_producto-docker_repo_dos"
|
1297
|
+
},
|
1298
|
+
{
|
1299
|
+
"id": 315,
|
1300
|
+
"name": "Docker Repo Dos",
|
1301
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-15_0-nemero_uno_producto-docker_repo_dos"
|
1302
|
+
},
|
1303
|
+
{
|
1304
|
+
"id": 282,
|
1305
|
+
"name": "Docker Repo Dos",
|
1306
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-14_0-nemero_uno_producto-docker_repo_dos"
|
1307
|
+
},
|
1308
|
+
{
|
1309
|
+
"id": 399,
|
1310
|
+
"name": "Docker Repo Dos",
|
1311
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-5_0-nemero_uno_producto-docker_repo_dos"
|
1312
|
+
},
|
1313
|
+
{
|
1314
|
+
"id": 57,
|
1315
|
+
"name": "Docker Repo Dos",
|
1316
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-library-andromeda_ii-nemero_uno_producto-docker_repo_dos"
|
1317
|
+
},
|
1318
|
+
{
|
1319
|
+
"id": 410,
|
1320
|
+
"name": "Docker Repo Dos",
|
1321
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-19_0-nemero_uno_producto-docker_repo_dos"
|
1322
|
+
},
|
1323
|
+
{
|
1324
|
+
"id": 335,
|
1325
|
+
"name": "Docker Repo Dos",
|
1326
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-16_0-nemero_uno_producto-docker_repo_dos"
|
1327
|
+
},
|
1328
|
+
{
|
1329
|
+
"id": 359,
|
1330
|
+
"name": "Docker Repo Dos",
|
1331
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-17_0-nemero_uno_producto-docker_repo_dos"
|
1332
|
+
},
|
1333
|
+
{
|
1334
|
+
"id": 85,
|
1335
|
+
"name": "Docker Repo Dos",
|
1336
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-library-cmpnt_uno-nemero_uno_producto-docker_repo_dos"
|
1337
|
+
}
|
1338
|
+
],
|
1339
|
+
"product": {
|
1340
|
+
"id": 1,
|
1341
|
+
"name": "Nemero Uno Producto"
|
1342
|
+
},
|
1343
|
+
"environment": {
|
1344
|
+
"id": 1,
|
1345
|
+
"name": "Library"
|
1346
|
+
},
|
1347
|
+
"content_view_version": {
|
1348
|
+
"id": 1,
|
1349
|
+
"name": "Default Organization View 1.0",
|
1350
|
+
"content_view_id": 1
|
1351
|
+
}
|
1352
|
+
},
|
1353
|
+
{
|
1354
|
+
"id": 155,
|
1355
|
+
"name": "v2.4.2",
|
1356
|
+
"manifest_schema1": {
|
1357
|
+
"id": "/pulp/api/v3/content/container/manifests/bdc3cc0a-f4e4-4ea1-b157-f81008682ce1/",
|
1358
|
+
"schema_version": 1,
|
1359
|
+
"digest": "sha256:8e4d8817b1eb40d793f7207fd064ef2a3d47e3dd6290738ca3c6d642489cea93",
|
1360
|
+
"manifest_type": "image"
|
1361
|
+
},
|
1362
|
+
"manifest_schema2": null,
|
1363
|
+
"manifest": {
|
1364
|
+
"id": "/pulp/api/v3/content/container/manifests/bdc3cc0a-f4e4-4ea1-b157-f81008682ce1/",
|
1365
|
+
"schema_version": 1,
|
1366
|
+
"digest": "sha256:8e4d8817b1eb40d793f7207fd064ef2a3d47e3dd6290738ca3c6d642489cea93",
|
1367
|
+
"manifest_type": "image"
|
1368
|
+
},
|
1369
|
+
"repositories": [
|
1370
|
+
{
|
1371
|
+
"id": 22,
|
1372
|
+
"name": "Docker Repo Dos",
|
1373
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-nemero_uno_producto-docker_repo_dos"
|
1374
|
+
},
|
1375
|
+
{
|
1376
|
+
"id": 60,
|
1377
|
+
"name": "Docker Repo Dos",
|
1378
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-1_0-nemero_uno_producto-docker_repo_dos"
|
1379
|
+
},
|
1380
|
+
{
|
1381
|
+
"id": 29,
|
1382
|
+
"name": "Docker Repo Dos",
|
1383
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-rocinante-3_0-nemero_uno_producto-docker_repo_dos"
|
1384
|
+
},
|
1385
|
+
{
|
1386
|
+
"id": 56,
|
1387
|
+
"name": "Docker Repo Dos",
|
1388
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-1_0-nemero_uno_producto-docker_repo_dos"
|
1389
|
+
},
|
1390
|
+
{
|
1391
|
+
"id": 138,
|
1392
|
+
"name": "Docker Repo Dos",
|
1393
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-3_0-nemero_uno_producto-docker_repo_dos"
|
1394
|
+
},
|
1395
|
+
{
|
1396
|
+
"id": 78,
|
1397
|
+
"name": "Docker Repo Dos",
|
1398
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-3_0-nemero_uno_producto-docker_repo_dos"
|
1399
|
+
},
|
1400
|
+
{
|
1401
|
+
"id": 94,
|
1402
|
+
"name": "Docker Repo Dos",
|
1403
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-4_0-nemero_uno_producto-docker_repo_dos"
|
1404
|
+
},
|
1405
|
+
{
|
1406
|
+
"id": 192,
|
1407
|
+
"name": "Docker Repo Dos",
|
1408
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-10_0-nemero_uno_producto-docker_repo_dos"
|
1409
|
+
},
|
1410
|
+
{
|
1411
|
+
"id": 108,
|
1412
|
+
"name": "Docker Repo Dos",
|
1413
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-2_0-nemero_uno_producto-docker_repo_dos"
|
1414
|
+
},
|
1415
|
+
{
|
1416
|
+
"id": 101,
|
1417
|
+
"name": "Docker Repo Dos",
|
1418
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-5_0-nemero_uno_producto-docker_repo_dos"
|
1419
|
+
},
|
1420
|
+
{
|
1421
|
+
"id": 115,
|
1422
|
+
"name": "Docker Repo Dos",
|
1423
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-6_0-nemero_uno_producto-docker_repo_dos"
|
1424
|
+
},
|
1425
|
+
{
|
1426
|
+
"id": 127,
|
1427
|
+
"name": "Docker Repo Dos",
|
1428
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-7_0-nemero_uno_producto-docker_repo_dos"
|
1429
|
+
},
|
1430
|
+
{
|
1431
|
+
"id": 148,
|
1432
|
+
"name": "Docker Repo Dos",
|
1433
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-8_0-nemero_uno_producto-docker_repo_dos"
|
1434
|
+
},
|
1435
|
+
{
|
1436
|
+
"id": 384,
|
1437
|
+
"name": "Docker Repo Dos",
|
1438
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-18_0-nemero_uno_producto-docker_repo_dos"
|
1439
|
+
},
|
1440
|
+
{
|
1441
|
+
"id": 233,
|
1442
|
+
"name": "Docker Repo Dos",
|
1443
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-12_0-nemero_uno_producto-docker_repo_dos"
|
1444
|
+
},
|
1445
|
+
{
|
1446
|
+
"id": 167,
|
1447
|
+
"name": "Docker Repo Dos",
|
1448
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-9_0-nemero_uno_producto-docker_repo_dos"
|
1449
|
+
},
|
1450
|
+
{
|
1451
|
+
"id": 263,
|
1452
|
+
"name": "Docker Repo Dos",
|
1453
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-13_0-nemero_uno_producto-docker_repo_dos"
|
1454
|
+
},
|
1455
|
+
{
|
1456
|
+
"id": 212,
|
1457
|
+
"name": "Docker Repo Dos",
|
1458
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-11_0-nemero_uno_producto-docker_repo_dos"
|
1459
|
+
},
|
1460
|
+
{
|
1461
|
+
"id": 251,
|
1462
|
+
"name": "Docker Repo Dos",
|
1463
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-4_0-nemero_uno_producto-docker_repo_dos"
|
1464
|
+
},
|
1465
|
+
{
|
1466
|
+
"id": 315,
|
1467
|
+
"name": "Docker Repo Dos",
|
1468
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-15_0-nemero_uno_producto-docker_repo_dos"
|
1469
|
+
},
|
1470
|
+
{
|
1471
|
+
"id": 282,
|
1472
|
+
"name": "Docker Repo Dos",
|
1473
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-14_0-nemero_uno_producto-docker_repo_dos"
|
1474
|
+
},
|
1475
|
+
{
|
1476
|
+
"id": 399,
|
1477
|
+
"name": "Docker Repo Dos",
|
1478
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-5_0-nemero_uno_producto-docker_repo_dos"
|
1479
|
+
},
|
1480
|
+
{
|
1481
|
+
"id": 57,
|
1482
|
+
"name": "Docker Repo Dos",
|
1483
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-library-andromeda_ii-nemero_uno_producto-docker_repo_dos"
|
1484
|
+
},
|
1485
|
+
{
|
1486
|
+
"id": 410,
|
1487
|
+
"name": "Docker Repo Dos",
|
1488
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-19_0-nemero_uno_producto-docker_repo_dos"
|
1489
|
+
},
|
1490
|
+
{
|
1491
|
+
"id": 335,
|
1492
|
+
"name": "Docker Repo Dos",
|
1493
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-16_0-nemero_uno_producto-docker_repo_dos"
|
1494
|
+
},
|
1495
|
+
{
|
1496
|
+
"id": 359,
|
1497
|
+
"name": "Docker Repo Dos",
|
1498
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-17_0-nemero_uno_producto-docker_repo_dos"
|
1499
|
+
},
|
1500
|
+
{
|
1501
|
+
"id": 85,
|
1502
|
+
"name": "Docker Repo Dos",
|
1503
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-library-cmpnt_uno-nemero_uno_producto-docker_repo_dos"
|
1504
|
+
}
|
1505
|
+
],
|
1506
|
+
"product": {
|
1507
|
+
"id": 1,
|
1508
|
+
"name": "Nemero Uno Producto"
|
1509
|
+
},
|
1510
|
+
"environment": {
|
1511
|
+
"id": 1,
|
1512
|
+
"name": "Library"
|
1513
|
+
},
|
1514
|
+
"content_view_version": {
|
1515
|
+
"id": 1,
|
1516
|
+
"name": "Default Organization View 1.0",
|
1517
|
+
"content_view_id": 1
|
1518
|
+
}
|
1519
|
+
},
|
1520
|
+
{
|
1521
|
+
"id": 154,
|
1522
|
+
"name": "v2.2.0-rc.1",
|
1523
|
+
"manifest_schema1": {
|
1524
|
+
"id": "/pulp/api/v3/content/container/manifests/7c2152b0-0164-45b0-a369-81644772f6ce/",
|
1525
|
+
"schema_version": 1,
|
1526
|
+
"digest": "sha256:7972cd55570d800ab4343e48c5e74dd3c5608e9c4212728206e7de58eb7c7a39",
|
1527
|
+
"manifest_type": "image"
|
1528
|
+
},
|
1529
|
+
"manifest_schema2": null,
|
1530
|
+
"manifest": {
|
1531
|
+
"id": "/pulp/api/v3/content/container/manifests/7c2152b0-0164-45b0-a369-81644772f6ce/",
|
1532
|
+
"schema_version": 1,
|
1533
|
+
"digest": "sha256:7972cd55570d800ab4343e48c5e74dd3c5608e9c4212728206e7de58eb7c7a39",
|
1534
|
+
"manifest_type": "image"
|
1535
|
+
},
|
1536
|
+
"repositories": [
|
1537
|
+
{
|
1538
|
+
"id": 22,
|
1539
|
+
"name": "Docker Repo Dos",
|
1540
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-nemero_uno_producto-docker_repo_dos"
|
1541
|
+
},
|
1542
|
+
{
|
1543
|
+
"id": 60,
|
1544
|
+
"name": "Docker Repo Dos",
|
1545
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-1_0-nemero_uno_producto-docker_repo_dos"
|
1546
|
+
},
|
1547
|
+
{
|
1548
|
+
"id": 29,
|
1549
|
+
"name": "Docker Repo Dos",
|
1550
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-rocinante-3_0-nemero_uno_producto-docker_repo_dos"
|
1551
|
+
},
|
1552
|
+
{
|
1553
|
+
"id": 56,
|
1554
|
+
"name": "Docker Repo Dos",
|
1555
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-1_0-nemero_uno_producto-docker_repo_dos"
|
1556
|
+
},
|
1557
|
+
{
|
1558
|
+
"id": 138,
|
1559
|
+
"name": "Docker Repo Dos",
|
1560
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-3_0-nemero_uno_producto-docker_repo_dos"
|
1561
|
+
},
|
1562
|
+
{
|
1563
|
+
"id": 78,
|
1564
|
+
"name": "Docker Repo Dos",
|
1565
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-3_0-nemero_uno_producto-docker_repo_dos"
|
1566
|
+
},
|
1567
|
+
{
|
1568
|
+
"id": 94,
|
1569
|
+
"name": "Docker Repo Dos",
|
1570
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-4_0-nemero_uno_producto-docker_repo_dos"
|
1571
|
+
},
|
1572
|
+
{
|
1573
|
+
"id": 192,
|
1574
|
+
"name": "Docker Repo Dos",
|
1575
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-10_0-nemero_uno_producto-docker_repo_dos"
|
1576
|
+
},
|
1577
|
+
{
|
1578
|
+
"id": 108,
|
1579
|
+
"name": "Docker Repo Dos",
|
1580
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-2_0-nemero_uno_producto-docker_repo_dos"
|
1581
|
+
},
|
1582
|
+
{
|
1583
|
+
"id": 101,
|
1584
|
+
"name": "Docker Repo Dos",
|
1585
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-5_0-nemero_uno_producto-docker_repo_dos"
|
1586
|
+
},
|
1587
|
+
{
|
1588
|
+
"id": 115,
|
1589
|
+
"name": "Docker Repo Dos",
|
1590
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-6_0-nemero_uno_producto-docker_repo_dos"
|
1591
|
+
},
|
1592
|
+
{
|
1593
|
+
"id": 127,
|
1594
|
+
"name": "Docker Repo Dos",
|
1595
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-7_0-nemero_uno_producto-docker_repo_dos"
|
1596
|
+
},
|
1597
|
+
{
|
1598
|
+
"id": 148,
|
1599
|
+
"name": "Docker Repo Dos",
|
1600
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-8_0-nemero_uno_producto-docker_repo_dos"
|
1601
|
+
},
|
1602
|
+
{
|
1603
|
+
"id": 384,
|
1604
|
+
"name": "Docker Repo Dos",
|
1605
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-18_0-nemero_uno_producto-docker_repo_dos"
|
1606
|
+
},
|
1607
|
+
{
|
1608
|
+
"id": 233,
|
1609
|
+
"name": "Docker Repo Dos",
|
1610
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-12_0-nemero_uno_producto-docker_repo_dos"
|
1611
|
+
},
|
1612
|
+
{
|
1613
|
+
"id": 167,
|
1614
|
+
"name": "Docker Repo Dos",
|
1615
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-9_0-nemero_uno_producto-docker_repo_dos"
|
1616
|
+
},
|
1617
|
+
{
|
1618
|
+
"id": 263,
|
1619
|
+
"name": "Docker Repo Dos",
|
1620
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-13_0-nemero_uno_producto-docker_repo_dos"
|
1621
|
+
},
|
1622
|
+
{
|
1623
|
+
"id": 212,
|
1624
|
+
"name": "Docker Repo Dos",
|
1625
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-11_0-nemero_uno_producto-docker_repo_dos"
|
1626
|
+
},
|
1627
|
+
{
|
1628
|
+
"id": 251,
|
1629
|
+
"name": "Docker Repo Dos",
|
1630
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-4_0-nemero_uno_producto-docker_repo_dos"
|
1631
|
+
},
|
1632
|
+
{
|
1633
|
+
"id": 315,
|
1634
|
+
"name": "Docker Repo Dos",
|
1635
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-15_0-nemero_uno_producto-docker_repo_dos"
|
1636
|
+
},
|
1637
|
+
{
|
1638
|
+
"id": 282,
|
1639
|
+
"name": "Docker Repo Dos",
|
1640
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-14_0-nemero_uno_producto-docker_repo_dos"
|
1641
|
+
},
|
1642
|
+
{
|
1643
|
+
"id": 399,
|
1644
|
+
"name": "Docker Repo Dos",
|
1645
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-5_0-nemero_uno_producto-docker_repo_dos"
|
1646
|
+
},
|
1647
|
+
{
|
1648
|
+
"id": 57,
|
1649
|
+
"name": "Docker Repo Dos",
|
1650
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-library-andromeda_ii-nemero_uno_producto-docker_repo_dos"
|
1651
|
+
},
|
1652
|
+
{
|
1653
|
+
"id": 410,
|
1654
|
+
"name": "Docker Repo Dos",
|
1655
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-19_0-nemero_uno_producto-docker_repo_dos"
|
1656
|
+
},
|
1657
|
+
{
|
1658
|
+
"id": 335,
|
1659
|
+
"name": "Docker Repo Dos",
|
1660
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-16_0-nemero_uno_producto-docker_repo_dos"
|
1661
|
+
},
|
1662
|
+
{
|
1663
|
+
"id": 359,
|
1664
|
+
"name": "Docker Repo Dos",
|
1665
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-17_0-nemero_uno_producto-docker_repo_dos"
|
1666
|
+
},
|
1667
|
+
{
|
1668
|
+
"id": 85,
|
1669
|
+
"name": "Docker Repo Dos",
|
1670
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-library-cmpnt_uno-nemero_uno_producto-docker_repo_dos"
|
1671
|
+
}
|
1672
|
+
],
|
1673
|
+
"product": {
|
1674
|
+
"id": 1,
|
1675
|
+
"name": "Nemero Uno Producto"
|
1676
|
+
},
|
1677
|
+
"environment": {
|
1678
|
+
"id": 1,
|
1679
|
+
"name": "Library"
|
1680
|
+
},
|
1681
|
+
"content_view_version": {
|
1682
|
+
"id": 1,
|
1683
|
+
"name": "Default Organization View 1.0",
|
1684
|
+
"content_view_id": 1
|
1685
|
+
}
|
1686
|
+
},
|
1687
|
+
{
|
1688
|
+
"id": 153,
|
1689
|
+
"name": "v1.3.0",
|
1690
|
+
"manifest_schema1": {
|
1691
|
+
"id": "/pulp/api/v3/content/container/manifests/d7219726-4423-4db0-baab-7accd6a4340b/",
|
1692
|
+
"schema_version": 1,
|
1693
|
+
"digest": "sha256:d42bd0991135a3203f70de56557c6a2ea4c41ed5c607796b474f2ae56422d6b4",
|
1694
|
+
"manifest_type": "image"
|
1695
|
+
},
|
1696
|
+
"manifest_schema2": null,
|
1697
|
+
"manifest": {
|
1698
|
+
"id": "/pulp/api/v3/content/container/manifests/d7219726-4423-4db0-baab-7accd6a4340b/",
|
1699
|
+
"schema_version": 1,
|
1700
|
+
"digest": "sha256:d42bd0991135a3203f70de56557c6a2ea4c41ed5c607796b474f2ae56422d6b4",
|
1701
|
+
"manifest_type": "image"
|
1702
|
+
},
|
1703
|
+
"repositories": [
|
1704
|
+
{
|
1705
|
+
"id": 22,
|
1706
|
+
"name": "Docker Repo Dos",
|
1707
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-nemero_uno_producto-docker_repo_dos"
|
1708
|
+
},
|
1709
|
+
{
|
1710
|
+
"id": 60,
|
1711
|
+
"name": "Docker Repo Dos",
|
1712
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-1_0-nemero_uno_producto-docker_repo_dos"
|
1713
|
+
},
|
1714
|
+
{
|
1715
|
+
"id": 29,
|
1716
|
+
"name": "Docker Repo Dos",
|
1717
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-rocinante-3_0-nemero_uno_producto-docker_repo_dos"
|
1718
|
+
},
|
1719
|
+
{
|
1720
|
+
"id": 56,
|
1721
|
+
"name": "Docker Repo Dos",
|
1722
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-1_0-nemero_uno_producto-docker_repo_dos"
|
1723
|
+
},
|
1724
|
+
{
|
1725
|
+
"id": 138,
|
1726
|
+
"name": "Docker Repo Dos",
|
1727
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-3_0-nemero_uno_producto-docker_repo_dos"
|
1728
|
+
},
|
1729
|
+
{
|
1730
|
+
"id": 78,
|
1731
|
+
"name": "Docker Repo Dos",
|
1732
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-3_0-nemero_uno_producto-docker_repo_dos"
|
1733
|
+
},
|
1734
|
+
{
|
1735
|
+
"id": 94,
|
1736
|
+
"name": "Docker Repo Dos",
|
1737
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-4_0-nemero_uno_producto-docker_repo_dos"
|
1738
|
+
},
|
1739
|
+
{
|
1740
|
+
"id": 192,
|
1741
|
+
"name": "Docker Repo Dos",
|
1742
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-10_0-nemero_uno_producto-docker_repo_dos"
|
1743
|
+
},
|
1744
|
+
{
|
1745
|
+
"id": 108,
|
1746
|
+
"name": "Docker Repo Dos",
|
1747
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-2_0-nemero_uno_producto-docker_repo_dos"
|
1748
|
+
},
|
1749
|
+
{
|
1750
|
+
"id": 101,
|
1751
|
+
"name": "Docker Repo Dos",
|
1752
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-5_0-nemero_uno_producto-docker_repo_dos"
|
1753
|
+
},
|
1754
|
+
{
|
1755
|
+
"id": 115,
|
1756
|
+
"name": "Docker Repo Dos",
|
1757
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-6_0-nemero_uno_producto-docker_repo_dos"
|
1758
|
+
},
|
1759
|
+
{
|
1760
|
+
"id": 127,
|
1761
|
+
"name": "Docker Repo Dos",
|
1762
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-7_0-nemero_uno_producto-docker_repo_dos"
|
1763
|
+
},
|
1764
|
+
{
|
1765
|
+
"id": 148,
|
1766
|
+
"name": "Docker Repo Dos",
|
1767
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-8_0-nemero_uno_producto-docker_repo_dos"
|
1768
|
+
},
|
1769
|
+
{
|
1770
|
+
"id": 384,
|
1771
|
+
"name": "Docker Repo Dos",
|
1772
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-18_0-nemero_uno_producto-docker_repo_dos"
|
1773
|
+
},
|
1774
|
+
{
|
1775
|
+
"id": 233,
|
1776
|
+
"name": "Docker Repo Dos",
|
1777
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-12_0-nemero_uno_producto-docker_repo_dos"
|
1778
|
+
},
|
1779
|
+
{
|
1780
|
+
"id": 167,
|
1781
|
+
"name": "Docker Repo Dos",
|
1782
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-9_0-nemero_uno_producto-docker_repo_dos"
|
1783
|
+
},
|
1784
|
+
{
|
1785
|
+
"id": 263,
|
1786
|
+
"name": "Docker Repo Dos",
|
1787
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-13_0-nemero_uno_producto-docker_repo_dos"
|
1788
|
+
},
|
1789
|
+
{
|
1790
|
+
"id": 212,
|
1791
|
+
"name": "Docker Repo Dos",
|
1792
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-11_0-nemero_uno_producto-docker_repo_dos"
|
1793
|
+
},
|
1794
|
+
{
|
1795
|
+
"id": 251,
|
1796
|
+
"name": "Docker Repo Dos",
|
1797
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-4_0-nemero_uno_producto-docker_repo_dos"
|
1798
|
+
},
|
1799
|
+
{
|
1800
|
+
"id": 315,
|
1801
|
+
"name": "Docker Repo Dos",
|
1802
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-15_0-nemero_uno_producto-docker_repo_dos"
|
1803
|
+
},
|
1804
|
+
{
|
1805
|
+
"id": 282,
|
1806
|
+
"name": "Docker Repo Dos",
|
1807
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-14_0-nemero_uno_producto-docker_repo_dos"
|
1808
|
+
},
|
1809
|
+
{
|
1810
|
+
"id": 399,
|
1811
|
+
"name": "Docker Repo Dos",
|
1812
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-5_0-nemero_uno_producto-docker_repo_dos"
|
1813
|
+
},
|
1814
|
+
{
|
1815
|
+
"id": 57,
|
1816
|
+
"name": "Docker Repo Dos",
|
1817
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-library-andromeda_ii-nemero_uno_producto-docker_repo_dos"
|
1818
|
+
},
|
1819
|
+
{
|
1820
|
+
"id": 410,
|
1821
|
+
"name": "Docker Repo Dos",
|
1822
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-19_0-nemero_uno_producto-docker_repo_dos"
|
1823
|
+
},
|
1824
|
+
{
|
1825
|
+
"id": 335,
|
1826
|
+
"name": "Docker Repo Dos",
|
1827
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-16_0-nemero_uno_producto-docker_repo_dos"
|
1828
|
+
},
|
1829
|
+
{
|
1830
|
+
"id": 359,
|
1831
|
+
"name": "Docker Repo Dos",
|
1832
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-17_0-nemero_uno_producto-docker_repo_dos"
|
1833
|
+
},
|
1834
|
+
{
|
1835
|
+
"id": 85,
|
1836
|
+
"name": "Docker Repo Dos",
|
1837
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-library-cmpnt_uno-nemero_uno_producto-docker_repo_dos"
|
1838
|
+
}
|
1839
|
+
],
|
1840
|
+
"product": {
|
1841
|
+
"id": 1,
|
1842
|
+
"name": "Nemero Uno Producto"
|
1843
|
+
},
|
1844
|
+
"environment": {
|
1845
|
+
"id": 1,
|
1846
|
+
"name": "Library"
|
1847
|
+
},
|
1848
|
+
"content_view_version": {
|
1849
|
+
"id": 1,
|
1850
|
+
"name": "Default Organization View 1.0",
|
1851
|
+
"content_view_id": 1
|
1852
|
+
}
|
1853
|
+
},
|
1854
|
+
{
|
1855
|
+
"id": 152,
|
1856
|
+
"name": "v2.4.0",
|
1857
|
+
"manifest_schema1": {
|
1858
|
+
"id": "/pulp/api/v3/content/container/manifests/f9911126-b10c-4068-8d45-f69f37d353d4/",
|
1859
|
+
"schema_version": 1,
|
1860
|
+
"digest": "sha256:2cb62504f65f2753550be97ccf556e798b2c2eec96a62037835a9d9e16969b5c",
|
1861
|
+
"manifest_type": "image"
|
1862
|
+
},
|
1863
|
+
"manifest_schema2": null,
|
1864
|
+
"manifest": {
|
1865
|
+
"id": "/pulp/api/v3/content/container/manifests/f9911126-b10c-4068-8d45-f69f37d353d4/",
|
1866
|
+
"schema_version": 1,
|
1867
|
+
"digest": "sha256:2cb62504f65f2753550be97ccf556e798b2c2eec96a62037835a9d9e16969b5c",
|
1868
|
+
"manifest_type": "image"
|
1869
|
+
},
|
1870
|
+
"repositories": [
|
1871
|
+
{
|
1872
|
+
"id": 22,
|
1873
|
+
"name": "Docker Repo Dos",
|
1874
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-nemero_uno_producto-docker_repo_dos"
|
1875
|
+
},
|
1876
|
+
{
|
1877
|
+
"id": 60,
|
1878
|
+
"name": "Docker Repo Dos",
|
1879
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-1_0-nemero_uno_producto-docker_repo_dos"
|
1880
|
+
},
|
1881
|
+
{
|
1882
|
+
"id": 29,
|
1883
|
+
"name": "Docker Repo Dos",
|
1884
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-rocinante-3_0-nemero_uno_producto-docker_repo_dos"
|
1885
|
+
},
|
1886
|
+
{
|
1887
|
+
"id": 56,
|
1888
|
+
"name": "Docker Repo Dos",
|
1889
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-1_0-nemero_uno_producto-docker_repo_dos"
|
1890
|
+
},
|
1891
|
+
{
|
1892
|
+
"id": 138,
|
1893
|
+
"name": "Docker Repo Dos",
|
1894
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-3_0-nemero_uno_producto-docker_repo_dos"
|
1895
|
+
},
|
1896
|
+
{
|
1897
|
+
"id": 78,
|
1898
|
+
"name": "Docker Repo Dos",
|
1899
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-3_0-nemero_uno_producto-docker_repo_dos"
|
1900
|
+
},
|
1901
|
+
{
|
1902
|
+
"id": 94,
|
1903
|
+
"name": "Docker Repo Dos",
|
1904
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-4_0-nemero_uno_producto-docker_repo_dos"
|
1905
|
+
},
|
1906
|
+
{
|
1907
|
+
"id": 192,
|
1908
|
+
"name": "Docker Repo Dos",
|
1909
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-10_0-nemero_uno_producto-docker_repo_dos"
|
1910
|
+
},
|
1911
|
+
{
|
1912
|
+
"id": 108,
|
1913
|
+
"name": "Docker Repo Dos",
|
1914
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-2_0-nemero_uno_producto-docker_repo_dos"
|
1915
|
+
},
|
1916
|
+
{
|
1917
|
+
"id": 101,
|
1918
|
+
"name": "Docker Repo Dos",
|
1919
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-5_0-nemero_uno_producto-docker_repo_dos"
|
1920
|
+
},
|
1921
|
+
{
|
1922
|
+
"id": 115,
|
1923
|
+
"name": "Docker Repo Dos",
|
1924
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-6_0-nemero_uno_producto-docker_repo_dos"
|
1925
|
+
},
|
1926
|
+
{
|
1927
|
+
"id": 127,
|
1928
|
+
"name": "Docker Repo Dos",
|
1929
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-7_0-nemero_uno_producto-docker_repo_dos"
|
1930
|
+
},
|
1931
|
+
{
|
1932
|
+
"id": 148,
|
1933
|
+
"name": "Docker Repo Dos",
|
1934
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-8_0-nemero_uno_producto-docker_repo_dos"
|
1935
|
+
},
|
1936
|
+
{
|
1937
|
+
"id": 384,
|
1938
|
+
"name": "Docker Repo Dos",
|
1939
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-18_0-nemero_uno_producto-docker_repo_dos"
|
1940
|
+
},
|
1941
|
+
{
|
1942
|
+
"id": 233,
|
1943
|
+
"name": "Docker Repo Dos",
|
1944
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-12_0-nemero_uno_producto-docker_repo_dos"
|
1945
|
+
},
|
1946
|
+
{
|
1947
|
+
"id": 167,
|
1948
|
+
"name": "Docker Repo Dos",
|
1949
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-9_0-nemero_uno_producto-docker_repo_dos"
|
1950
|
+
},
|
1951
|
+
{
|
1952
|
+
"id": 263,
|
1953
|
+
"name": "Docker Repo Dos",
|
1954
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-13_0-nemero_uno_producto-docker_repo_dos"
|
1955
|
+
},
|
1956
|
+
{
|
1957
|
+
"id": 212,
|
1958
|
+
"name": "Docker Repo Dos",
|
1959
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-11_0-nemero_uno_producto-docker_repo_dos"
|
1960
|
+
},
|
1961
|
+
{
|
1962
|
+
"id": 251,
|
1963
|
+
"name": "Docker Repo Dos",
|
1964
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-4_0-nemero_uno_producto-docker_repo_dos"
|
1965
|
+
},
|
1966
|
+
{
|
1967
|
+
"id": 315,
|
1968
|
+
"name": "Docker Repo Dos",
|
1969
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-15_0-nemero_uno_producto-docker_repo_dos"
|
1970
|
+
},
|
1971
|
+
{
|
1972
|
+
"id": 282,
|
1973
|
+
"name": "Docker Repo Dos",
|
1974
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-14_0-nemero_uno_producto-docker_repo_dos"
|
1975
|
+
},
|
1976
|
+
{
|
1977
|
+
"id": 399,
|
1978
|
+
"name": "Docker Repo Dos",
|
1979
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-5_0-nemero_uno_producto-docker_repo_dos"
|
1980
|
+
},
|
1981
|
+
{
|
1982
|
+
"id": 57,
|
1983
|
+
"name": "Docker Repo Dos",
|
1984
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-library-andromeda_ii-nemero_uno_producto-docker_repo_dos"
|
1985
|
+
},
|
1986
|
+
{
|
1987
|
+
"id": 410,
|
1988
|
+
"name": "Docker Repo Dos",
|
1989
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-19_0-nemero_uno_producto-docker_repo_dos"
|
1990
|
+
},
|
1991
|
+
{
|
1992
|
+
"id": 335,
|
1993
|
+
"name": "Docker Repo Dos",
|
1994
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-16_0-nemero_uno_producto-docker_repo_dos"
|
1995
|
+
},
|
1996
|
+
{
|
1997
|
+
"id": 359,
|
1998
|
+
"name": "Docker Repo Dos",
|
1999
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-17_0-nemero_uno_producto-docker_repo_dos"
|
2000
|
+
},
|
2001
|
+
{
|
2002
|
+
"id": 85,
|
2003
|
+
"name": "Docker Repo Dos",
|
2004
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-library-cmpnt_uno-nemero_uno_producto-docker_repo_dos"
|
2005
|
+
}
|
2006
|
+
],
|
2007
|
+
"product": {
|
2008
|
+
"id": 1,
|
2009
|
+
"name": "Nemero Uno Producto"
|
2010
|
+
},
|
2011
|
+
"environment": {
|
2012
|
+
"id": 1,
|
2013
|
+
"name": "Library"
|
2014
|
+
},
|
2015
|
+
"content_view_version": {
|
2016
|
+
"id": 1,
|
2017
|
+
"name": "Default Organization View 1.0",
|
2018
|
+
"content_view_id": 1
|
2019
|
+
}
|
2020
|
+
},
|
2021
|
+
{
|
2022
|
+
"id": 151,
|
2023
|
+
"name": "v2.28.0",
|
2024
|
+
"manifest_schema1": null,
|
2025
|
+
"manifest_schema2": {
|
2026
|
+
"id": "/pulp/api/v3/content/container/manifests/757b9581-a1c1-4c27-ab84-c7c57067b6bd/",
|
2027
|
+
"schema_version": 2,
|
2028
|
+
"digest": "sha256:d5db4b724a53ec7135df90bdb908e00439522539156df2697d969c5931c673a4",
|
2029
|
+
"manifest_type": "list"
|
2030
|
+
},
|
2031
|
+
"manifest": {
|
2032
|
+
"id": "/pulp/api/v3/content/container/manifests/757b9581-a1c1-4c27-ab84-c7c57067b6bd/",
|
2033
|
+
"schema_version": 2,
|
2034
|
+
"digest": "sha256:d5db4b724a53ec7135df90bdb908e00439522539156df2697d969c5931c673a4",
|
2035
|
+
"manifest_type": "list"
|
2036
|
+
},
|
2037
|
+
"repositories": [
|
2038
|
+
{
|
2039
|
+
"id": 22,
|
2040
|
+
"name": "Docker Repo Dos",
|
2041
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-nemero_uno_producto-docker_repo_dos"
|
2042
|
+
},
|
2043
|
+
{
|
2044
|
+
"id": 60,
|
2045
|
+
"name": "Docker Repo Dos",
|
2046
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-1_0-nemero_uno_producto-docker_repo_dos"
|
2047
|
+
},
|
2048
|
+
{
|
2049
|
+
"id": 29,
|
2050
|
+
"name": "Docker Repo Dos",
|
2051
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-rocinante-3_0-nemero_uno_producto-docker_repo_dos"
|
2052
|
+
},
|
2053
|
+
{
|
2054
|
+
"id": 56,
|
2055
|
+
"name": "Docker Repo Dos",
|
2056
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-1_0-nemero_uno_producto-docker_repo_dos"
|
2057
|
+
},
|
2058
|
+
{
|
2059
|
+
"id": 138,
|
2060
|
+
"name": "Docker Repo Dos",
|
2061
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-3_0-nemero_uno_producto-docker_repo_dos"
|
2062
|
+
},
|
2063
|
+
{
|
2064
|
+
"id": 78,
|
2065
|
+
"name": "Docker Repo Dos",
|
2066
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-3_0-nemero_uno_producto-docker_repo_dos"
|
2067
|
+
},
|
2068
|
+
{
|
2069
|
+
"id": 94,
|
2070
|
+
"name": "Docker Repo Dos",
|
2071
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-4_0-nemero_uno_producto-docker_repo_dos"
|
2072
|
+
},
|
2073
|
+
{
|
2074
|
+
"id": 192,
|
2075
|
+
"name": "Docker Repo Dos",
|
2076
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-10_0-nemero_uno_producto-docker_repo_dos"
|
2077
|
+
},
|
2078
|
+
{
|
2079
|
+
"id": 108,
|
2080
|
+
"name": "Docker Repo Dos",
|
2081
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-2_0-nemero_uno_producto-docker_repo_dos"
|
2082
|
+
},
|
2083
|
+
{
|
2084
|
+
"id": 101,
|
2085
|
+
"name": "Docker Repo Dos",
|
2086
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-5_0-nemero_uno_producto-docker_repo_dos"
|
2087
|
+
},
|
2088
|
+
{
|
2089
|
+
"id": 115,
|
2090
|
+
"name": "Docker Repo Dos",
|
2091
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-6_0-nemero_uno_producto-docker_repo_dos"
|
2092
|
+
},
|
2093
|
+
{
|
2094
|
+
"id": 127,
|
2095
|
+
"name": "Docker Repo Dos",
|
2096
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-7_0-nemero_uno_producto-docker_repo_dos"
|
2097
|
+
},
|
2098
|
+
{
|
2099
|
+
"id": 148,
|
2100
|
+
"name": "Docker Repo Dos",
|
2101
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-8_0-nemero_uno_producto-docker_repo_dos"
|
2102
|
+
},
|
2103
|
+
{
|
2104
|
+
"id": 384,
|
2105
|
+
"name": "Docker Repo Dos",
|
2106
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-18_0-nemero_uno_producto-docker_repo_dos"
|
2107
|
+
},
|
2108
|
+
{
|
2109
|
+
"id": 233,
|
2110
|
+
"name": "Docker Repo Dos",
|
2111
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-12_0-nemero_uno_producto-docker_repo_dos"
|
2112
|
+
},
|
2113
|
+
{
|
2114
|
+
"id": 167,
|
2115
|
+
"name": "Docker Repo Dos",
|
2116
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-9_0-nemero_uno_producto-docker_repo_dos"
|
2117
|
+
},
|
2118
|
+
{
|
2119
|
+
"id": 263,
|
2120
|
+
"name": "Docker Repo Dos",
|
2121
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-13_0-nemero_uno_producto-docker_repo_dos"
|
2122
|
+
},
|
2123
|
+
{
|
2124
|
+
"id": 212,
|
2125
|
+
"name": "Docker Repo Dos",
|
2126
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-11_0-nemero_uno_producto-docker_repo_dos"
|
2127
|
+
},
|
2128
|
+
{
|
2129
|
+
"id": 251,
|
2130
|
+
"name": "Docker Repo Dos",
|
2131
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-4_0-nemero_uno_producto-docker_repo_dos"
|
2132
|
+
},
|
2133
|
+
{
|
2134
|
+
"id": 315,
|
2135
|
+
"name": "Docker Repo Dos",
|
2136
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-15_0-nemero_uno_producto-docker_repo_dos"
|
2137
|
+
},
|
2138
|
+
{
|
2139
|
+
"id": 282,
|
2140
|
+
"name": "Docker Repo Dos",
|
2141
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-14_0-nemero_uno_producto-docker_repo_dos"
|
2142
|
+
},
|
2143
|
+
{
|
2144
|
+
"id": 399,
|
2145
|
+
"name": "Docker Repo Dos",
|
2146
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-5_0-nemero_uno_producto-docker_repo_dos"
|
2147
|
+
},
|
2148
|
+
{
|
2149
|
+
"id": 57,
|
2150
|
+
"name": "Docker Repo Dos",
|
2151
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-library-andromeda_ii-nemero_uno_producto-docker_repo_dos"
|
2152
|
+
},
|
2153
|
+
{
|
2154
|
+
"id": 410,
|
2155
|
+
"name": "Docker Repo Dos",
|
2156
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-19_0-nemero_uno_producto-docker_repo_dos"
|
2157
|
+
},
|
2158
|
+
{
|
2159
|
+
"id": 335,
|
2160
|
+
"name": "Docker Repo Dos",
|
2161
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-16_0-nemero_uno_producto-docker_repo_dos"
|
2162
|
+
},
|
2163
|
+
{
|
2164
|
+
"id": 359,
|
2165
|
+
"name": "Docker Repo Dos",
|
2166
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-17_0-nemero_uno_producto-docker_repo_dos"
|
2167
|
+
},
|
2168
|
+
{
|
2169
|
+
"id": 85,
|
2170
|
+
"name": "Docker Repo Dos",
|
2171
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-library-cmpnt_uno-nemero_uno_producto-docker_repo_dos"
|
2172
|
+
}
|
2173
|
+
],
|
2174
|
+
"product": {
|
2175
|
+
"id": 1,
|
2176
|
+
"name": "Nemero Uno Producto"
|
2177
|
+
},
|
2178
|
+
"environment": {
|
2179
|
+
"id": 1,
|
2180
|
+
"name": "Library"
|
2181
|
+
},
|
2182
|
+
"content_view_version": {
|
2183
|
+
"id": 1,
|
2184
|
+
"name": "Default Organization View 1.0",
|
2185
|
+
"content_view_id": 1
|
2186
|
+
}
|
2187
|
+
},
|
2188
|
+
{
|
2189
|
+
"id": 150,
|
2190
|
+
"name": "v2.3.0",
|
2191
|
+
"manifest_schema1": {
|
2192
|
+
"id": "/pulp/api/v3/content/container/manifests/c08c7c61-dde5-48ae-9963-1468cdf07fff/",
|
2193
|
+
"schema_version": 1,
|
2194
|
+
"digest": "sha256:7e457bd94a501c6804ece424f10b622fc55c58ed219b74d4abbfcc4912449f5d",
|
2195
|
+
"manifest_type": "image"
|
2196
|
+
},
|
2197
|
+
"manifest_schema2": null,
|
2198
|
+
"manifest": {
|
2199
|
+
"id": "/pulp/api/v3/content/container/manifests/c08c7c61-dde5-48ae-9963-1468cdf07fff/",
|
2200
|
+
"schema_version": 1,
|
2201
|
+
"digest": "sha256:7e457bd94a501c6804ece424f10b622fc55c58ed219b74d4abbfcc4912449f5d",
|
2202
|
+
"manifest_type": "image"
|
2203
|
+
},
|
2204
|
+
"repositories": [
|
2205
|
+
{
|
2206
|
+
"id": 22,
|
2207
|
+
"name": "Docker Repo Dos",
|
2208
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-nemero_uno_producto-docker_repo_dos"
|
2209
|
+
},
|
2210
|
+
{
|
2211
|
+
"id": 60,
|
2212
|
+
"name": "Docker Repo Dos",
|
2213
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-1_0-nemero_uno_producto-docker_repo_dos"
|
2214
|
+
},
|
2215
|
+
{
|
2216
|
+
"id": 29,
|
2217
|
+
"name": "Docker Repo Dos",
|
2218
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-rocinante-3_0-nemero_uno_producto-docker_repo_dos"
|
2219
|
+
},
|
2220
|
+
{
|
2221
|
+
"id": 56,
|
2222
|
+
"name": "Docker Repo Dos",
|
2223
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-1_0-nemero_uno_producto-docker_repo_dos"
|
2224
|
+
},
|
2225
|
+
{
|
2226
|
+
"id": 138,
|
2227
|
+
"name": "Docker Repo Dos",
|
2228
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-3_0-nemero_uno_producto-docker_repo_dos"
|
2229
|
+
},
|
2230
|
+
{
|
2231
|
+
"id": 78,
|
2232
|
+
"name": "Docker Repo Dos",
|
2233
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-3_0-nemero_uno_producto-docker_repo_dos"
|
2234
|
+
},
|
2235
|
+
{
|
2236
|
+
"id": 94,
|
2237
|
+
"name": "Docker Repo Dos",
|
2238
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-4_0-nemero_uno_producto-docker_repo_dos"
|
2239
|
+
},
|
2240
|
+
{
|
2241
|
+
"id": 192,
|
2242
|
+
"name": "Docker Repo Dos",
|
2243
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-10_0-nemero_uno_producto-docker_repo_dos"
|
2244
|
+
},
|
2245
|
+
{
|
2246
|
+
"id": 108,
|
2247
|
+
"name": "Docker Repo Dos",
|
2248
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-2_0-nemero_uno_producto-docker_repo_dos"
|
2249
|
+
},
|
2250
|
+
{
|
2251
|
+
"id": 101,
|
2252
|
+
"name": "Docker Repo Dos",
|
2253
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-5_0-nemero_uno_producto-docker_repo_dos"
|
2254
|
+
},
|
2255
|
+
{
|
2256
|
+
"id": 115,
|
2257
|
+
"name": "Docker Repo Dos",
|
2258
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-6_0-nemero_uno_producto-docker_repo_dos"
|
2259
|
+
},
|
2260
|
+
{
|
2261
|
+
"id": 127,
|
2262
|
+
"name": "Docker Repo Dos",
|
2263
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-7_0-nemero_uno_producto-docker_repo_dos"
|
2264
|
+
},
|
2265
|
+
{
|
2266
|
+
"id": 148,
|
2267
|
+
"name": "Docker Repo Dos",
|
2268
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-8_0-nemero_uno_producto-docker_repo_dos"
|
2269
|
+
},
|
2270
|
+
{
|
2271
|
+
"id": 384,
|
2272
|
+
"name": "Docker Repo Dos",
|
2273
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-18_0-nemero_uno_producto-docker_repo_dos"
|
2274
|
+
},
|
2275
|
+
{
|
2276
|
+
"id": 233,
|
2277
|
+
"name": "Docker Repo Dos",
|
2278
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-12_0-nemero_uno_producto-docker_repo_dos"
|
2279
|
+
},
|
2280
|
+
{
|
2281
|
+
"id": 167,
|
2282
|
+
"name": "Docker Repo Dos",
|
2283
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-9_0-nemero_uno_producto-docker_repo_dos"
|
2284
|
+
},
|
2285
|
+
{
|
2286
|
+
"id": 263,
|
2287
|
+
"name": "Docker Repo Dos",
|
2288
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-13_0-nemero_uno_producto-docker_repo_dos"
|
2289
|
+
},
|
2290
|
+
{
|
2291
|
+
"id": 212,
|
2292
|
+
"name": "Docker Repo Dos",
|
2293
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-11_0-nemero_uno_producto-docker_repo_dos"
|
2294
|
+
},
|
2295
|
+
{
|
2296
|
+
"id": 251,
|
2297
|
+
"name": "Docker Repo Dos",
|
2298
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-4_0-nemero_uno_producto-docker_repo_dos"
|
2299
|
+
},
|
2300
|
+
{
|
2301
|
+
"id": 315,
|
2302
|
+
"name": "Docker Repo Dos",
|
2303
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-15_0-nemero_uno_producto-docker_repo_dos"
|
2304
|
+
},
|
2305
|
+
{
|
2306
|
+
"id": 282,
|
2307
|
+
"name": "Docker Repo Dos",
|
2308
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-14_0-nemero_uno_producto-docker_repo_dos"
|
2309
|
+
},
|
2310
|
+
{
|
2311
|
+
"id": 399,
|
2312
|
+
"name": "Docker Repo Dos",
|
2313
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-5_0-nemero_uno_producto-docker_repo_dos"
|
2314
|
+
},
|
2315
|
+
{
|
2316
|
+
"id": 57,
|
2317
|
+
"name": "Docker Repo Dos",
|
2318
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-library-andromeda_ii-nemero_uno_producto-docker_repo_dos"
|
2319
|
+
},
|
2320
|
+
{
|
2321
|
+
"id": 410,
|
2322
|
+
"name": "Docker Repo Dos",
|
2323
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-19_0-nemero_uno_producto-docker_repo_dos"
|
2324
|
+
},
|
2325
|
+
{
|
2326
|
+
"id": 335,
|
2327
|
+
"name": "Docker Repo Dos",
|
2328
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-16_0-nemero_uno_producto-docker_repo_dos"
|
2329
|
+
},
|
2330
|
+
{
|
2331
|
+
"id": 359,
|
2332
|
+
"name": "Docker Repo Dos",
|
2333
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-17_0-nemero_uno_producto-docker_repo_dos"
|
2334
|
+
},
|
2335
|
+
{
|
2336
|
+
"id": 85,
|
2337
|
+
"name": "Docker Repo Dos",
|
2338
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-library-cmpnt_uno-nemero_uno_producto-docker_repo_dos"
|
2339
|
+
}
|
2340
|
+
],
|
2341
|
+
"product": {
|
2342
|
+
"id": 1,
|
2343
|
+
"name": "Nemero Uno Producto"
|
2344
|
+
},
|
2345
|
+
"environment": {
|
2346
|
+
"id": 1,
|
2347
|
+
"name": "Library"
|
2348
|
+
},
|
2349
|
+
"content_view_version": {
|
2350
|
+
"id": 1,
|
2351
|
+
"name": "Default Organization View 1.0",
|
2352
|
+
"content_view_id": 1
|
2353
|
+
}
|
2354
|
+
},
|
2355
|
+
{
|
2356
|
+
"id": 149,
|
2357
|
+
"name": "v2.27.1",
|
2358
|
+
"manifest_schema1": null,
|
2359
|
+
"manifest_schema2": {
|
2360
|
+
"id": "/pulp/api/v3/content/container/manifests/1205f458-fb9e-4bad-aa38-6118d09f7d7c/",
|
2361
|
+
"schema_version": 2,
|
2362
|
+
"digest": "sha256:5accb68b56ba452e449a5e552411acaeabbbe0f087acf19a1157ce3dd10a8bed",
|
2363
|
+
"manifest_type": "list"
|
2364
|
+
},
|
2365
|
+
"manifest": {
|
2366
|
+
"id": "/pulp/api/v3/content/container/manifests/1205f458-fb9e-4bad-aa38-6118d09f7d7c/",
|
2367
|
+
"schema_version": 2,
|
2368
|
+
"digest": "sha256:5accb68b56ba452e449a5e552411acaeabbbe0f087acf19a1157ce3dd10a8bed",
|
2369
|
+
"manifest_type": "list"
|
2370
|
+
},
|
2371
|
+
"repositories": [
|
2372
|
+
{
|
2373
|
+
"id": 22,
|
2374
|
+
"name": "Docker Repo Dos",
|
2375
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-nemero_uno_producto-docker_repo_dos"
|
2376
|
+
},
|
2377
|
+
{
|
2378
|
+
"id": 60,
|
2379
|
+
"name": "Docker Repo Dos",
|
2380
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-1_0-nemero_uno_producto-docker_repo_dos"
|
2381
|
+
},
|
2382
|
+
{
|
2383
|
+
"id": 29,
|
2384
|
+
"name": "Docker Repo Dos",
|
2385
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-rocinante-3_0-nemero_uno_producto-docker_repo_dos"
|
2386
|
+
},
|
2387
|
+
{
|
2388
|
+
"id": 56,
|
2389
|
+
"name": "Docker Repo Dos",
|
2390
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-1_0-nemero_uno_producto-docker_repo_dos"
|
2391
|
+
},
|
2392
|
+
{
|
2393
|
+
"id": 138,
|
2394
|
+
"name": "Docker Repo Dos",
|
2395
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-3_0-nemero_uno_producto-docker_repo_dos"
|
2396
|
+
},
|
2397
|
+
{
|
2398
|
+
"id": 78,
|
2399
|
+
"name": "Docker Repo Dos",
|
2400
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-3_0-nemero_uno_producto-docker_repo_dos"
|
2401
|
+
},
|
2402
|
+
{
|
2403
|
+
"id": 94,
|
2404
|
+
"name": "Docker Repo Dos",
|
2405
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-4_0-nemero_uno_producto-docker_repo_dos"
|
2406
|
+
},
|
2407
|
+
{
|
2408
|
+
"id": 192,
|
2409
|
+
"name": "Docker Repo Dos",
|
2410
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-10_0-nemero_uno_producto-docker_repo_dos"
|
2411
|
+
},
|
2412
|
+
{
|
2413
|
+
"id": 108,
|
2414
|
+
"name": "Docker Repo Dos",
|
2415
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-2_0-nemero_uno_producto-docker_repo_dos"
|
2416
|
+
},
|
2417
|
+
{
|
2418
|
+
"id": 101,
|
2419
|
+
"name": "Docker Repo Dos",
|
2420
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-5_0-nemero_uno_producto-docker_repo_dos"
|
2421
|
+
},
|
2422
|
+
{
|
2423
|
+
"id": 115,
|
2424
|
+
"name": "Docker Repo Dos",
|
2425
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-6_0-nemero_uno_producto-docker_repo_dos"
|
2426
|
+
},
|
2427
|
+
{
|
2428
|
+
"id": 127,
|
2429
|
+
"name": "Docker Repo Dos",
|
2430
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-7_0-nemero_uno_producto-docker_repo_dos"
|
2431
|
+
},
|
2432
|
+
{
|
2433
|
+
"id": 148,
|
2434
|
+
"name": "Docker Repo Dos",
|
2435
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-8_0-nemero_uno_producto-docker_repo_dos"
|
2436
|
+
},
|
2437
|
+
{
|
2438
|
+
"id": 384,
|
2439
|
+
"name": "Docker Repo Dos",
|
2440
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-18_0-nemero_uno_producto-docker_repo_dos"
|
2441
|
+
},
|
2442
|
+
{
|
2443
|
+
"id": 233,
|
2444
|
+
"name": "Docker Repo Dos",
|
2445
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-12_0-nemero_uno_producto-docker_repo_dos"
|
2446
|
+
},
|
2447
|
+
{
|
2448
|
+
"id": 167,
|
2449
|
+
"name": "Docker Repo Dos",
|
2450
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-9_0-nemero_uno_producto-docker_repo_dos"
|
2451
|
+
},
|
2452
|
+
{
|
2453
|
+
"id": 263,
|
2454
|
+
"name": "Docker Repo Dos",
|
2455
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-13_0-nemero_uno_producto-docker_repo_dos"
|
2456
|
+
},
|
2457
|
+
{
|
2458
|
+
"id": 212,
|
2459
|
+
"name": "Docker Repo Dos",
|
2460
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-11_0-nemero_uno_producto-docker_repo_dos"
|
2461
|
+
},
|
2462
|
+
{
|
2463
|
+
"id": 251,
|
2464
|
+
"name": "Docker Repo Dos",
|
2465
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-4_0-nemero_uno_producto-docker_repo_dos"
|
2466
|
+
},
|
2467
|
+
{
|
2468
|
+
"id": 315,
|
2469
|
+
"name": "Docker Repo Dos",
|
2470
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-15_0-nemero_uno_producto-docker_repo_dos"
|
2471
|
+
},
|
2472
|
+
{
|
2473
|
+
"id": 282,
|
2474
|
+
"name": "Docker Repo Dos",
|
2475
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-14_0-nemero_uno_producto-docker_repo_dos"
|
2476
|
+
},
|
2477
|
+
{
|
2478
|
+
"id": 399,
|
2479
|
+
"name": "Docker Repo Dos",
|
2480
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-5_0-nemero_uno_producto-docker_repo_dos"
|
2481
|
+
},
|
2482
|
+
{
|
2483
|
+
"id": 57,
|
2484
|
+
"name": "Docker Repo Dos",
|
2485
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-library-andromeda_ii-nemero_uno_producto-docker_repo_dos"
|
2486
|
+
},
|
2487
|
+
{
|
2488
|
+
"id": 410,
|
2489
|
+
"name": "Docker Repo Dos",
|
2490
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-19_0-nemero_uno_producto-docker_repo_dos"
|
2491
|
+
},
|
2492
|
+
{
|
2493
|
+
"id": 335,
|
2494
|
+
"name": "Docker Repo Dos",
|
2495
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-16_0-nemero_uno_producto-docker_repo_dos"
|
2496
|
+
},
|
2497
|
+
{
|
2498
|
+
"id": 359,
|
2499
|
+
"name": "Docker Repo Dos",
|
2500
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-17_0-nemero_uno_producto-docker_repo_dos"
|
2501
|
+
},
|
2502
|
+
{
|
2503
|
+
"id": 85,
|
2504
|
+
"name": "Docker Repo Dos",
|
2505
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-library-cmpnt_uno-nemero_uno_producto-docker_repo_dos"
|
2506
|
+
}
|
2507
|
+
],
|
2508
|
+
"product": {
|
2509
|
+
"id": 1,
|
2510
|
+
"name": "Nemero Uno Producto"
|
2511
|
+
},
|
2512
|
+
"environment": {
|
2513
|
+
"id": 1,
|
2514
|
+
"name": "Library"
|
2515
|
+
},
|
2516
|
+
"content_view_version": {
|
2517
|
+
"id": 1,
|
2518
|
+
"name": "Default Organization View 1.0",
|
2519
|
+
"content_view_id": 1
|
2520
|
+
}
|
2521
|
+
},
|
2522
|
+
{
|
2523
|
+
"id": 148,
|
2524
|
+
"name": "v2.28.1",
|
2525
|
+
"manifest_schema1": null,
|
2526
|
+
"manifest_schema2": {
|
2527
|
+
"id": "/pulp/api/v3/content/container/manifests/b75d4779-a6fd-45a0-8a8f-665e24798164/",
|
2528
|
+
"schema_version": 2,
|
2529
|
+
"digest": "sha256:5c030438c1e4c86bdc7428f24ee1ad18476eefdfa8a7f76a8ccc9b74f1970d81",
|
2530
|
+
"manifest_type": "list"
|
2531
|
+
},
|
2532
|
+
"manifest": {
|
2533
|
+
"id": "/pulp/api/v3/content/container/manifests/b75d4779-a6fd-45a0-8a8f-665e24798164/",
|
2534
|
+
"schema_version": 2,
|
2535
|
+
"digest": "sha256:5c030438c1e4c86bdc7428f24ee1ad18476eefdfa8a7f76a8ccc9b74f1970d81",
|
2536
|
+
"manifest_type": "list"
|
2537
|
+
},
|
2538
|
+
"repositories": [
|
2539
|
+
{
|
2540
|
+
"id": 22,
|
2541
|
+
"name": "Docker Repo Dos",
|
2542
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-nemero_uno_producto-docker_repo_dos"
|
2543
|
+
},
|
2544
|
+
{
|
2545
|
+
"id": 60,
|
2546
|
+
"name": "Docker Repo Dos",
|
2547
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-1_0-nemero_uno_producto-docker_repo_dos"
|
2548
|
+
},
|
2549
|
+
{
|
2550
|
+
"id": 29,
|
2551
|
+
"name": "Docker Repo Dos",
|
2552
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-rocinante-3_0-nemero_uno_producto-docker_repo_dos"
|
2553
|
+
},
|
2554
|
+
{
|
2555
|
+
"id": 56,
|
2556
|
+
"name": "Docker Repo Dos",
|
2557
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-1_0-nemero_uno_producto-docker_repo_dos"
|
2558
|
+
},
|
2559
|
+
{
|
2560
|
+
"id": 138,
|
2561
|
+
"name": "Docker Repo Dos",
|
2562
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-3_0-nemero_uno_producto-docker_repo_dos"
|
2563
|
+
},
|
2564
|
+
{
|
2565
|
+
"id": 78,
|
2566
|
+
"name": "Docker Repo Dos",
|
2567
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-3_0-nemero_uno_producto-docker_repo_dos"
|
2568
|
+
},
|
2569
|
+
{
|
2570
|
+
"id": 94,
|
2571
|
+
"name": "Docker Repo Dos",
|
2572
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-4_0-nemero_uno_producto-docker_repo_dos"
|
2573
|
+
},
|
2574
|
+
{
|
2575
|
+
"id": 192,
|
2576
|
+
"name": "Docker Repo Dos",
|
2577
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-10_0-nemero_uno_producto-docker_repo_dos"
|
2578
|
+
},
|
2579
|
+
{
|
2580
|
+
"id": 108,
|
2581
|
+
"name": "Docker Repo Dos",
|
2582
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-2_0-nemero_uno_producto-docker_repo_dos"
|
2583
|
+
},
|
2584
|
+
{
|
2585
|
+
"id": 101,
|
2586
|
+
"name": "Docker Repo Dos",
|
2587
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-5_0-nemero_uno_producto-docker_repo_dos"
|
2588
|
+
},
|
2589
|
+
{
|
2590
|
+
"id": 115,
|
2591
|
+
"name": "Docker Repo Dos",
|
2592
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-6_0-nemero_uno_producto-docker_repo_dos"
|
2593
|
+
},
|
2594
|
+
{
|
2595
|
+
"id": 127,
|
2596
|
+
"name": "Docker Repo Dos",
|
2597
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-7_0-nemero_uno_producto-docker_repo_dos"
|
2598
|
+
},
|
2599
|
+
{
|
2600
|
+
"id": 148,
|
2601
|
+
"name": "Docker Repo Dos",
|
2602
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-8_0-nemero_uno_producto-docker_repo_dos"
|
2603
|
+
},
|
2604
|
+
{
|
2605
|
+
"id": 384,
|
2606
|
+
"name": "Docker Repo Dos",
|
2607
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-18_0-nemero_uno_producto-docker_repo_dos"
|
2608
|
+
},
|
2609
|
+
{
|
2610
|
+
"id": 233,
|
2611
|
+
"name": "Docker Repo Dos",
|
2612
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-12_0-nemero_uno_producto-docker_repo_dos"
|
2613
|
+
},
|
2614
|
+
{
|
2615
|
+
"id": 167,
|
2616
|
+
"name": "Docker Repo Dos",
|
2617
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-9_0-nemero_uno_producto-docker_repo_dos"
|
2618
|
+
},
|
2619
|
+
{
|
2620
|
+
"id": 263,
|
2621
|
+
"name": "Docker Repo Dos",
|
2622
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-13_0-nemero_uno_producto-docker_repo_dos"
|
2623
|
+
},
|
2624
|
+
{
|
2625
|
+
"id": 212,
|
2626
|
+
"name": "Docker Repo Dos",
|
2627
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-11_0-nemero_uno_producto-docker_repo_dos"
|
2628
|
+
},
|
2629
|
+
{
|
2630
|
+
"id": 251,
|
2631
|
+
"name": "Docker Repo Dos",
|
2632
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-4_0-nemero_uno_producto-docker_repo_dos"
|
2633
|
+
},
|
2634
|
+
{
|
2635
|
+
"id": 315,
|
2636
|
+
"name": "Docker Repo Dos",
|
2637
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-15_0-nemero_uno_producto-docker_repo_dos"
|
2638
|
+
},
|
2639
|
+
{
|
2640
|
+
"id": 282,
|
2641
|
+
"name": "Docker Repo Dos",
|
2642
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-14_0-nemero_uno_producto-docker_repo_dos"
|
2643
|
+
},
|
2644
|
+
{
|
2645
|
+
"id": 399,
|
2646
|
+
"name": "Docker Repo Dos",
|
2647
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-5_0-nemero_uno_producto-docker_repo_dos"
|
2648
|
+
},
|
2649
|
+
{
|
2650
|
+
"id": 57,
|
2651
|
+
"name": "Docker Repo Dos",
|
2652
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-library-andromeda_ii-nemero_uno_producto-docker_repo_dos"
|
2653
|
+
},
|
2654
|
+
{
|
2655
|
+
"id": 410,
|
2656
|
+
"name": "Docker Repo Dos",
|
2657
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-19_0-nemero_uno_producto-docker_repo_dos"
|
2658
|
+
},
|
2659
|
+
{
|
2660
|
+
"id": 335,
|
2661
|
+
"name": "Docker Repo Dos",
|
2662
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-16_0-nemero_uno_producto-docker_repo_dos"
|
2663
|
+
},
|
2664
|
+
{
|
2665
|
+
"id": 359,
|
2666
|
+
"name": "Docker Repo Dos",
|
2667
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-17_0-nemero_uno_producto-docker_repo_dos"
|
2668
|
+
},
|
2669
|
+
{
|
2670
|
+
"id": 85,
|
2671
|
+
"name": "Docker Repo Dos",
|
2672
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-library-cmpnt_uno-nemero_uno_producto-docker_repo_dos"
|
2673
|
+
}
|
2674
|
+
],
|
2675
|
+
"product": {
|
2676
|
+
"id": 1,
|
2677
|
+
"name": "Nemero Uno Producto"
|
2678
|
+
},
|
2679
|
+
"environment": {
|
2680
|
+
"id": 1,
|
2681
|
+
"name": "Library"
|
2682
|
+
},
|
2683
|
+
"content_view_version": {
|
2684
|
+
"id": 1,
|
2685
|
+
"name": "Default Organization View 1.0",
|
2686
|
+
"content_view_id": 1
|
2687
|
+
}
|
2688
|
+
},
|
2689
|
+
{
|
2690
|
+
"id": 147,
|
2691
|
+
"name": "v2.4.0-rc.0",
|
2692
|
+
"manifest_schema1": {
|
2693
|
+
"id": "/pulp/api/v3/content/container/manifests/7e40da5c-77a3-492e-b974-7c87cbae9adf/",
|
2694
|
+
"schema_version": 1,
|
2695
|
+
"digest": "sha256:a2adab451d033aed9fee3abf0d3f3512ef0d833a19b93e8ce75091e986eaf8fd",
|
2696
|
+
"manifest_type": "image"
|
2697
|
+
},
|
2698
|
+
"manifest_schema2": null,
|
2699
|
+
"manifest": {
|
2700
|
+
"id": "/pulp/api/v3/content/container/manifests/7e40da5c-77a3-492e-b974-7c87cbae9adf/",
|
2701
|
+
"schema_version": 1,
|
2702
|
+
"digest": "sha256:a2adab451d033aed9fee3abf0d3f3512ef0d833a19b93e8ce75091e986eaf8fd",
|
2703
|
+
"manifest_type": "image"
|
2704
|
+
},
|
2705
|
+
"repositories": [
|
2706
|
+
{
|
2707
|
+
"id": 22,
|
2708
|
+
"name": "Docker Repo Dos",
|
2709
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-nemero_uno_producto-docker_repo_dos"
|
2710
|
+
},
|
2711
|
+
{
|
2712
|
+
"id": 60,
|
2713
|
+
"name": "Docker Repo Dos",
|
2714
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-1_0-nemero_uno_producto-docker_repo_dos"
|
2715
|
+
},
|
2716
|
+
{
|
2717
|
+
"id": 29,
|
2718
|
+
"name": "Docker Repo Dos",
|
2719
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-rocinante-3_0-nemero_uno_producto-docker_repo_dos"
|
2720
|
+
},
|
2721
|
+
{
|
2722
|
+
"id": 56,
|
2723
|
+
"name": "Docker Repo Dos",
|
2724
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-1_0-nemero_uno_producto-docker_repo_dos"
|
2725
|
+
},
|
2726
|
+
{
|
2727
|
+
"id": 138,
|
2728
|
+
"name": "Docker Repo Dos",
|
2729
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-3_0-nemero_uno_producto-docker_repo_dos"
|
2730
|
+
},
|
2731
|
+
{
|
2732
|
+
"id": 78,
|
2733
|
+
"name": "Docker Repo Dos",
|
2734
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-3_0-nemero_uno_producto-docker_repo_dos"
|
2735
|
+
},
|
2736
|
+
{
|
2737
|
+
"id": 94,
|
2738
|
+
"name": "Docker Repo Dos",
|
2739
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-4_0-nemero_uno_producto-docker_repo_dos"
|
2740
|
+
},
|
2741
|
+
{
|
2742
|
+
"id": 192,
|
2743
|
+
"name": "Docker Repo Dos",
|
2744
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-10_0-nemero_uno_producto-docker_repo_dos"
|
2745
|
+
},
|
2746
|
+
{
|
2747
|
+
"id": 108,
|
2748
|
+
"name": "Docker Repo Dos",
|
2749
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-2_0-nemero_uno_producto-docker_repo_dos"
|
2750
|
+
},
|
2751
|
+
{
|
2752
|
+
"id": 101,
|
2753
|
+
"name": "Docker Repo Dos",
|
2754
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-5_0-nemero_uno_producto-docker_repo_dos"
|
2755
|
+
},
|
2756
|
+
{
|
2757
|
+
"id": 115,
|
2758
|
+
"name": "Docker Repo Dos",
|
2759
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-6_0-nemero_uno_producto-docker_repo_dos"
|
2760
|
+
},
|
2761
|
+
{
|
2762
|
+
"id": 127,
|
2763
|
+
"name": "Docker Repo Dos",
|
2764
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-7_0-nemero_uno_producto-docker_repo_dos"
|
2765
|
+
},
|
2766
|
+
{
|
2767
|
+
"id": 148,
|
2768
|
+
"name": "Docker Repo Dos",
|
2769
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-8_0-nemero_uno_producto-docker_repo_dos"
|
2770
|
+
},
|
2771
|
+
{
|
2772
|
+
"id": 384,
|
2773
|
+
"name": "Docker Repo Dos",
|
2774
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-18_0-nemero_uno_producto-docker_repo_dos"
|
2775
|
+
},
|
2776
|
+
{
|
2777
|
+
"id": 233,
|
2778
|
+
"name": "Docker Repo Dos",
|
2779
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-12_0-nemero_uno_producto-docker_repo_dos"
|
2780
|
+
},
|
2781
|
+
{
|
2782
|
+
"id": 167,
|
2783
|
+
"name": "Docker Repo Dos",
|
2784
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-9_0-nemero_uno_producto-docker_repo_dos"
|
2785
|
+
},
|
2786
|
+
{
|
2787
|
+
"id": 263,
|
2788
|
+
"name": "Docker Repo Dos",
|
2789
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-13_0-nemero_uno_producto-docker_repo_dos"
|
2790
|
+
},
|
2791
|
+
{
|
2792
|
+
"id": 212,
|
2793
|
+
"name": "Docker Repo Dos",
|
2794
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-11_0-nemero_uno_producto-docker_repo_dos"
|
2795
|
+
},
|
2796
|
+
{
|
2797
|
+
"id": 251,
|
2798
|
+
"name": "Docker Repo Dos",
|
2799
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-4_0-nemero_uno_producto-docker_repo_dos"
|
2800
|
+
},
|
2801
|
+
{
|
2802
|
+
"id": 315,
|
2803
|
+
"name": "Docker Repo Dos",
|
2804
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-15_0-nemero_uno_producto-docker_repo_dos"
|
2805
|
+
},
|
2806
|
+
{
|
2807
|
+
"id": 282,
|
2808
|
+
"name": "Docker Repo Dos",
|
2809
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-14_0-nemero_uno_producto-docker_repo_dos"
|
2810
|
+
},
|
2811
|
+
{
|
2812
|
+
"id": 399,
|
2813
|
+
"name": "Docker Repo Dos",
|
2814
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-5_0-nemero_uno_producto-docker_repo_dos"
|
2815
|
+
},
|
2816
|
+
{
|
2817
|
+
"id": 57,
|
2818
|
+
"name": "Docker Repo Dos",
|
2819
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-library-andromeda_ii-nemero_uno_producto-docker_repo_dos"
|
2820
|
+
},
|
2821
|
+
{
|
2822
|
+
"id": 410,
|
2823
|
+
"name": "Docker Repo Dos",
|
2824
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-19_0-nemero_uno_producto-docker_repo_dos"
|
2825
|
+
},
|
2826
|
+
{
|
2827
|
+
"id": 335,
|
2828
|
+
"name": "Docker Repo Dos",
|
2829
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-16_0-nemero_uno_producto-docker_repo_dos"
|
2830
|
+
},
|
2831
|
+
{
|
2832
|
+
"id": 359,
|
2833
|
+
"name": "Docker Repo Dos",
|
2834
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-17_0-nemero_uno_producto-docker_repo_dos"
|
2835
|
+
},
|
2836
|
+
{
|
2837
|
+
"id": 85,
|
2838
|
+
"name": "Docker Repo Dos",
|
2839
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-library-cmpnt_uno-nemero_uno_producto-docker_repo_dos"
|
2840
|
+
}
|
2841
|
+
],
|
2842
|
+
"product": {
|
2843
|
+
"id": 1,
|
2844
|
+
"name": "Nemero Uno Producto"
|
2845
|
+
},
|
2846
|
+
"environment": {
|
2847
|
+
"id": 1,
|
2848
|
+
"name": "Library"
|
2849
|
+
},
|
2850
|
+
"content_view_version": {
|
2851
|
+
"id": 1,
|
2852
|
+
"name": "Default Organization View 1.0",
|
2853
|
+
"content_view_id": 1
|
2854
|
+
}
|
2855
|
+
},
|
2856
|
+
{
|
2857
|
+
"id": 146,
|
2858
|
+
"name": "v2.28.0-rc.0",
|
2859
|
+
"manifest_schema1": null,
|
2860
|
+
"manifest_schema2": {
|
2861
|
+
"id": "/pulp/api/v3/content/container/manifests/5c072a5f-9f84-46b2-8c8f-bbebc4ecd710/",
|
2862
|
+
"schema_version": 2,
|
2863
|
+
"digest": "sha256:7e2060cac38ca90a10346a431239106290c3d52c55957e82e2277f44c52ce50a",
|
2864
|
+
"manifest_type": "list"
|
2865
|
+
},
|
2866
|
+
"manifest": {
|
2867
|
+
"id": "/pulp/api/v3/content/container/manifests/5c072a5f-9f84-46b2-8c8f-bbebc4ecd710/",
|
2868
|
+
"schema_version": 2,
|
2869
|
+
"digest": "sha256:7e2060cac38ca90a10346a431239106290c3d52c55957e82e2277f44c52ce50a",
|
2870
|
+
"manifest_type": "list"
|
2871
|
+
},
|
2872
|
+
"repositories": [
|
2873
|
+
{
|
2874
|
+
"id": 22,
|
2875
|
+
"name": "Docker Repo Dos",
|
2876
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-nemero_uno_producto-docker_repo_dos"
|
2877
|
+
},
|
2878
|
+
{
|
2879
|
+
"id": 60,
|
2880
|
+
"name": "Docker Repo Dos",
|
2881
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-1_0-nemero_uno_producto-docker_repo_dos"
|
2882
|
+
},
|
2883
|
+
{
|
2884
|
+
"id": 29,
|
2885
|
+
"name": "Docker Repo Dos",
|
2886
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-rocinante-3_0-nemero_uno_producto-docker_repo_dos"
|
2887
|
+
},
|
2888
|
+
{
|
2889
|
+
"id": 56,
|
2890
|
+
"name": "Docker Repo Dos",
|
2891
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-1_0-nemero_uno_producto-docker_repo_dos"
|
2892
|
+
},
|
2893
|
+
{
|
2894
|
+
"id": 138,
|
2895
|
+
"name": "Docker Repo Dos",
|
2896
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-3_0-nemero_uno_producto-docker_repo_dos"
|
2897
|
+
},
|
2898
|
+
{
|
2899
|
+
"id": 78,
|
2900
|
+
"name": "Docker Repo Dos",
|
2901
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-3_0-nemero_uno_producto-docker_repo_dos"
|
2902
|
+
},
|
2903
|
+
{
|
2904
|
+
"id": 94,
|
2905
|
+
"name": "Docker Repo Dos",
|
2906
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-4_0-nemero_uno_producto-docker_repo_dos"
|
2907
|
+
},
|
2908
|
+
{
|
2909
|
+
"id": 192,
|
2910
|
+
"name": "Docker Repo Dos",
|
2911
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-10_0-nemero_uno_producto-docker_repo_dos"
|
2912
|
+
},
|
2913
|
+
{
|
2914
|
+
"id": 108,
|
2915
|
+
"name": "Docker Repo Dos",
|
2916
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-2_0-nemero_uno_producto-docker_repo_dos"
|
2917
|
+
},
|
2918
|
+
{
|
2919
|
+
"id": 101,
|
2920
|
+
"name": "Docker Repo Dos",
|
2921
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-5_0-nemero_uno_producto-docker_repo_dos"
|
2922
|
+
},
|
2923
|
+
{
|
2924
|
+
"id": 115,
|
2925
|
+
"name": "Docker Repo Dos",
|
2926
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-6_0-nemero_uno_producto-docker_repo_dos"
|
2927
|
+
},
|
2928
|
+
{
|
2929
|
+
"id": 127,
|
2930
|
+
"name": "Docker Repo Dos",
|
2931
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-7_0-nemero_uno_producto-docker_repo_dos"
|
2932
|
+
},
|
2933
|
+
{
|
2934
|
+
"id": 148,
|
2935
|
+
"name": "Docker Repo Dos",
|
2936
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-8_0-nemero_uno_producto-docker_repo_dos"
|
2937
|
+
},
|
2938
|
+
{
|
2939
|
+
"id": 384,
|
2940
|
+
"name": "Docker Repo Dos",
|
2941
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-18_0-nemero_uno_producto-docker_repo_dos"
|
2942
|
+
},
|
2943
|
+
{
|
2944
|
+
"id": 233,
|
2945
|
+
"name": "Docker Repo Dos",
|
2946
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-12_0-nemero_uno_producto-docker_repo_dos"
|
2947
|
+
},
|
2948
|
+
{
|
2949
|
+
"id": 167,
|
2950
|
+
"name": "Docker Repo Dos",
|
2951
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-9_0-nemero_uno_producto-docker_repo_dos"
|
2952
|
+
},
|
2953
|
+
{
|
2954
|
+
"id": 263,
|
2955
|
+
"name": "Docker Repo Dos",
|
2956
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-13_0-nemero_uno_producto-docker_repo_dos"
|
2957
|
+
},
|
2958
|
+
{
|
2959
|
+
"id": 212,
|
2960
|
+
"name": "Docker Repo Dos",
|
2961
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-11_0-nemero_uno_producto-docker_repo_dos"
|
2962
|
+
},
|
2963
|
+
{
|
2964
|
+
"id": 251,
|
2965
|
+
"name": "Docker Repo Dos",
|
2966
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-4_0-nemero_uno_producto-docker_repo_dos"
|
2967
|
+
},
|
2968
|
+
{
|
2969
|
+
"id": 315,
|
2970
|
+
"name": "Docker Repo Dos",
|
2971
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-15_0-nemero_uno_producto-docker_repo_dos"
|
2972
|
+
},
|
2973
|
+
{
|
2974
|
+
"id": 282,
|
2975
|
+
"name": "Docker Repo Dos",
|
2976
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-14_0-nemero_uno_producto-docker_repo_dos"
|
2977
|
+
},
|
2978
|
+
{
|
2979
|
+
"id": 399,
|
2980
|
+
"name": "Docker Repo Dos",
|
2981
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-andromeda_ii-5_0-nemero_uno_producto-docker_repo_dos"
|
2982
|
+
},
|
2983
|
+
{
|
2984
|
+
"id": 57,
|
2985
|
+
"name": "Docker Repo Dos",
|
2986
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-library-andromeda_ii-nemero_uno_producto-docker_repo_dos"
|
2987
|
+
},
|
2988
|
+
{
|
2989
|
+
"id": 410,
|
2990
|
+
"name": "Docker Repo Dos",
|
2991
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-19_0-nemero_uno_producto-docker_repo_dos"
|
2992
|
+
},
|
2993
|
+
{
|
2994
|
+
"id": 335,
|
2995
|
+
"name": "Docker Repo Dos",
|
2996
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-16_0-nemero_uno_producto-docker_repo_dos"
|
2997
|
+
},
|
2998
|
+
{
|
2999
|
+
"id": 359,
|
3000
|
+
"name": "Docker Repo Dos",
|
3001
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-cmpnt_uno-17_0-nemero_uno_producto-docker_repo_dos"
|
3002
|
+
},
|
3003
|
+
{
|
3004
|
+
"id": 85,
|
3005
|
+
"name": "Docker Repo Dos",
|
3006
|
+
"full_path": "centos7-katello-devel-stable.example.com/default_organization-library-cmpnt_uno-nemero_uno_producto-docker_repo_dos"
|
3007
|
+
}
|
3008
|
+
],
|
3009
|
+
"product": {
|
3010
|
+
"id": 1,
|
3011
|
+
"name": "Nemero Uno Producto"
|
3012
|
+
},
|
3013
|
+
"environment": {
|
3014
|
+
"id": 1,
|
3015
|
+
"name": "Library"
|
3016
|
+
},
|
3017
|
+
"content_view_version": {
|
3018
|
+
"id": 1,
|
3019
|
+
"name": "Default Organization View 1.0",
|
3020
|
+
"content_view_id": 1
|
3021
|
+
}
|
3022
|
+
}
|
3023
|
+
]
|
3024
|
+
}
|