Skip to content

Fold FCOS stream label injection into build-rootfs #4337

@jlebon

Description

@jlebon

See

# XXX: Temporary hack until we have https://github.com/coreos/rpm-ostree/pull/5454
# which would allow us to fold this back into the build process.
# shellcheck source=/dev/null
stream=$(yaml2json "$manifest" /dev/stdout | jq -r '.variables.stream')
if [ "${stream}" != null ]; then
set -- "$@" --label fedora-coreos.stream="$stream" \
--annotation fedora-coreos.stream="$stream"
fi

We have new rpm-ostree now, so we can do this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    jirafor syncing to jira

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions