aws-ia / cfn-ps-illumina-dragen

Apache License 2.0
2 stars 7 forks source link

Deploy DRAGEN error using guide #49

Open junyanzho opened 2 months ago

junyanzho commented 2 months ago

Hi, I followed the Illumina DRAGEN on AWS Partner Solution Deployment Guide to deploy DRAGEN, but encountered a error during creating stack(DragenStack-ContainerBuild stage).

Some part of error info from codepipeline log file like below

Step 1 : FROM public.ecr.aws/docker/library/centos:centos7.9.2009 114 | centos7.9.2009: Pulling from docker/library/centos 115 | 2d473b07cdd5: Pulling fs layer 116 | 2d473b07cdd5: Verifying Checksum 117 | 2d473b07cdd5: Download complete 118 | 2d473b07cdd5: Pull complete 119 | Digest: sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 120 | Status: Downloaded newer image for public.ecr.aws/docker/library/centos:centos7.9.2009 121 | ---> eeb6ee3f44bd 122 | Step 2 : RUN rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm 123 | ---> Running in a9fb22e4266c 124 | curl: (22) The requested URL returned error: 404 Not Found 125 | error: skipping https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm - transfer failed 126 | Retrieving https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm 127 | The command '/bin/sh -c rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm' returned a non-zero code: 1 128 |   129 | [Container] 2024/08/14 23:53:24.507010 Command did not exit successfully docker build --tag ${REPOSITORY_URI}:${TAG} . exit status 1 130 | [Container] 2024/08/14 23:53:24.510321 Phase complete: BUILD State: FAILED 131 | [Container] 2024/08/14 23:53:24.510339 Phase context status code: COMMAND_EXECUTION_ERROR Message: Error while executing command: docker build --tag ${REPOSITORY_URI}:${TAG} .. Reason: exit status 1 132 | [Container] 2024/08/14 23:53:24.549467 Entering phase POST_BUILD 133 | [Container] 2024/08/14 23:53:24.550509 Running command docker push ${REPOSITORY_URI}:${TAG} 134 | The push refers to a repository [654724916652.dkr.ecr.us-east-1.amazonaws.com/dragen-new-t1-dragenstack-10ln435tg3mi-dockerbucketrepository-p2y6xi7v4qt2-dragen-c4cpmz9xwdp8] 135 | An image does not exist locally with the tag: 654724916652.dkr.ecr.us-east-1.amazonaws.com/dragen-new-t1-dragenstack-10ln435tg3mi-dockerbucketrepository-p2y6xi7v4qt2-dragen-c4cpmz9xwdp8 136

I followed the "the Deployment steps" in guide document with default setting. Could you please help to provide some suggestions on this error? I used AWS Region us-east-1

kuanyili commented 1 month ago

The container in this error message is based on CentOS 7.

CentOS 7 reached end of life (EOL) on June 30, 2024. Thus the container build will fail without some sort of migration.

According to the maintainer, this asset is on a deprecation path, so I'm not sure how this issue is going to be handled.