mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-04-27 07:29:29 +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:"
|
- name: "Build and Deploy PostgreSQL 15 Image:"
|
||||||
run: cd linux/ecosystem/postgres/15 && pwd && make build && make deploy
|
run: cd linux/ecosystem/postgres/15 && pwd && make build && make deploy
|
||||||
|
|
||||||
# - name: "Build and Deploy PostgreSQL 16 Image:"
|
- name: "Build and Deploy PostgreSQL 16 Image:"
|
||||||
# run: cd linux/ecosystem/postgres/16 && pwd && make build && make deploy
|
run: cd linux/ecosystem/postgres/16 && pwd && make build && make deploy
|
||||||
|
|
||||||
##################################################################################
|
##################################################################################
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
## 2024
|
## 2024
|
||||||
|
* `mar-apr`
|
||||||
|
* impoverd `postgres 12-16` images.
|
||||||
* `feb`
|
* `feb`
|
||||||
* added `astralinux` `1.7` `se` base images - `slim`, `main` and `develop`.
|
* 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
|
* 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"
|
AUTHOR = "EpicMorg"
|
||||||
MODIFIED = "STAM"
|
MODIFIED = "STAM"
|
||||||
DOCKER_SCAN_SUGGEST = false
|
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/13 && pwd && make build && make deploy
|
||||||
cd `pwd`/linux/ecosystem/postgres/14 && 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/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:
|
ecosystem-teamcity-agent-images:
|
||||||
cd `pwd`/linux/ecosystem/teamcity/agent/latest/jdk11 && pwd && make build && make deploy
|
cd `pwd`/linux/ecosystem/teamcity/agent/latest/jdk11 && pwd && make build && make deploy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user