Integrate task runner into python tools
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user