-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: add python-tuf v3.0.0 support (#515)
tests: add python-tuf 3.0.0 support Signed-off-by: Radoslav Dimitrov <dimitrovr@vmware.com>
- Loading branch information
Showing
25 changed files
with
240 additions
and
240 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
PYTHON_TUF=python-tuf-v2.0.0 | ||
PYTHON_TUF=python-tuf-v3.0.0 | ||
|
||
all: | ||
docker build -t tuf-gen ./$(PYTHON_TUF) | ||
|
71 changes: 0 additions & 71 deletions
71
...terop/testdata/python-tuf-v2.0.0/with-consistent-snapshot/repository/metadata/1.root.json
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
...p/testdata/python-tuf-v2.0.0/with-consistent-snapshot/repository/metadata/1.snapshot.json
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
...op/testdata/python-tuf-v2.0.0/with-consistent-snapshot/repository/metadata/timestamp.json
This file was deleted.
Oops, something went wrong.
71 changes: 0 additions & 71 deletions
71
...op/testdata/python-tuf-v2.0.0/without-consistent-snapshot/repository/metadata/1.root.json
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
.../testdata/python-tuf-v2.0.0/without-consistent-snapshot/repository/metadata/snapshot.json
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
...testdata/python-tuf-v2.0.0/without-consistent-snapshot/repository/metadata/timestamp.json
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...rop/testdata/python-tuf-v2.0.0/Dockerfile → ...rop/testdata/python-tuf-v3.0.0/Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
FROM python:3.10 | ||
|
||
RUN apt-get update && apt-get install -y libsodium-dev tree | ||
RUN pip install -U pip && pip install 'securesystemslib[crypto,pynacl]==0.25.0' 'tuf==v2.0.0' | ||
RUN pip install -U pip && pip install 'securesystemslib[crypto,pynacl]==0.28.0' 'tuf==v3.0.0' | ||
|
||
ADD generate.py generate.sh / | ||
CMD /generate.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.