Add Linkki broadcast image
Build custom container images / build (map[base_image:php:8-fpm-alpine build_args:PHP_VERSION=8 context:php8-pgsql fingerprint_command:{ apk info -v | LC_ALL=C sort; find /usr/local/lib/php/extensions /usr/local/etc/php/conf.d -type f -exec sha256sum {} + | LC_ALL=C sort; } name:ph… (push) Successful in 48s
Build custom container images / build (map[base_image:postgres:18 build_args:PG_VERSION=18 POSTGIS_VERSION=3 VCHORD_VERSION=0.5.3 context:postgres fingerprint_command:{ dpkg-query -W -f='${binary:Package}=${Version}\n' | LC_ALL=C sort; find /usr/lib/postgresql -type f -exec sha256su… (push) Successful in 55s
Build custom container images / build (map[base_image:python:3 build_args:PYTHON_VERSION=3 context:python-tools fingerprint_command:{ dpkg-query -W -f='${binary:Package}=${Version}\n' | LC_ALL=C sort; pip freeze | LC_ALL=C sort; } name:python-tools oci_labels:org.opencontainers.ima… (push) Successful in 54s
Build custom container images / build (map[base_image:python:3.12-slim build_args:PYTHON_VERSION=3.12-slim context:linkki-tiedotus fingerprint_command:{ dpkg-query -W -f='${binary:Package}=${Version}\n' | LC_ALL=C sort; pip freeze | LC_ALL=C sort; } name:linkki-tiedotus oci_labels:… (push) Successful in 39s

This commit is contained in:
ajp_anton
2026-08-19 20:51:26 +00:00
parent 7e6dea8b24
commit 8ec3cde4f2
56 changed files with 13441 additions and 0 deletions
+22
View File
@@ -13,6 +13,7 @@ a few commonly useful database/runtime extensions.
| `git.ajpanton.se/ajp_anton/postgres-custom:18` | PostgreSQL 18 with selected extension packages installed and `pg_cron`/VectorChord preloaded. |
| `git.ajpanton.se/ajp_anton/php8-pgsql:8` | PHP 8 FPM on Alpine with PostgreSQL client runtime support and the `pdo_pgsql` PHP extension enabled. |
| `git.ajpanton.se/ajp_anton/python-tools:3` | Python 3 task runner with ExifTool and a web control panel for mounted task scripts. |
| `git.ajpanton.se/ajp_anton/linkki-tiedotus:1` | Web editor and scheduler for multilingual Telegram channel broadcasts. |
## Included Components
@@ -99,6 +100,25 @@ Intended use:
application documentation are in `python-tools/`.
- Keep host systems clean by avoiding host-level package installs.
### `linkki-tiedotus`
Base image:
- `python:3.12-slim`
- Moving upstream Python 3.12 patch-version tag. Base-image updates are picked
up on the next rebuild.
Included application:
- FastAPI web editor for drafting, scheduling, publishing, updating, and
deleting multilingual Telegram channel broadcasts.
- A persistent `/data` directory for configuration, user records, posts,
uploaded images, schedules, and publish history.
- The default command starts the application on port `8080`.
The image contains no configuration or broadcast data. Mount `/data` from a
persistent host directory and create its configuration from `linkki-tiedotus/config-examples/`.
## Tags
Moving deployment tags:
@@ -106,6 +126,7 @@ Moving deployment tags:
- `git.ajpanton.se/ajp_anton/postgres-custom:18`
- `git.ajpanton.se/ajp_anton/php8-pgsql:8`
- `git.ajpanton.se/ajp_anton/python-tools:3`
- `git.ajpanton.se/ajp_anton/linkki-tiedotus:1`
Descriptive tags:
@@ -117,6 +138,7 @@ Convenience tags:
- `git.ajpanton.se/ajp_anton/postgres-custom:latest`
- `git.ajpanton.se/ajp_anton/php8-pgsql:latest`
- `git.ajpanton.se/ajp_anton/python-tools:latest`
- `git.ajpanton.se/ajp_anton/linkki-tiedotus:latest`
Tags are mutable. A weekly candidate build only repoints a deployment tag when
its content fingerprint changed: base image, build context, build arguments,