-
Notifications
You must be signed in to change notification settings - Fork 51
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
Use agoric's synchetic chain image #211
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've been able to use this successfully but needed to hand edit the agoric docker image to build from
FROM ghcr.io/strangelove-ventures/infra-toolkit:v0.1.0 AS infra-toolkit | ||
RUN addgroup --gid 1025 -S heighliner && adduser --uid 1025 -S heighliner -G heighliner | ||
|
||
FROM ghcr.io/agoric/agoric-3-proposals:main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@toliaqat - could this be turned into an ARG AGORIC_BASE_IMAGE
such that someone could run something akin to:
heighliner build -c agoric -g main --build-env 'AGORIC_BASE_IMAGE="ghcr.io/agoric/agoric-3-proposals:myprivatetag"
Thanks for the PR @toliaqat ! We already have the You can see in this PR #130 that we switched from the imported dockerfile to the build from source approach. We like to build from source wherever possible with heighliner, but importing from an existing registry is an approach we can consider also. |
This PR utilizes the Agoric chain's mainnet synthetic chain Docker image from the Agoric-3-proposals repo, rather than replicating the Agoric chain build process. This image includes all the upgrade proposals made to the agoric mainnet.
Testing was conducted using the following commands.