Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Support DockerImage as output for Openshift builds #1054

Open
iocanel opened this issue Sep 22, 2017 · 3 comments
Open

Support DockerImage as output for Openshift builds #1054

iocanel opened this issue Sep 22, 2017 · 3 comments
Labels
cat/feature Feature request group/openshift OpenShift related issue prio/p1 Normal priority size/l Large status/never-stale Pin this issue to get never marked as stale by stale-bot
Projects

Comments

@iocanel
Copy link
Member

iocanel commented Sep 22, 2017

Pushing images from Openshift to external registries is not trivial. A blog post describing the procedure can be found here:

https://blog.openshift.com/pushing-application-images-to-an-external-registry

So, it seems that a build that has an output like:

spec:
  output:
    to:
      kind: DockerImage   
      name: docker.io/veermuchandi/mytime:latest
    pushSecret:
      name: dockerhub

can directly push to an external registry as part of the build.

It would be fantastic, if we could optionally configure that option on the fabric8-maven-plugin, so that we can ease up the process of exporting images.

@stale
Copy link

stale bot commented Oct 4, 2018

This issue has been automatically marked as stale because it has not had any activity since 90 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions!

@stale stale bot added the status/stale Issue/PR considered to be stale label Oct 4, 2018
@rhuss
Copy link
Contributor

rhuss commented Oct 6, 2018

This is a good idea and we should consider implementing this.

@stale stale bot removed the status/stale Issue/PR considered to be stale label Oct 6, 2018
@rhuss rhuss added cat/feature Feature request group/openshift OpenShift related issue prio/p1 Normal priority size/l Large labels Oct 6, 2018
@rhuss rhuss added this to Backlog in Backlog via automation Oct 6, 2018
@stale
Copy link

stale bot commented Jan 4, 2019

This issue has been automatically marked as stale because it has not had any activity since 90 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions!

@stale stale bot added the status/stale Issue/PR considered to be stale label Jan 4, 2019
@rohanKanojia rohanKanojia added status/never-stale Pin this issue to get never marked as stale by stale-bot and removed status/stale Issue/PR considered to be stale labels Jan 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cat/feature Feature request group/openshift OpenShift related issue prio/p1 Normal priority size/l Large status/never-stale Pin this issue to get never marked as stale by stale-bot
Projects
Backlog
  
Backlog
Development

Successfully merging a pull request may close this issue.

3 participants