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

Fix Docker build versioning #20077

Merged
merged 5 commits into from
Dec 7, 2021
Merged

Fix Docker build versioning #20077

merged 5 commits into from
Dec 7, 2021

Commits on Dec 7, 2021

  1. Centralise version scripts and fix Docker version

    * Refactor generation of a git-hash-based version into get-version-from-git
    * Refactor normalization of versions (stripping leading v) into normalize-version.sh
    * Call get-version-from-git from ci_package.sh, call normalize-version from package.sh
    * Refactor docker-write-version.sh into docker-package.sh, which both writes the
      version file and invokes yarn build passing VERSION
    novocaine committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    9ac9e87 View commit details
    Browse the repository at this point in the history
  2. clarify comment

    novocaine committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    0f4f4ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b77b357 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2001c5c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    610c946 View commit details
    Browse the repository at this point in the history