Commit 3f41bb8
remove Dockerfile, use stock Python image in Jenkins
Delete Dockerfile and use python:3.12-slim directly in Jenkins.
Use docker create + docker cp + docker start to get code into the
container (volume mounts don't work in Docker-in-Docker).
Remove all apt/platform detection from setup.sh.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent b606044 commit 3f41bb8
4 files changed
Lines changed: 15 additions & 69 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | 1 | | |
16 | 2 | | |
17 | 3 | | |
| |||
69 | 55 | | |
70 | 56 | | |
71 | 57 | | |
72 | | - | |
73 | | - | |
74 | 58 | | |
75 | 59 | | |
76 | 60 | | |
| |||
86 | 70 | | |
87 | 71 | | |
88 | 72 | | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
95 | 78 | | |
96 | 79 | | |
97 | | - | |
98 | | - | |
99 | 80 | | |
100 | | - | |
| 81 | + | |
101 | 82 | | |
102 | | - | |
| 83 | + | |
103 | 84 | | |
104 | 85 | | |
105 | 86 | | |
| |||
133 | 114 | | |
134 | 115 | | |
135 | 116 | | |
136 | | - | |
137 | | - | |
138 | | - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
139 | 121 | | |
140 | 122 | | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
141 | 126 | | |
142 | 127 | | |
143 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | 7 | | |
27 | 8 | | |
28 | 9 | | |
| |||
0 commit comments