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
DIB is a tool designed to help build multiple Docker images defined within a directory, possibly having dependencies
9
+
dib is a tool designed to help build multiple Docker images defined within a directory, possibly having dependencies
10
10
with one another, in a single command.
11
11
12
12
## Features
@@ -15,20 +15,20 @@ with one another, in a single command.
15
15
-**Dependency Resolution:** Supports dependencies between images. Builds will be queued until all parent images are built, ensuring a smooth and efficient build process.
16
16
-**Test Suites:** Run test suites on images and ensure the tests pass before promoting images to production.
17
17
-**Build Backends:** Multiple build backends supported, including Docker/BuildKit and Kaniko. Choose the backend that best suits your needs.
18
-
-**Execution Environments:**DIB supports multiple executors, allowing you to build images using different environments such as Shell, Docker, or Kubernetes.
18
+
-**Execution Environments:**dib supports multiple executors, allowing you to build images using different environments such as Shell, Docker, or Kubernetes.
19
19
20
20
## Documentation
21
21
22
-
To get started with DIB, please read the [documentation](https://radiofrance.github.io/dib).
22
+
To get started with dib, please read the [documentation](https://radiofrance.github.io/dib).
23
23
24
24
## Contributing
25
25
26
-
We welcome contributions from the community! If you'd like to contribute to DIB, please review our
26
+
We welcome contributions from the community! If you'd like to contribute to dib, please review our
27
27
[contribution guidelines](https://github.com/radiofrance/dib/blob/main/CONTRIBUTING.md) for more information.
28
28
29
29
## License
30
30
31
-
DIB is licensed under the [CeCILL V2.1 License](https://cecill.info/licences/Licence_CeCILL_V2.1-en.txt)
31
+
dib is licensed under the [CeCILL V2.1 License](https://cecill.info/licences/Licence_CeCILL_V2.1-en.txt)
0 commit comments