You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update yq
* Add new scripts for building images
* Remove combo from build-chunk.sh
* Update docs for build-chunk
Co-authored-by: Kyle Brennan <[email protected]>
Above command will build only chunks `lang-c` and `dep-cacert-update` and combine the created chunks (all variants, if any exists) as a combination with name `mychangecombo`.
54
+
Above command will build only chunks `lang-c` and `dep-cacert-update`.
55
+
56
+
The next step, is to test your changes with [./build-combo](#build-specific-combination).
57
+
58
+
### Build Specific Combination
59
+
60
+
Sometimes you only want to build one specific combination e.g. the `postgresql` or the `go` image. You can do that with
61
+
62
+
```console
63
+
./build-combo.sh <comboName> e.g. ./build-combo.sh postgresql
64
+
```
65
+
66
+
This will build all chunks that are referenced by the `go` combination and then combine them to create the `go` image.
55
67
56
68
### Build All Chunks
57
69
58
70
Execute the following command to build using the default config `dazzle.yaml` shipped in this repo:
59
71
60
72
```bash
61
-
./dazzle-up.sh
73
+
./build-all.sh
62
74
```
63
75
64
76
> **NOTE:** Building images locally consumes a lot of resources and is often slow.
0 commit comments