Skip to content
Snippets Groups Projects
  1. May 17, 2024
  2. Jan 11, 2024
  3. Jan 10, 2024
  4. Dec 22, 2023
  5. Dec 13, 2023
  6. Dec 05, 2023
  7. Nov 30, 2023
  8. Nov 21, 2023
  9. Nov 15, 2023
    • Stan Hu's avatar
      Ensure IMAGE_TAG_EXT is present for all intermediate images · 7089490d
      Stan Hu authored
      Previously the `gitlab-rails-ee` and other jobs could fail if
      `IMAGE_TAG_EXT` were set to an arbitrary value, as done in the
      `review-build-cng` GitLab Rails job.
      
      `IMAGE_TAG_EXT` is always appended to an image tag in
      `build-scripts/build.sh` when building an image.  Even though
      intermediate tags don't necessarily need `IMAGE_TAG_EXT`, they
      are always built with them. Append the `IMAGE_TAG_EXT` for
      the following build arguments:
      
      * `BASE_IMAGE`
      * `GM_IMAGE`
      * `EXIFTOOL_IMAGE`
      * `RUBY_VERSION`
      * `BOOTSNAP_IMAGE`
      * `TAG`
      * `PYTHON_TAG`
      
      Relates to https://gitlab.com/gitlab-org/build/CNG/-/issues/734
      
      Changelog: fixed
      7089490d
  10. Oct 31, 2023
  11. Oct 30, 2023
  12. Sep 29, 2023
  13. Sep 28, 2023
  14. Sep 21, 2023
  15. Sep 20, 2023
  16. Sep 19, 2023
  17. Sep 18, 2023
  18. Sep 16, 2023
  19. Sep 14, 2023