Simplify AI tools utility image tags
Build custom container images / build (map[build_args:PG_VERSION=18
POSTGIS_VERSION=3
VCHORD_VERSION=0.5.3
context:postgres name:postgres-custom tags:git.ajpanton.se/ajp_anton/postgres-custom:18
git.ajpanton.se/ajp_anton/postgres-custom:18-postgis3-vchord0.5.3
git.ajpanton.se/ajp_an… (push) Successful in 1m0s
Build custom container images / build (map[build_args:PHP_VERSION=8
context:php8-pgsql name:php8-pgsql tags:git.ajpanton.se/ajp_anton/php8-pgsql:8
git.ajpanton.se/ajp_anton/php8-pgsql:8-fpm-alpine
git.ajpanton.se/ajp_anton/php8-pgsql:latest
]) (push) Successful in 42s
Build custom container images / build (map[build_args:PYTHON_VERSION=3
context:ai-tools-utils name:ai-tools-utils tags:git.ajpanton.se/ajp_anton/ai-tools-utils:3
git.ajpanton.se/ajp_anton/ai-tools-utils:latest
]) (push) Successful in 41s
Build custom container images / build (map[build_args:PG_VERSION=18
POSTGIS_VERSION=3
VCHORD_VERSION=0.5.3
context:postgres name:postgres-custom tags:git.ajpanton.se/ajp_anton/postgres-custom:18
git.ajpanton.se/ajp_anton/postgres-custom:18-postgis3-vchord0.5.3
git.ajpanton.se/ajp_an… (push) Successful in 1m0s
Build custom container images / build (map[build_args:PHP_VERSION=8
context:php8-pgsql name:php8-pgsql tags:git.ajpanton.se/ajp_anton/php8-pgsql:8
git.ajpanton.se/ajp_anton/php8-pgsql:8-fpm-alpine
git.ajpanton.se/ajp_anton/php8-pgsql:latest
]) (push) Successful in 42s
Build custom container images / build (map[build_args:PYTHON_VERSION=3
context:ai-tools-utils name:ai-tools-utils tags:git.ajpanton.se/ajp_anton/ai-tools-utils:3
git.ajpanton.se/ajp_anton/ai-tools-utils:latest
]) (push) Successful in 41s
This commit is contained in:
@@ -52,12 +52,6 @@ jobs:
|
|||||||
git.ajpanton.se/ajp_anton/ai-tools-utils:latest
|
git.ajpanton.se/ajp_anton/ai-tools-utils:latest
|
||||||
build_args: |
|
build_args: |
|
||||||
PYTHON_VERSION=3
|
PYTHON_VERSION=3
|
||||||
- name: ai-tools-utils-3.13
|
|
||||||
context: ai-tools-utils
|
|
||||||
tags: |
|
|
||||||
git.ajpanton.se/ajp_anton/ai-tools-utils:3.13
|
|
||||||
build_args: |
|
|
||||||
PYTHON_VERSION=3.13
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
|
|||||||
@@ -69,9 +69,9 @@ final runtime image.
|
|||||||
|
|
||||||
Base image:
|
Base image:
|
||||||
|
|
||||||
- `python:3` for the `:3` and `:latest` tags.
|
- `python:3`
|
||||||
- `python:3.13` for the `:3.13` tag.
|
- The image follows the moving Python 3 tag. When upstream Python 3 moves to a
|
||||||
- Minor and patch releases are picked up when each image is rebuilt.
|
new minor release, this image follows it on the next rebuild.
|
||||||
|
|
||||||
Installed from Debian apt repositories:
|
Installed from Debian apt repositories:
|
||||||
|
|
||||||
@@ -96,7 +96,6 @@ Descriptive tags:
|
|||||||
|
|
||||||
- `git.ajpanton.se/ajp_anton/postgres-custom:18-postgis3-vchord0.5.3`
|
- `git.ajpanton.se/ajp_anton/postgres-custom:18-postgis3-vchord0.5.3`
|
||||||
- `git.ajpanton.se/ajp_anton/php8-pgsql:8-fpm-alpine`
|
- `git.ajpanton.se/ajp_anton/php8-pgsql:8-fpm-alpine`
|
||||||
- `git.ajpanton.se/ajp_anton/ai-tools-utils:3.13`
|
|
||||||
|
|
||||||
Convenience tags:
|
Convenience tags:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user