2303.99.0

This commit is contained in:
Flatcar Buildbot 2019-10-25 15:54:33 +02:00 committed by Dongsu Park
parent 2c7a62fa31
commit 18ed32eea9
3 changed files with 4 additions and 6 deletions

View File

@ -19,7 +19,7 @@ set randomize_disk_guid=""
set oem_id=""
# Anything else the OEM adds should use this variable.
set linux_append=""
set linux_append="systemd.unified_cgroup_hierarchy=false systemd.legacy_systemd_cgroup_controller=false"
set secure_boot="0"

View File

@ -5,8 +5,8 @@
GLSA_WHITELIST=(
201412-09 # incompatible CA certificate version numbers
201908-14 # backported both CVE fixes
201909-01 # Perl, SDK only
201909-08 # backported fix
201909-01 # perl
201909-08 # dbus
)
glsa_image() {

View File

@ -237,14 +237,12 @@ function torcx_package() {
# for each package will point at the last version specified. This can handle
# swapping default package versions for different OS releases by reordering.
DEFAULT_IMAGES=(
=app-torcx/docker-1.12
=app-torcx/docker-18.06
=app-torcx/docker-19.03
)
# This list contains extra images which will be uploaded and included in the
# generated manifest, but won't be included in the vendor store.
EXTRA_IMAGES=(
=app-torcx/docker-17.03
)
mkdir -p "${BUILD_DIR}"