-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy path160_gitlab_ci.yml
More file actions
149 lines (143 loc) · 3.95 KB
/
Copy path160_gitlab_ci.yml
File metadata and controls
149 lines (143 loc) · 3.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
site_name: GitLab CI/CD
site_author: Nicholas Dille
site_description: Long description
copyright: Copyright © Nicholas Dille
repo_url: https://github.com/nicholasdille/container-slides
repo_name: nicholasdille/container-slides
edit_uri: tree/master/160_gitlab_ci
docs_dir: 160_gitlab_ci
exclude_docs: |
*/slides.md
*/README.md
020_variables/ci.md
020_variables/predefined.md
260_runners/local.md
260_runners/shared.md
260_runners/specific.md
280_security/semgrep.md
280_security/syft.md
280_security/trivy.md
000_rollout/.terraform/*
000_rollout/seats.*
000_rollout/*.sh
000_rollout/*.pkr.hcl
000_rollout/*.tf
000_rollout/server/*
000_rollout/runner/*
000_rollout/vscode/*
001_server/*
002_runner/*
003_vscode/*
009_local/*
devops.md
questions.md
quicklinks.md
timetable_*.md
shortcuts/*
*/snapshot/*
site_dir: site.160_gitlab_ci
theme:
name: material
icon:
logo: fontawesome/brands/gitlab
repo: fontawesome/brands/github
edit: fontawesome/regular/file-code
language: en
font: false
features:
#- content.action.edit
- tabs
- navigation.sections
- navigation.footer
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
toggle:
icon: material/brightness-4
name: Switch to system preference
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/nicholasdille/container-slides
- icon: fontawesome/brands/mastodon
link: https://freiburg.social/@nicholasdille
- icon: fontawesome/brands/bluesky
link: https://bsky.app/profile/nicholas.dille.name
plugins:
- search:
lang:
- en
- minify:
minify_html: false
markdown_extensions:
- toc:
title: On this page
permalink: true
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.snippets:
base_path: .
nav:
- Home: index.md
- Navigation: navigation.md
- Introduction:
- GitLab: 000_rollout/exercise_gitlab.md
- IDE: 000_rollout/exercise_ide.md
- Project: 000_rollout/exercise_project.md
- You are ready: you_are_ready.md
- Alternative gitlab.com: 000_rollout/exercise_gitlabcom.md
- Fundamentals:
- Jobs and Stages: 010_jobs_and_stages/exercise.md
- Variables: 020_variables/exercise.md
- Scriptblocks: 030_script_blocks/exercise.md
- Images: 040_image/exercise.md
- Defaults: 050_defaults/exercise.md
- Artifacts: 060_artifacts/exercise.md
- Job Dependencies: 065_job_dependencies/exercise.md
- Schedules: 070_schedules/exercise.md
- Unit Tests: 090_unit_tests/exercise.md
- Advanced:
- Environments: 100_environments/exercise.md
- Triggers: 110_triggers/exercise.md
- Templates: 120_templates/exercise.md
- Rules: 130_rules/exercise.md
- Merge Requests: 140_merge_requests/exercise.md
- Matrix Jobs: 150_matrix_jobs/exercise.md
- Expert:
- Services: 220_services/exercise.md
- Docker: 230_docker/exercise.md
- Registries: 240_registries/exercise.md
- Releases: 250_releases/exercise.md
- Troubleshooting: 255_troubleshooting/exercise.md
- Caches: 265_caches/exercise.md
- Renovate: 270_renovate/exercise.md
- Security: 280_security/exercise.md
- CI/CD Components: 300_components/exercise.md
- CI/CD Steps: 310_steps/exercise.md
- Secure Files: 330_secure_files/exercise.md
- Wrap Up:
- You are done: you_are_done.md