From 2371d1c23cda5bf745cb6cd26ed7c0c38fc2794e Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Mon, 30 Sep 2024 15:44:19 +0300 Subject: [PATCH] Add release note for containerd graph driver Fixes #933 --- RELEASE.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index b724f60a9..cace36ab5 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -271,6 +271,8 @@ should point the user to the Qubes notifications in the top-right corner: - [ ] Verify and checkout the git tag for this release - [ ] Run `poetry install` - [ ] Run `poetry run ./install/macos/build-app.py`; this will make `dist/Dangerzone.app` +- [ ] Make sure that the build application works with the containerd graph + driver (see [#933](https://github.com/freedomofpress/dangerzone/issues/933)) - [ ] Run `poetry run ./install/macos/build-app.py --only-codesign`; this will make `dist/Dangerzone.dmg` * You need to run this command as the account that has access to the code signing certificate * You must run this command from the MacOS UI, from a terminal application. @@ -314,7 +316,10 @@ The Windows release is performed in a Windows 11 virtual machine as opposed to a - [ ] Run `poetry install` - [ ] Copy the container image into the VM > [!IMPORTANT] - > Instead of running `python .\install\windows\build-image.py` in the VM, run the build image script on the host (making sure to build for `linux/amd64`). Copy `share/container.tar.gz` and `share/image-id.txt` from the host into the `share` folder in the VM + > Instead of running `python .\install\windows\build-image.py` in the VM, run the build image script on the host (making sure to build for `linux/amd64`). Copy `share/container.tar.gz` and `share/image-id.txt` from the host into the `share` folder in the VM. + > Also, don't forget to add the supplementary image ID (see + > [#933](https://github.com/freedomofpress/dangerzone/issues/933)) in + > `share/image-id.txt`) - [ ] Run `poetry run .\install\windows\build-app.bat` - [ ] When you're done you will have `dist\Dangerzone.msi`