You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docker-image/README.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,14 @@ Gradle | 9.2.1 |
24
24
Go | 1.25.5 |
25
25
NPM | 11.6.2 |
26
26
PNPM | 10.1.0 |
27
-
Yarn Classic | 4.9.1 |
28
-
Yarn Berry | 1.22.22 |
29
-
Python | 3.9.25 |
27
+
Yarn Classic | 1.22.22 |
28
+
Yarn Berry | 4.9.1 |
29
+
Python | n/a |
30
+
31
+
### Note for Python users
32
+
33
+
This container image doesn't come with Python or Pip installed. It is suggested that you run `pip install` and `pip freeze` in a previous step like a sidecar (see [Tekton sidecars](https://tekton.dev/docs/pipelines/tasks/#using-a-sidecar-in-a-task)) where you can specify exactly which Python version
34
+
your project requires and generate the required dependency data.
0 commit comments