Ich hab den Artikel mal genau gelesen, das default network gilt für den Adapter
netavark
, der aber nur bei rootful containern default ist. Für rootless container istslirp4netns
default.…
Ansonsten ist das hier meine Haupttheorie:
- Podman hat per Default keine dns resolution
- Man kann es aber aktivieren: https://github.com/containers/podman/blob/main/docs/tutorials/basic_network…
Ich tendiere jedoch auch gegen Podman, da sich das problem ja sogar innerhalb des Containers fixen laesst.
Ja, ich gehe auch von Podman aus, aber es scheint ja eine Kombination zwischen Podman's DNS und wie Drone den Container startet zu sein, schließlich sind keinerlei andere Probleme dieser Art…
Ja, also generell, ist dir das Problem schonmal in irgendeiner anderen Art, die nicht mit Drone zu tun hat, aufgefallen? Weil mir noch nicht und ich würde gerne rausfinden, in wie fern RL9…
Wie meinst du das genau:
- Mit einer anderen CI-Solution, also gitea actions?
- Mit dem Rust Docker image allgemein, unnabhaengig von jeglicher CI?
Bonus Points:
- variable(s) for rust-image(s)
- automatically update variables according to the current rust version of the server. If not feasible, use the current rust version of the…
While not a read lock, the Arc Type has this, which seems to be at odds with the whole immutability thing. https://doc.rust-lang.org/std/sync/struct.Arc.html#method.get_mut The docs don't seem to…
While not a read lock, the Arc Type has this, which seems to be at odds with the whole immutability thing. https://doc.rust-lang.org/std/sync/struct.Arc.html#method.get_mut The docs don't seem to…
The error in this case is the inability to report about warnings. This edge-case happens, when there is absolutely no way of informing the sysadmin of other errors, including CLI and E-Mail,…
Seems sensible. It is also probably a good idea to split the config struct into multiple parts.
logging/src/lib.rs:102 will panic if any code requests write-lock on config::CONFIG and then panics. Consider using Arc to ensure immutability and accessibility to the configuration from any thread at any time