Sha256: a2621d79328c29d020fb664756a72754386e29ccf2a0e3ef4e80f4eedd01eff0

Contents?: true

Size: 234 Bytes

Versions: 68

Compression:

Stored size: 234 Bytes

Contents

module Actions
  module Pulp
    module Repository
      class CopyDockerManifest < Pulp::Repository::AbstractCopyContent
        def content_extension
          pulp_extensions.docker_manifest
        end
      end
    end
  end
end

Version data entries

68 entries across 68 versions & 1 rubygems

Version Path
katello-3.0.1 app/lib/actions/pulp/repository/copy_docker_manifest.rb
katello-3.0.0 app/lib/actions/pulp/repository/copy_docker_manifest.rb
katello-3.0.0.rc7 app/lib/actions/pulp/repository/copy_docker_manifest.rb
katello-3.0.0.rc5 app/lib/actions/pulp/repository/copy_docker_manifest.rb
katello-3.0.0.rc4 app/lib/actions/pulp/repository/copy_docker_manifest.rb
katello-3.0.0.rc3 app/lib/actions/pulp/repository/copy_docker_manifest.rb
katello-3.0.0.rc2 app/lib/actions/pulp/repository/copy_docker_manifest.rb
katello-3.0.0.rc1 app/lib/actions/pulp/repository/copy_docker_manifest.rb