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

Remove cosmology-tech and jsd, and use hyperweb image #26

Open
Jovonni opened this issue Feb 20, 2025 · 0 comments
Open

Remove cosmology-tech and jsd, and use hyperweb image #26

Jovonni opened this issue Feb 20, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Jovonni
Copy link

Jovonni commented Feb 20, 2025

We see this used here:

"docker": "npm run docker:stop && npm run docker:run",
"docker:run": "docker run -d --name jsd-plus -p 26657:26657 -p 1317:1317 -p 8000:8000 -p 8001:8001 -p 8081:8081 ghcr.io/cosmology-tech/jsd-plus:0.1.1",
"docker:exec": "docker exec -it jsd-plus /bin/bash",
"docker:stop": "docker stop jsd-plus || true && docker rm jsd-plus || true",
"starship": "starship --config configs/local.yaml",
"starship:ci": "starship --config configs/ci.yaml"

When running `yarn docker:run, we see:

0xj0@0xJ0s-MBP contract-examples % yarn docker:run
yarn run v1.22.22
$ docker run -d --name jsd-plus -p 26657:26657 -p 1317:1317 -p 8000:8000 -p 8001:8001 -p 8081:8081 ghcr.io/cosmology-tech/jsd-plus:0.1.1
Unable to find image 'ghcr.io/cosmology-tech/jsd-plus:0.1.1' locally
0.1.1: Pulling from cosmology-tech/jsd-plus
2245c7c08455: Already exists 
ef238ab4e502: Already exists 
4f4fb700ef54: Download complete 
4f4fb700ef54: Pull complete 
ad3f9f20e1b5: Extracting  30.28MB/38.06MB
ad3f9f20e1b5: Pull complete 
fa87840689c0: Pull complete 
56fe820bef5f: Pull complete 
aae4ba065db3: Pull complete 
8e247026cad7: Pull complete 
af7861ab4a4e: Pull complete 
Digest: sha256:ee6ff76828fb35ec1c8507ba700d3385e4b6a1b873a192e4eea1d4e640c63b5f
Status: Downloaded newer image for ghcr.io/cosmology-tech/jsd-plus:0.1.1
66924eb22b8a434c9e59424b448039de02fe6da6d2a06350560a85258d81315e

should this be pulling from something like ghcr.io'/hyperweb-io/hyperweb-plus?

Image

@Jovonni Jovonni added the enhancement New feature or request label Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants