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

Adjust manifest to prevent tagging latest on rcs #22811

Merged

Commits on Feb 7, 2023

  1. Adjust manifest to prevent tagging latest on rcs

    Our current manifests will always tag `latest` whenever `auto_tag` is
    set - which it is when drone detects a tag.
    
    This PR detects that the auto_tag build is for an rc by detecting if the
    build.tag contains `-rc` and if so does not tag `latest`.
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    df52c50 View commit details
    Browse the repository at this point in the history
  2. use unless

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    eb3084d View commit details
    Browse the repository at this point in the history
  3. Update docker/manifest.rootless.tmpl

    Co-authored-by: John Olheiser <john+github@jolheiser.com>
    zeripath and John Olheiser authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    7ec660a View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. skip build.tags if build.tag contains -rc

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    16e6d9b View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    72ac2b0 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. Configuration menu
    Copy the full SHA
    7909ac9 View commit details
    Browse the repository at this point in the history
  2. create RC docker building sections

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    6b818d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Configuration menu
    Copy the full SHA
    84c880e View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. Configuration menu
    Copy the full SHA
    7eb031e View commit details
    Browse the repository at this point in the history