diff --git a/api.html b/api.html
index 368a2f5c0..02152024c 100644
--- a/api.html
+++ b/api.html
@@ -1079,19 +1079,19 @@
API Documentation
Jinja2 template used to generate Dockerfile
-
-bci_build.templates.KIWI_TEMPLATE = <Template memory:7f337ff0ad50>
+bci_build.templates.KIWI_TEMPLATE = <Template memory:7f8de4e06d50>
Jinja2 template used to generate $pkg_name.kiwi
-
-bci_build.templates.SERVICE_TEMPLATE = <Template memory:7f337ff0b390>
+bci_build.templates.SERVICE_TEMPLATE = <Template memory:7f8de4e07390>
Jinja2 template used to generate _service
.
diff --git a/searchindex.js b/searchindex.js
index a49ce639c..25fee86f5 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"API Documentation": [[1, null]], "Adding and Modifying Container Images": [[0, null]], "Adding files to the Image": [[0, "adding-files-to-the-image"]], "Applying additional changes to your Image": [[0, "applying-additional-changes-to-your-image"]], "Automatic Package Version Substitution": [[0, "automatic-package-version-substitution"]], "BCI build recipe generator": [[2, null]], "Branch setup": [[3, "branch-setup"]], "Contents": [[2, "contents"]], "Contributing": [[2, "contributing"]], "Documentation - READMEs": [[2, "documentation-readmes"]], "Entrypoints": [[2, "entrypoints"]], "Indices and tables": [[2, "indices-and-tables"]], "Installing Packages into the Container Image": [[0, "installing-packages-into-the-container-image"]], "New Package Checklist": [[0, "new-package-checklist"]], "Overview": [[2, "overview"]], "Prerequisites": [[2, "prerequisites"]], "Project Setup": [[3, "project-setup"]], "Staging Bot": [[3, null]], "bci_build module": [[1, "module-bci_build"]], "bci_build.package module": [[1, "module-bci_build.package"]], "bci_build.package.versions module": [[1, "module-bci_build.package.versions"]], "bci_build.templates module": [[1, "module-bci_build.templates"]], "dotnet module": [[1, "module-dotnet"]], "staging module": [[1, "module-staging"]], "staging.bot module": [[1, "module-staging.bot"]], "staging.build_result module": [[1, "module-staging.build_result"]], "staging.project_setup module": [[1, "module-staging.project_setup"]]}, "docnames": ["adding_containers", "api", "index", "staging_bot"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1}, "filenames": ["adding_containers.rst", "api.rst", "index.rst", "staging_bot.rst"], "indexentries": {"add_changelog_entry() (staging.bot.stagingbot method)": [[1, "staging.bot.StagingBot.add_changelog_entry", false]], "additional_names (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.additional_names", false]], "additional_versions (bci_build.package.developmentcontainer attribute)": [[1, "bci_build.package.DevelopmentContainer.additional_versions", false]], "applicationstackcontainer (class in bci_build.package)": [[1, "bci_build.package.ApplicationStackContainer", false]], "arch (staging.build_result.repositorybuildresult attribute)": [[1, "staging.build_result.RepositoryBuildResult.arch", false]], "base_image_registry (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.base_image_registry", false]], "basecontainerimage (class in bci_build.package)": [[1, "bci_build.package.BaseContainerImage", false]], "bci_build": [[1, "module-bci_build", false]], "bci_build.package": [[1, "module-bci_build.package", false]], "bci_build.package.versions": [[1, "module-bci_build.package.versions", false]], "bci_build.templates": [[1, "module-bci_build.templates", false]], "bcis (staging.bot.stagingbot property)": [[1, "staging.bot.StagingBot.bcis", false]], "blocked (staging.build_result.packagestatuscode attribute)": [[1, "staging.build_result.PackageStatusCode.BLOCKED", false]], "branch_name (staging.bot.stagingbot attribute)": [[1, "staging.bot.StagingBot.branch_name", false]], "broken (staging.build_result.packagestatuscode attribute)": [[1, "staging.build_result.PackageStatusCode.BROKEN", false]], "build_flavor (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.build_flavor", false]], "build_name (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.build_name", false]], "build_name (bci_build.package.developmentcontainer property)": [[1, "bci_build.package.DevelopmentContainer.build_name", false]], "build_recipe_type (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.build_recipe_type", false]], "build_release (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.build_release", false]], "build_stage_custom_end (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.build_stage_custom_end", false]], "build_tags (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.build_tags", false]], "build_tags (bci_build.package.developmentcontainer property)": [[1, "bci_build.package.DevelopmentContainer.build_tags", false]], "build_tags (bci_build.package.oscontainer property)": [[1, "bci_build.package.OsContainer.build_tags", false]], "build_version (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.build_version", false]], "build_version (bci_build.package.developmentcontainer property)": [[1, "bci_build.package.DevelopmentContainer.build_version", false]], "buildcounter_synctag (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.buildcounter_synctag", false]], "building (staging.build_result.packagestatuscode attribute)": [[1, "staging.build_result.PackageStatusCode.BUILDING", false]], "changelog_check_github_action (staging.bot.stagingbot property)": [[1, "staging.bot.StagingBot.changelog_check_github_action", false]], "cmd (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.cmd", false]], "cmd_docker (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.cmd_docker", false]], "cmd_kiwi (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.cmd_kiwi", false]], "code (staging.build_result.packagebuildresult attribute)": [[1, "staging.build_result.PackageBuildResult.code", false]], "code (staging.build_result.repositorybuildresult attribute)": [[1, "staging.build_result.RepositoryBuildResult.code", false]], "config_sh (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.config_sh", false]], "config_sh_interpreter (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.config_sh_interpreter", false]], "config_sh_script (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.config_sh_script", false]], "configure_devel_bci_package() (staging.bot.stagingbot method)": [[1, "staging.bot.StagingBot.configure_devel_bci_package", false]], "configure_devel_bci_project() (staging.bot.stagingbot method)": [[1, "staging.bot.StagingBot.configure_devel_bci_project", false]], "container_urls_html() (staging.bot.stagingbot method)": [[1, "staging.bot.StagingBot.container_urls_html", false]], "continuous_rebuild_project_name (staging.bot.stagingbot property)": [[1, "staging.bot.StagingBot.continuous_rebuild_project_name", false]], "cr (staging.project_setup.projecttype attribute)": [[1, "staging.project_setup.ProjectType.CR", false]], "crate (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.crate", false]], "custom_description (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.custom_description", false]], "custom_end (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.custom_end", false]], "custom_labelprefix_end (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.custom_labelprefix_end", false]], "deployment_branch_name (staging.bot.stagingbot property)": [[1, "staging.bot.StagingBot.deployment_branch_name", false]], "description (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.description", false]], "detail_message (staging.build_result.packagebuildresult attribute)": [[1, "staging.build_result.PackageBuildResult.detail_message", false]], "devel (staging.project_setup.projecttype attribute)": [[1, "staging.project_setup.ProjectType.DEVEL", false]], "developmentcontainer (class in bci_build.package)": [[1, "bci_build.package.DevelopmentContainer", false]], "dirty (staging.build_result.repositorybuildresult attribute)": [[1, "staging.build_result.RepositoryBuildResult.dirty", false]], "disabled (staging.build_result.packagestatuscode attribute)": [[1, "staging.build_result.PackageStatusCode.DISABLED", false]], "dockerfile_custom_end (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.dockerfile_custom_end", false]], "dockerfile_from_line (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.dockerfile_from_line", false]], "dockerfile_from_target_ref (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.dockerfile_from_target_ref", false]], "dockerfile_run (in module bci_build.package)": [[1, "bci_build.package.DOCKERFILE_RUN", false]], "dockerfile_template (in module bci_build.templates)": [[1, "bci_build.templates.DOCKERFILE_TEMPLATE", false]], "dotenv_file_name (staging.bot.stagingbot attribute)": [[1, "staging.bot.StagingBot.DOTENV_FILE_NAME", false]], "dotnet": [[1, "module-dotnet", false]], "entrypoint (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.entrypoint", false]], "entrypoint_docker (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.entrypoint_docker", false]], "entrypoint_kiwi (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.entrypoint_kiwi", false]], "entrypoint_user (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.entrypoint_user", false]], "env (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.env", false]], "env_lines (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.env_lines", false]], "eula (bci_build.package.applicationstackcontainer property)": [[1, "bci_build.package.ApplicationStackContainer.eula", false]], "eula (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.eula", false]], "excluded (staging.build_result.packagestatuscode attribute)": [[1, "staging.build_result.PackageStatusCode.EXCLUDED", false]], "exclusive_arch (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.exclusive_arch", false]], "expose_dockerfile (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.expose_dockerfile", false]], "exposes_kiwi (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.exposes_kiwi", false]], "exposes_ports (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.exposes_ports", false]], "extra_files (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.extra_files", false]], "extra_label_lines (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.extra_label_lines", false]], "extra_label_xml_lines (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.extra_label_xml_lines", false]], "extra_labels (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.extra_labels", false]], "failed (staging.build_result.packagestatuscode attribute)": [[1, "staging.build_result.PackageStatusCode.FAILED", false]], "fetch_build_results() (staging.bot.stagingbot method)": [[1, "staging.bot.StagingBot.fetch_build_results", false]], "fetch_container_urls() (staging.bot.stagingbot method)": [[1, "staging.bot.StagingBot.fetch_container_urls", false]], "file_name (bci_build.package.replacement attribute)": [[1, "bci_build.package.Replacement.file_name", false]], "find_missing_packages_action (staging.bot.stagingbot property)": [[1, "staging.bot.StagingBot.find_missing_packages_action", false]], "find_missing_packages_on_obs() (staging.bot.stagingbot method)": [[1, "staging.bot.StagingBot.find_missing_packages_on_obs", false]], "finished (staging.build_result.packagestatuscode attribute)": [[1, "staging.build_result.PackageStatusCode.FINISHED", false]], "force_rebuild() (staging.bot.stagingbot method)": [[1, "staging.bot.StagingBot.force_rebuild", false]], "format_version() (in module bci_build.package.versions)": [[1, "bci_build.package.versions.format_version", false]], "from_env_file() (staging.bot.stagingbot static method)": [[1, "staging.bot.StagingBot.from_env_file", false]], "from_github_comment() (staging.bot.stagingbot static method)": [[1, "staging.bot.StagingBot.from_github_comment", false]], "from_image (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.from_image", false]], "from_resultlist() (staging.build_result.repositorybuildresult static method)": [[1, "staging.build_result.RepositoryBuildResult.from_resultlist", false]], "from_target_image (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.from_target_image", false]], "generate_disk_size_constraints() (in module bci_build.package)": [[1, "bci_build.package.generate_disk_size_constraints", false]], "generate_meta() (in module staging.project_setup)": [[1, "staging.project_setup.generate_meta", false]], "generate_project_name() (in module staging.project_setup)": [[1, "staging.project_setup.generate_project_name", false]], "get_packages_without_changelog_addition() (staging.bot.stagingbot method)": [[1, "staging.bot.StagingBot.get_packages_without_changelog_addition", false]], "get_pkg_version() (in module bci_build.package.versions)": [[1, "bci_build.package.versions.get_pkg_version", false]], "git_committer_email (in module staging.bot)": [[1, "staging.bot.GIT_COMMITTER_EMAIL", false]], "git_committer_name (in module staging.bot)": [[1, "staging.bot.GIT_COMMITTER_NAME", false]], "image_ref_name (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.image_ref_name", false]], "image_ref_name (bci_build.package.developmentcontainer property)": [[1, "bci_build.package.DevelopmentContainer.image_ref_name", false]], "image_ref_name (bci_build.package.oscontainer property)": [[1, "bci_build.package.OsContainer.image_ref_name", false]], "image_type (bci_build.package.applicationstackcontainer property)": [[1, "bci_build.package.ApplicationStackContainer.image_type", false]], "image_type (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.image_type", false]], "image_type (bci_build.package.developmentcontainer property)": [[1, "bci_build.package.DevelopmentContainer.image_type", false]], "image_type (bci_build.package.oscontainer property)": [[1, "bci_build.package.OsContainer.image_type", false]], "is_base_container_annotation_available (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.is_base_container_annotation_available", false]], "is_build_failed() (in module staging.build_result)": [[1, "staging.build_result.is_build_failed", false]], "is_latest (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.is_latest", false]], "is_singleton_image (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.is_singleton_image", false]], "kiwi_additional_tags (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.kiwi_additional_tags", false]], "kiwi_derived_from_entry (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.kiwi_derived_from_entry", false]], "kiwi_env_entry (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.kiwi_env_entry", false]], "kiwi_ignore_packages (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.kiwi_ignore_packages", false]], "kiwi_packages (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.kiwi_packages", false]], "kiwi_template (in module bci_build.templates)": [[1, "bci_build.templates.KIWI_TEMPLATE", false]], "kiwi_version (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.kiwi_version", false]], "labelprefix (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.labelprefix", false]], "license (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.license", false]], "lifecycle_url (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.lifecycle_url", false]], "link_base_container_to_staging() (staging.bot.stagingbot method)": [[1, "staging.bot.StagingBot.link_base_container_to_staging", false]], "log_clean (in module bci_build.package)": [[1, "bci_build.package.LOG_CLEAN", false]], "logo_url (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.logo_url", false]], "main() (in module bci_build.package)": [[1, "bci_build.package.main", false]], "main() (in module staging.bot)": [[1, "staging.bot.main", false]], "major (bci_build.package.parseversion attribute)": [[1, "bci_build.package.ParseVersion.MAJOR", false]], "max_wait_time_sec (staging.bot.stagingbot attribute)": [[1, "staging.bot.StagingBot.MAX_WAIT_TIME_SEC", false]], "meta (staging.bot.projectconfig attribute)": [[1, "staging.bot.ProjectConfig.META", false]], "minor (bci_build.package.parseversion attribute)": [[1, "bci_build.package.ParseVersion.MINOR", false]], "module": [[1, "module-bci_build", false], [1, "module-bci_build.package", false], [1, "module-bci_build.package.versions", false], [1, "module-bci_build.templates", false], [1, "module-dotnet", false], [1, "module-staging", false], [1, "module-staging.bot", false], [1, "module-staging.build_result", false], [1, "module-staging.project_setup", false]], "name (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.name", false]], "name (bci_build.package.package attribute)": [[1, "bci_build.package.Package.name", false]], "name (staging.build_result.packagebuildresult attribute)": [[1, "staging.build_result.PackageBuildResult.name", false]], "no_recommends (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.no_recommends", false]], "obs_workflows_yml (staging.bot.stagingbot property)": [[1, "staging.bot.StagingBot.obs_workflows_yml", false]], "oci_authors (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.oci_authors", false]], "oci_version (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.oci_version", false]], "oci_version (bci_build.package.developmentcontainer property)": [[1, "bci_build.package.DevelopmentContainer.oci_version", false]], "oci_version (bci_build.package.oscontainer property)": [[1, "bci_build.package.OsContainer.oci_version", false]], "offset (bci_build.package.parseversion attribute)": [[1, "bci_build.package.ParseVersion.OFFSET", false]], "os_version (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.os_version", false]], "os_version (staging.bot.stagingbot attribute)": [[1, "staging.bot.StagingBot.os_version", false]], "os_version_needs_base_container (in module staging.bot)": [[1, "staging.bot.OS_VERSION_NEEDS_BASE_CONTAINER", false]], "osc_password_envvar_name (in module staging.bot)": [[1, "staging.bot.OSC_PASSWORD_ENVVAR_NAME", false]], "osc_user_envvar_name (in module staging.bot)": [[1, "staging.bot.OSC_USER_ENVVAR_NAME", false]], "osc_username (staging.bot.stagingbot attribute)": [[1, "staging.bot.StagingBot.osc_username", false]], "oscontainer (class in bci_build.package)": [[1, "bci_build.package.OsContainer", false]], "package (class in bci_build.package)": [[1, "bci_build.package.Package", false]], "package_list (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.package_list", false]], "package_name (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.package_name", false]], "package_name (bci_build.package.replacement attribute)": [[1, "bci_build.package.Replacement.package_name", false]], "package_names (staging.bot.stagingbot property)": [[1, "staging.bot.StagingBot.package_names", false]], "package_versions_json_path (in module bci_build.package.versions)": [[1, "bci_build.package.versions.PACKAGE_VERSIONS_JSON_PATH", false]], "packagebuildresult (class in staging.build_result)": [[1, "staging.build_result.PackageBuildResult", false]], "packages (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.packages", false]], "packages (staging.build_result.repositorybuildresult attribute)": [[1, "staging.build_result.RepositoryBuildResult.packages", false]], "packages_to_delete (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.packages_to_delete", false]], "packagestatuscode (class in staging.build_result)": [[1, "staging.build_result.PackageStatusCode", false]], "parse_version (bci_build.package.replacement attribute)": [[1, "bci_build.package.Replacement.parse_version", false]], "parseversion (class in bci_build.package)": [[1, "bci_build.package.ParseVersion", false]], "patch (bci_build.package.parseversion attribute)": [[1, "bci_build.package.ParseVersion.PATCH", false]], "patch_update (bci_build.package.parseversion attribute)": [[1, "bci_build.package.ParseVersion.PATCH_UPDATE", false]], "pkg_type (bci_build.package.package attribute)": [[1, "bci_build.package.Package.pkg_type", false]], "prepare_template() (bci_build.package.basecontainerimage method)": [[1, "bci_build.package.BaseContainerImage.prepare_template", false]], "prepare_template() (bci_build.package.developmentcontainer method)": [[1, "bci_build.package.DevelopmentContainer.prepare_template", false]], "prepare_template() (bci_build.package.oscontainer method)": [[1, "bci_build.package.OsContainer.prepare_template", false]], "pretty_name (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.pretty_name", false]], "pretty_print() (staging.build_result.packagestatuscode method)": [[1, "staging.build_result.PackageStatusCode.pretty_print", false]], "pretty_reference (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.pretty_reference", false]], "pretty_reference (bci_build.package.developmentcontainer property)": [[1, "bci_build.package.DevelopmentContainer.pretty_reference", false]], "pretty_reference (bci_build.package.oscontainer property)": [[1, "bci_build.package.OsContainer.pretty_reference", false]], "prjconf (staging.bot.projectconfig attribute)": [[1, "staging.bot.ProjectConfig.PRJCONF", false]], "project (staging.build_result.repositorybuildresult attribute)": [[1, "staging.build_result.RepositoryBuildResult.project", false]], "projectconfig (class in staging.bot)": [[1, "staging.bot.ProjectConfig", false]], "projecttype (class in staging.project_setup)": [[1, "staging.project_setup.ProjectType", false]], "publish_registry (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.publish_registry", false]], "readme (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.readme", false]], "readme_name (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.readme_name", false]], "readme_path (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.readme_path", false]], "readme_url (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.readme_url", false]], "reference (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.reference", false]], "reference (bci_build.package.developmentcontainer property)": [[1, "bci_build.package.DevelopmentContainer.reference", false]], "reference (bci_build.package.oscontainer property)": [[1, "bci_build.package.OsContainer.reference", false]], "regex_in_build_description (bci_build.package.replacement attribute)": [[1, "bci_build.package.Replacement.regex_in_build_description", false]], "registry (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.registry", false]], "registry_prefix (bci_build.package.applicationstackcontainer property)": [[1, "bci_build.package.ApplicationStackContainer.registry_prefix", false]], "registry_prefix (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.registry_prefix", false]], "registry_prefix (bci_build.package.developmentcontainer property)": [[1, "bci_build.package.DevelopmentContainer.registry_prefix", false]], "release_stage (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.release_stage", false]], "remote_cleanup() (staging.bot.stagingbot method)": [[1, "staging.bot.StagingBot.remote_cleanup", false]], "render_as_markdown() (in module staging.build_result)": [[1, "staging.build_result.render_as_markdown", false]], "replacement (class in bci_build.package)": [[1, "bci_build.package.Replacement", false]], "replacements_via_service (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.replacements_via_service", false]], "repositories (staging.bot.stagingbot attribute)": [[1, "staging.bot.StagingBot.repositories", false]], "repository (staging.build_result.repositorybuildresult attribute)": [[1, "staging.build_result.RepositoryBuildResult.repository", false]], "repositorybuildresult (class in staging.build_result)": [[1, "staging.build_result.RepositoryBuildResult", false]], "run_version_update() (in module bci_build.package.versions)": [[1, "bci_build.package.versions.run_version_update", false]], "scheduled (staging.build_result.packagestatuscode attribute)": [[1, "staging.build_result.PackageStatusCode.SCHEDULED", false]], "scratch_build() (staging.bot.stagingbot method)": [[1, "staging.bot.StagingBot.scratch_build", false]], "service_template (in module bci_build.templates)": [[1, "bci_build.templates.SERVICE_TEMPLATE", false]], "setup() (staging.bot.stagingbot method)": [[1, "staging.bot.StagingBot.setup", false]], "signing (staging.build_result.packagestatuscode attribute)": [[1, "staging.build_result.PackageStatusCode.SIGNING", false]], "stability_tag (bci_build.package.developmentcontainer attribute)": [[1, "bci_build.package.DevelopmentContainer.stability_tag", false]], "staging": [[1, "module-staging", false]], "staging (staging.project_setup.projecttype attribute)": [[1, "staging.project_setup.ProjectType.STAGING", false]], "staging.bot": [[1, "module-staging.bot", false]], "staging.build_result": [[1, "module-staging.build_result", false]], "staging.project_setup": [[1, "module-staging.project_setup", false]], "staging_project_name (staging.bot.stagingbot property)": [[1, "staging.bot.StagingBot.staging_project_name", false]], "staging_project_url (staging.bot.stagingbot property)": [[1, "staging.bot.StagingBot.staging_project_url", false]], "stagingbot (class in staging.bot)": [[1, "staging.bot.StagingBot", false]], "state (staging.build_result.repositorybuildresult attribute)": [[1, "staging.build_result.RepositoryBuildResult.state", false]], "succeeded (staging.build_result.packagestatuscode attribute)": [[1, "staging.build_result.PackageStatusCode.SUCCEEDED", false]], "support_level (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.support_level", false]], "supported_until (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.supported_until", false]], "tag_version (bci_build.package.developmentcontainer attribute)": [[1, "bci_build.package.DevelopmentContainer.tag_version", false]], "teardown() (staging.bot.stagingbot method)": [[1, "staging.bot.StagingBot.teardown", false]], "title (bci_build.package.applicationstackcontainer property)": [[1, "bci_build.package.ApplicationStackContainer.title", false]], "title (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.title", false]], "to_service() (bci_build.package.replacement method)": [[1, "bci_build.package.Replacement.to_service", false]], "uid (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.uid", false]], "uid (bci_build.package.developmentcontainer property)": [[1, "bci_build.package.DevelopmentContainer.uid", false]], "uid (bci_build.package.oscontainer property)": [[1, "bci_build.package.OsContainer.uid", false]], "unresolvable (staging.build_result.packagestatuscode attribute)": [[1, "staging.build_result.PackageStatusCode.UNRESOLVABLE", false]], "update_versions() (in module bci_build.package.versions)": [[1, "bci_build.package.versions.update_versions", false]], "url (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.url", false]], "version (bci_build.package.developmentcontainer attribute)": [[1, "bci_build.package.DevelopmentContainer.version", false]], "version_in_uid (bci_build.package.developmentcontainer attribute)": [[1, "bci_build.package.DevelopmentContainer.version_in_uid", false]], "version_to_container_os_version() (bci_build.package.oscontainer static method)": [[1, "bci_build.package.OsContainer.version_to_container_os_version", false]], "volume_dockerfile (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.volume_dockerfile", false]], "volumes (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.volumes", false]], "volumes_kiwi (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.volumes_kiwi", false]], "wait_for_build_to_finish() (staging.bot.stagingbot method)": [[1, "staging.bot.StagingBot.wait_for_build_to_finish", false]], "write_all_build_recipes_to_branch() (staging.bot.stagingbot method)": [[1, "staging.bot.StagingBot.write_all_build_recipes_to_branch", false]], "write_all_image_build_recipes() (staging.bot.stagingbot method)": [[1, "staging.bot.StagingBot.write_all_image_build_recipes", false]], "write_cr_project_config() (staging.bot.stagingbot method)": [[1, "staging.bot.StagingBot.write_cr_project_config", false]], "write_env_file() (staging.bot.stagingbot method)": [[1, "staging.bot.StagingBot.write_env_file", false]], "write_files_to_folder() (bci_build.package.basecontainerimage method)": [[1, "bci_build.package.BaseContainerImage.write_files_to_folder", false]], "write_pkg_configs() (staging.bot.stagingbot method)": [[1, "staging.bot.StagingBot.write_pkg_configs", false]], "write_staging_project_configs() (staging.bot.stagingbot method)": [[1, "staging.bot.StagingBot.write_staging_project_configs", false]]}, "objects": {"": [[1, 0, 0, "-", "bci_build"], [1, 0, 0, "-", "dotnet"], [1, 0, 0, "-", "staging"]], "bci_build": [[1, 0, 0, "-", "package"], [1, 0, 0, "-", "templates"]], "bci_build.package": [[1, 1, 1, "", "ApplicationStackContainer"], [1, 1, 1, "", "BaseContainerImage"], [1, 5, 1, "", "DOCKERFILE_RUN"], [1, 1, 1, "", "DevelopmentContainer"], [1, 5, 1, "", "LOG_CLEAN"], [1, 1, 1, "", "OsContainer"], [1, 1, 1, "", "Package"], [1, 1, 1, "", "ParseVersion"], [1, 1, 1, "", "Replacement"], [1, 6, 1, "", "generate_disk_size_constraints"], [1, 6, 1, "", "main"], [1, 0, 0, "-", "versions"]], "bci_build.package.ApplicationStackContainer": [[1, 2, 1, "", "eula"], [1, 2, 1, "", "image_type"], [1, 2, 1, "", "registry_prefix"], [1, 2, 1, "", "title"]], "bci_build.package.BaseContainerImage": [[1, 3, 1, "", "additional_names"], [1, 2, 1, "", "base_image_registry"], [1, 3, 1, "", "build_flavor"], [1, 2, 1, "", "build_name"], [1, 3, 1, "", "build_recipe_type"], [1, 2, 1, "", "build_release"], [1, 3, 1, "", "build_stage_custom_end"], [1, 2, 1, "", "build_tags"], [1, 2, 1, "", "build_version"], [1, 3, 1, "", "buildcounter_synctag"], [1, 3, 1, "", "cmd"], [1, 2, 1, "", "cmd_docker"], [1, 2, 1, "", "cmd_kiwi"], [1, 2, 1, "", "config_sh"], [1, 3, 1, "", "config_sh_interpreter"], [1, 3, 1, "", "config_sh_script"], [1, 3, 1, "", "crate"], [1, 3, 1, "", "custom_description"], [1, 3, 1, "", "custom_end"], [1, 3, 1, "", "custom_labelprefix_end"], [1, 2, 1, "", "description"], [1, 2, 1, "", "dockerfile_custom_end"], [1, 2, 1, "", "dockerfile_from_line"], [1, 2, 1, "", "dockerfile_from_target_ref"], [1, 3, 1, "", "entrypoint"], [1, 2, 1, "", "entrypoint_docker"], [1, 2, 1, "", "entrypoint_kiwi"], [1, 3, 1, "", "entrypoint_user"], [1, 3, 1, "", "env"], [1, 2, 1, "", "env_lines"], [1, 2, 1, "", "eula"], [1, 3, 1, "", "exclusive_arch"], [1, 2, 1, "", "expose_dockerfile"], [1, 2, 1, "", "exposes_kiwi"], [1, 3, 1, "", "exposes_ports"], [1, 3, 1, "", "extra_files"], [1, 2, 1, "", "extra_label_lines"], [1, 2, 1, "", "extra_label_xml_lines"], [1, 3, 1, "", "extra_labels"], [1, 3, 1, "", "from_image"], [1, 3, 1, "", "from_target_image"], [1, 2, 1, "", "image_ref_name"], [1, 2, 1, "", "image_type"], [1, 2, 1, "", "is_base_container_annotation_available"], [1, 3, 1, "", "is_latest"], [1, 3, 1, "", "is_singleton_image"], [1, 2, 1, "", "kiwi_additional_tags"], [1, 2, 1, "", "kiwi_derived_from_entry"], [1, 2, 1, "", "kiwi_env_entry"], [1, 3, 1, "", "kiwi_ignore_packages"], [1, 2, 1, "", "kiwi_packages"], [1, 2, 1, "", "kiwi_version"], [1, 2, 1, "", "labelprefix"], [1, 3, 1, "", "license"], [1, 2, 1, "", "lifecycle_url"], [1, 3, 1, "", "logo_url"], [1, 3, 1, "", "name"], [1, 3, 1, "", "no_recommends"], [1, 3, 1, "", "oci_authors"], [1, 2, 1, "", "oci_version"], [1, 3, 1, "", "os_version"], [1, 3, 1, "", "package_list"], [1, 3, 1, "", "package_name"], [1, 2, 1, "", "packages"], [1, 2, 1, "", "packages_to_delete"], [1, 4, 1, "", "prepare_template"], [1, 3, 1, "", "pretty_name"], [1, 2, 1, "", "pretty_reference"], [1, 2, 1, "", "publish_registry"], [1, 2, 1, "", "readme"], [1, 2, 1, "", "readme_name"], [1, 2, 1, "", "readme_path"], [1, 2, 1, "", "readme_url"], [1, 2, 1, "", "reference"], [1, 2, 1, "", "registry"], [1, 2, 1, "", "registry_prefix"], [1, 2, 1, "", "release_stage"], [1, 3, 1, "", "replacements_via_service"], [1, 3, 1, "", "support_level"], [1, 3, 1, "", "supported_until"], [1, 2, 1, "", "title"], [1, 2, 1, "", "uid"], [1, 2, 1, "", "url"], [1, 2, 1, "", "volume_dockerfile"], [1, 3, 1, "", "volumes"], [1, 2, 1, "", "volumes_kiwi"], [1, 4, 1, "", "write_files_to_folder"]], "bci_build.package.DevelopmentContainer": [[1, 3, 1, "", "additional_versions"], [1, 2, 1, "", "build_name"], [1, 2, 1, "", "build_tags"], [1, 2, 1, "", "build_version"], [1, 2, 1, "", "image_ref_name"], [1, 2, 1, "", "image_type"], [1, 2, 1, "", "oci_version"], [1, 4, 1, "", "prepare_template"], [1, 2, 1, "", "pretty_reference"], [1, 2, 1, "", "reference"], [1, 2, 1, "", "registry_prefix"], [1, 3, 1, "", "stability_tag"], [1, 3, 1, "", "tag_version"], [1, 2, 1, "", "uid"], [1, 3, 1, "", "version"], [1, 3, 1, "", "version_in_uid"]], "bci_build.package.OsContainer": [[1, 2, 1, "", "build_tags"], [1, 2, 1, "", "image_ref_name"], [1, 2, 1, "", "image_type"], [1, 2, 1, "", "oci_version"], [1, 4, 1, "", "prepare_template"], [1, 2, 1, "", "pretty_reference"], [1, 2, 1, "", "reference"], [1, 2, 1, "", "uid"], [1, 4, 1, "", "version_to_container_os_version"]], "bci_build.package.Package": [[1, 3, 1, "", "name"], [1, 3, 1, "", "pkg_type"]], "bci_build.package.ParseVersion": [[1, 3, 1, "", "MAJOR"], [1, 3, 1, "", "MINOR"], [1, 3, 1, "", "OFFSET"], [1, 3, 1, "", "PATCH"], [1, 3, 1, "", "PATCH_UPDATE"]], "bci_build.package.Replacement": [[1, 3, 1, "", "file_name"], [1, 3, 1, "", "package_name"], [1, 3, 1, "", "parse_version"], [1, 3, 1, "", "regex_in_build_description"], [1, 4, 1, "", "to_service"]], "bci_build.package.versions": [[1, 5, 1, "", "PACKAGE_VERSIONS_JSON_PATH"], [1, 6, 1, "", "format_version"], [1, 6, 1, "", "get_pkg_version"], [1, 6, 1, "", "run_version_update"], [1, 6, 1, "", "update_versions"]], "bci_build.templates": [[1, 5, 1, "", "DOCKERFILE_TEMPLATE"], [1, 5, 1, "", "KIWI_TEMPLATE"], [1, 5, 1, "", "SERVICE_TEMPLATE"]], "staging": [[1, 0, 0, "-", "bot"], [1, 0, 0, "-", "build_result"], [1, 0, 0, "-", "project_setup"]], "staging.bot": [[1, 5, 1, "", "GIT_COMMITTER_EMAIL"], [1, 5, 1, "", "GIT_COMMITTER_NAME"], [1, 5, 1, "", "OSC_PASSWORD_ENVVAR_NAME"], [1, 5, 1, "", "OSC_USER_ENVVAR_NAME"], [1, 5, 1, "", "OS_VERSION_NEEDS_BASE_CONTAINER"], [1, 1, 1, "", "ProjectConfig"], [1, 1, 1, "", "StagingBot"], [1, 6, 1, "", "main"]], "staging.bot.ProjectConfig": [[1, 3, 1, "", "META"], [1, 3, 1, "", "PRJCONF"]], "staging.bot.StagingBot": [[1, 3, 1, "", "DOTENV_FILE_NAME"], [1, 3, 1, "", "MAX_WAIT_TIME_SEC"], [1, 4, 1, "", "add_changelog_entry"], [1, 2, 1, "", "bcis"], [1, 3, 1, "", "branch_name"], [1, 2, 1, "", "changelog_check_github_action"], [1, 4, 1, "", "configure_devel_bci_package"], [1, 4, 1, "", "configure_devel_bci_project"], [1, 4, 1, "", "container_urls_html"], [1, 2, 1, "", "continuous_rebuild_project_name"], [1, 2, 1, "", "deployment_branch_name"], [1, 4, 1, "", "fetch_build_results"], [1, 4, 1, "", "fetch_container_urls"], [1, 2, 1, "", "find_missing_packages_action"], [1, 4, 1, "", "find_missing_packages_on_obs"], [1, 4, 1, "", "force_rebuild"], [1, 4, 1, "", "from_env_file"], [1, 4, 1, "", "from_github_comment"], [1, 4, 1, "", "get_packages_without_changelog_addition"], [1, 4, 1, "", "link_base_container_to_staging"], [1, 2, 1, "", "obs_workflows_yml"], [1, 3, 1, "", "os_version"], [1, 3, 1, "", "osc_username"], [1, 2, 1, "", "package_names"], [1, 4, 1, "", "remote_cleanup"], [1, 3, 1, "", "repositories"], [1, 4, 1, "", "scratch_build"], [1, 4, 1, "", "setup"], [1, 2, 1, "", "staging_project_name"], [1, 2, 1, "", "staging_project_url"], [1, 4, 1, "", "teardown"], [1, 4, 1, "", "wait_for_build_to_finish"], [1, 4, 1, "", "write_all_build_recipes_to_branch"], [1, 4, 1, "", "write_all_image_build_recipes"], [1, 4, 1, "", "write_cr_project_config"], [1, 4, 1, "", "write_env_file"], [1, 4, 1, "", "write_pkg_configs"], [1, 4, 1, "", "write_staging_project_configs"]], "staging.build_result": [[1, 1, 1, "", "PackageBuildResult"], [1, 1, 1, "", "PackageStatusCode"], [1, 1, 1, "", "RepositoryBuildResult"], [1, 6, 1, "", "is_build_failed"], [1, 6, 1, "", "render_as_markdown"]], "staging.build_result.PackageBuildResult": [[1, 3, 1, "", "code"], [1, 3, 1, "", "detail_message"], [1, 3, 1, "", "name"]], "staging.build_result.PackageStatusCode": [[1, 3, 1, "", "BLOCKED"], [1, 3, 1, "", "BROKEN"], [1, 3, 1, "", "BUILDING"], [1, 3, 1, "", "DISABLED"], [1, 3, 1, "", "EXCLUDED"], [1, 3, 1, "", "FAILED"], [1, 3, 1, "", "FINISHED"], [1, 3, 1, "", "SCHEDULED"], [1, 3, 1, "", "SIGNING"], [1, 3, 1, "", "SUCCEEDED"], [1, 3, 1, "", "UNRESOLVABLE"], [1, 4, 1, "", "pretty_print"]], "staging.build_result.RepositoryBuildResult": [[1, 3, 1, "", "arch"], [1, 3, 1, "", "code"], [1, 3, 1, "", "dirty"], [1, 4, 1, "", "from_resultlist"], [1, 3, 1, "", "packages"], [1, 3, 1, "", "project"], [1, 3, 1, "", "repository"], [1, 3, 1, "", "state"]], "staging.project_setup": [[1, 1, 1, "", "ProjectType"], [1, 6, 1, "", "generate_meta"], [1, 6, 1, "", "generate_project_name"]], "staging.project_setup.ProjectType": [[1, 3, 1, "", "CR"], [1, 3, 1, "", "DEVEL"], [1, 3, 1, "", "STAGING"]]}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "class", "Python class"], "2": ["py", "property", "Python property"], "3": ["py", "attribute", "Python attribute"], "4": ["py", "method", "Python method"], "5": ["py", "data", "Python data"], "6": ["py", "function", "Python function"]}, "objtypes": {"0": "py:module", "1": "py:class", "2": "py:property", "3": "py:attribute", "4": "py:method", "5": "py:data", "6": "py:function"}, "terms": {"": [1, 2], "0": 1, "1": 1, "10": 2, "12": 2, "15": [0, 1], "2": 1, "21": 1, "21600": 1, "25": 1, "3": [1, 2], "5": 1, "6": 1, "6h": 1, "7f337ff0ad50": 1, "7f337ff0b390": 1, "7f337ff3e270": 1, "A": [0, 1, 3], "By": 1, "For": [0, 1, 3], "If": [0, 1, 2], "In": [0, 1], "It": [0, 1, 2, 3], "On": 1, "The": [0, 1, 2, 3], "Then": 0, "There": 2, "These": 1, "To": [0, 1, 2], "__w": 1, "_config": [1, 3], "_constraint": 1, "_meta": 1, "_min_release_count": 1, "_osc_conf_fil": 1, "_packag": 1, "_publish_registri": 1, "_run_cmd": 1, "_servic": [0, 1], "_variant": 1, "_xdg_state_home_dir": 1, "abl": 1, "about": 0, "abov": [0, 1], "abstract": [0, 1], "access": 2, "access_protected_imag": 2, "account": [1, 3], "achiev": 0, "act": 1, "action": [0, 1, 3], "ad": [1, 2], "add": [0, 1, 2], "add_changelog_entri": 1, "addit": [1, 2], "addition": [0, 1, 2], "additional_nam": 1, "additional_vers": [0, 1], "additionaltag": 1, "address": 1, "adjust": 1, "after": 1, "afterward": 1, "against": [0, 3], "all": [0, 1, 2, 3], "allow": [2, 3], "alongsid": 1, "alreadi": 1, "also": [0, 1, 3], "altern": 1, "an": [0, 1, 2], "ani": 1, "annot": 1, "ansi": 1, "anyth": [0, 1, 2], "api": 2, "append": 1, "appli": [1, 2], "applic": [0, 1, 2], "applicationstackcontain": [0, 1], "appropri": 0, "ar": [0, 1, 2, 3], "arbitrari": 1, "arch": 1, "architectur": 1, "argument": 2, "around": 1, "artifacthub": 1, "ascii": 1, "async": 1, "asyncio": 1, "attribut": [0, 1], "author": 1, "autobuild": 1, "autogener": [0, 2], "autom": [1, 2], "automat": [1, 2, 3], "avail": 1, "avoid": 0, "back": 1, "badg": 2, "base": [1, 3], "base_image_registri": 1, "base_ref": 1, "base_url": 1, "basecontainerimag": [0, 1, 2], "based_on_contain": 1, "bash": [0, 1], "bci": [0, 1, 3], "bci_build": [0, 2], "been": [1, 3], "befor": 2, "behavior": 2, "behind": 2, "being": [1, 2], "belong": 1, "beta": 1, "between": 1, "bin": 1, "binari": 1, "block": [0, 1], "bool": 1, "bootstrap": 0, "bot": 2, "both": 1, "bottom": 2, "boundari": 1, "branch": [0, 1, 2], "branch_nam": [1, 3], "bridg": 1, "brittl": 0, "broken": 1, "build": [0, 1, 3], "build_flavor": 1, "build_nam": 1, "build_recipe_typ": 1, "build_releas": 1, "build_result": 2, "build_stage_custom_end": 1, "build_tag": 1, "build_vers": 1, "buildcounter_synctag": 1, "building_derived_contain": 1, "buildnam": 1, "buildtyp": 1, "built": [1, 3], "builtin": 0, "byte": 1, "c": 1, "ca": 0, "call": [1, 2, 3], "can": [0, 1, 2], "cannot": [0, 1], "care": 0, "case": [0, 1], "certain": [0, 1], "certif": 0, "chang": [1, 2, 3], "change_ref": 1, "changelog": [0, 1], "changelog_check_github_act": 1, "chapter": 2, "charact": 1, "check": [1, 2], "checkin": 1, "checklist": 2, "churn": 1, "ci": [1, 3], "class": [0, 1], "classvar": 1, "clean": 1, "cleanup": 1, "clone": 2, "close": 3, "cmd": [0, 1], "cmd_docker": 1, "cmd_kiwi": 1, "code": [0, 1, 2, 3], "com": [0, 1], "coma": 1, "command": [0, 1, 3], "comment": [1, 3], "comment_text": 1, "commit": 1, "commit_messag": 1, "commit_msg": 1, "common": [0, 1], "compat": 0, "compon": [0, 1, 2], "concaten": 2, "concept_and_workflow": 0, "config": [0, 1], "config_sh": 1, "config_sh_interpret": 1, "config_sh_script": 1, "configur": [0, 1, 2], "configure_devel_bci_packag": 1, "configure_devel_bci_project": 1, "consid": 0, "consist": 0, "constantli": 0, "construct": [0, 1], "contain": [1, 2, 3], "container_attribut": 1, "container_urls_html": 1, "containercr": 1, "content": [0, 1, 3], "continu": 1, "continuous_rebuild_project_nam": [1, 3], "convert": 1, "cookiejar": 1, "correct": 3, "correspond": 1, "could": [0, 1], "counter": 1, "cover": 1, "cr": [1, 3], "crate": 1, "creat": [0, 1, 2, 3], "creation": 1, "current": [0, 1, 2, 3], "custom": [0, 1], "custom_descript": 1, "custom_end": [0, 1], "custom_labelprefix_end": 1, "dai": 0, "dan": 3, "date": [0, 1], "datetim": 1, "de": 1, "default": [0, 1, 2], "default_file_nam": 1, "defin": [0, 1], "defolo": 3, "delai": 1, "delet": [0, 1, 3], "depend": [1, 3], "deploi": 3, "deploy": [0, 1, 3], "deployment_branch": 3, "deployment_branch_nam": 1, "deriv": 1, "descript": [0, 1, 2], "dest": 1, "destin": 1, "destination_prj_fold": 1, "detail": [0, 1, 2, 3], "detail_messag": 1, "determin": 1, "devel": [0, 1, 3], "develop": 2, "developmentcontain": [0, 1], "dict": 1, "dictionari": [0, 1], "did": 1, "differ": [0, 1, 2], "digest": 1, "direct": 2, "directli": [0, 1], "directori": [1, 2], "dirti": 1, "disabl": 1, "disk": 1, "distribut": [0, 1], "distribution_base_nam": 1, "distro": 1, "dnf": 2, "do": [0, 1], "doc": 2, "docker": 1, "dockerfil": [0, 1, 2, 3], "dockerfile_custom_end": 1, "dockerfile_from_lin": 1, "dockerfile_from_target_ref": 1, "dockerfile_run": 1, "dockerfile_templ": 1, "doe": 1, "don": 1, "done": 0, "dotenv_file_nam": 1, "dotnet": 2, "downstream": 2, "dummi": 1, "dumper": 2, "duplic": 1, "dure": 1, "e": [0, 1, 2], "each": [1, 2, 3], "earli": 1, "effect": 1, "either": [0, 1, 3], "element": 1, "email": 1, "emoji": 1, "empti": 1, "en": 1, "end": [1, 2], "engin": 2, "enhanc": 2, "ensur": [0, 1], "entri": [0, 1, 2], "entrypoint": [0, 1], "entrypoint_dock": 1, "entrypoint_kiwi": 1, "entrypoint_us": [0, 1], "enum": 1, "env": [0, 1], "env_lin": 1, "environ": [0, 1], "equal": 1, "error": 1, "escap": 1, "eula": [1, 2], "euo": 1, "even": 1, "everi": [0, 1, 2, 3], "everyth": 1, "exact": [0, 1], "exampl": [0, 1], "except": 1, "exclud": 1, "exclusive_arch": 1, "execut": 1, "exist": [0, 1, 2], "expand": 1, "expect": 1, "expens": 1, "explain": 2, "explicitli": 0, "expos": [0, 1], "expose_dockerfil": 1, "exposes_kiwi": 1, "exposes_port": [0, 1], "extens": 0, "extern": 0, "extra": 1, "extra_fil": [0, 1], "extra_label": [0, 1], "extra_label_lin": 1, "extra_label_xml_lin": 1, "extract": 0, "f": 0, "factori": 1, "fail": [1, 3], "fall": 1, "fals": 1, "feasibl": 0, "fetch": 1, "fetch_build_result": 1, "fetch_container_url": 1, "few": 1, "file": [1, 2, 3], "file_nam": 1, "filenam": 1, "final": [1, 3], "find": 2, "find_missing_packages_act": 1, "find_missing_packages_on_ob": 1, "finish": [1, 3], "first": [1, 2], "fit": [0, 1], "fix": 2, "flag": 1, "flavor": 1, "float": 1, "focu": 2, "folder": 1, "follow": [0, 1, 2, 3], "footer": 2, "forc": 1, "force_rebuild": 1, "form": 1, "format": [1, 2], "format_vers": 1, "four": 1, "from": [0, 1, 3], "from_env_fil": 1, "from_github_com": 1, "from_imag": 1, "from_resultlist": 1, "from_target_imag": 1, "front": 1, "full": 1, "fulli": [1, 2], "func": 1, "function": 1, "further": [0, 1, 3], "g": [0, 1, 2], "gb": 1, "gener": [0, 1, 3], "generate_disk_size_constraint": 1, "generate_meta": 1, "generate_project_nam": 1, "get": [0, 1, 2], "get_packages_without_changelog_addit": 1, "get_pkg_vers": 1, "ghost": 1, "git": [0, 1], "git_branch_nam": 1, "git_committer_email": 1, "git_committer_nam": 1, "github": [0, 1, 2, 3], "given": 1, "go": [0, 1], "ha": [0, 1, 3], "had": [1, 3], "handl": 0, "hard": 1, "hardcod": [0, 1], "hash": 1, "have": [0, 1, 3], "help": 3, "helper": 2, "here": [0, 2, 3], "heurist": 1, "histori": 1, "home": [1, 3], "hook": 1, "how": [1, 2, 3], "html": [0, 1, 2], "http": [0, 1, 3], "human": 1, "i": [0, 1, 2, 3], "ib": 1, "identifi": [0, 1], "ignor": 1, "imag": [1, 2, 3], "image_ref_nam": 1, "image_typ": 1, "imagetyp": 1, "immut": 1, "impli": 1, "import": 2, "includ": [0, 1, 2, 3], "inconsist": 0, "index": 2, "inform": 1, "initi": 1, "insert": 1, "insid": [0, 1], "instal": [1, 2], "instanc": [0, 1], "instead": [0, 1], "instruct": [0, 1], "int": 1, "intend": [1, 2], "intern": 1, "interpret": 1, "intervent": 3, "io": [0, 1], "is_base_container_annotation_avail": 1, "is_build_fail": 1, "is_latest": 1, "is_singleton_imag": 1, "issu": 1, "iter": 1, "its": [1, 2], "itself": 1, "j": 0, "j2": 2, "jargon": 1, "jinja2": [1, 2], "job": [1, 3], "join": 1, "json": 1, "just": [0, 1], "keep": 1, "kei": [0, 1], "keyword": 0, "kiwi": [0, 1, 2], "kiwi_additional_tag": 1, "kiwi_derived_from_entri": 1, "kiwi_env_entri": 1, "kiwi_ignore_packag": 1, "kiwi_metainfo_help": 1, "kiwi_packag": 1, "kiwi_templ": 1, "kiwi_vers": 1, "know": 1, "label": [0, 1], "label_prefix": 1, "labelprefix": 1, "languag": 1, "last": 1, "lastlog": 1, "later": [1, 2], "latest": [1, 2], "latter": 0, "lead": 1, "least": 1, "left": 1, "length": 1, "let": 1, "level": [0, 1], "leverag": [0, 3], "licenc": 2, "licens": 1, "licensing_and_eula": 2, "lifecycle_url": 1, "like": [1, 2], "limit": [0, 1], "line": [0, 1], "link": 1, "link_base_container_to_stag": 1, "list": [0, 1], "list_of_packag": 0, "liter": 1, "live": 3, "local": 1, "locat": 2, "log": 1, "log_clean": 1, "logic": 2, "logo": 1, "logo_url": 1, "longer": [0, 1], "m": 2, "made": 1, "main": [0, 1, 3], "maintain": 0, "major": [0, 1, 2], "manag": 2, "manual": [0, 3], "mariadb": 1, "markdown": 2, "match": 1, "max_wait_time_sec": 1, "maximum": 1, "md": 2, "meaning": 0, "mechan": [0, 1], "memori": 1, "merg": [0, 3], "messag": 1, "meta": 1, "minimum": 1, "minor": [0, 1], "miss": 1, "mit": 1, "mode": 1, "modifi": [1, 2], "modul": [0, 2], "most": [0, 1], "mostli": 0, "mozilla": 0, "much": 1, "multistag": 1, "must": [0, 1, 2], "my_cmd": 1, "n": [0, 1], "name": [0, 1, 2, 3], "necessari": [0, 1], "need": [0, 1, 2], "needn": 1, "net": 2, "networkport": 1, "new": [1, 2, 3], "newli": 0, "newlin": 1, "nginx": 1, "no_recommend": 1, "node": 0, "non": 1, "none": 1, "noreturn": 1, "note": [0, 1], "noth": 1, "notic": 1, "o": [1, 3], "ob": [0, 1, 2, 3], "obs_api_repli": 1, "obs_package_upd": 1, "obs_project": 1, "obs_workflows_yml": [1, 3], "oci": 1, "oci_author": 1, "oci_vers": 1, "offset": 1, "omit": 1, "onc": 3, "one": [0, 1, 2], "onli": [0, 1, 2, 3], "onward": 1, "open": [1, 2], "opencontain": 1, "opensus": [0, 1, 3], "oper": [1, 2], "option": [0, 1, 2], "org": [0, 1, 3], "os_ver": 1, "os_vers": [0, 1, 2, 3], "os_version_needs_base_contain": 1, "osc": [1, 2], "osc_password": 1, "osc_password_envvar_nam": 1, "osc_us": 1, "osc_user_envvar_nam": 1, "osc_usernam": 1, "oscontain": [0, 1], "osinsid": 0, "osrt": 1, "osvers": 1, "other": [0, 1], "otherwis": 1, "our": [0, 2], "out": 1, "outlin": 0, "output": 1, "overrid": 1, "own": 1, "pack": 1, "packag": [2, 3], "package_list": [0, 1], "package_nam": [0, 1], "package_vers": 1, "package_versions_json_path": 1, "packagebuildresult": 1, "packages_to_delet": 1, "packagestatuscod": 1, "packagetyp": [0, 1], "page": 2, "paramet": [1, 2], "parse_vers": [0, 1], "parsevers": 1, "part": [0, 1], "partial": 1, "pass": [1, 2, 3], "password": 1, "past": 0, "patch": [0, 1], "patch_upd": 1, "path": 1, "paywal": 2, "per": [0, 1], "perform": 1, "permit": 1, "pg_version": 0, "pick": [0, 3], "pipefail": 1, "pitfal": 0, "pkg_name": [0, 1], "pkg_type": [0, 1], "pkglistgen": 1, "place": 1, "pleas": [0, 2], "plethora": 0, "podman": 1, "podman_onli": 1, "poetri": [1, 2, 3], "point": [0, 1, 2], "pointless": 1, "popul": 3, "port": 1, "posixpath": 1, "possibl": 1, "post": 1, "postgr": 2, "postgresql": 0, "postgresql14": 0, "pr": 3, "pr_num": 3, "prebuilt": 0, "prefix": 1, "prefixlabel": 0, "prepare_templ": 1, "prepend": 1, "prependend": 1, "present": 1, "pretti": 1, "pretty_nam": [0, 1], "pretty_print": 1, "pretty_refer": [0, 1, 2], "prevent": 1, "previous": 3, "primari": 1, "print": 1, "prior": 1, "privat": 3, "privileg": 1, "privileged_onli": 1, "prj": 1, "prjconf": [1, 3], "process": [0, 1], "produc": 1, "project": [1, 2], "project_setup": 2, "project_typ": 1, "projectconfig": 1, "projecttyp": 1, "properti": [0, 1, 2], "protect": [0, 3], "provid": [0, 1, 2], "publish": 1, "publish_registri": 1, "pull": [0, 1, 3], "push": [1, 3], "put": 1, "py": [1, 3], "pytest": 2, "python": 2, "qualnam": 1, "queri": 1, "rais": 1, "random": [1, 3], "random_ascii": 3, "rang": 1, "rather": 0, "raw": 0, "reach": 2, "read": [0, 1], "readabl": 1, "readm": [0, 1], "readme_nam": 1, "readme_path": 1, "readme_url": 1, "rebuild": 1, "receiv": [0, 1], "recip": [1, 3], "recommend": [0, 1], "redistribut": [1, 2], "ref": 1, "refer": [1, 2, 3], "regex": 1, "regex_in_build_descript": [0, 1], "registri": [0, 1], "registry_prefix": 1, "rejectrequest": 1, "rel": 1, "releas": [0, 1], "release_stag": [0, 1], "released_os_vers": 1, "releasestag": 1, "relev": 1, "reli": 0, "remot": 1, "remote_cleanup": 1, "remov": 1, "render": [1, 2], "render_as_markdown": 1, "reorder": 2, "replac": [0, 1], "replace_using_package_vers": [0, 1], "replacements_via_servic": [0, 1], "repli": 1, "repositori": [1, 2, 3], "repositorybuildresult": 1, "repres": 1, "represent": 1, "request": [0, 3], "requir": [0, 1], "resid": 3, "resolv": 1, "respect": [0, 2, 3], "rest": 0, "restrict": 1, "result": [0, 1, 3], "retriev": 1, "return": 1, "reus": 1, "review": 0, "rf": 1, "rm": 1, "root": 2, "ruff": 2, "rule": 0, "run": [0, 1, 2, 3], "run_version_upd": 1, "runcommand": 1, "runtimeerror": 1, "same": 1, "save": 1, "schedul": 1, "scm": [0, 1, 3], "scmsync": [0, 3], "scratch": 3, "scratch_build": [1, 3], "scratch_build_bot": 0, "script": [0, 1, 2], "search": 2, "second": [1, 2], "see": [0, 1, 2, 3], "seen": 0, "self": 1, "send": 1, "separ": [1, 2, 3], "server": 0, "servic": [0, 1, 2], "service_pack_numb": 3, "service_templ": 1, "set": [0, 1, 3], "setup": [0, 1, 2], "setup_obs_packag": [0, 3], "sh": [0, 1], "shell": 1, "ship": 0, "short": 0, "should": [0, 1], "sign": 1, "simpl": 1, "singl": [1, 2], "size_gb": 1, "sle": [0, 1, 2, 3], "sle15": [1, 3], "sle_bci": 1, "slfo": 2, "slightli": 0, "so": [0, 1, 3], "some": [0, 1, 2], "someth": 0, "sometim": 0, "sourc": [0, 1, 2, 3], "sp": [0, 1, 3], "sp4": [1, 2], "space": 1, "specif": [1, 2], "specifi": [1, 2], "sphinx": 2, "sr": 1, "src": [0, 1, 2], "stability_tag": 1, "stabl": 1, "stage": 2, "staging_project_nam": 1, "staging_project_url": 1, "stagingbot": [1, 3], "stai": 0, "standard": [1, 2], "start": [1, 2], "state": 1, "static": 1, "statu": 1, "still": 1, "store": 1, "str": 1, "straightforward": 1, "stream": 1, "string": [0, 1], "sub": 1, "subdirectori": [0, 3], "submit": [1, 2], "substitut": [1, 2], "succeed": 1, "suffici": 0, "suffix": 1, "suppli": [0, 1], "support": [0, 1], "support_level": 1, "supported_until": 1, "supportlevel": [1, 2], "suse": [0, 1, 3], "sync": 1, "synchron": 2, "system": [1, 2], "t": 1, "tag": [0, 1], "tag_vers": 1, "take": [0, 1], "taken": 1, "tallylog": 1, "target": 1, "target_obs_project": 1, "teardown": 1, "techpreview": 1, "tempfil": 1, "templat": 2, "temporari": 1, "temporarydirectori": 1, "test": [1, 2, 3], "than": [0, 1], "thei": 3, "them": [0, 1, 2], "therefor": [1, 3], "thi": [0, 1, 2, 3], "through": 1, "thu": 1, "time": 1, "timeout": 1, "timeout_sec": 1, "timeouterror": 1, "titl": [1, 2], "tmp": 2, "to_servic": 1, "tool": 2, "top": [1, 2], "total": 1, "touch": 2, "true": 1, "tumblewe": [1, 2, 3], "tupl": 1, "tweak": 0, "two": 2, "type": [0, 1], "u": 1, "uid": [0, 1], "under": [1, 3], "unfortun": 1, "uniqu": [0, 1], "unit": 2, "unless": 1, "unpredict": 1, "unresolv": 1, "unset": 1, "until": 1, "untouch": 1, "up": [0, 1, 3], "updat": [0, 1, 2, 3], "update_vers": 1, "upstream": [0, 2], "url": [1, 3], "us": [0, 1, 2, 3], "usag": [1, 2], "user": [0, 1, 2, 3], "usernam": 1, "usual": [0, 1], "util": [1, 3], "valid": 1, "valu": [0, 1], "valueerror": 1, "var": 1, "variabl": [0, 1], "variant": 1, "variou": 1, "vc": 1, "ver": 1, "veri": 0, "version": [2, 3], "version_format": 1, "version_in_uid": 1, "version_to_container_os_vers": 1, "via": [0, 1, 2, 3], "visual": 1, "volum": [0, 1, 2], "volume_dockerfil": 1, "volumes_kiwi": 1, "vv": 2, "w": 2, "wai": [0, 1], "wait": [1, 3], "wait_for_build_to_finish": 1, "want": [0, 1, 2], "warn": 1, "we": [0, 1, 2, 3], "well": 0, "were": [0, 1], "when": [0, 1, 3], "where": [0, 1, 2], "wherea": 0, "whether": [1, 2], "which": [0, 1, 2, 3], "while": [1, 3], "whole": 0, "whom": 1, "why": 1, "wide": 3, "wish": 0, "without": [1, 3], "work": 1, "worker": 1, "workflow": [1, 3], "worktre": 1, "would": [0, 1], "wrap": 1, "write": [0, 1, 2, 3], "write_all_build_recipes_to_branch": 1, "write_all_image_build_recip": [1, 3], "write_cr_project_config": 1, "write_env_fil": 1, "write_files_to_fold": 1, "write_pkg_config": 1, "write_staging_project_config": 1, "written": [1, 3], "xdg_state_hom": 1, "xml": [0, 1], "yast2": 1, "yet": 1, "yield": [0, 1], "yml": [1, 3], "you": [0, 1, 2], "your": [1, 2], "yourself": 0, "zypp": 1, "zypper": [0, 1], "\u010derm\u00e1k": 3}, "titles": ["Adding and Modifying Container Images", "API Documentation", "BCI build recipe generator", "Staging Bot"], "titleterms": {"ad": 0, "addit": 0, "api": 1, "appli": 0, "automat": 0, "bci": 2, "bci_build": 1, "bot": [1, 3], "branch": 3, "build": 2, "build_result": 1, "chang": 0, "checklist": 0, "contain": 0, "content": 2, "contribut": 2, "document": [1, 2], "dotnet": 1, "entrypoint": 2, "file": 0, "gener": 2, "imag": 0, "indic": 2, "instal": 0, "modifi": 0, "modul": 1, "new": 0, "overview": 2, "packag": [0, 1], "prerequisit": 2, "project": 3, "project_setup": 1, "readm": 2, "recip": 2, "setup": 3, "stage": [1, 3], "substitut": 0, "tabl": 2, "templat": 1, "version": [0, 1], "your": 0}})
\ No newline at end of file
+Search.setIndex({"alltitles": {"API Documentation": [[1, null]], "Adding and Modifying Container Images": [[0, null]], "Adding files to the Image": [[0, "adding-files-to-the-image"]], "Applying additional changes to your Image": [[0, "applying-additional-changes-to-your-image"]], "Automatic Package Version Substitution": [[0, "automatic-package-version-substitution"]], "BCI build recipe generator": [[2, null]], "Branch setup": [[3, "branch-setup"]], "Contents": [[2, "contents"]], "Contributing": [[2, "contributing"]], "Documentation - READMEs": [[2, "documentation-readmes"]], "Entrypoints": [[2, "entrypoints"]], "Indices and tables": [[2, "indices-and-tables"]], "Installing Packages into the Container Image": [[0, "installing-packages-into-the-container-image"]], "New Package Checklist": [[0, "new-package-checklist"]], "Overview": [[2, "overview"]], "Prerequisites": [[2, "prerequisites"]], "Project Setup": [[3, "project-setup"]], "Staging Bot": [[3, null]], "bci_build module": [[1, "module-bci_build"]], "bci_build.package module": [[1, "module-bci_build.package"]], "bci_build.package.versions module": [[1, "module-bci_build.package.versions"]], "bci_build.templates module": [[1, "module-bci_build.templates"]], "dotnet module": [[1, "module-dotnet"]], "staging module": [[1, "module-staging"]], "staging.bot module": [[1, "module-staging.bot"]], "staging.build_result module": [[1, "module-staging.build_result"]], "staging.project_setup module": [[1, "module-staging.project_setup"]]}, "docnames": ["adding_containers", "api", "index", "staging_bot"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1}, "filenames": ["adding_containers.rst", "api.rst", "index.rst", "staging_bot.rst"], "indexentries": {"add_changelog_entry() (staging.bot.stagingbot method)": [[1, "staging.bot.StagingBot.add_changelog_entry", false]], "additional_names (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.additional_names", false]], "additional_versions (bci_build.package.developmentcontainer attribute)": [[1, "bci_build.package.DevelopmentContainer.additional_versions", false]], "applicationstackcontainer (class in bci_build.package)": [[1, "bci_build.package.ApplicationStackContainer", false]], "arch (staging.build_result.repositorybuildresult attribute)": [[1, "staging.build_result.RepositoryBuildResult.arch", false]], "base_image_registry (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.base_image_registry", false]], "basecontainerimage (class in bci_build.package)": [[1, "bci_build.package.BaseContainerImage", false]], "bci_build": [[1, "module-bci_build", false]], "bci_build.package": [[1, "module-bci_build.package", false]], "bci_build.package.versions": [[1, "module-bci_build.package.versions", false]], "bci_build.templates": [[1, "module-bci_build.templates", false]], "bcis (staging.bot.stagingbot property)": [[1, "staging.bot.StagingBot.bcis", false]], "blocked (staging.build_result.packagestatuscode attribute)": [[1, "staging.build_result.PackageStatusCode.BLOCKED", false]], "branch_name (staging.bot.stagingbot attribute)": [[1, "staging.bot.StagingBot.branch_name", false]], "broken (staging.build_result.packagestatuscode attribute)": [[1, "staging.build_result.PackageStatusCode.BROKEN", false]], "build_flavor (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.build_flavor", false]], "build_name (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.build_name", false]], "build_name (bci_build.package.developmentcontainer property)": [[1, "bci_build.package.DevelopmentContainer.build_name", false]], "build_recipe_type (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.build_recipe_type", false]], "build_release (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.build_release", false]], "build_stage_custom_end (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.build_stage_custom_end", false]], "build_tags (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.build_tags", false]], "build_tags (bci_build.package.developmentcontainer property)": [[1, "bci_build.package.DevelopmentContainer.build_tags", false]], "build_tags (bci_build.package.oscontainer property)": [[1, "bci_build.package.OsContainer.build_tags", false]], "build_version (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.build_version", false]], "build_version (bci_build.package.developmentcontainer property)": [[1, "bci_build.package.DevelopmentContainer.build_version", false]], "buildcounter_synctag (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.buildcounter_synctag", false]], "building (staging.build_result.packagestatuscode attribute)": [[1, "staging.build_result.PackageStatusCode.BUILDING", false]], "changelog_check_github_action (staging.bot.stagingbot property)": [[1, "staging.bot.StagingBot.changelog_check_github_action", false]], "cmd (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.cmd", false]], "cmd_docker (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.cmd_docker", false]], "cmd_kiwi (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.cmd_kiwi", false]], "code (staging.build_result.packagebuildresult attribute)": [[1, "staging.build_result.PackageBuildResult.code", false]], "code (staging.build_result.repositorybuildresult attribute)": [[1, "staging.build_result.RepositoryBuildResult.code", false]], "config_sh (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.config_sh", false]], "config_sh_interpreter (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.config_sh_interpreter", false]], "config_sh_script (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.config_sh_script", false]], "configure_devel_bci_package() (staging.bot.stagingbot method)": [[1, "staging.bot.StagingBot.configure_devel_bci_package", false]], "configure_devel_bci_project() (staging.bot.stagingbot method)": [[1, "staging.bot.StagingBot.configure_devel_bci_project", false]], "container_urls_html() (staging.bot.stagingbot method)": [[1, "staging.bot.StagingBot.container_urls_html", false]], "continuous_rebuild_project_name (staging.bot.stagingbot property)": [[1, "staging.bot.StagingBot.continuous_rebuild_project_name", false]], "cr (staging.project_setup.projecttype attribute)": [[1, "staging.project_setup.ProjectType.CR", false]], "crate (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.crate", false]], "custom_description (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.custom_description", false]], "custom_end (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.custom_end", false]], "custom_labelprefix_end (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.custom_labelprefix_end", false]], "deployment_branch_name (staging.bot.stagingbot property)": [[1, "staging.bot.StagingBot.deployment_branch_name", false]], "description (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.description", false]], "detail_message (staging.build_result.packagebuildresult attribute)": [[1, "staging.build_result.PackageBuildResult.detail_message", false]], "devel (staging.project_setup.projecttype attribute)": [[1, "staging.project_setup.ProjectType.DEVEL", false]], "developmentcontainer (class in bci_build.package)": [[1, "bci_build.package.DevelopmentContainer", false]], "dirty (staging.build_result.repositorybuildresult attribute)": [[1, "staging.build_result.RepositoryBuildResult.dirty", false]], "disabled (staging.build_result.packagestatuscode attribute)": [[1, "staging.build_result.PackageStatusCode.DISABLED", false]], "dockerfile_custom_end (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.dockerfile_custom_end", false]], "dockerfile_from_line (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.dockerfile_from_line", false]], "dockerfile_from_target_ref (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.dockerfile_from_target_ref", false]], "dockerfile_run (in module bci_build.package)": [[1, "bci_build.package.DOCKERFILE_RUN", false]], "dockerfile_template (in module bci_build.templates)": [[1, "bci_build.templates.DOCKERFILE_TEMPLATE", false]], "dotenv_file_name (staging.bot.stagingbot attribute)": [[1, "staging.bot.StagingBot.DOTENV_FILE_NAME", false]], "dotnet": [[1, "module-dotnet", false]], "entrypoint (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.entrypoint", false]], "entrypoint_docker (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.entrypoint_docker", false]], "entrypoint_kiwi (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.entrypoint_kiwi", false]], "entrypoint_user (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.entrypoint_user", false]], "env (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.env", false]], "env_lines (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.env_lines", false]], "eula (bci_build.package.applicationstackcontainer property)": [[1, "bci_build.package.ApplicationStackContainer.eula", false]], "eula (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.eula", false]], "excluded (staging.build_result.packagestatuscode attribute)": [[1, "staging.build_result.PackageStatusCode.EXCLUDED", false]], "exclusive_arch (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.exclusive_arch", false]], "expose_dockerfile (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.expose_dockerfile", false]], "exposes_kiwi (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.exposes_kiwi", false]], "exposes_ports (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.exposes_ports", false]], "extra_files (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.extra_files", false]], "extra_label_lines (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.extra_label_lines", false]], "extra_label_xml_lines (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.extra_label_xml_lines", false]], "extra_labels (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.extra_labels", false]], "failed (staging.build_result.packagestatuscode attribute)": [[1, "staging.build_result.PackageStatusCode.FAILED", false]], "fetch_build_results() (staging.bot.stagingbot method)": [[1, "staging.bot.StagingBot.fetch_build_results", false]], "fetch_container_urls() (staging.bot.stagingbot method)": [[1, "staging.bot.StagingBot.fetch_container_urls", false]], "file_name (bci_build.package.replacement attribute)": [[1, "bci_build.package.Replacement.file_name", false]], "find_missing_packages_action (staging.bot.stagingbot property)": [[1, "staging.bot.StagingBot.find_missing_packages_action", false]], "find_missing_packages_on_obs() (staging.bot.stagingbot method)": [[1, "staging.bot.StagingBot.find_missing_packages_on_obs", false]], "finished (staging.build_result.packagestatuscode attribute)": [[1, "staging.build_result.PackageStatusCode.FINISHED", false]], "force_rebuild() (staging.bot.stagingbot method)": [[1, "staging.bot.StagingBot.force_rebuild", false]], "format_version() (in module bci_build.package.versions)": [[1, "bci_build.package.versions.format_version", false]], "from_env_file() (staging.bot.stagingbot static method)": [[1, "staging.bot.StagingBot.from_env_file", false]], "from_github_comment() (staging.bot.stagingbot static method)": [[1, "staging.bot.StagingBot.from_github_comment", false]], "from_image (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.from_image", false]], "from_resultlist() (staging.build_result.repositorybuildresult static method)": [[1, "staging.build_result.RepositoryBuildResult.from_resultlist", false]], "from_target_image (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.from_target_image", false]], "generate_disk_size_constraints() (in module bci_build.package)": [[1, "bci_build.package.generate_disk_size_constraints", false]], "generate_meta() (in module staging.project_setup)": [[1, "staging.project_setup.generate_meta", false]], "generate_project_name() (in module staging.project_setup)": [[1, "staging.project_setup.generate_project_name", false]], "get_packages_without_changelog_addition() (staging.bot.stagingbot method)": [[1, "staging.bot.StagingBot.get_packages_without_changelog_addition", false]], "get_pkg_version() (in module bci_build.package.versions)": [[1, "bci_build.package.versions.get_pkg_version", false]], "git_committer_email (in module staging.bot)": [[1, "staging.bot.GIT_COMMITTER_EMAIL", false]], "git_committer_name (in module staging.bot)": [[1, "staging.bot.GIT_COMMITTER_NAME", false]], "image_ref_name (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.image_ref_name", false]], "image_ref_name (bci_build.package.developmentcontainer property)": [[1, "bci_build.package.DevelopmentContainer.image_ref_name", false]], "image_ref_name (bci_build.package.oscontainer property)": [[1, "bci_build.package.OsContainer.image_ref_name", false]], "image_type (bci_build.package.applicationstackcontainer property)": [[1, "bci_build.package.ApplicationStackContainer.image_type", false]], "image_type (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.image_type", false]], "image_type (bci_build.package.developmentcontainer property)": [[1, "bci_build.package.DevelopmentContainer.image_type", false]], "image_type (bci_build.package.oscontainer property)": [[1, "bci_build.package.OsContainer.image_type", false]], "is_base_container_annotation_available (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.is_base_container_annotation_available", false]], "is_build_failed() (in module staging.build_result)": [[1, "staging.build_result.is_build_failed", false]], "is_latest (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.is_latest", false]], "is_singleton_image (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.is_singleton_image", false]], "kiwi_additional_tags (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.kiwi_additional_tags", false]], "kiwi_derived_from_entry (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.kiwi_derived_from_entry", false]], "kiwi_env_entry (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.kiwi_env_entry", false]], "kiwi_ignore_packages (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.kiwi_ignore_packages", false]], "kiwi_packages (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.kiwi_packages", false]], "kiwi_template (in module bci_build.templates)": [[1, "bci_build.templates.KIWI_TEMPLATE", false]], "kiwi_version (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.kiwi_version", false]], "labelprefix (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.labelprefix", false]], "license (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.license", false]], "lifecycle_url (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.lifecycle_url", false]], "link_base_container_to_staging() (staging.bot.stagingbot method)": [[1, "staging.bot.StagingBot.link_base_container_to_staging", false]], "log_clean (in module bci_build.package)": [[1, "bci_build.package.LOG_CLEAN", false]], "logo_url (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.logo_url", false]], "main() (in module bci_build.package)": [[1, "bci_build.package.main", false]], "main() (in module staging.bot)": [[1, "staging.bot.main", false]], "major (bci_build.package.parseversion attribute)": [[1, "bci_build.package.ParseVersion.MAJOR", false]], "max_wait_time_sec (staging.bot.stagingbot attribute)": [[1, "staging.bot.StagingBot.MAX_WAIT_TIME_SEC", false]], "meta (staging.bot.projectconfig attribute)": [[1, "staging.bot.ProjectConfig.META", false]], "minor (bci_build.package.parseversion attribute)": [[1, "bci_build.package.ParseVersion.MINOR", false]], "module": [[1, "module-bci_build", false], [1, "module-bci_build.package", false], [1, "module-bci_build.package.versions", false], [1, "module-bci_build.templates", false], [1, "module-dotnet", false], [1, "module-staging", false], [1, "module-staging.bot", false], [1, "module-staging.build_result", false], [1, "module-staging.project_setup", false]], "name (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.name", false]], "name (bci_build.package.package attribute)": [[1, "bci_build.package.Package.name", false]], "name (staging.build_result.packagebuildresult attribute)": [[1, "staging.build_result.PackageBuildResult.name", false]], "no_recommends (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.no_recommends", false]], "obs_workflows_yml (staging.bot.stagingbot property)": [[1, "staging.bot.StagingBot.obs_workflows_yml", false]], "oci_authors (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.oci_authors", false]], "oci_version (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.oci_version", false]], "oci_version (bci_build.package.developmentcontainer property)": [[1, "bci_build.package.DevelopmentContainer.oci_version", false]], "oci_version (bci_build.package.oscontainer property)": [[1, "bci_build.package.OsContainer.oci_version", false]], "offset (bci_build.package.parseversion attribute)": [[1, "bci_build.package.ParseVersion.OFFSET", false]], "os_version (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.os_version", false]], "os_version (staging.bot.stagingbot attribute)": [[1, "staging.bot.StagingBot.os_version", false]], "os_version_needs_base_container (in module staging.bot)": [[1, "staging.bot.OS_VERSION_NEEDS_BASE_CONTAINER", false]], "osc_password_envvar_name (in module staging.bot)": [[1, "staging.bot.OSC_PASSWORD_ENVVAR_NAME", false]], "osc_user_envvar_name (in module staging.bot)": [[1, "staging.bot.OSC_USER_ENVVAR_NAME", false]], "osc_username (staging.bot.stagingbot attribute)": [[1, "staging.bot.StagingBot.osc_username", false]], "oscontainer (class in bci_build.package)": [[1, "bci_build.package.OsContainer", false]], "package (class in bci_build.package)": [[1, "bci_build.package.Package", false]], "package_list (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.package_list", false]], "package_name (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.package_name", false]], "package_name (bci_build.package.replacement attribute)": [[1, "bci_build.package.Replacement.package_name", false]], "package_names (staging.bot.stagingbot property)": [[1, "staging.bot.StagingBot.package_names", false]], "package_versions_json_path (in module bci_build.package.versions)": [[1, "bci_build.package.versions.PACKAGE_VERSIONS_JSON_PATH", false]], "packagebuildresult (class in staging.build_result)": [[1, "staging.build_result.PackageBuildResult", false]], "packages (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.packages", false]], "packages (staging.build_result.repositorybuildresult attribute)": [[1, "staging.build_result.RepositoryBuildResult.packages", false]], "packages_to_delete (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.packages_to_delete", false]], "packagestatuscode (class in staging.build_result)": [[1, "staging.build_result.PackageStatusCode", false]], "parse_version (bci_build.package.replacement attribute)": [[1, "bci_build.package.Replacement.parse_version", false]], "parseversion (class in bci_build.package)": [[1, "bci_build.package.ParseVersion", false]], "patch (bci_build.package.parseversion attribute)": [[1, "bci_build.package.ParseVersion.PATCH", false]], "patch_update (bci_build.package.parseversion attribute)": [[1, "bci_build.package.ParseVersion.PATCH_UPDATE", false]], "pkg_type (bci_build.package.package attribute)": [[1, "bci_build.package.Package.pkg_type", false]], "prepare_template() (bci_build.package.basecontainerimage method)": [[1, "bci_build.package.BaseContainerImage.prepare_template", false]], "prepare_template() (bci_build.package.developmentcontainer method)": [[1, "bci_build.package.DevelopmentContainer.prepare_template", false]], "prepare_template() (bci_build.package.oscontainer method)": [[1, "bci_build.package.OsContainer.prepare_template", false]], "pretty_name (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.pretty_name", false]], "pretty_print() (staging.build_result.packagestatuscode method)": [[1, "staging.build_result.PackageStatusCode.pretty_print", false]], "pretty_reference (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.pretty_reference", false]], "pretty_reference (bci_build.package.developmentcontainer property)": [[1, "bci_build.package.DevelopmentContainer.pretty_reference", false]], "pretty_reference (bci_build.package.oscontainer property)": [[1, "bci_build.package.OsContainer.pretty_reference", false]], "prjconf (staging.bot.projectconfig attribute)": [[1, "staging.bot.ProjectConfig.PRJCONF", false]], "project (staging.build_result.repositorybuildresult attribute)": [[1, "staging.build_result.RepositoryBuildResult.project", false]], "projectconfig (class in staging.bot)": [[1, "staging.bot.ProjectConfig", false]], "projecttype (class in staging.project_setup)": [[1, "staging.project_setup.ProjectType", false]], "publish_registry (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.publish_registry", false]], "readme (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.readme", false]], "readme_name (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.readme_name", false]], "readme_path (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.readme_path", false]], "readme_url (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.readme_url", false]], "reference (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.reference", false]], "reference (bci_build.package.developmentcontainer property)": [[1, "bci_build.package.DevelopmentContainer.reference", false]], "reference (bci_build.package.oscontainer property)": [[1, "bci_build.package.OsContainer.reference", false]], "regex_in_build_description (bci_build.package.replacement attribute)": [[1, "bci_build.package.Replacement.regex_in_build_description", false]], "registry (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.registry", false]], "registry_prefix (bci_build.package.applicationstackcontainer property)": [[1, "bci_build.package.ApplicationStackContainer.registry_prefix", false]], "registry_prefix (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.registry_prefix", false]], "registry_prefix (bci_build.package.developmentcontainer property)": [[1, "bci_build.package.DevelopmentContainer.registry_prefix", false]], "release_stage (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.release_stage", false]], "remote_cleanup() (staging.bot.stagingbot method)": [[1, "staging.bot.StagingBot.remote_cleanup", false]], "render_as_markdown() (in module staging.build_result)": [[1, "staging.build_result.render_as_markdown", false]], "replacement (class in bci_build.package)": [[1, "bci_build.package.Replacement", false]], "replacements_via_service (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.replacements_via_service", false]], "repositories (staging.bot.stagingbot attribute)": [[1, "staging.bot.StagingBot.repositories", false]], "repository (staging.build_result.repositorybuildresult attribute)": [[1, "staging.build_result.RepositoryBuildResult.repository", false]], "repositorybuildresult (class in staging.build_result)": [[1, "staging.build_result.RepositoryBuildResult", false]], "run_version_update() (in module bci_build.package.versions)": [[1, "bci_build.package.versions.run_version_update", false]], "scheduled (staging.build_result.packagestatuscode attribute)": [[1, "staging.build_result.PackageStatusCode.SCHEDULED", false]], "scratch_build() (staging.bot.stagingbot method)": [[1, "staging.bot.StagingBot.scratch_build", false]], "service_template (in module bci_build.templates)": [[1, "bci_build.templates.SERVICE_TEMPLATE", false]], "setup() (staging.bot.stagingbot method)": [[1, "staging.bot.StagingBot.setup", false]], "signing (staging.build_result.packagestatuscode attribute)": [[1, "staging.build_result.PackageStatusCode.SIGNING", false]], "stability_tag (bci_build.package.developmentcontainer attribute)": [[1, "bci_build.package.DevelopmentContainer.stability_tag", false]], "staging": [[1, "module-staging", false]], "staging (staging.project_setup.projecttype attribute)": [[1, "staging.project_setup.ProjectType.STAGING", false]], "staging.bot": [[1, "module-staging.bot", false]], "staging.build_result": [[1, "module-staging.build_result", false]], "staging.project_setup": [[1, "module-staging.project_setup", false]], "staging_project_name (staging.bot.stagingbot property)": [[1, "staging.bot.StagingBot.staging_project_name", false]], "staging_project_url (staging.bot.stagingbot property)": [[1, "staging.bot.StagingBot.staging_project_url", false]], "stagingbot (class in staging.bot)": [[1, "staging.bot.StagingBot", false]], "state (staging.build_result.repositorybuildresult attribute)": [[1, "staging.build_result.RepositoryBuildResult.state", false]], "succeeded (staging.build_result.packagestatuscode attribute)": [[1, "staging.build_result.PackageStatusCode.SUCCEEDED", false]], "support_level (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.support_level", false]], "supported_until (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.supported_until", false]], "tag_version (bci_build.package.developmentcontainer attribute)": [[1, "bci_build.package.DevelopmentContainer.tag_version", false]], "teardown() (staging.bot.stagingbot method)": [[1, "staging.bot.StagingBot.teardown", false]], "title (bci_build.package.applicationstackcontainer property)": [[1, "bci_build.package.ApplicationStackContainer.title", false]], "title (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.title", false]], "to_service() (bci_build.package.replacement method)": [[1, "bci_build.package.Replacement.to_service", false]], "uid (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.uid", false]], "uid (bci_build.package.developmentcontainer property)": [[1, "bci_build.package.DevelopmentContainer.uid", false]], "uid (bci_build.package.oscontainer property)": [[1, "bci_build.package.OsContainer.uid", false]], "unresolvable (staging.build_result.packagestatuscode attribute)": [[1, "staging.build_result.PackageStatusCode.UNRESOLVABLE", false]], "update_versions() (in module bci_build.package.versions)": [[1, "bci_build.package.versions.update_versions", false]], "url (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.url", false]], "version (bci_build.package.developmentcontainer attribute)": [[1, "bci_build.package.DevelopmentContainer.version", false]], "version_in_uid (bci_build.package.developmentcontainer attribute)": [[1, "bci_build.package.DevelopmentContainer.version_in_uid", false]], "version_to_container_os_version() (bci_build.package.oscontainer static method)": [[1, "bci_build.package.OsContainer.version_to_container_os_version", false]], "volume_dockerfile (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.volume_dockerfile", false]], "volumes (bci_build.package.basecontainerimage attribute)": [[1, "bci_build.package.BaseContainerImage.volumes", false]], "volumes_kiwi (bci_build.package.basecontainerimage property)": [[1, "bci_build.package.BaseContainerImage.volumes_kiwi", false]], "wait_for_build_to_finish() (staging.bot.stagingbot method)": [[1, "staging.bot.StagingBot.wait_for_build_to_finish", false]], "write_all_build_recipes_to_branch() (staging.bot.stagingbot method)": [[1, "staging.bot.StagingBot.write_all_build_recipes_to_branch", false]], "write_all_image_build_recipes() (staging.bot.stagingbot method)": [[1, "staging.bot.StagingBot.write_all_image_build_recipes", false]], "write_cr_project_config() (staging.bot.stagingbot method)": [[1, "staging.bot.StagingBot.write_cr_project_config", false]], "write_env_file() (staging.bot.stagingbot method)": [[1, "staging.bot.StagingBot.write_env_file", false]], "write_files_to_folder() (bci_build.package.basecontainerimage method)": [[1, "bci_build.package.BaseContainerImage.write_files_to_folder", false]], "write_pkg_configs() (staging.bot.stagingbot method)": [[1, "staging.bot.StagingBot.write_pkg_configs", false]], "write_staging_project_configs() (staging.bot.stagingbot method)": [[1, "staging.bot.StagingBot.write_staging_project_configs", false]]}, "objects": {"": [[1, 0, 0, "-", "bci_build"], [1, 0, 0, "-", "dotnet"], [1, 0, 0, "-", "staging"]], "bci_build": [[1, 0, 0, "-", "package"], [1, 0, 0, "-", "templates"]], "bci_build.package": [[1, 1, 1, "", "ApplicationStackContainer"], [1, 1, 1, "", "BaseContainerImage"], [1, 5, 1, "", "DOCKERFILE_RUN"], [1, 1, 1, "", "DevelopmentContainer"], [1, 5, 1, "", "LOG_CLEAN"], [1, 1, 1, "", "OsContainer"], [1, 1, 1, "", "Package"], [1, 1, 1, "", "ParseVersion"], [1, 1, 1, "", "Replacement"], [1, 6, 1, "", "generate_disk_size_constraints"], [1, 6, 1, "", "main"], [1, 0, 0, "-", "versions"]], "bci_build.package.ApplicationStackContainer": [[1, 2, 1, "", "eula"], [1, 2, 1, "", "image_type"], [1, 2, 1, "", "registry_prefix"], [1, 2, 1, "", "title"]], "bci_build.package.BaseContainerImage": [[1, 3, 1, "", "additional_names"], [1, 2, 1, "", "base_image_registry"], [1, 3, 1, "", "build_flavor"], [1, 2, 1, "", "build_name"], [1, 3, 1, "", "build_recipe_type"], [1, 2, 1, "", "build_release"], [1, 3, 1, "", "build_stage_custom_end"], [1, 2, 1, "", "build_tags"], [1, 2, 1, "", "build_version"], [1, 3, 1, "", "buildcounter_synctag"], [1, 3, 1, "", "cmd"], [1, 2, 1, "", "cmd_docker"], [1, 2, 1, "", "cmd_kiwi"], [1, 2, 1, "", "config_sh"], [1, 3, 1, "", "config_sh_interpreter"], [1, 3, 1, "", "config_sh_script"], [1, 3, 1, "", "crate"], [1, 3, 1, "", "custom_description"], [1, 3, 1, "", "custom_end"], [1, 3, 1, "", "custom_labelprefix_end"], [1, 2, 1, "", "description"], [1, 2, 1, "", "dockerfile_custom_end"], [1, 2, 1, "", "dockerfile_from_line"], [1, 2, 1, "", "dockerfile_from_target_ref"], [1, 3, 1, "", "entrypoint"], [1, 2, 1, "", "entrypoint_docker"], [1, 2, 1, "", "entrypoint_kiwi"], [1, 3, 1, "", "entrypoint_user"], [1, 3, 1, "", "env"], [1, 2, 1, "", "env_lines"], [1, 2, 1, "", "eula"], [1, 3, 1, "", "exclusive_arch"], [1, 2, 1, "", "expose_dockerfile"], [1, 2, 1, "", "exposes_kiwi"], [1, 3, 1, "", "exposes_ports"], [1, 3, 1, "", "extra_files"], [1, 2, 1, "", "extra_label_lines"], [1, 2, 1, "", "extra_label_xml_lines"], [1, 3, 1, "", "extra_labels"], [1, 3, 1, "", "from_image"], [1, 3, 1, "", "from_target_image"], [1, 2, 1, "", "image_ref_name"], [1, 2, 1, "", "image_type"], [1, 2, 1, "", "is_base_container_annotation_available"], [1, 3, 1, "", "is_latest"], [1, 3, 1, "", "is_singleton_image"], [1, 2, 1, "", "kiwi_additional_tags"], [1, 2, 1, "", "kiwi_derived_from_entry"], [1, 2, 1, "", "kiwi_env_entry"], [1, 3, 1, "", "kiwi_ignore_packages"], [1, 2, 1, "", "kiwi_packages"], [1, 2, 1, "", "kiwi_version"], [1, 2, 1, "", "labelprefix"], [1, 3, 1, "", "license"], [1, 2, 1, "", "lifecycle_url"], [1, 3, 1, "", "logo_url"], [1, 3, 1, "", "name"], [1, 3, 1, "", "no_recommends"], [1, 3, 1, "", "oci_authors"], [1, 2, 1, "", "oci_version"], [1, 3, 1, "", "os_version"], [1, 3, 1, "", "package_list"], [1, 3, 1, "", "package_name"], [1, 2, 1, "", "packages"], [1, 2, 1, "", "packages_to_delete"], [1, 4, 1, "", "prepare_template"], [1, 3, 1, "", "pretty_name"], [1, 2, 1, "", "pretty_reference"], [1, 2, 1, "", "publish_registry"], [1, 2, 1, "", "readme"], [1, 2, 1, "", "readme_name"], [1, 2, 1, "", "readme_path"], [1, 2, 1, "", "readme_url"], [1, 2, 1, "", "reference"], [1, 2, 1, "", "registry"], [1, 2, 1, "", "registry_prefix"], [1, 2, 1, "", "release_stage"], [1, 3, 1, "", "replacements_via_service"], [1, 3, 1, "", "support_level"], [1, 3, 1, "", "supported_until"], [1, 2, 1, "", "title"], [1, 2, 1, "", "uid"], [1, 2, 1, "", "url"], [1, 2, 1, "", "volume_dockerfile"], [1, 3, 1, "", "volumes"], [1, 2, 1, "", "volumes_kiwi"], [1, 4, 1, "", "write_files_to_folder"]], "bci_build.package.DevelopmentContainer": [[1, 3, 1, "", "additional_versions"], [1, 2, 1, "", "build_name"], [1, 2, 1, "", "build_tags"], [1, 2, 1, "", "build_version"], [1, 2, 1, "", "image_ref_name"], [1, 2, 1, "", "image_type"], [1, 2, 1, "", "oci_version"], [1, 4, 1, "", "prepare_template"], [1, 2, 1, "", "pretty_reference"], [1, 2, 1, "", "reference"], [1, 2, 1, "", "registry_prefix"], [1, 3, 1, "", "stability_tag"], [1, 3, 1, "", "tag_version"], [1, 2, 1, "", "uid"], [1, 3, 1, "", "version"], [1, 3, 1, "", "version_in_uid"]], "bci_build.package.OsContainer": [[1, 2, 1, "", "build_tags"], [1, 2, 1, "", "image_ref_name"], [1, 2, 1, "", "image_type"], [1, 2, 1, "", "oci_version"], [1, 4, 1, "", "prepare_template"], [1, 2, 1, "", "pretty_reference"], [1, 2, 1, "", "reference"], [1, 2, 1, "", "uid"], [1, 4, 1, "", "version_to_container_os_version"]], "bci_build.package.Package": [[1, 3, 1, "", "name"], [1, 3, 1, "", "pkg_type"]], "bci_build.package.ParseVersion": [[1, 3, 1, "", "MAJOR"], [1, 3, 1, "", "MINOR"], [1, 3, 1, "", "OFFSET"], [1, 3, 1, "", "PATCH"], [1, 3, 1, "", "PATCH_UPDATE"]], "bci_build.package.Replacement": [[1, 3, 1, "", "file_name"], [1, 3, 1, "", "package_name"], [1, 3, 1, "", "parse_version"], [1, 3, 1, "", "regex_in_build_description"], [1, 4, 1, "", "to_service"]], "bci_build.package.versions": [[1, 5, 1, "", "PACKAGE_VERSIONS_JSON_PATH"], [1, 6, 1, "", "format_version"], [1, 6, 1, "", "get_pkg_version"], [1, 6, 1, "", "run_version_update"], [1, 6, 1, "", "update_versions"]], "bci_build.templates": [[1, 5, 1, "", "DOCKERFILE_TEMPLATE"], [1, 5, 1, "", "KIWI_TEMPLATE"], [1, 5, 1, "", "SERVICE_TEMPLATE"]], "staging": [[1, 0, 0, "-", "bot"], [1, 0, 0, "-", "build_result"], [1, 0, 0, "-", "project_setup"]], "staging.bot": [[1, 5, 1, "", "GIT_COMMITTER_EMAIL"], [1, 5, 1, "", "GIT_COMMITTER_NAME"], [1, 5, 1, "", "OSC_PASSWORD_ENVVAR_NAME"], [1, 5, 1, "", "OSC_USER_ENVVAR_NAME"], [1, 5, 1, "", "OS_VERSION_NEEDS_BASE_CONTAINER"], [1, 1, 1, "", "ProjectConfig"], [1, 1, 1, "", "StagingBot"], [1, 6, 1, "", "main"]], "staging.bot.ProjectConfig": [[1, 3, 1, "", "META"], [1, 3, 1, "", "PRJCONF"]], "staging.bot.StagingBot": [[1, 3, 1, "", "DOTENV_FILE_NAME"], [1, 3, 1, "", "MAX_WAIT_TIME_SEC"], [1, 4, 1, "", "add_changelog_entry"], [1, 2, 1, "", "bcis"], [1, 3, 1, "", "branch_name"], [1, 2, 1, "", "changelog_check_github_action"], [1, 4, 1, "", "configure_devel_bci_package"], [1, 4, 1, "", "configure_devel_bci_project"], [1, 4, 1, "", "container_urls_html"], [1, 2, 1, "", "continuous_rebuild_project_name"], [1, 2, 1, "", "deployment_branch_name"], [1, 4, 1, "", "fetch_build_results"], [1, 4, 1, "", "fetch_container_urls"], [1, 2, 1, "", "find_missing_packages_action"], [1, 4, 1, "", "find_missing_packages_on_obs"], [1, 4, 1, "", "force_rebuild"], [1, 4, 1, "", "from_env_file"], [1, 4, 1, "", "from_github_comment"], [1, 4, 1, "", "get_packages_without_changelog_addition"], [1, 4, 1, "", "link_base_container_to_staging"], [1, 2, 1, "", "obs_workflows_yml"], [1, 3, 1, "", "os_version"], [1, 3, 1, "", "osc_username"], [1, 2, 1, "", "package_names"], [1, 4, 1, "", "remote_cleanup"], [1, 3, 1, "", "repositories"], [1, 4, 1, "", "scratch_build"], [1, 4, 1, "", "setup"], [1, 2, 1, "", "staging_project_name"], [1, 2, 1, "", "staging_project_url"], [1, 4, 1, "", "teardown"], [1, 4, 1, "", "wait_for_build_to_finish"], [1, 4, 1, "", "write_all_build_recipes_to_branch"], [1, 4, 1, "", "write_all_image_build_recipes"], [1, 4, 1, "", "write_cr_project_config"], [1, 4, 1, "", "write_env_file"], [1, 4, 1, "", "write_pkg_configs"], [1, 4, 1, "", "write_staging_project_configs"]], "staging.build_result": [[1, 1, 1, "", "PackageBuildResult"], [1, 1, 1, "", "PackageStatusCode"], [1, 1, 1, "", "RepositoryBuildResult"], [1, 6, 1, "", "is_build_failed"], [1, 6, 1, "", "render_as_markdown"]], "staging.build_result.PackageBuildResult": [[1, 3, 1, "", "code"], [1, 3, 1, "", "detail_message"], [1, 3, 1, "", "name"]], "staging.build_result.PackageStatusCode": [[1, 3, 1, "", "BLOCKED"], [1, 3, 1, "", "BROKEN"], [1, 3, 1, "", "BUILDING"], [1, 3, 1, "", "DISABLED"], [1, 3, 1, "", "EXCLUDED"], [1, 3, 1, "", "FAILED"], [1, 3, 1, "", "FINISHED"], [1, 3, 1, "", "SCHEDULED"], [1, 3, 1, "", "SIGNING"], [1, 3, 1, "", "SUCCEEDED"], [1, 3, 1, "", "UNRESOLVABLE"], [1, 4, 1, "", "pretty_print"]], "staging.build_result.RepositoryBuildResult": [[1, 3, 1, "", "arch"], [1, 3, 1, "", "code"], [1, 3, 1, "", "dirty"], [1, 4, 1, "", "from_resultlist"], [1, 3, 1, "", "packages"], [1, 3, 1, "", "project"], [1, 3, 1, "", "repository"], [1, 3, 1, "", "state"]], "staging.project_setup": [[1, 1, 1, "", "ProjectType"], [1, 6, 1, "", "generate_meta"], [1, 6, 1, "", "generate_project_name"]], "staging.project_setup.ProjectType": [[1, 3, 1, "", "CR"], [1, 3, 1, "", "DEVEL"], [1, 3, 1, "", "STAGING"]]}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "class", "Python class"], "2": ["py", "property", "Python property"], "3": ["py", "attribute", "Python attribute"], "4": ["py", "method", "Python method"], "5": ["py", "data", "Python data"], "6": ["py", "function", "Python function"]}, "objtypes": {"0": "py:module", "1": "py:class", "2": "py:property", "3": "py:attribute", "4": "py:method", "5": "py:data", "6": "py:function"}, "terms": {"": [1, 2], "0": 1, "1": 1, "10": 2, "12": 2, "15": [0, 1], "2": 1, "21": 1, "21600": 1, "25": 1, "3": [1, 2], "5": 1, "6": 1, "6h": 1, "7f8de4e06d50": 1, "7f8de4e07390": 1, "7f8de4e3e270": 1, "A": [0, 1, 3], "By": 1, "For": [0, 1, 3], "If": [0, 1, 2], "In": [0, 1], "It": [0, 1, 2, 3], "On": 1, "The": [0, 1, 2, 3], "Then": 0, "There": 2, "These": 1, "To": [0, 1, 2], "__w": 1, "_config": [1, 3], "_constraint": 1, "_meta": 1, "_min_release_count": 1, "_osc_conf_fil": 1, "_packag": 1, "_publish_registri": 1, "_run_cmd": 1, "_servic": [0, 1], "_variant": 1, "_xdg_state_home_dir": 1, "abl": 1, "about": 0, "abov": [0, 1], "abstract": [0, 1], "access": 2, "access_protected_imag": 2, "account": [1, 3], "achiev": 0, "act": 1, "action": [0, 1, 3], "ad": [1, 2], "add": [0, 1, 2], "add_changelog_entri": 1, "addit": [1, 2], "addition": [0, 1, 2], "additional_nam": 1, "additional_vers": [0, 1], "additionaltag": 1, "address": 1, "adjust": 1, "after": 1, "afterward": 1, "against": [0, 3], "all": [0, 1, 2, 3], "allow": [2, 3], "alongsid": 1, "alreadi": 1, "also": [0, 1, 3], "altern": 1, "an": [0, 1, 2], "ani": 1, "annot": 1, "ansi": 1, "anyth": [0, 1, 2], "api": 2, "append": 1, "appli": [1, 2], "applic": [0, 1, 2], "applicationstackcontain": [0, 1], "appropri": 0, "ar": [0, 1, 2, 3], "arbitrari": 1, "arch": 1, "architectur": 1, "argument": 2, "around": 1, "artifacthub": 1, "ascii": 1, "async": 1, "asyncio": 1, "attribut": [0, 1], "author": 1, "autobuild": 1, "autogener": [0, 2], "autom": [1, 2], "automat": [1, 2, 3], "avail": 1, "avoid": 0, "back": 1, "badg": 2, "base": [1, 3], "base_image_registri": 1, "base_ref": 1, "base_url": 1, "basecontainerimag": [0, 1, 2], "based_on_contain": 1, "bash": [0, 1], "bci": [0, 1, 3], "bci_build": [0, 2], "been": [1, 3], "befor": 2, "behavior": 2, "behind": 2, "being": [1, 2], "belong": 1, "beta": 1, "between": 1, "bin": 1, "binari": 1, "block": [0, 1], "bool": 1, "bootstrap": 0, "bot": 2, "both": 1, "bottom": 2, "boundari": 1, "branch": [0, 1, 2], "branch_nam": [1, 3], "bridg": 1, "brittl": 0, "broken": 1, "build": [0, 1, 3], "build_flavor": 1, "build_nam": 1, "build_recipe_typ": 1, "build_releas": 1, "build_result": 2, "build_stage_custom_end": 1, "build_tag": 1, "build_vers": 1, "buildcounter_synctag": 1, "building_derived_contain": 1, "buildnam": 1, "buildtyp": 1, "built": [1, 3], "builtin": 0, "byte": 1, "c": 1, "ca": 0, "call": [1, 2, 3], "can": [0, 1, 2], "cannot": [0, 1], "care": 0, "case": [0, 1], "certain": [0, 1], "certif": 0, "chang": [1, 2, 3], "change_ref": 1, "changelog": [0, 1], "changelog_check_github_act": 1, "chapter": 2, "charact": 1, "check": [1, 2], "checkin": 1, "checklist": 2, "churn": 1, "ci": [1, 3], "class": [0, 1], "classvar": 1, "clean": 1, "cleanup": 1, "clone": 2, "close": 3, "cmd": [0, 1], "cmd_docker": 1, "cmd_kiwi": 1, "code": [0, 1, 2, 3], "com": [0, 1], "coma": 1, "command": [0, 1, 3], "comment": [1, 3], "comment_text": 1, "commit": 1, "commit_messag": 1, "commit_msg": 1, "common": [0, 1], "compat": 0, "compon": [0, 1, 2], "concaten": 2, "concept_and_workflow": 0, "config": [0, 1], "config_sh": 1, "config_sh_interpret": 1, "config_sh_script": 1, "configur": [0, 1, 2], "configure_devel_bci_packag": 1, "configure_devel_bci_project": 1, "consid": 0, "consist": 0, "constantli": 0, "construct": [0, 1], "contain": [1, 2, 3], "container_attribut": 1, "container_urls_html": 1, "containercr": 1, "content": [0, 1, 3], "continu": 1, "continuous_rebuild_project_nam": [1, 3], "convert": 1, "cookiejar": 1, "correct": 3, "correspond": 1, "could": [0, 1], "counter": 1, "cover": 1, "cr": [1, 3], "crate": 1, "creat": [0, 1, 2, 3], "creation": 1, "current": [0, 1, 2, 3], "custom": [0, 1], "custom_descript": 1, "custom_end": [0, 1], "custom_labelprefix_end": 1, "dai": 0, "dan": 3, "date": [0, 1], "datetim": 1, "de": 1, "default": [0, 1, 2], "default_file_nam": 1, "defin": [0, 1], "defolo": 3, "delai": 1, "delet": [0, 1, 3], "depend": [1, 3], "deploi": 3, "deploy": [0, 1, 3], "deployment_branch": 3, "deployment_branch_nam": 1, "deriv": 1, "descript": [0, 1, 2], "dest": 1, "destin": 1, "destination_prj_fold": 1, "detail": [0, 1, 2, 3], "detail_messag": 1, "determin": 1, "devel": [0, 1, 3], "develop": 2, "developmentcontain": [0, 1], "dict": 1, "dictionari": [0, 1], "did": 1, "differ": [0, 1, 2], "digest": 1, "direct": 2, "directli": [0, 1], "directori": [1, 2], "dirti": 1, "disabl": 1, "disk": 1, "distribut": [0, 1], "distribution_base_nam": 1, "distro": 1, "dnf": 2, "do": [0, 1], "doc": 2, "docker": 1, "dockerfil": [0, 1, 2, 3], "dockerfile_custom_end": 1, "dockerfile_from_lin": 1, "dockerfile_from_target_ref": 1, "dockerfile_run": 1, "dockerfile_templ": 1, "doe": 1, "don": 1, "done": 0, "dotenv_file_nam": 1, "dotnet": 2, "downstream": 2, "dummi": 1, "dumper": 2, "duplic": 1, "dure": 1, "e": [0, 1, 2], "each": [1, 2, 3], "earli": 1, "effect": 1, "either": [0, 1, 3], "element": 1, "email": 1, "emoji": 1, "empti": 1, "en": 1, "end": [1, 2], "engin": 2, "enhanc": 2, "ensur": [0, 1], "entri": [0, 1, 2], "entrypoint": [0, 1], "entrypoint_dock": 1, "entrypoint_kiwi": 1, "entrypoint_us": [0, 1], "enum": 1, "env": [0, 1], "env_lin": 1, "environ": [0, 1], "equal": 1, "error": 1, "escap": 1, "eula": [1, 2], "euo": 1, "even": 1, "everi": [0, 1, 2, 3], "everyth": 1, "exact": [0, 1], "exampl": [0, 1], "except": 1, "exclud": 1, "exclusive_arch": 1, "execut": 1, "exist": [0, 1, 2], "expand": 1, "expect": 1, "expens": 1, "explain": 2, "explicitli": 0, "expos": [0, 1], "expose_dockerfil": 1, "exposes_kiwi": 1, "exposes_port": [0, 1], "extens": 0, "extern": 0, "extra": 1, "extra_fil": [0, 1], "extra_label": [0, 1], "extra_label_lin": 1, "extra_label_xml_lin": 1, "extract": 0, "f": 0, "factori": 1, "fail": [1, 3], "fall": 1, "fals": 1, "feasibl": 0, "fetch": 1, "fetch_build_result": 1, "fetch_container_url": 1, "few": 1, "file": [1, 2, 3], "file_nam": 1, "filenam": 1, "final": [1, 3], "find": 2, "find_missing_packages_act": 1, "find_missing_packages_on_ob": 1, "finish": [1, 3], "first": [1, 2], "fit": [0, 1], "fix": 2, "flag": 1, "flavor": 1, "float": 1, "focu": 2, "folder": 1, "follow": [0, 1, 2, 3], "footer": 2, "forc": 1, "force_rebuild": 1, "form": 1, "format": [1, 2], "format_vers": 1, "four": 1, "from": [0, 1, 3], "from_env_fil": 1, "from_github_com": 1, "from_imag": 1, "from_resultlist": 1, "from_target_imag": 1, "front": 1, "full": 1, "fulli": [1, 2], "func": 1, "function": 1, "further": [0, 1, 3], "g": [0, 1, 2], "gb": 1, "gener": [0, 1, 3], "generate_disk_size_constraint": 1, "generate_meta": 1, "generate_project_nam": 1, "get": [0, 1, 2], "get_packages_without_changelog_addit": 1, "get_pkg_vers": 1, "ghost": 1, "git": [0, 1], "git_branch_nam": 1, "git_committer_email": 1, "git_committer_nam": 1, "github": [0, 1, 2, 3], "given": 1, "go": [0, 1], "ha": [0, 1, 3], "had": [1, 3], "handl": 0, "hard": 1, "hardcod": [0, 1], "hash": 1, "have": [0, 1, 3], "help": 3, "helper": 2, "here": [0, 2, 3], "heurist": 1, "histori": 1, "home": [1, 3], "hook": 1, "how": [1, 2, 3], "html": [0, 1, 2], "http": [0, 1, 3], "human": 1, "i": [0, 1, 2, 3], "ib": 1, "identifi": [0, 1], "ignor": 1, "imag": [1, 2, 3], "image_ref_nam": 1, "image_typ": 1, "imagetyp": 1, "immut": 1, "impli": 1, "import": 2, "includ": [0, 1, 2, 3], "inconsist": 0, "index": 2, "inform": 1, "initi": 1, "insert": 1, "insid": [0, 1], "instal": [1, 2], "instanc": [0, 1], "instead": [0, 1], "instruct": [0, 1], "int": 1, "intend": [1, 2], "intern": 1, "interpret": 1, "intervent": 3, "io": [0, 1], "is_base_container_annotation_avail": 1, "is_build_fail": 1, "is_latest": 1, "is_singleton_imag": 1, "issu": 1, "iter": 1, "its": [1, 2], "itself": 1, "j": 0, "j2": 2, "jargon": 1, "jinja2": [1, 2], "job": [1, 3], "join": 1, "json": 1, "just": [0, 1], "keep": 1, "kei": [0, 1], "keyword": 0, "kiwi": [0, 1, 2], "kiwi_additional_tag": 1, "kiwi_derived_from_entri": 1, "kiwi_env_entri": 1, "kiwi_ignore_packag": 1, "kiwi_metainfo_help": 1, "kiwi_packag": 1, "kiwi_templ": 1, "kiwi_vers": 1, "know": 1, "label": [0, 1], "label_prefix": 1, "labelprefix": 1, "languag": 1, "last": 1, "lastlog": 1, "later": [1, 2], "latest": [1, 2], "latter": 0, "lead": 1, "least": 1, "left": 1, "length": 1, "let": 1, "level": [0, 1], "leverag": [0, 3], "licenc": 2, "licens": 1, "licensing_and_eula": 2, "lifecycle_url": 1, "like": [1, 2], "limit": [0, 1], "line": [0, 1], "link": 1, "link_base_container_to_stag": 1, "list": [0, 1], "list_of_packag": 0, "liter": 1, "live": 3, "local": 1, "locat": 2, "log": 1, "log_clean": 1, "logic": 2, "logo": 1, "logo_url": 1, "longer": [0, 1], "m": 2, "made": 1, "main": [0, 1, 3], "maintain": 0, "major": [0, 1, 2], "manag": 2, "manual": [0, 3], "mariadb": 1, "markdown": 2, "match": 1, "max_wait_time_sec": 1, "maximum": 1, "md": 2, "meaning": 0, "mechan": [0, 1], "memori": 1, "merg": [0, 3], "messag": 1, "meta": 1, "minimum": 1, "minor": [0, 1], "miss": 1, "mit": 1, "mode": 1, "modifi": [1, 2], "modul": [0, 2], "most": [0, 1], "mostli": 0, "mozilla": 0, "much": 1, "multistag": 1, "must": [0, 1, 2], "my_cmd": 1, "n": [0, 1], "name": [0, 1, 2, 3], "necessari": [0, 1], "need": [0, 1, 2], "needn": 1, "net": 2, "networkport": 1, "new": [1, 2, 3], "newli": 0, "newlin": 1, "nginx": 1, "no_recommend": 1, "node": 0, "non": 1, "none": 1, "noreturn": 1, "note": [0, 1], "noth": 1, "notic": 1, "o": [1, 3], "ob": [0, 1, 2, 3], "obs_api_repli": 1, "obs_package_upd": 1, "obs_project": 1, "obs_workflows_yml": [1, 3], "oci": 1, "oci_author": 1, "oci_vers": 1, "offset": 1, "omit": 1, "onc": 3, "one": [0, 1, 2], "onli": [0, 1, 2, 3], "onward": 1, "open": [1, 2], "opencontain": 1, "opensus": [0, 1, 3], "oper": [1, 2], "option": [0, 1, 2], "org": [0, 1, 3], "os_ver": 1, "os_vers": [0, 1, 2, 3], "os_version_needs_base_contain": 1, "osc": [1, 2], "osc_password": 1, "osc_password_envvar_nam": 1, "osc_us": 1, "osc_user_envvar_nam": 1, "osc_usernam": 1, "oscontain": [0, 1], "osinsid": 0, "osrt": 1, "osvers": 1, "other": [0, 1], "otherwis": 1, "our": [0, 2], "out": 1, "outlin": 0, "output": 1, "overrid": 1, "own": 1, "pack": 1, "packag": [2, 3], "package_list": [0, 1], "package_nam": [0, 1], "package_vers": 1, "package_versions_json_path": 1, "packagebuildresult": 1, "packages_to_delet": 1, "packagestatuscod": 1, "packagetyp": [0, 1], "page": 2, "paramet": [1, 2], "parse_vers": [0, 1], "parsevers": 1, "part": [0, 1], "partial": 1, "pass": [1, 2, 3], "password": 1, "past": 0, "patch": [0, 1], "patch_upd": 1, "path": 1, "paywal": 2, "per": [0, 1], "perform": 1, "permit": 1, "pg_version": 0, "pick": [0, 3], "pipefail": 1, "pitfal": 0, "pkg_name": [0, 1], "pkg_type": [0, 1], "pkglistgen": 1, "place": 1, "pleas": [0, 2], "plethora": 0, "podman": 1, "podman_onli": 1, "poetri": [1, 2, 3], "point": [0, 1, 2], "pointless": 1, "popul": 3, "port": 1, "posixpath": 1, "possibl": 1, "post": 1, "postgr": 2, "postgresql": 0, "postgresql14": 0, "pr": 3, "pr_num": 3, "prebuilt": 0, "prefix": 1, "prefixlabel": 0, "prepare_templ": 1, "prepend": 1, "prependend": 1, "present": 1, "pretti": 1, "pretty_nam": [0, 1], "pretty_print": 1, "pretty_refer": [0, 1, 2], "prevent": 1, "previous": 3, "primari": 1, "print": 1, "prior": 1, "privat": 3, "privileg": 1, "privileged_onli": 1, "prj": 1, "prjconf": [1, 3], "process": [0, 1], "produc": 1, "project": [1, 2], "project_setup": 2, "project_typ": 1, "projectconfig": 1, "projecttyp": 1, "properti": [0, 1, 2], "protect": [0, 3], "provid": [0, 1, 2], "publish": 1, "publish_registri": 1, "pull": [0, 1, 3], "push": [1, 3], "put": 1, "py": [1, 3], "pytest": 2, "python": 2, "qualnam": 1, "queri": 1, "rais": 1, "random": [1, 3], "random_ascii": 3, "rang": 1, "rather": 0, "raw": 0, "reach": 2, "read": [0, 1], "readabl": 1, "readm": [0, 1], "readme_nam": 1, "readme_path": 1, "readme_url": 1, "rebuild": 1, "receiv": [0, 1], "recip": [1, 3], "recommend": [0, 1], "redistribut": [1, 2], "ref": 1, "refer": [1, 2, 3], "regex": 1, "regex_in_build_descript": [0, 1], "registri": [0, 1], "registry_prefix": 1, "rejectrequest": 1, "rel": 1, "releas": [0, 1], "release_stag": [0, 1], "released_os_vers": 1, "releasestag": 1, "relev": 1, "reli": 0, "remot": 1, "remote_cleanup": 1, "remov": 1, "render": [1, 2], "render_as_markdown": 1, "reorder": 2, "replac": [0, 1], "replace_using_package_vers": [0, 1], "replacements_via_servic": [0, 1], "repli": 1, "repositori": [1, 2, 3], "repositorybuildresult": 1, "repres": 1, "represent": 1, "request": [0, 3], "requir": [0, 1], "resid": 3, "resolv": 1, "respect": [0, 2, 3], "rest": 0, "restrict": 1, "result": [0, 1, 3], "retriev": 1, "return": 1, "reus": 1, "review": 0, "rf": 1, "rm": 1, "root": 2, "ruff": 2, "rule": 0, "run": [0, 1, 2, 3], "run_version_upd": 1, "runcommand": 1, "runtimeerror": 1, "same": 1, "save": 1, "schedul": 1, "scm": [0, 1, 3], "scmsync": [0, 3], "scratch": 3, "scratch_build": [1, 3], "scratch_build_bot": 0, "script": [0, 1, 2], "search": 2, "second": [1, 2], "see": [0, 1, 2, 3], "seen": 0, "self": 1, "send": 1, "separ": [1, 2, 3], "server": 0, "servic": [0, 1, 2], "service_pack_numb": 3, "service_templ": 1, "set": [0, 1, 3], "setup": [0, 1, 2], "setup_obs_packag": [0, 3], "sh": [0, 1], "shell": 1, "ship": 0, "short": 0, "should": [0, 1], "sign": 1, "simpl": 1, "singl": [1, 2], "size_gb": 1, "sle": [0, 1, 2, 3], "sle15": [1, 3], "sle_bci": 1, "slfo": 2, "slightli": 0, "so": [0, 1, 3], "some": [0, 1, 2], "someth": 0, "sometim": 0, "sourc": [0, 1, 2, 3], "sp": [0, 1, 3], "sp4": [1, 2], "space": 1, "specif": [1, 2], "specifi": [1, 2], "sphinx": 2, "sr": 1, "src": [0, 1, 2], "stability_tag": 1, "stabl": 1, "stage": 2, "staging_project_nam": 1, "staging_project_url": 1, "stagingbot": [1, 3], "stai": 0, "standard": [1, 2], "start": [1, 2], "state": 1, "static": 1, "statu": 1, "still": 1, "store": 1, "str": 1, "straightforward": 1, "stream": 1, "string": [0, 1], "sub": 1, "subdirectori": [0, 3], "submit": [1, 2], "substitut": [1, 2], "succeed": 1, "suffici": 0, "suffix": 1, "suppli": [0, 1], "support": [0, 1], "support_level": 1, "supported_until": 1, "supportlevel": [1, 2], "suse": [0, 1, 3], "sync": 1, "synchron": 2, "system": [1, 2], "t": 1, "tag": [0, 1], "tag_vers": 1, "take": [0, 1], "taken": 1, "tallylog": 1, "target": 1, "target_obs_project": 1, "teardown": 1, "techpreview": 1, "tempfil": 1, "templat": 2, "temporari": 1, "temporarydirectori": 1, "test": [1, 2, 3], "than": [0, 1], "thei": 3, "them": [0, 1, 2], "therefor": [1, 3], "thi": [0, 1, 2, 3], "through": 1, "thu": 1, "time": 1, "timeout": 1, "timeout_sec": 1, "timeouterror": 1, "titl": [1, 2], "tmp": 2, "to_servic": 1, "tool": 2, "top": [1, 2], "total": 1, "touch": 2, "true": 1, "tumblewe": [1, 2, 3], "tupl": 1, "tweak": 0, "two": 2, "type": [0, 1], "u": 1, "uid": [0, 1], "under": [1, 3], "unfortun": 1, "uniqu": [0, 1], "unit": 2, "unless": 1, "unpredict": 1, "unresolv": 1, "unset": 1, "until": 1, "untouch": 1, "up": [0, 1, 3], "updat": [0, 1, 2, 3], "update_vers": 1, "upstream": [0, 2], "url": [1, 3], "us": [0, 1, 2, 3], "usag": [1, 2], "user": [0, 1, 2, 3], "usernam": 1, "usual": [0, 1], "util": [1, 3], "valid": 1, "valu": [0, 1], "valueerror": 1, "var": 1, "variabl": [0, 1], "variant": 1, "variou": 1, "vc": 1, "ver": 1, "veri": 0, "version": [2, 3], "version_format": 1, "version_in_uid": 1, "version_to_container_os_vers": 1, "via": [0, 1, 2, 3], "visual": 1, "volum": [0, 1, 2], "volume_dockerfil": 1, "volumes_kiwi": 1, "vv": 2, "w": 2, "wai": [0, 1], "wait": [1, 3], "wait_for_build_to_finish": 1, "want": [0, 1, 2], "warn": 1, "we": [0, 1, 2, 3], "well": 0, "were": [0, 1], "when": [0, 1, 3], "where": [0, 1, 2], "wherea": 0, "whether": [1, 2], "which": [0, 1, 2, 3], "while": [1, 3], "whole": 0, "whom": 1, "why": 1, "wide": 3, "wish": 0, "without": [1, 3], "work": 1, "worker": 1, "workflow": [1, 3], "worktre": 1, "would": [0, 1], "wrap": 1, "write": [0, 1, 2, 3], "write_all_build_recipes_to_branch": 1, "write_all_image_build_recip": [1, 3], "write_cr_project_config": 1, "write_env_fil": 1, "write_files_to_fold": 1, "write_pkg_config": 1, "write_staging_project_config": 1, "written": [1, 3], "xdg_state_hom": 1, "xml": [0, 1], "yast2": 1, "yet": 1, "yield": [0, 1], "yml": [1, 3], "you": [0, 1, 2], "your": [1, 2], "yourself": 0, "zypp": 1, "zypper": [0, 1], "\u010derm\u00e1k": 3}, "titles": ["Adding and Modifying Container Images", "API Documentation", "BCI build recipe generator", "Staging Bot"], "titleterms": {"ad": 0, "addit": 0, "api": 1, "appli": 0, "automat": 0, "bci": 2, "bci_build": 1, "bot": [1, 3], "branch": 3, "build": 2, "build_result": 1, "chang": 0, "checklist": 0, "contain": 0, "content": 2, "contribut": 2, "document": [1, 2], "dotnet": 1, "entrypoint": 2, "file": 0, "gener": 2, "imag": 0, "indic": 2, "instal": 0, "modifi": 0, "modul": 1, "new": 0, "overview": 2, "packag": [0, 1], "prerequisit": 2, "project": 3, "project_setup": 1, "readm": 2, "recip": 2, "setup": 3, "stage": [1, 3], "substitut": 0, "tabl": 2, "templat": 1, "version": [0, 1], "your": 0}})
\ No newline at end of file