Skip to content
Snippets Groups Projects
  1. Mar 10, 2021
  2. Jan 25, 2021
  3. Dec 10, 2020
  4. Dec 07, 2020
  5. Dec 04, 2020
  6. Dec 01, 2020
  7. Nov 13, 2020
  8. Oct 15, 2020
    • Emanuele Aina's avatar
      gitlab-ci: Preserve images built from the same commit · f20f168f
      Emanuele Aina authored
      
      Untagged images are cleaned immediately from the GitLab container
      registry, so to preserve them for reproducibility purposes we tag every
      build with an unique name and have set a cleanup policy to drop these
      tags (currently once a week).
      
      Unfortunately the unique ID I choose is not much unique: I reused code
      from another project that only builds images when new commits are
      pushed, so I used the `$CI_COMMIT_SHA` value which is far from unique
      when multiple images are built for the same commit due to the regularly
      scheduled daily builds.
      
      Using the `$CI_PIPELINE_ID` should provide an actual unique ID and let
      people retrieve the originating pipeline more easily.
      
      Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
      f20f168f
  9. Oct 02, 2020
  10. Sep 22, 2020
  11. Sep 17, 2020
    • Ritesh Raj Sarraf's avatar
    • Sjoerd Simons's avatar
      Use upstream debos container for the base rootfs · 0952bead
      Sjoerd Simons authored
      
      Using the docker container for the *current* apertis release to build
      the base rootfs for all docker images leads to a bootstrapping issue. So
      that should be avoided.
      
      The options for that are:
      * Use a docker image from a previous Apertis release
      * Use a non-apertis image
      
      Using a docker image from Apertis (e.g. previous stable) is workable but
      just pushes the bootstrapping issue down the line. So not really that
      helpful (at some point you'll reach a stable release that's not longer
      supported and might be dropped).
      
      So avoiding Apertis in the bootstrapping chain seems recommendable. For
      that simply pick the upstream debos images so we can keep using debos;
      That still requires a kvm based worker, but so would previous stable
      apertis releases at this point.
      
      Signed-off-by: default avatarSjoerd Simons <sjoerd@collabora.com>
      0952bead
  12. Sep 16, 2020
  13. Sep 10, 2020
  14. Sep 09, 2020
  15. Sep 08, 2020
  16. Sep 07, 2020
Loading