You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to create a pipeline that builds a Docker image and hosts it in the OpenShift ImageStream.
I already have a service connection set up with the OpenShift extension, and my ImageStream is already created in OpenShift.
Previously, when I pushed to Docker Hub, I used to create a service connection in Docker Registry. Now, I’ve created a service connection for OpenShift.
And my pipeline configuration file looked like this:
How do I build an docker image and upload it to my OpenShift ImageStream?
The text was updated successfully, but these errors were encountered:
I would like to create a pipeline that builds a Docker image and hosts it in the OpenShift ImageStream.
I already have a service connection set up with the OpenShift extension, and my ImageStream is already created in OpenShift.
![image](https://private-user-images.githubusercontent.com/40720626/368286791-01bfc9f0-b786-4cdd-b48a-6cf41c96126a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1OTYxMjksIm5iZiI6MTczOTU5NTgyOSwicGF0aCI6Ii80MDcyMDYyNi8zNjgyODY3OTEtMDFiZmM5ZjAtYjc4Ni00Y2RkLWI0OGEtNmNmNDFjOTYxMjZhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDA1MDM0OVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTg3ZjNiMDE1NDhkNzM2YjUwOWZkNDA1ZDc1MTFmMzJhMzFjYjJjZGY3ZTJlZjliMDlkNjhhZjM1N2Q5ZGZjMjEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.rIugjj7Pu3nDuWs14ymldxI78cgKY5S9Nm57vgDaCn8)
Previously, when I pushed to Docker Hub, I used to create a service connection in Docker Registry. Now, I’ve created a service connection for OpenShift.
And my pipeline configuration file looked like this:
![image](https://private-user-images.githubusercontent.com/40720626/368289003-dd36323f-923c-4ef6-b9d6-3e92738df3e2.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1OTYxMjksIm5iZiI6MTczOTU5NTgyOSwicGF0aCI6Ii80MDcyMDYyNi8zNjgyODkwMDMtZGQzNjMyM2YtOTIzYy00ZWY2LWI5ZDYtM2U5MjczOGRmM2UyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDA1MDM0OVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTI0Mzk2NGZjNDRmNmJhYmNkNDM3YWNjNjNmNWNkYzFkNmMwZTNiMjE4MGE4ZWY5ZTAxNWJkNTUzN2ExNTU4ZWImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.ABgEetFBiEQDulJu1mrVSmyp4HFlRKqIDXaqijYa5C8)
How do I build an docker image and upload it to my OpenShift ImageStream?
The text was updated successfully, but these errors were encountered: