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

Log in to DockerHub during staging before starting build #1979

Merged
merged 5 commits into from
Mar 26, 2021

Commits on Mar 26, 2021

  1. release.DockerHubLogin() function

    Add a call to docker login using the token from the environment
    
    Signed-off-by: Adolfo García Veytia (Puerco) <adolfo.garcia@uservers.net>
    puerco committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    6b81d97 View commit details
    Browse the repository at this point in the history
  2. add DockerHubLogin() to stage.Build() and implementation

    Signed-off-by: Adolfo García Veytia (Puerco) <adolfo.garcia@uservers.net>
    puerco committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    ad00d35 View commit details
    Browse the repository at this point in the history
  3. Fake stage implementation regen

    Signed-off-by: Adolfo García Veytia (Puerco) <adolfo.garcia@uservers.net>
    puerco committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    9354136 View commit details
    Browse the repository at this point in the history
  4. Add DockerHubLogin() to build test

    Signed-off-by: Adolfo García Veytia (Puerco) <adolfo.garcia@uservers.net>
    puerco committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    1fade44 View commit details
    Browse the repository at this point in the history
  5. Add encrypted docker token to stage cloud build

    Add the docker hub user token to the encrypted environment
    
    Signed-off-by: Adolfo García Veytia (Puerco) <adolfo.garcia@uservers.net>
    puerco committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    cdaea5b View commit details
    Browse the repository at this point in the history