Contains CI images for LTFNet/TWS.
  • Dockerfile 65%
  • Shell 35%
Find a file
Laurent Fourrier 1cd8932021
All checks were successful
Publish / detect-changes (push) Successful in 42s
Publish / rust-node (push) Successful in 22m43s
Use config.toml rather than an environment variable for the Cargo registry (#2)
## Context

There was an issue with the Cargo registry configuration (`/opt/ltfnet/setup-cargo-registry.sh`).
Since the script is executed in a sub-process, the `export` of the `CARGO_REGISTRIES_LTFNET_TOKEN` is obviously not persisted when the shell that runs the script exits.

## Changes

This pull request fixes the above issue by writing the token to the `/usr/local/cargo/config.toml` file instead.

Reviewed-on: #2
2026-01-02 06:54:42 +01:00
.forgejo/workflows Update rust-node: split entrypoint.sh (#1) 2025-12-31 17:38:28 +01:00
rust-node Use config.toml rather than an environment variable for the Cargo registry (#2) 2026-01-02 06:54:42 +01:00
.gitignore Initial commit - rust-node image. 2025-12-26 18:00:41 +01:00