Can't create a Docker repo

Problem:
When creating a new product using the wizard when I try to add a new repo, the list only shows:
yum, deb, and file; But is not displaying “docker”, so I can’t create a “docker” repo.

Not sure if its related but I’m using Katello plugin 3.11.0 and foreman_docker 4.1.0 fyi.

Expected outcome:
I expect to create a docker repo using the wizard when creating a new product.

Foreman and Proxy versions:
1.21.2

Foreman and Proxy plugin versions:

  • candlepin-2.5.9-1.el7.noarch
  • candlepin-selinux-2.5.9-1.el7.noarch
  • foreman-1.21.2-1.el7.noarch
  • foreman-cli-1.21.2-1.el7.noarch
  • foreman-compute-1.21.2-1.el7.noarch
  • foreman-debug-1.21.2-1.el7.noarch
  • foreman-installer-1.21.2-1.el7.noarch
  • foreman-installer-katello-1.21.2-1.el7.noarch
  • foreman-postgresql-1.21.2-1.el7.noarch
  • foreman-proxy-1.21.2-1.el7.noarch
  • foreman-release-1.21.2-1.el7.noarch
  • foreman-release-scl-7-2.el7.noarch
  • foreman-selinux-1.21.2-1.el7.noarch
  • katello-3.11.0-1.el7.noarch
  • katello-certs-tools-2.4.0-1.el7.noarch
  • katello-client-bootstrap-1.6.0-2.el7.noarch
  • katello-common-3.11.0-1.el7.noarch
  • katello-debug-3.11.0-1.el7.noarch
  • katello-default-ca-1.0-1.noarch
  • katello-repos-3.11.0-1.el7.noarch
  • katello-selinux-3.0.3-1.el7.noarch
  • katello-server-ca-1.0-1.noarch
  • katello-service-3.11.0-1.el7.noarch

Other relevant data:

logs

I found the solution:
–katello-enable-docker Enable docker content plugin (current: false)

It requires installation:
foreman-installer --scenario katello --katello-enable-docker

1 Like