Project

General

Profile

Actions

Feature #7782

closed

As a docker user, I should be able to run docker build on a local client and have it pull images from katello

Added by David Davis over 9 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Container
Target version:
Difficulty:
Triaged:
Yes
Fixed in Releases:
Found in Releases:

Related issues 1 (0 open1 closed)

Blocks Katello - Tracker #7125: Docker Content SupportClosedDavid Davis

Actions
Actions #1

Updated by David Davis over 9 years ago

  • Target version set to 58
Actions #2

Updated by David Davis over 9 years ago

  • Tracker changed from Bug to Feature
Actions #3

Updated by David Davis over 9 years ago

Actions #4

Updated by David Davis over 9 years ago

  • Subject changed from As a docker user, I should be able to run docker build on a local client and have it pull images from Satellite to As a docker user, I should be able to run docker build on a local client and have it pull images from katello
  • translation missing: en.field_story_points set to 2.0
Actions #5

Updated by Eric Helms over 9 years ago

  • Target version changed from 58 to 59
Actions #6

Updated by Eric Helms over 9 years ago

  • Target version changed from 59 to 61
Actions #7

Updated by Eric Helms over 9 years ago

  • Target version changed from 61 to 62
Actions #8

Updated by Eric Helms about 9 years ago

  • Target version changed from 62 to 63
Actions #9

Updated by Eric Helms about 9 years ago

  • Target version changed from 63 to 66
Actions #10

Updated by Eric Helms about 9 years ago

  • translation missing: en.field_release set to 23
Actions #11

Updated by Partha Aji about 9 years ago

  • Status changed from New to Closed
  • Assignee set to Partha Aji

This should be working now. I did the following test
1) Sync a docker repo and publish it
2) Create a Dockerfile with the following content

FROM <katello-fqdn>:5000/<org-name>-<env>-<cv>-<product>-<repo
3) Then ran the following command
docker build -t <any-repo-name>:latest <dir of dockerfile>

It ran ok.

Actions

Also available in: Atom PDF