Snowpark Container Services: 서비스 또는 작업 생성 시 이미지를 찾을 수 없는 경우 오류 발생(보류 중)¶
Snowpark Container Services 서비스 또는 작업 을 생성하려고 할 때 사양에서 식별된 이미지를 리포지토리에서 찾을 수 없는 경우 동작은 다음과 같습니다.
- 변경 전:
오류 메시지
Failed to read image manifest : [status code]
가 표시됩니다.- 변경 후:
Snowflake가 리포지토리에 연결할 수 없으면 오류 메시지
Failed to retrieve image [image path] from image repository : [status code]
가 표시됩니다.또한 리포지토리에 이미지가 없으면 오류 메시지
Image [image path] not found. Please verify the image exists in the image repository.
가 표시됩니다.
참조: 1550