Integrate task runner into python tools

This commit is contained in:
ajp_anton
2026-08-08 17:21:50 +00:00
parent f8fb1eed75
commit 56d6194324
22 changed files with 1137 additions and 7 deletions
+3 -3
View File
@@ -70,8 +70,8 @@ jobs:
base_image: python:3
primary_tag: git.ajpanton.se/ajp_anton/python-tools:3
oci_labels: |
org.opencontainers.image.title=Python 3 tools with ExifTool
org.opencontainers.image.description=Python 3 utility image with ExifTool for local helper workflows.
org.opencontainers.image.title=Python 3 tools with ExifTool and task runner
org.opencontainers.image.description=Python 3 utility image with ExifTool and an optional web control panel for mounted task scripts.
org.opencontainers.image.documentation=https://git.ajpanton.se/ajp_anton/docker-images#python-tools
org.opencontainers.image.source=https://git.ajpanton.se/ajp_anton/docker-images
org.opencontainers.image.url=https://git.ajpanton.se/ajp_anton/-/packages/container/python-tools
@@ -81,7 +81,7 @@ jobs:
build_args: |
PYTHON_VERSION=3
fingerprint_command: |
dpkg-query -W -f='${binary:Package}=${Version}\n' | LC_ALL=C sort
{ dpkg-query -W -f='${binary:Package}=${Version}\n' | LC_ALL=C sort; pip freeze | LC_ALL=C sort; }
steps:
- name: Check out repository