File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1+ 5.1
2+ - kas: use DL_DIR environment variable on cleanall
3+ - kas: Print distro name and version on startup
4+ - kas-container: Install binfmts for qemu manually
5+ - kas-container: add custom git path to safedirs
6+ - kas-container: restore debian sources list after installation
7+ - docs: Update installation instructions
8+ - docs: add missing property to buildtools examples
9+
1105.0
211- kas: introduce buildtools support
312- kas: Allow branch override
Original file line number Diff line number Diff line change 2727
2828set -e
2929
30- KAS_CONTAINER_SCRIPT_VERSION=" 5.0 "
30+ KAS_CONTAINER_SCRIPT_VERSION=" 5.1 "
3131KAS_IMAGE_VERSION_DEFAULT=" ${KAS_CONTAINER_SCRIPT_VERSION} "
3232KAS_CONTAINER_IMAGE_DISTRO_DEFAULT=" "
3333KAS_CONTAINER_IMAGE_PATH_DEFAULT=" ghcr.io/siemens/kas"
Original file line number Diff line number Diff line change 2525__license__ = 'MIT'
2626__copyright__ = 'Copyright (c) Siemens AG, 2017-2020'
2727
28- __version__ = '5.0 '
28+ __version__ = '5.1 '
You can’t perform that action at this time.
0 commit comments