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

v0.2.9: push image with correct tag [BAC-2929] #15

Merged
merged 2 commits into from
Aug 9, 2022
Merged

Commits on Aug 8, 2022

  1. push image with correct tag [BAC-2929]

    After upgrading Docker from version 17.09.0-ce to version 20.10.14, we now have to explicitly tell Docker which tag should be pushed, otherwise it defaults to `latest` and can't find the image:
    
    ```
    Successfully built 27d6f71b56f8
    Successfully tagged *********:v781
    + docker tag *********:v781 dydxprotocol/*********:v781
    + docker login -u *********** -p ************************************
    WARNING! Using --password via the CLI is insecure. Use --password-stdin.
    WARNING! Your password will be stored unencrypted in /root/.docker/config.json.
    Configure a credential helper to remove this warning. See
    https://docs.docker.com/engine/reference/commandline/login/#credentials-store
    
    Login Succeeded
    + docker push dydxprotocol/*********
    Using default tag: latest
    The push refers to repository [docker.io/dydxprotocol/*********]
    tag does not exist: dydxprotocol/*********:latest
    ```
    eyqs committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    5654153 View commit details
    Browse the repository at this point in the history
  2. version

    eyqs committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    eca4b04 View commit details
    Browse the repository at this point in the history