Commit 7add1e1e authored by xiezhi's avatar xiezhi

multi version support

parent 82e998e3
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"name": "Python 3.10 Development Environment", "name": "Python 3.10 Development Environment",
"image": "hb.eazytec-cloud.com/eazytec/eazydevelop-base:ubuntu", "image": "hb.eazytec-cloud.com/eazytec/eazydevelop-base:ubuntu",
"features": { "features": {
"ghcr.io/devcontainers/features/python:1": { "ghcr.io/devcontainers/features/python:1.7.1": {
"version": "3.10", "version": "3.10",
"installTools": true, "installTools": true,
"installPipx": true, "installPipx": true,
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"name": "Python Development Environment", "name": "Python Development Environment",
"image": "hb.eazytec-cloud.com/eazytec/eazydevelop-base:ubuntu", "image": "hb.eazytec-cloud.com/eazytec/eazydevelop-base:ubuntu",
"features": { "features": {
"ghcr.io/devcontainers/features/python:1": { "ghcr.io/devcontainers/features/python:1.7.1": {
"version": "3.11", "version": "3.11",
"installTools": true, "installTools": true,
"installPipx": true, "installPipx": true,
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"name": "Python 3.12 Development Environment", "name": "Python 3.12 Development Environment",
"image": "hb.eazytec-cloud.com/eazytec/eazydevelop-base:ubuntu", "image": "hb.eazytec-cloud.com/eazytec/eazydevelop-base:ubuntu",
"features": { "features": {
"ghcr.io/devcontainers/features/python:1": { "ghcr.io/devcontainers/features/python:1.7.1": {
"version": "3.12", "version": "3.12",
"installTools": true, "installTools": true,
"installPipx": true, "installPipx": true,
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"name": "Python 3.9 Development Environment", "name": "Python 3.9 Development Environment",
"image": "hb.eazytec-cloud.com/eazytec/eazydevelop-base:ubuntu", "image": "hb.eazytec-cloud.com/eazytec/eazydevelop-base:ubuntu",
"features": { "features": {
"ghcr.io/devcontainers/features/python:1": { "ghcr.io/devcontainers/features/python:1.7.1": {
"version": "3.9", "version": "3.9",
"installTools": true, "installTools": true,
"installPipx": true, "installPipx": true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment