Upgrade to bookworm#3498
Merged
swcurran merged 4 commits intoopenwallet-foundation:mainfrom Feb 10, 2025
Merged
Conversation
- Bullseye EOL LTS is 2026-08-31 - Bookworm is the current LTS release. Signed-off-by: Wade Barnes <wade@neoterictech.ca>
Signed-off-by: jamshale <jamiehalebc@gmail.com>
894c417 to
0d4c076
Compare
Signed-off-by: jamshale <jamiehalebc@gmail.com>
Signed-off-by: jamshale <jamiehalebc@gmail.com>
7b278d1 to
5784266
Compare
|
Contributor
Author
|
The OATH Interop tests have been having issues. They aren't failing because of this PR. |
swcurran
approved these changes
Feb 10, 2025
ff137
pushed a commit
to didx-xyz/acapy
that referenced
this pull request
Feb 13, 2025
* Upgrade from bullseye to bookworm - Bullseye EOL LTS is 2026-08-31 - Bookworm is the current LTS release. Signed-off-by: Wade Barnes <wade@neoterictech.ca> * Remove extra libraries Signed-off-by: jamshale <jamiehalebc@gmail.com> * Remove -> remove command Signed-off-by: jamshale <jamiehalebc@gmail.com> * Demo image needs curl Signed-off-by: jamshale <jamiehalebc@gmail.com> --------- Signed-off-by: Wade Barnes <wade@neoterictech.ca> Signed-off-by: jamshale <jamiehalebc@gmail.com> Co-authored-by: Wade Barnes <wade@neoterictech.ca>
ff137
pushed a commit
to didx-xyz/acapy
that referenced
this pull request
Feb 13, 2025
* Upgrade from bullseye to bookworm - Bullseye EOL LTS is 2026-08-31 - Bookworm is the current LTS release. Signed-off-by: Wade Barnes <wade@neoterictech.ca> * Remove extra libraries Signed-off-by: jamshale <jamiehalebc@gmail.com> * Remove -> remove command Signed-off-by: jamshale <jamiehalebc@gmail.com> * Demo image needs curl Signed-off-by: jamshale <jamiehalebc@gmail.com> --------- Signed-off-by: Wade Barnes <wade@neoterictech.ca> Signed-off-by: jamshale <jamiehalebc@gmail.com> Co-authored-by: Wade Barnes <wade@neoterictech.ca>
ff137
reviewed
Feb 13, 2025
| build-essential \ | ||
| bzip2 \ | ||
| curl \ | ||
| git \ |
Member
There was a problem hiding this comment.
Just a heads-up -- removing git here means that installation instructions for acapy-plugins now won't work:
# install plugins as binaries
RUN pip install git+https://github.com/openwallet-foundation/acapy-plugins@main#subdirectory=basicmessage_storageRan into this now when testing with main. Might want to re-include git for convenience
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Same as #3494 but with some libraries removed that we don't need installed into the base image.