Actions
Feature #7782
closedAs a docker user, I should be able to run docker build on a local client and have it pull images from katello
Updated by David Davis about 10 years ago
- Blocks Tracker #7125: Docker Content Support added
Updated by David Davis about 10 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
Updated by Eric Helms almost 10 years ago
- Translation missing: en.field_release set to 23
Updated by Partha Aji almost 10 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