Skip to content

Commit eeef7b1

Browse files
authored
Merge pull request #1518 from ErikJiang/fix_docker_keys
remove docker key for redhat7
2 parents d7bc457 + 54b7e35 commit eeef7b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

artifacts/gen_airgap_crs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
{"name": "containerd", "checksumsKey": "containerd_archive_checksums.amd64"},
2929
]
3030

31-
DOCKER_KEYS = ["redhat-7", "redhat", "debian", "ubuntu", "kylin"]
31+
DOCKER_KEYS = ["redhat", "debian", "ubuntu", "kylin"]
3232

3333

3434
def merge_dir_content_to_file(input_dir_paths, output_file_path):

0 commit comments

Comments
 (0)