mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-02-04 01:30:40 +03:00
make - autocommit
This commit is contained in:
parent
1640bc2edd
commit
4ae4ace130
@ -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
|
||||
|
||||
##################################################################################
|
||||
|
||||
|
@ -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
|
||||
|
4
Makefile
4
Makefile
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user