Actions
Task #5174
closedStory #5132: [Epic] As a user, I can consume Pulp 3 from OperatorHub.io
pulp-operator CI should automatically build its image for k3s testing
Status:
CLOSED - COMPLETE
Priority:
Normal
Assignee:
Category:
Operator - Moved to Github Issues
Sprint/Milestone:
-
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
This ensures proper automatic CI testing of pulp-operator.
Presumably the image would not be pushed before being tested; it would only be in the local docker cache. And k3s will use the local docker cache.
Updated by mdepaulo@redhat.com over 5 years ago
- Tracker changed from Story to Task
Added by Mike DePaulo over 5 years ago
Updated by mdepaulo@redhat.com over 5 years ago
- Status changed from NEW to MODIFIED
- % Done changed from 0 to 100
https://github.com/pulp/pulp-operator/pull/8 was merged.
Updated by mdepaulo@redhat.com over 5 years ago
- % Done changed from 100 to 70
It's being built, but not actually being used.
The image on quay.io is actually being used.
Updated by mdepaulo@redhat.com over 5 years ago
- Status changed from MODIFIED to ASSIGNED
Updated by mdepaulo@redhat.com about 5 years ago
- Status changed from ASSIGNED to CLOSED - COMPLETE
This was fixed as part of #5062:
commit a6fda217e1b03afeadc41a5997beb4dfb15edf89 (mikedep333/use-docker-for-cached-images)
Author: Mike DePaulo <mikedep333@redhat.com>
Date: Mon Aug 5 14:57:43 2019 -0400
Use Docker rather than k3s-bundled containerd
So that built & cached images can be used later during CI.
This means that the pulp-operator CI now actually tests the current
version of the image it builds, rather than the version from quay.
re: #5062
Create pulpcore and pulp_file container images automatically via CI
https://pulp.plan.io/issues/5062
Updated by bmbouter about 4 years ago
- Category set to Operator - Moved to Github Issues
Actions
Travis: Auto build the pulp-operator image and
store it in the local Docker cache.
Run
docker images
commands so that one can verify it's being used.fixes #5174 https://pulp.plan.io/issues/5174