mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-12 14:47:55 +03:00
update
This commit is contained in:
parent
30e4ae9586
commit
c2cc41b5b8
@ -1,5 +1,8 @@
|
|||||||
## Changelog
|
## Changelog
|
||||||
### 2022
|
### 2022
|
||||||
|
* `june`:
|
||||||
|
* new `python` base images. supported `2.7`, `3.6`, `3.7`, `3.8`, `3.9`, `3.10`, `3.11`
|
||||||
|
* added some soft to `debian` base images.
|
||||||
* `april, may` - :x: `BREAKING CHANGES` :x:
|
* `april, may` - :x: `BREAKING CHANGES` :x:
|
||||||
* deprecating `epicmorg/prod`, `epicmorg/edge`, `epicmorg/develop` images.
|
* deprecating `epicmorg/prod`, `epicmorg/edge`, `epicmorg/develop` images.
|
||||||
* legacy images are replaced by new base images. see `epicmorg/debian` section.
|
* legacy images are replaced by new base images. see `epicmorg/debian` section.
|
||||||
|
23
Makefile
23
Makefile
@ -120,6 +120,28 @@ ecosystem-images:
|
|||||||
make ecosystem-nginx-images
|
make ecosystem-nginx-images
|
||||||
make ecosystem-vscode-server-images
|
make ecosystem-vscode-server-images
|
||||||
|
|
||||||
|
ecosystem-pyhton-images:
|
||||||
|
make ecosystem-pyhton-images-main
|
||||||
|
make ecosystem-pyhton-images-develop
|
||||||
|
|
||||||
|
ecosystem-pyhton-images-main:
|
||||||
|
cd `pwd`/linux/ecosystem/epicmorg/python/main/2.7 && pwd && make build && make deploy
|
||||||
|
cd `pwd`/linux/ecosystem/epicmorg/python/main/3.6 && pwd && make build && make deploy
|
||||||
|
cd `pwd`/linux/ecosystem/epicmorg/python/main/3.7 && pwd && make build && make deploy
|
||||||
|
cd `pwd`/linux/ecosystem/epicmorg/python/main/3.8 && pwd && make build && make deploy
|
||||||
|
cd `pwd`/linux/ecosystem/epicmorg/python/main/3.9 && pwd && make build && make deploy
|
||||||
|
cd `pwd`/linux/ecosystem/epicmorg/python/main/3.10 && pwd && make build && make deploy
|
||||||
|
cd `pwd`/linux/ecosystem/epicmorg/python/main/3.11 && pwd && make build && make deploy
|
||||||
|
|
||||||
|
ecosystem-pyhton-images-develop:
|
||||||
|
cd `pwd`/linux/ecosystem/epicmorg/python/develop/2.7 && pwd && make build && make deploy
|
||||||
|
cd `pwd`/linux/ecosystem/epicmorg/python/develop/3.6 && pwd && make build && make deploy
|
||||||
|
cd `pwd`/linux/ecosystem/epicmorg/python/develop/3.7 && pwd && make build && make deploy
|
||||||
|
cd `pwd`/linux/ecosystem/epicmorg/python/develop/3.8 && pwd && make build && make deploy
|
||||||
|
cd `pwd`/linux/ecosystem/epicmorg/python/develop/3.9 && pwd && make build && make deploy
|
||||||
|
cd `pwd`/linux/ecosystem/epicmorg/python/develop/3.10 && pwd && make build && make deploy
|
||||||
|
cd `pwd`/linux/ecosystem/epicmorg/python/develop/3.11 && pwd && make build && make deploy
|
||||||
|
|
||||||
ecosystem-debian-images:
|
ecosystem-debian-images:
|
||||||
make ecosystem-debian-jessie-images
|
make ecosystem-debian-jessie-images
|
||||||
make ecosystem-debian-stretch-images
|
make ecosystem-debian-stretch-images
|
||||||
@ -308,6 +330,7 @@ bundle-base-images:
|
|||||||
@echo "======================================="
|
@echo "======================================="
|
||||||
@echo "===== Building EpicMorg images ====="
|
@echo "===== Building EpicMorg images ====="
|
||||||
@echo "======================================="
|
@echo "======================================="
|
||||||
|
make ecosystem-pyhton-images
|
||||||
make ecosystem-debian-images
|
make ecosystem-debian-images
|
||||||
|
|
||||||
bundle-teamcity:
|
bundle-teamcity:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM python:3.11-bullseye
|
FROM python:3.11-rc-bullseye
|
||||||
|
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user