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

Makefile (#3779): pass docker build arguments (stable) #4239

Merged
merged 1 commit into from
May 25, 2022

Commits on May 24, 2022

  1. Makefile (#3779): pass docker build arguments

    Dockerfile requires some --build-arg options.
    Fix "docker" target to pass them.
    Fix GIT_TAG to reflect the most recent tag related to HEAD, instead of an unrelated most recent tag.
    Use it as the image VERSION.
    
    Image tags need to be passed explicitly if needed:
    
        DOCKER_FLAGS='-t erigon:latest' make docker
    battlmonstr committed May 24, 2022
    Configuration menu
    Copy the full SHA
    cb30278 View commit details
    Browse the repository at this point in the history