https://github.com/dusansimic/package-images
Container images of various packages and programs.
https://github.com/dusansimic/package-images
Last synced: 2 months ago
JSON representation
Container images of various packages and programs.
- Host: GitHub
- URL: https://github.com/dusansimic/package-images
- Owner: dusansimic
- License: mit
- Created: 2023-07-17T23:09:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-05T01:02:55.000Z (almost 2 years ago)
- Last Synced: 2025-02-12T05:39:46.768Z (4 months ago)
- Language: Dockerfile
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Package images
Container images of various programs. The images can be used for simply running
programs but they also be used as a distribution method.## Available packages
All the packages available are listed here. They are automatically updated but
the mechanism is not perfect so it might break at some point in the future. If
that happens you can open a ticket on the
[bug tracker](https://github.com/dusansimic/package-images/issues).### [dust](https://github.com/bootandy/dust)
```sh
$ docker pull ghcr.io/dusansimic/package-images/dust:latest
$ docker run --rm ghcr.io/dusansimic/package-images/dust:latest
```### [host-spawn](https://github.com/1player/host-spawn)
```sh
$ docker pull ghcr.io/dusansimic/package-images/host-spawn:latest
$ docker run --rm ghcr.io/dusansimic/package-images/host-spawn:latest
```### [oha](https://github.com/hatoo/oha)
```sh
$ docker pull ghcr.io/dusansimic/package-images/oha:latest
$ docker run --rm ghcr.io/dusansimic/package-images/oha:latest
```