Project

Profile

Help

Issue #5561

closed

when Required PR for pulp-operator is specified a new operator image is not build

Added by dkliban@redhat.com over 4 years ago. Updated over 4 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Category:
-
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 61
Quarter:

Description

Even though the plugin_template configures Travis to checkout the PR for pulp-operator, a new image is not build from that PR. plugin_template needs to add the following right after pulp-operator PR is checked out:

$ RELEASE_VERSION=v0.9.0
$ curl -LO https://github.com/operator-framework/operator-sdk/releases/download/${RELEASE_VERSION}/operator-sdk-${RELEASE_VERSION}-x86_64-linux-gnu
$ chmod +x operator-sdk-${RELEASE_VERSION}-x86_64-linux-gnu && sudo mkdir -p /usr/local/bin/ && sudo cp operator-sdk-${RELEASE_VERSION}-x86_64-linux-gnu /usr/local/bin/operator-sdk && rm operator-sdk-${RELEASE_VERSION}-x86_64-linux-gnu
$ sudo operator-sdk build --image-builder=docker quay.io/pulp/pulp-operator:latest

Also available in: Atom PDF