Feature #7782
closed
- Tracker changed from Bug to Feature
- 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
- Target version changed from 58 to 59
- Target version changed from 59 to 61
- Target version changed from 61 to 62
- Target version changed from 62 to 63
- Target version changed from 63 to 66
- Translation missing: en.field_release set to 23
- 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