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.0.0rc7
2.0.0rc6
2.0.0rc5
Changes
- Better Dockerfile - uses files from the repo directly
- Enabling dist-git plugin is now dony by using
--dist-git-enable
switch. - Enhanced dist-git plugin by adding
--dist-git-assume-yes
switch which will make the use of dogen almost non-interactive - you still need to choose the branch you want to sync with, #68
2.0.0rc4
2.0.0rc3
2.0.0rc2
Changes
- Fixed #49 - All discovered plugins are now invoked and are responsible to check if they can perform (all requirements are met)
- Updated template to use new style labels
Enhancements
- All plugins now have access to command line arguments and also can register its own options via
Plugin.inject_args()
method - Dist-git plugin is now used only if
--enable-dist-git
option is passed to dogen
2.0.0rc1
Descriptor format changes
openshift
key was removed, use newly addeduser
insteadhash
was renamed tomd5sum
Other changes
--scripts
CLI parameter was renamed to --scripts-url
Enhancements
- Support for CCT: https://github.com/containers-tools/cct
- Default user is now
root
- Added schema validation using kwalify
- Extended tests
- Support for runtime changes with CCT, #26
- A bit more documentation, see https://github.com/jboss-dockerfiles/dogen/tree/master/docs