Jordan Rodgers
Jordan Rodgers
Wanted to check in here, any updates on support for using image digests instead of just tags? Thanks!
👋 any updates on getting to the bottom of this? thanks! 🎉
Interesting, we still run into it periodically with multiline text (mostly things like `ConfigMap` values). Here's a repro you can use for debugging, there's still some cases where we get...
This would be super useful! Any word on if it will be added soon?
@swayf Any updates on getting this or another fix merged so the SSH backend works for Proxmox 5.3?
Managed to get past this by defining my own platforms: ``` platform( name = "erlang_24_platform", constraint_values = [ "@erlang_config//:erlang_24", ], parents = ["@local_config_platform//:host"], ) platform( name = "erlang_internal_platform", constraint_values =...
Ah, had to remove `build --sandbox_default_allow_network=false` from my `.bazelrc`, now onto this: ``` /bin/bash: line 5: sha256sum: command not found ``` I'm assuming this is due to me running it...
Sorry for the delay! Starting to dig into this again now that I have some time, I'll give your suggestions a try and let you know how it goes 🤞...