Zoker
Zoker
CCoder.com
Created by Zoker on 2/5/2025 in #help
How to use coder_parameter to force_rebuild docker images?
But as long as it works I'm happy 😄 Thanks for the support!
26 replies
CCoder.com
Created by Zoker on 2/5/2025 in #help
How to use coder_parameter to force_rebuild docker images?
After a lot more debugging I think the issue is, that I did not enable the no_cache option for the docker build. So the flag did trigger a rebuild, but since the dockerfile itself did not change, the cache would kick in and the same image would be used again 😅
26 replies
CCoder.com
Created by Zoker on 2/5/2025 in #help
How to use coder_parameter to force_rebuild docker images?
Should I open a GitHub issue or something for it?
26 replies
CCoder.com
Created by Zoker on 2/5/2025 in #help
How to use coder_parameter to force_rebuild docker images?
But the code should work like it is currently, right?
26 replies
CCoder.com
Created by Zoker on 2/5/2025 in #help
How to use coder_parameter to force_rebuild docker images?
@Phorcys Do you have any idea, why it's not working?
26 replies
CCoder.com
Created by Zoker on 2/5/2025 in #help
How to use coder_parameter to force_rebuild docker images?
26 replies
CCoder.com
Created by Zoker on 2/5/2025 in #help
How to use coder_parameter to force_rebuild docker images?
Otherwhise there would not have been any apt packages to update
26 replies
CCoder.com
Created by Zoker on 2/5/2025 in #help
How to use coder_parameter to force_rebuild docker images?
No description
26 replies
CCoder.com
Created by Zoker on 2/5/2025 in #help
How to use coder_parameter to force_rebuild docker images?
No description
26 replies
CCoder.com
Created by Zoker on 2/5/2025 in #help
How to use coder_parameter to force_rebuild docker images?
No description
26 replies
CCoder.com
Created by Zoker on 2/5/2025 in #help
How to use coder_parameter to force_rebuild docker images?
Thanks @Atif! So this should work?
triggers = {
sha1(data.coder_parameter.force_rebuild.value)
}
triggers = {
sha1(data.coder_parameter.force_rebuild.value)
}
26 replies
CCoder.com
Created by Zoker on 3/6/2024 in #help
What is the best way to keep installed system packages?
I already do that, but for some projects you a developer needs package XYZ and another needs ZYX. It would be nice, if the installed packages could be kept. Just like codespaces does it
7 replies
CCoder.com
Created by Zoker on 3/6/2024 in #help
What is the best way to keep installed system packages?
Bump
7 replies
CCoder.com
Created by Zoker on 2/27/2024 in #help
Is the external auth gone?
I tested it and I don't need the GITHUB_TOKEN env. So this solves the topic, just set "git.useIntegratedAskPass": false, in the VS Code settings. Thanks @Atif, @Phorcys and especially @Steven for the help! Really appriciate it
55 replies
CCoder.com
Created by Zoker on 2/27/2024 in #help
Is the external auth gone?
So I tested this again and now it works 🎉 Do you know if I still need to set the GITHUB_TOKEN env in the template? Thanks!
55 replies
CCoder.com
Created by Zoker on 2/27/2024 in #help
Is the external auth gone?
Ah yes I see this in my terminal GIT_ASKPASS=/tmp/coder.sCiCfW/coder
55 replies
CCoder.com
Created by Zoker on 2/27/2024 in #help
Is the external auth gone?
What should the path be?
55 replies
CCoder.com
Created by Zoker on 2/27/2024 in #help
Is the external auth gone?
Yes I restarted the workspace
55 replies
CCoder.com
Created by Zoker on 2/27/2024 in #help
Is the external auth gone?
No description
55 replies
CCoder.com
Created by Zoker on 2/27/2024 in #help
Is the external auth gone?
Hmm even after setting this, i'm being asked for my git credentials
55 replies