You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Name | Description | Dockerfile Link | Image Link
27
27
[chromium](chromium) | [`debian:unstable-slim`](https://hub.docker.com/_/debian/)-based dockerization of the Google Chromium web browser | [Dockerfile](chromium/Dockerfile) | [backplane/chromium](https://hub.docker.com/r/backplane/chromium)
28
28
[compose_sort](compose_sort) | [`alpine:edge`](https://hub.docker.com/_/alpine/)-based dockerization of `compose_sort`, a CLI utility for sorting docker-compose files | [Dockerfile](compose_sort/Dockerfile) | [backplane/compose_sort](https://hub.docker.com/r/backplane/compose_sort)
29
29
[conex-helper](conex-helper) | [`python:3-alpine`](https://hub.docker.com/_/python/)-based dockerization of a utility program which helps manage the `backplane/conex` github repo | [Dockerfile](conex-helper/Dockerfile) | [backplane/conex-helper](https://hub.docker.com/r/backplane/conex-helper)
30
-
[datasette](datasette) | [uv:python3-alpine](https://github.com/astral-sh/uv/pkgs/container/uv)-based dockerization of[datasette](https://docs.datasette.io/en/stable/), the "open source multi-tool for exploring and publishing data". | [Dockerfile](datasette/Dockerfile) | [backplane/datasette](https://hub.docker.com/r/backplane/datasette)
30
+
[datasette](datasette) | [uv:alpine](https://github.com/astral-sh/uv/pkgs/container/uv)-based image for[datasette](https://docs.datasette.io/en/stable/), the "open source multi-tool for exploring and publishing data" | [Dockerfile](datasette/Dockerfile) | [backplane/datasette](https://hub.docker.com/r/backplane/datasette)
[fedora-spe](fedora-spe) | [`fedora:latest`](https://hub.docker.com/_/fedora)-based image with the `@server-product-environment` package group installed. | [Dockerfile](fedora-spe/Dockerfile) | [backplane/fedora-spe](https://hub.docker.com/r/backplane/fedora-spe)
33
33
[firefox](firefox) | [`debian:unstable-slim`](https://hub.docker.com/_/debian/)-based dockerization of the Firefox web browser | [Dockerfile](firefox/Dockerfile) | [backplane/firefox](https://hub.docker.com/r/backplane/firefox)
@@ -46,6 +46,7 @@ Name | Description | Dockerfile Link | Image Link
46
46
[ods_conv](ods_conv) | [`python:3-alpine`](https://hub.docker.com/_/python/)-based dockerization of a utility that converts ODS documents into other formats (currently JSON and CSV) | [Dockerfile](ods_conv/Dockerfile) | [backplane/ods_conv](https://hub.docker.com/r/backplane/ods_conv)
47
47
[pdf](pdf) | [`alpine:edge`](https://hub.docker.com/_/alpine/)-based dockerization of [poppler-utils](https://pkgs.alpinelinux.org/package/edge/main/x86_64/poppler-utils) with a thin wrapper. | [Dockerfile](pdf/Dockerfile) | [backplane/pdf](https://hub.docker.com/r/backplane/pdf)
48
48
[pgformatter](pgformatter) | [`perl:5-slim`](https://hub.docker.com/_/perl)-based dockerization of [`pgFormatter`](https://github.com/darold/pgFormatter) the PostgreSQL SQL syntax beautifier | [Dockerfile](pgformatter/Dockerfile) | [backplane/pgformatter](https://hub.docker.com/r/backplane/pgformatter)
49
+
[pingreporter](pingreporter) | [`scratch`](https://hub.docker.com/_/scratch/)-based [pingreporter](https://codeberg.org/backplane/pingreporter), the "tool that pings a target host and reports the results to an HTTP endpoint" | [Dockerfile](pingreporter/Dockerfile) | [backplane/pingreporter](https://hub.docker.com/r/backplane/pingreporter)
49
50
[proxyport](proxyport) | [`alpine:edge`](https://hub.docker.com/_/alpine/)-based sidecar container for forwarding ports to remote hosts | [Dockerfile](proxyport/Dockerfile) | [backplane/proxyport](https://hub.docker.com/r/backplane/proxyport)
50
51
[pwgen](pwgen) | [`alpine:edge`](https://hub.docker.com/_/alpine/)-based dockerization of [pwgen](https://github.com/tytso/pwgen) -- the password generator written by [Theodore Ts'o](https://github.com/tytso) | [Dockerfile](pwgen/Dockerfile) | [backplane/pwgen](https://hub.docker.com/r/backplane/pwgen)
51
52
[pygmentize](pygmentize) | [`alpine:edge`](https://hub.docker.com/_/alpine/)-based dockerization of the [pygmentize](https://pygments.org/docs/cmdline/) utility from the [Pygments](https://pygments.org/) generic syntax highlighter package | [Dockerfile](pygmentize/Dockerfile) | [backplane/pygmentize](https://hub.docker.com/r/backplane/pygmentize)
[`scratch`](https://hub.docker.com/_/scratch/)-based [pingreporter](https://codeberg.org/backplane/pingreporter), the "tool that pings a target host and reports the results to an HTTP endpoint"
4
+
5
+
As [the site](https://codeberg.org/backplane/pingreporter) says:
6
+
7
+
> [pingreporter is] A CLI tool that pings a target host and optionally reports the results to an HTTP endpoint. Useful for uptime monitoring integrations where you need to report connectivity status from a specific network location. Created to report data to Uptime Kuma.
8
+
9
+
This image is built from the [latest pingreporter release on codeberg](https://codeberg.org/backplane/pingreporter/releases).
0 commit comments