Skip to content
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

Open
sichen1234 opened this issue Nov 22, 2021 · 6 comments
Open

consolidate docker images into hyperledger-labs account #369

sichen1234 opened this issue Nov 22, 2021 · 6 comments
Assignees

Comments

@sichen1234
Copy link
Contributor

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

@sichen1234
Copy link
Contributor Author

@sichen1234
Copy link
Contributor Author

Currently the scripts are using docker images that @Zzocker provided before but are no longer available:

$ grep -r zzocker emissions-data/docker-compose-setup/*
emissions-data/docker-compose-setup/docker/nodes/node-one/docker-compose-chaincode.yaml:    image: zzocker20/utilityemissions-chaincode:0.0.6
emissions-data/docker-compose-setup/docker/nodes/node-one/docker-compose-chaincode.yaml:    image: zzocker20/datalock-chaincode:0.0.1
emissions-data/docker-compose-setup/docker/nodes/node-two/docker-compose-chaincode.yaml:    image: zzocker20/utilityemissions-chaincode:0.0.6
emissions-data/docker-compose-setup/docker/nodes/node-two/docker-compose-chaincode.yaml:    image: zzocker20/datalock-chaincode:0.0.1
emissions-data/docker-compose-setup/docker/application/docker-compose.yaml:        image: zzocker20/utilityemissions-api:0.0.3

They need to be moved to hyperledger-labs

@brioux
Copy link
Member

brioux commented Jun 3, 2022

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
Who do we ask to do this? E.g, docker push ghcr.io/hyperledger-labs/utilityemissions-chaincode:latest

Also to do for ghcr.io/brioux/ws-identity container used in startApi.sh

@sichen1234
Copy link
Contributor Author

sichen1234 commented Jun 6, 2022 via email

@sichen1234
Copy link
Contributor Author

Based on today's call, we should use the startDev.sh script instead of the start.sh script for now.

@sichen1234
Copy link
Contributor Author

sichen1234 commented Oct 11, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants