This repository has been archived by the owner on May 4, 2018. It is now read-only.
Releases: jboss-dockerfiles/dogen
Releases · jboss-dockerfiles/dogen
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.0
2.2.1
2.2.0
It is now possible to use local CCT modules, #167.
Instead of cloning CCT modules specified in the image descriptor - you can put your local copy of the module into the cct/MODULE_NAME
directory created next to the image descriptor. This module, instead of the one specified in image descriptor, will be used to build the image. This is very useful for local image building.
P.S. You can also symlink this module directory if you want. This way you can reuse the same local copy of module in multiple images.
2.1.0
This release makes it easier to work with CCT (Container Configuration Tool).
- Dist-git plugin was extended and it's now possible to specify the repository and branch name to sync with, #147
You can now use the image descriptor to define the repository and branch name for the dist-git plugin:With the addition ofdogen: plugins: dit_git: repo: repo-name branch: branch-name
--dist-git-assume-yes
this will enable non-interactive syncs with dist-git repositories. - CCT was updated to 0.3.0, #162
- Cleanup of CCT modules after installation, #157