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
Activate ConfigBaker image workflow in GitHub Actions for automated rendering, tagging, and DockerHub updates. Reintegrated and refined previously commented-out sections to ensure compatibility with multi-arch builds and improved tagging policy. This improves maintainability, ensures regular updates, and enhances support for production use cases.
Copy file name to clipboardExpand all lines: modules/container-configbaker/README.md
+20-6Lines changed: 20 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,14 +24,28 @@ to ask for help and guidance.
24
24
25
25
## Supported Image Tags
26
26
27
+
## Supported Image Tags
28
+
27
29
This image is sourced within the main upstream code [repository of the Dataverse software](https://github.com/IQSS/dataverse).
28
-
Development and maintenance of the [image's code](https://github.com/IQSS/dataverse/tree/develop/modules/container-configbaker)
29
-
happens there (again, by the community). Community-supported image tags are based on the two most important branches:
30
+
Development and maintenance of the [image's code](https://github.com/IQSS/dataverse/tree/develop/modules/container-configbaker) happens there (again, by the community).
31
+
32
+
Our tagging is inspired by [Bitnami](https://docs.vmware.com/en/VMware-Tanzu-Application-Catalog/services/tutorials/GUID-understand-rolling-tags-containers-index.html).
33
+
For more detailed information about our tagging policy, please read about our [config baker image tags](https://guides.dataverse.org/en/latest/container/configbaker-image.html#supported-image-tags) in the Dataverse Containers Guide.
34
+
35
+
For ease of use, here is a list of images that are currently maintained.
36
+
37
+
<!-- TAG BLOCK HERE -->
38
+
39
+
All of them are rolling tags, except those ending with `-r<number>`, which are the most recent immutable tags.
40
+
The `unstable` tags are the current development branch snapshot.
41
+
We strongly recommend using only immutable tags for production use cases.
42
+
43
+
Within the main repository, you may find the image's files at `<git root>/modules/container-configbaker`.
44
+
This Maven module uses the [Maven Docker Plugin](https://dmp.fabric8.io) to build and ship the image.
45
+
You may use, extend, or alter this image to your liking and/or host in some different registry if you want to.
30
46
31
-
- The `unstable` tag corresponds to the `develop` branch, where pull requests are merged.
0 commit comments