An open API service indexing awesome lists of open source software.

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.

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
```