File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed
Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change 1- # Squonk2 VS Code Python Dev Container
1+ # Squonk2 VS Code Python DevContainer
22
33![ build] ( https://github.com/informaticsmatters/squonk2-python-vscode-dev-container/actions/workflows/build.yaml/badge.svg?branch=3.13 )
44
@@ -10,16 +10,21 @@ your project or workspace `.devcontainer` directory and VS Code should do the re
10102 . ` Dockerfile `
11113 . ` requirements.txt `
1212
13- The above creates an image with the following main components (amongst others): -
13+ The above creates an image with the user "vscode" and the following tools
14+ installed (amongst others): -
1415
15- - Python (3.13 "slim")
16- - Poetry (1.8)
17- - Pre -Commit (4.2)
18- - Ansible (11.8)
16+ - python (3.13 "slim")
17+ - poetry (1.8)
18+ - pre -Commit (4.2)
19+ - ansible (11.8)
1920- kubectl (1.31)
20- - Popeye (0.22)
21+ - popeye (0.22)
2122- Docker-in-Docker
2223
24+ ** NOTE** You need a directory ` ~/k8s-config ` on your local machine. The
25+ Dev-Container expects this. This is where we put all our kubernetes cluster
26+ config files and it wil lbe mounted into the DevContainer as ` /k8s-config ` .
27+
2328> Separate branches of this repository will be maintained
2429 for each active Major/Minor Python version used in our Projects.
2530 So you'll find a 3.13 branch for our Python 3.13 projects.
You can’t perform that action at this time.
0 commit comments