Skip to content
Snippets Groups Projects
  1. Jan 29, 2020
    • Quentin Duchemin's avatar
      [CI] Allow each stage of pipeline to be launched manually · 9540fdef
      Quentin Duchemin authored
      The pipeline will automatically build the image whenever some files are changed.
      
      But for some tasks, you may want to enable certain stages manually.
      This is what this commit does.
      9540fdef
    • Quentin Duchemin's avatar
      [Dokuwiki] Update CVE whitelist · 13037ffa
      Quentin Duchemin authored
      13037ffa
    • Quentin Duchemin's avatar
      [CI] Remove CI-build images - less storage, more performance · 4ad07be3
      Quentin Duchemin authored
      Until now, a unique image was built and pushed for each commit, tagged with the commit number.
      If this has the avantage to identify which commit corresponds to which image, it causes other problems.
      
      For example, if the pipeline fails because of an approved CVE, you may just want to whitelist the CVE.
      Problem : you will need to rebuild the entire image even if nothing has changed, because the "clair" stage tries to pull the image with the current commit id in tag.
      
      So the following was done :
      - As soon as an image in successfully built, push it to the registry. OVERWRITE THE OLD IMAGE. This is ok.
      - Now, you rebuild the image ONLY if the Dockerfile has changed.
      - You run Clair if the clair-whitelist.yml (or Dockerfile, docker-compose) has changed. "clair" stage will be able to find the last previously built image. This is good, no need to build again ! Faster.
      - Remove the push-test stage : already done earlier.
      4ad07be3
    • Quentin Duchemin's avatar
      0934a110
    • Quentin Duchemin's avatar
      256435a9
  2. Jan 21, 2020
  3. Jan 08, 2020
  4. Jan 07, 2020
  5. Jan 03, 2020
  6. Jan 02, 2020
  7. Dec 22, 2019
  8. Dec 21, 2019
Loading