Project

General

Profile

Feature #7782

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 8 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Container
Target version:
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Fixed in Releases:
Found in Releases:
Red Hat JIRA:

Related issues

Blocks Katello - Tracker #7125: Docker Content SupportReady For Testing

History

#1 Updated by David Davis over 8 years ago

  • Target version set to 58

#2 Updated by David Davis over 8 years ago

  • Tracker changed from Bug to Feature

#3 Updated by David Davis over 8 years ago

#4 Updated by David Davis over 8 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

#5 Updated by Eric Helms over 8 years ago

  • Target version changed from 58 to 59

#6 Updated by Eric Helms over 8 years ago

  • Target version changed from 59 to 61

#7 Updated by Eric Helms over 8 years ago

  • Target version changed from 61 to 62

#8 Updated by Eric Helms about 8 years ago

  • Target version changed from 62 to 63

#9 Updated by Eric Helms about 8 years ago

  • Target version changed from 63 to 66

#10 Updated by Eric Helms about 8 years ago

  • Legacy Backlogs Release (now unused) set to 23

#11 Updated by Partha Aji about 8 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.

Also available in: Atom PDF