-
Notifications
You must be signed in to change notification settings - Fork 104
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
consolidate docker images into hyperledger-labs account #369
Comments
Currently the scripts are using docker images that @Zzocker provided before but are no longer available:
They need to be moved to hyperledger-labs |
These images can be moved to the github ContainerRegistry (ghcr.io) for hyperledger-labs. This will require owner access to ghcr.io/hyerledger-labs and connecting ghcr.io images to hyerledger-labs/blockchain-carbon-accounting repo. see Upgrading a workflow that accesses ghcr.io Also to do for ghcr.io/brioux/ws-identity container used in startApi.sh |
We should ask [email protected]
…
On Fri, Jun 3, 2022 at 11:38 AM Bertrand Rioux ***@***.***>
wrote:
> These images can be moved to the github ContainerRegistry (ghcr.io)
> <https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry>
> for hyperledger-labs.
>
> This will require owner access to ghcr.io/hyerledger-labs and connecting
> ghcr.io images to hyerledger-labs/blockchain-carbon-accounting repo. see
> Upgrading a workflow that accesses ghcr.io
> <https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions#upgrading-a-workflow-that-accesses-ghcrio>
> Who do we ask for this?
>
> Also to do for ghcr.io/brioux/ws-identity container used in startApi
> <https://github.com/hyperledger-labs/blockchain-carbon-accounting/blob/main/emissions-data/docker-compose-setup/scripts/startApi.sh>
>
> Note the zzocker20 images are still available from docker hub (e.g., docker
> pull zzocker20/utilityemissions-chaincode) still available
>
> —
> Reply to this email directly, view it on GitHub
> <#369 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AANAS4KUBMW54OXQDZCN5E3VNJGJPANCNFSM5IR3AFDQ>
> .
> You are receiving this because you authored the thread.Message ID:
> <hyperledger-labs/blockchain-carbon-accounting/issues/369/1146254696@
> github.com>
>
|
Based on today's call, we should use the startDev.sh script instead of the start.sh script for now. |
We should ask Ry Jones at ***@***.*** for access.
…-----
Si Chen
Open Source Strategies, Inc.
*Why aren't we decarbonizing when it's profitable? How can we fix it? See
our Blog
<https://www.opensourcestrategies.com/2022/04/13/using-the-blockchain-for-supply-chain-decarbonization-with-emissions-transfers/>
and White Paper
<https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4082449> *
On Fri, Jun 3, 2022 at 11:38 AM Bertrand Rioux ***@***.***> wrote:
These images can be moved to the github ContainerRegistry (ghcr.io)
<https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry>
for hyperledger-labs.
This will require owner access to ghcr.io/hyerledger-labs and connecting
ghcr.io images to hyerledger-labs/blockchain-carbon-accounting repo. see
Upgrading a workflow that accesses ghcr.io
<https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions#upgrading-a-workflow-that-accesses-ghcrio>
Who do we ask for this?
Also to do for ghcr.io/brioux/ws-identity container used in startApi
<https://github.com/hyperledger-labs/blockchain-carbon-accounting/blob/main/emissions-data/docker-compose-setup/scripts/startApi.sh>
Note the zzocker20 images are still available from docker hub (e.g., docker
pull zzocker20/utilityemissions-chaincode) still available
—
Reply to this email directly, view it on GitHub
<#369 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANAS4KUBMW54OXQDZCN5E3VNJGJPANCNFSM5IR3AFDQ>
.
You are receiving this because you authored the thread.Message ID:
<hyperledger-labs/blockchain-carbon-accounting/issues/369/1146254696@
github.com>
|
Please put the docker images you created in your own account into hyperledger-labs account
See https://github.com/hyperledger-labs/solang/tree/main/.github/workflows for example of how to publish images from hyperledger-labs
The text was updated successfully, but these errors were encountered: