-
Notifications
You must be signed in to change notification settings - Fork 22
Conversation
@@ -95,6 +95,7 @@ jobs: | |||
linux/arm64 | |||
file: ./csv_provider/Dockerfile | |||
context: ./csv_provider/ | |||
no_cache: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the Action's build output seems to suggest that this needs to be no-cache: true
instead ...
Just for my understanding: you now expect the building of the container to fail, because it will not be able to resolve the (alpha) 4.0.x version, right? |
@sophokles73 - When updating the kuksa-client dependencies earlier I made a mistake, I thought Separately I tried to improve https://github.com/eclipse/kuksa.val.feeders/wiki/Release-Process. When we do a release we need to remove |
@@ -3,4 +3,4 @@ pytest-html | |||
pytest-cov | |||
pytest-asyncio | |||
py | |||
kuksa-client > 0.3 | |||
kuksa-client > 0.4a4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't this also be >=
, assuming that 0.4a4
is the most recent pre-release?
@lukasmittag @sophokles73 - please check if you think this one is OK for merge now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
I have started the ephemeral image and did not run into the original problem anymore. |
It seems we use cache when calling pypi, but we want a fresh build