make - autocommit

This commit is contained in:
STAM 2024-04-21 16:08:12 +03:00
parent 1640bc2edd
commit 4ae4ace130
Signed by: stam
GPG Key ID: E149C3760CFA3C7E
3 changed files with 8 additions and 6 deletions

View File

@ -38,7 +38,7 @@ jobs:
- name: "Build and Deploy PostgreSQL 9.2 Image:"
run: cd linux/ecosystem/postgres/9.2 && pwd && make build && make deploy
- name: Cleanup
run: make docker-clean
@ -56,7 +56,7 @@ jobs:
- name: "Build and Deploy PostgreSQL 10 Image:"
run: cd linux/ecosystem/postgres/10 && pwd && make build && make deploy
- name: Cleanup
run: make docker-clean
@ -75,8 +75,8 @@ jobs:
- name: "Build and Deploy PostgreSQL 15 Image:"
run: cd linux/ecosystem/postgres/15 && pwd && make build && make deploy
# - name: "Build and Deploy PostgreSQL 16 Image:"
# run: cd linux/ecosystem/postgres/16 && pwd && make build && make deploy
- name: "Build and Deploy PostgreSQL 16 Image:"
run: cd linux/ecosystem/postgres/16 && pwd && make build && make deploy
##################################################################################

View File

@ -1,5 +1,7 @@
# Changelog
## 2024
* `mar-apr`
* impoverd `postgres 12-16` images.
* `feb`
* added `astralinux` `1.7` `se` base images - `slim`, `main` and `develop`.
* updated images: fixes of sources.list, java install logic, updated `python 3.12` iamges

View File

@ -1,4 +1,4 @@
VERSION = "2024.02.06"
VERSION = "2024.04.21"
AUTHOR = "EpicMorg"
MODIFIED = "STAM"
DOCKER_SCAN_SUGGEST = false
@ -652,7 +652,7 @@ ecosystem-postgres-images:
cd `pwd`/linux/ecosystem/postgres/13 && pwd && make build && make deploy
cd `pwd`/linux/ecosystem/postgres/14 && pwd && make build && make deploy
cd `pwd`/linux/ecosystem/postgres/15 && pwd && make build && make deploy
# cd `pwd`/linux/ecosystem/postgres/16 && pwd && make build && make deploy
cd `pwd`/linux/ecosystem/postgres/16 && pwd && make build && make deploy
ecosystem-teamcity-agent-images:
cd `pwd`/linux/ecosystem/teamcity/agent/latest/jdk11 && pwd && make build && make deploy