Skip to content

Commit 5932f1d

Browse files
committed
chore: update python instructions for sidecars and fix yarn versions
Signed-off-by: Ruben Romero Montes <rromerom@redhat.com>
1 parent 7f398a9 commit 5932f1d

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

docker-image/README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,14 @@ Gradle | 9.2.1 |
2424
Go | 1.25.5 |
2525
NPM | 11.6.2 |
2626
PNPM | 10.1.0 |
27-
Yarn Classic | 4.9.1 |
28-
Yarn Berry | 1.22.22 |
29-
Python | task param (e.g. python:3.11) |
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.
3035

3136
## Usage Notes
3237

0 commit comments

Comments
 (0)