Add images for Python
Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
This commit is contained in:
parent
0d799a31d9
commit
976af216c6
3 changed files with 10 additions and 0 deletions
|
@ -12,6 +12,8 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
tag:
|
tag:
|
||||||
- openjdk-11-maven-3.8.6
|
- openjdk-11-maven-3.8.6
|
||||||
|
- python-3.11
|
||||||
|
- python-3.13
|
||||||
steps:
|
steps:
|
||||||
- name: Clone git repo
|
- name: Clone git repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
4
python-3.11/Dockerfile
Normal file
4
python-3.11/Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
FROM docker.io/node:20-bookworm-slim as node
|
||||||
|
FROM docker.io/python:3.11-slim-bookworm
|
||||||
|
COPY --from=node /usr/local /usr/local
|
||||||
|
COPY --from=node /opt /opt
|
4
python-3.13/Dockerfile
Normal file
4
python-3.13/Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
FROM docker.io/node:20-bookworm-slim as node
|
||||||
|
FROM docker.io/python:3.13-slim-bookworm
|
||||||
|
COPY --from=node /usr/local /usr/local
|
||||||
|
COPY --from=node /opt /opt
|
Loading…
Add table
Reference in a new issue