GithubHelp home page GithubHelp logo

gitlab-ci-cd-training's People

Contributors

bliemli avatar chrira avatar dependabot[bot] avatar elatella avatar fmacheleidt avatar ioboi avatar lukaskoller avatar renovate-bot avatar renovate[bot] avatar retgal avatar schlapzz avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gitlab-ci-cd-training's Issues

Renaming branches

As Gitlab/Github has done a renaming of the master branch to main how about update the references in the documentation.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Repository problems

These problems occurred while renovating this repository. View logs.

  • WARN: Fallback to renovate.json file as a preset is deprecated, please use a default.json file instead.

Warning

Renovate failed to look up the following dependencies: Failed to look up docker package diemobiliar.azurecr.io/dlp-cicd-dockercli-image.

Files affected: manifests/12.0/.gitlab-ci.yml, manifests/11.0/11.4/.gitlab-ci.yml, manifests/11.0/11.1/.gitlab-ci.yml, manifests/10.0/.gitlab-ci.yml, manifests/09.0/09.6/.gitlab-ci.yml, manifests/09.0/09.4/.gitlab-ci.yml, manifests/08.0/.gitlab-ci.yml, manifests/07.0/.gitlab-ci.yml


Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Ignored or Blocked

These are blocked by an existing closed PR and will not be recreated unless you click a checkbox below.

Detected dependencies

dockerfile
Dockerfile
  • klakegg/hugo 0.111.3-ext-ubuntu
  • ubuntu jammy
  • nginxinc/nginx-unprivileged 1.25-alpine
github-actions
.github/workflows/build.yaml
  • actions/checkout v4@b4ffde65f46336ab88eb53be808477a3936bae11
  • actions/setup-node v4
  • docker/setup-qemu-action v3
  • docker/setup-buildx-action v3
  • docker/login-action v3
  • docker/build-push-action v5
  • actions/upload-artifact v4
  • azure/setup-helm v4
  • azure/setup-kubectl v4
  • marocchino/sticky-pull-request-comment v2
.github/workflows/pr-cleanup.yaml
  • actions/checkout v4@b4ffde65f46336ab88eb53be808477a3936bae11
  • azure/setup-helm v4
  • azure/setup-kubectl v4
.github/workflows/push-main.yaml
  • actions/checkout v4@b4ffde65f46336ab88eb53be808477a3936bae11
  • actions/setup-node v4
  • docker/setup-qemu-action v3
  • docker/setup-buildx-action v3
  • docker/login-action v3
  • docker/build-push-action v5
  • actions/upload-artifact v4
  • azure/setup-helm v4
  • azure/setup-kubectl v4
gitlabci
manifests/12.0/.gitlab-ci.yml
  • diemobiliar.azurecr.io/dlp-cicd-dockercli-image 254
manifests/11.0/11.4/.gitlab-ci.yml
  • diemobiliar.azurecr.io/dlp-cicd-dockercli-image 254
manifests/11.0/11.1/.gitlab-ci.yml
  • diemobiliar.azurecr.io/dlp-cicd-dockercli-image 254
manifests/10.0/.gitlab-ci.yml
  • diemobiliar.azurecr.io/dlp-cicd-dockercli-image 254
manifests/09.0/09.6/.gitlab-ci.yml
  • diemobiliar.azurecr.io/dlp-cicd-dockercli-image 254
manifests/09.0/09.4/.gitlab-ci.yml
  • diemobiliar.azurecr.io/dlp-cicd-dockercli-image 254
manifests/08.0/.gitlab-ci.yml
  • diemobiliar.azurecr.io/dlp-cicd-dockercli-image 254
manifests/07.0/.gitlab-ci.yml
  • diemobiliar.azurecr.io/dlp-cicd-dockercli-image 254
manifests/06.0/.gitlab-ci.yml
manifests/05.0/05.5/.gitlab-ci.yml
manifests/05.0/05.3/.gitlab-ci.yml
manifests/04.0/.gitlab-ci.yml
gitlabci-include
manifests/10.0/.gitlab-ci.yml
manifests/11.0/11.1/.gitlab-ci.yml
manifests/11.0/11.4/.gitlab-ci.yml
manifests/12.0/.gitlab-ci.yml
gomod
go.mod
  • go 1.19
  • github.com/acend/docsy-plus v1.0.0
  • github.com/acend/docsy-acend v1.0.0
  • github.com/google/docsy v0.4.0
  • github.com/google/docsy/dependencies v0.4.0
  • github.com/puzzle/docsy-puzzle v0.0.0-20230123144731-757054047a02@757054047a02
helm-values
helm-chart/values.yaml
npm
package.json
  • husky 9.0.11
  • markdownlint-cli 0.39.0

  • Check this box to trigger a request for Renovate to run again on this repository

Trivy command not working

Actual trivy image has changed params.

Following command should work:
./trivy image -o reports/container-scanning-report_$CI_COMMIT_SHORT_SHA.txt $IMAGE_NAME

Shared Functionality erweitern

Das Kapitel über Shared Functionality erweitern

  • extend Keyword
  • YAML Anchors

Eventuell als additional:

  • Eigene Docker Images erstellen welche dan via image Tag referenziert werden können

consistent build pipeline

Im Lab wird das gleiche Artefakt mehrfach gebaut. Ich habe folgende Jobs identifiert:

  • build_application
  • test_application
  • build_image (implizit via Dockerfile)

Nach Rücksprache mit @chrira sind wir übereingekommen, dass das nicht wirklich best practise ist.
Folgende Lösungsidee haben wir uns überlegt:

  • cache aktivieren, damit gradle zwischen build_application und test_application überprüfen kann, ob das Artefakt bereits vorhanden ist
  • artifacts im test_application benutzen, damit das dockerfile im build_image job dieses als quelle benutzen kann

Triggers

Kapitel hinzufügen wie man mit dem trigger keyword andere Pipelines anstossen kann.
Entweder nur als Theorie oder als Lab in welchem eine öffentliche von Puzzle gehostet Pipeline getriggert wird

Secret Variables

Bei Lab 5 noch einen Abschnitt über Secret Variables hinzufügen

Runner Tags

Kapitel/Beschreibung hinzufügen wie man mit den tags Keyword einen entsprechenden Runner wählen kann.
An dieser Stelle die Puzzle Runner Tags verweden, aber mi dem Hinweis dass die korrekten Tags vom Teacher zur verfügung gestellt wird.

Service Theorie/Lab

Kapitel zu GitLab CI Services hinzufügen

  • Was sind Services
  • Wie können Services benutzt werden
  • Eigene Services verwenden

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.