-
Hi, i was going through the
|
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 13 replies
-
What does your |
Beta Was this translation helpful? Give feedback.
-
@Rollson you might already solved this, but this looks like a similar path that I've been through. Following spins up kaniko container in your k8s env:
I don't think you can check out code in that container as that executor image only has kaniko binary available. There is no |
Beta Was this translation helpful? Give feedback.
-
@Rollson thanks for the discussion. I noticed that the |
Beta Was this translation helpful? Give feedback.
-
We switched to buildah and havent looked back since
…On Wed, Sep 10, 2025 at 9:11 AM Shankar Raman ***@***.***> wrote:
@Rollson <https://github.com/Rollson> that's for the discussion. I
noticed that the kaniko project is now archived and hence won't be
supported. What is your strategy moving forward? We are exploring
kubernetes mode and unable to build images in our workflow would be a big
show-stopper.
—
Reply to this email directly, view it on GitHub
<#3247 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A746DXSBK2GOKUBGD4DIU433SAPO5AVCNFSM6AAAAACGEG4HLSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTIMZWGI4DIMY>
.
You are receiving this because you were mentioned.Message ID:
<actions/actions-runner-controller/repo-discussions/3247/comments/14362843
@github.com>
|
Beta Was this translation helpful? Give feedback.
-
it's very prone to failure - whenever you have a pod calling another hook,
lots of opportunities for failure from complexity, and the need to
provision multi-attach volumes via CSI, etc
with buildah, you don't need to have a kubernetes mode since building
container images are daemonless, so they can be built on the existing runner
…On Wed, Sep 10, 2025 at 10:26 AM Shankar Raman ***@***.***> wrote:
Thanks @jonathan-fileread <https://github.com/jonathan-fileread> - any
particular gotcha's when using the scaleset architecture (kubernetes
mode)?
—
Reply to this email directly, view it on GitHub
<#3247 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A746DXXEHJ6XYMR7QZI6SRL3SAYIXAVCNFSM6AAAAACGEG4HLSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTIMZWGM3DCMQ>
.
You are receiving this because you were mentioned.Message ID:
<actions/actions-runner-controller/repo-discussions/3247/comments/14363612
@github.com>
|
Beta Was this translation helpful? Give feedback.
-
Caching is a bit hard to setup, but ill take reliability anyday
…On Wed, Sep 10, 2025 at 8:29 PM Shankar Raman ***@***.***> wrote:
Thanks @jonathan-fileread <https://github.com/jonathan-fileread> - I
meant any gotcha's with using buildah
—
Reply to this email directly, view it on GitHub
<#3247 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A746DXXPSCE5MB6TJP4ELZL3SC64ZAVCNFSM6AAAAACGEG4HLSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTIMZWHAYTONI>
.
You are receiving this because you were mentioned.Message ID:
<actions/actions-runner-controller/repo-discussions/3247/comments/14368175
@github.com>
|
Beta Was this translation helpful? Give feedback.
@anitabee, @jonwest thanks for the insight. I was able to get it to work. Posting it here for the sake of others