https://github.com/westonsteimel/container-library-rust-static-builder
Docker image to build statically linked Linux executables from Rust projects
https://github.com/westonsteimel/container-library-rust-static-builder
container-library docker dockerfile rust
Last synced: about 1 month ago
JSON representation
Docker image to build statically linked Linux executables from Rust projects
- Host: GitHub
- URL: https://github.com/westonsteimel/container-library-rust-static-builder
- Owner: westonsteimel
- License: mit
- Created: 2020-06-28T13:00:12.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-22T01:29:22.000Z (about 1 year ago)
- Last Synced: 2025-03-24T06:09:34.194Z (about 1 year ago)
- Topics: container-library, docker, dockerfile, rust
- Language: Shell
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Rust Static Builder
Docker image to build statically-linked Linux executables for Rust projects.
This is derived from [fornwall/rust-static-builder](https://github.com/fornwall/rust-static-builder).