Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: allow pulling s2i image from image stream #639

Merged
merged 2 commits into from
May 23, 2022

Conversation

mhdawson
Copy link
Contributor

Make it possible to use an image stream to get
the base s2i image used. Useful if a user needs
to extend an s2i image when using OpenShift.

Signed-off-by: Michael Dawson mdawson@devrus.com

Make it possible to use an image stream to get
the base s2i image used. Useful if a user needs
to extend an s2i image when using OpenShift.

Signed-off-by: Michael Dawson <mdawson@devrus.com>
@coveralls
Copy link

coveralls commented May 17, 2022

Coverage Status

Coverage decreased (-98.2%) to 0.0% when pulling 70e5b21 on mhdawson:addImageStreamSupport into 1f53021 on nodeshift:main.

index.d.ts Outdated
@@ -86,6 +86,7 @@ export function deploy(options?: {
};
resourceProfile?: string;
imageTag?: string;
ImageStram?: string;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be ImageStream

Copy link
Member

@lholmquist lholmquist left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

other than that one typo, LGTM

index.d.ts Outdated Show resolved Hide resolved
@mhdawson
Copy link
Contributor Author

@lholmquist coveralls has been doing some strange things related to reporting coverage

@lholmquist lholmquist merged commit 6c4c2a9 into nodeshift:main May 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants