How to use openshift source-to-image library instead of s2i binary or executable file
How to use openshift source-to-image library https://github.com/openshift/source-to-image using go language,instead of s2i executable to build a new image from existing builder images from docker hub.
I need to create a new image by using above library and not using s2i.exe.
I have tried using https://github.com/openshift/source-to-image/blob/master/pkg/build/strategies/dockerfile/dockerfile.go Build function but it gives me an error.
Can anyone tell me or atleast guide me how to use this library to create a new image from existing docker hub builder images, by not using s2i executable.
Thanks in advance
docker go github openshift s2i
add a comment |
How to use openshift source-to-image library https://github.com/openshift/source-to-image using go language,instead of s2i executable to build a new image from existing builder images from docker hub.
I need to create a new image by using above library and not using s2i.exe.
I have tried using https://github.com/openshift/source-to-image/blob/master/pkg/build/strategies/dockerfile/dockerfile.go Build function but it gives me an error.
Can anyone tell me or atleast guide me how to use this library to create a new image from existing docker hub builder images, by not using s2i executable.
Thanks in advance
docker go github openshift s2i
Can you give some background on why you are trying to do this? In being able to understand that, may be able to suggest alternative approaches.
– Graham Dumpleton
Nov 21 '18 at 19:37
Yeah sure.... Currently i am using s2i executable from golang exec.Command function to build a new image from existing builder image (because I was unable to find any methods defined by openshift/source-to-image) which I think, is not a good a way to use it. So I am thinking of new approaches to use it and I am not sure how to do that.
– anonymous143
Nov 22 '18 at 4:09
I can infer that much. Was more interested in the bigger picture of how S2I fits into the overall custom build system you seem to have.
– Graham Dumpleton
Nov 22 '18 at 5:07
Yes, actually I figured out how to use source-to-image library but still my goal is to capture the logs and to show them on web page dynamically, but I am unable to do that.
– anonymous143
Dec 24 '18 at 5:48
add a comment |
How to use openshift source-to-image library https://github.com/openshift/source-to-image using go language,instead of s2i executable to build a new image from existing builder images from docker hub.
I need to create a new image by using above library and not using s2i.exe.
I have tried using https://github.com/openshift/source-to-image/blob/master/pkg/build/strategies/dockerfile/dockerfile.go Build function but it gives me an error.
Can anyone tell me or atleast guide me how to use this library to create a new image from existing docker hub builder images, by not using s2i executable.
Thanks in advance
docker go github openshift s2i
How to use openshift source-to-image library https://github.com/openshift/source-to-image using go language,instead of s2i executable to build a new image from existing builder images from docker hub.
I need to create a new image by using above library and not using s2i.exe.
I have tried using https://github.com/openshift/source-to-image/blob/master/pkg/build/strategies/dockerfile/dockerfile.go Build function but it gives me an error.
Can anyone tell me or atleast guide me how to use this library to create a new image from existing docker hub builder images, by not using s2i executable.
Thanks in advance
docker go github openshift s2i
docker go github openshift s2i
edited Nov 21 '18 at 14:02
anonymous143
asked Nov 21 '18 at 13:15
anonymous143anonymous143
11
11
Can you give some background on why you are trying to do this? In being able to understand that, may be able to suggest alternative approaches.
– Graham Dumpleton
Nov 21 '18 at 19:37
Yeah sure.... Currently i am using s2i executable from golang exec.Command function to build a new image from existing builder image (because I was unable to find any methods defined by openshift/source-to-image) which I think, is not a good a way to use it. So I am thinking of new approaches to use it and I am not sure how to do that.
– anonymous143
Nov 22 '18 at 4:09
I can infer that much. Was more interested in the bigger picture of how S2I fits into the overall custom build system you seem to have.
– Graham Dumpleton
Nov 22 '18 at 5:07
Yes, actually I figured out how to use source-to-image library but still my goal is to capture the logs and to show them on web page dynamically, but I am unable to do that.
– anonymous143
Dec 24 '18 at 5:48
add a comment |
Can you give some background on why you are trying to do this? In being able to understand that, may be able to suggest alternative approaches.
– Graham Dumpleton
Nov 21 '18 at 19:37
Yeah sure.... Currently i am using s2i executable from golang exec.Command function to build a new image from existing builder image (because I was unable to find any methods defined by openshift/source-to-image) which I think, is not a good a way to use it. So I am thinking of new approaches to use it and I am not sure how to do that.
– anonymous143
Nov 22 '18 at 4:09
I can infer that much. Was more interested in the bigger picture of how S2I fits into the overall custom build system you seem to have.
– Graham Dumpleton
Nov 22 '18 at 5:07
Yes, actually I figured out how to use source-to-image library but still my goal is to capture the logs and to show them on web page dynamically, but I am unable to do that.
– anonymous143
Dec 24 '18 at 5:48
Can you give some background on why you are trying to do this? In being able to understand that, may be able to suggest alternative approaches.
– Graham Dumpleton
Nov 21 '18 at 19:37
Can you give some background on why you are trying to do this? In being able to understand that, may be able to suggest alternative approaches.
– Graham Dumpleton
Nov 21 '18 at 19:37
Yeah sure.... Currently i am using s2i executable from golang exec.Command function to build a new image from existing builder image (because I was unable to find any methods defined by openshift/source-to-image) which I think, is not a good a way to use it. So I am thinking of new approaches to use it and I am not sure how to do that.
– anonymous143
Nov 22 '18 at 4:09
Yeah sure.... Currently i am using s2i executable from golang exec.Command function to build a new image from existing builder image (because I was unable to find any methods defined by openshift/source-to-image) which I think, is not a good a way to use it. So I am thinking of new approaches to use it and I am not sure how to do that.
– anonymous143
Nov 22 '18 at 4:09
I can infer that much. Was more interested in the bigger picture of how S2I fits into the overall custom build system you seem to have.
– Graham Dumpleton
Nov 22 '18 at 5:07
I can infer that much. Was more interested in the bigger picture of how S2I fits into the overall custom build system you seem to have.
– Graham Dumpleton
Nov 22 '18 at 5:07
Yes, actually I figured out how to use source-to-image library but still my goal is to capture the logs and to show them on web page dynamically, but I am unable to do that.
– anonymous143
Dec 24 '18 at 5:48
Yes, actually I figured out how to use source-to-image library but still my goal is to capture the logs and to show them on web page dynamically, but I am unable to do that.
– anonymous143
Dec 24 '18 at 5:48
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53412887%2fhow-to-use-openshift-source-to-image-library-instead-of-s2i-binary-or-executable%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53412887%2fhow-to-use-openshift-source-to-image-library-instead-of-s2i-binary-or-executable%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Can you give some background on why you are trying to do this? In being able to understand that, may be able to suggest alternative approaches.
– Graham Dumpleton
Nov 21 '18 at 19:37
Yeah sure.... Currently i am using s2i executable from golang exec.Command function to build a new image from existing builder image (because I was unable to find any methods defined by openshift/source-to-image) which I think, is not a good a way to use it. So I am thinking of new approaches to use it and I am not sure how to do that.
– anonymous143
Nov 22 '18 at 4:09
I can infer that much. Was more interested in the bigger picture of how S2I fits into the overall custom build system you seem to have.
– Graham Dumpleton
Nov 22 '18 at 5:07
Yes, actually I figured out how to use source-to-image library but still my goal is to capture the logs and to show them on web page dynamically, but I am unable to do that.
– anonymous143
Dec 24 '18 at 5:48