Skip to content

Default docker image version depends on version of "pchain_compile" #12

@ZUOYANGDING

Description

@ZUOYANGDING
  • Problem description
    When choosing to compile a smart contract using Docker, the default Docker image pulled from Docker Hub is hardcoded to a specific image tagged with the pchain_compile version number. Therefore, when the Docker image is updated and its tag (version) changes, the code in pchain_compile must be updated accordingly.

  • Fix
    Always tag the most recent docker image on docker hub as "latest".
    Set the default docker image pulled by "pchain_compile" as the image with tag "latest"

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions