Skip to content

Commit

Permalink
fix python-dependencies image to rebuild if lib/python/requirements.t…
Browse files Browse the repository at this point in the history
…xt changed (and remove redundant fromCacheVersion)

Signed-off-by: Ivan.Makeev <[email protected]>
  • Loading branch information
Ranger-X committed Nov 20, 2024
1 parent 8dbbbb8 commit 601990c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .werf/python-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@
---
image: python-dependencies
from: registry.deckhouse.io/base_images/alpine:3.16.3
fromCacheVersion: 20240901190343

git:
- add: /
to: /
includePaths:
- lib/python
stageDependencies:
setup:
- lib/python/requirements.txt
shell:
beforeInstall:
- apk add --no-cache python3 py3-pip
Expand Down

0 comments on commit 601990c

Please sign in to comment.