d2/e2etests/testdata/files/dagger_grid.d2

62 lines
828 B
Text
Raw Normal View History

rows: 4
style.fill: black
2023-04-04 01:58:07 +00:00
flow: "" {
width: 800
height: 200
style: {
fill: cornflowerblue
2023-04-04 01:58:07 +00:00
}
}
2023-04-04 01:58:07 +00:00
DAGGER ENGINE: {
width: 800
style: {
fill: beige
stroke: darkcyan
font-color: blue
stroke-width: 8
2023-04-04 01:58:07 +00:00
}
}
2023-04-04 01:58:07 +00:00
ANY DOCKER COMPATIBLE RUNTIME: {
width: 800
style: {
fill: lightcyan
stroke: darkcyan
font-color: black
stroke-width: 8
2023-04-04 01:58:07 +00:00
}
icon: https://icons.terrastruct.com/dev%2Fdocker.svg
}
2023-04-04 01:58:07 +00:00
ANY CI: {
style: {
fill: gold
stroke: maroon
font-color: maroon
stroke-width: 8
2023-04-04 01:58:07 +00:00
}
}
2023-04-04 01:58:07 +00:00
WINDOWS.style: {
font-color: white
fill: darkcyan
stroke: black
}
LINUX.style: {
font-color: white
fill: darkcyan
stroke: black
}
MACOS.style: {
font-color: white
fill: darkcyan
stroke: black
}
KUBERNETES.style: {
font-color: white
fill: darkcyan
stroke: black
2023-04-04 01:58:07 +00:00
}