Skip to content
Snippets Groups Projects
  1. Sep 20, 2024
  2. Jul 23, 2024
  3. Jul 15, 2024
  4. May 17, 2024
  5. Jan 11, 2024
  6. Jan 10, 2024
  7. Dec 22, 2023
  8. Dec 13, 2023
  9. Dec 05, 2023
  10. Nov 30, 2023
  11. Nov 21, 2023
  12. 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
  13. Oct 31, 2023
  14. Oct 30, 2023
  15. Sep 29, 2023
  16. Sep 28, 2023
  17. Sep 21, 2023
  18. Sep 20, 2023
  19. Sep 19, 2023