-
Notifications
You must be signed in to change notification settings - Fork 517
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BBS enabled docker image overwrites normal image #3174
Comments
* Resolves openwallet-foundation#3174 Signed-off-by: Robbie Blaine <[email protected]>
I've cherry-picked the commit from #3175 into the |
Edit: The |
* Resolves openwallet-foundation#3174 Signed-off-by: Robbie Blaine <[email protected]>
* Resolves openwallet-foundation#3174 Signed-off-by: Robbie Blaine <[email protected]> Signed-off-by: jamshale <[email protected]>
* Resolves openwallet-foundation#3174 Signed-off-by: Robbie Blaine <[email protected]>
* Resolves openwallet-foundation#3174 Signed-off-by: Robbie Blaine <[email protected]>
In the Enabling BBS Signatures Support documentation, it's insinuated that 2 docker images are built and published:
aries-cloudagent-python
- no BBS support,linux/amd64
andlinux/arm64
supportedaries-cloudagent-bbs
- BBS support,linux/amd64
onlyHowever, in the Docker Publish action, the Extended (BBS enabled) image uses the same name and tag as the normal (BBS disabled) image, causing an overwrite as both use the same output of the same
meta
step:I propose adding a dedicated
meta
step for the Extended (BBS enabled) image:This will actually publish the missing
aries-cloudagent-bbs
image referenced in the documentationThe text was updated successfully, but these errors were encountered: