-
Notifications
You must be signed in to change notification settings - Fork 121
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
Situation with docker image #1103
Comments
Could be married with #1065. |
for development i just created a Dockerfile at https://github.com/ltfschoen/InkTest that contains both https://github.com/paritytech/scripts/blob/master/dockerfiles/base-ci-linux/Dockerfile |
i resolved it by doing this ltfschoen/XCMTemplate#1 (comment) |
Currently, the
README.md
pretends that instead of compiling cargo contract from sources, there is the option to use the docker imageparitytech/contracts-ci-linux:production
. This image doesn't exist.There is the
paritytech/contracts-ci-linux:latest
image, however it containscargo contract
from whatever was in themaster
branch at the time the image was built. With the currentlatest
image (sha256:dbfd21eb3b023a8cd00be74308a77b624fcc798001889247642b18a8f414e90f), it fails to build contracts created with the latest releasev2.2.1
:But even if the
paritytech/contracts-ci-linux:production
image would exist, it'd be unclear what it actually contains. I think it'd be great if we had a dedicatedcargo-contract
docker image, with tags corresponding to releases.The text was updated successfully, but these errors were encountered: