Skip to content

Update the download resources for the dsop repo

DJ Mountney requested to merge release-individual-dsop-resources into master

Switch the dsop repo images to download the specific assets needed for each image, rather than the tar of all assets.

Closes: https://gitlab.com/gitlab-org/distribution/team-tasks/-/issues/660

With the change are are able to remove the appended build container from the dsop images, which results in them being much more similar to our own.

Essentially here we are:

  • No longer appending the build container
  • No longer swapping the ADD .tar.gz statements to be copies from the build container
  • Generating our own download.yaml, that includes the dependencies needed for the current image

Additionally:

  • Removing any download.json file, in order to standardize on the download.yaml
  • Removing the prepare.sh scripts that we being used by the build container
  • Updating only part of the jenkinsfile version, as upstream in dsop they are appending -development to some of them.

Merge request reports

Loading