OS_VERSION in recipe.yml

https://blue-build.org/reference/recipe/

while defining the rpm-ostree module in reciple.yml it refers to %OS_VERSION% in the from section like so
  - type: rpm-ostree
    repos:
      - https://copr.fedorainfracloud.org/coprs/antiderivative/libfprint-tod-goodix-0.0.9/repo/fedora-%OS_VERSION%/antiderivative-libfprint-tod-goodix-0.0.9-fedora-%OS_VERSION%.repo


my question is, is that a placeholder or it automatically gets replaced in the build pipeline
BlueBuild
A recipe.yml file is used to configure a custom image.
Was this page helpful?