https://github.com/samuelmarks/oxen-builds
Oxen builds
https://github.com/samuelmarks/oxen-builds
Last synced: 2 months ago
JSON representation
Oxen builds
- Host: GitHub
- URL: https://github.com/samuelmarks/oxen-builds
- Owner: SamuelMarks
- Created: 2024-06-16T03:30:39.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T03:55:39.000Z (almost 2 years ago)
- Last Synced: 2024-08-29T04:52:50.423Z (almost 2 years ago)
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Oxen builds
===========
[](https://hub.docker.com/r/samuelmarks/oxen-builds/tags)
[](https://github.com/SamuelMarks/oxen-builds/actions/workflows/docker_build.yml)
Builds for https://github.com/Oxen-AI/Oxen
Experimenting with different build setups for easy distribution of `oxen` and `oxen-server`.
For Docker images, see: https://hub.docker.com/r/samuelmarks/oxen-builds
## Instructions
### Docker build
Download the .deb file:
E.g., https://github.com/Oxen-AI/Oxen/releases/download/v0.18.15/oxen-ubuntu-latest.deb
Extract out `oxen-server`. Now you can run:
```sh
docker build -f Dockerfile.distroless -t samuelmarks/oxen-builds:distroless_cc-debian12_oxen_server_v0.18.15 .
```
Then to `run` you simply:
```sh
docker run samuelmarks/oxen-builds:distroless_cc-debian12_oxen_server_v0.18.15
```
And to `push` up to hub.docker.com run:
```sh
docker push samuelmarks/oxen-builds:distroless_cc-debian12_oxen_server_v0.18.15
```
---
## License
Licensed under either of
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or )
- MIT license ([LICENSE-MIT](LICENSE-MIT) or )
at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.