Skip to content

Commit

Permalink
fix *8 override
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed Jul 31, 2024
1 parent cfff3f0 commit 4672d36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions addons/containerd/template/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@ function find_common_versions() {
add_override_os_to_preflight_file "$version" "${CENTOS8_VERSIONS[0]}" "centos" "8"
add_override_os_to_preflight_file "$version" "${CENTOS8_VERSIONS[0]}" "rhel" "8"
add_override_os_to_preflight_file "$version" "${CENTOS8_VERSIONS[0]}" "ol" "8"
add_override_os_to_manifest_file "$version" "${CENTOS8_VERSIONS[0]}" "centos" "8"
add_override_os_to_manifest_file "$version" "${CENTOS8_VERSIONS[0]}" "rhel" "8"
add_override_os_to_manifest_file "$version" "${CENTOS8_VERSIONS[0]}" "ol" "8"
add_override_os_to_manifest_file "$version" "${CENTOS8_VERSIONS[0]}" "centos" "Dockerfile.centos8"
add_override_os_to_manifest_file "$version" "${CENTOS8_VERSIONS[0]}" "rhel" "Dockerfile.centos8"
add_override_os_to_manifest_file "$version" "${CENTOS8_VERSIONS[0]}" "ol" "Dockerfile.centos8"
else
add_supported_os_to_preflight_file "$version" "centos" "8"
add_supported_os_to_preflight_file "$version" "rhel" "8"
Expand Down

0 comments on commit 4672d36

Please sign in to comment.