문서의 이전 판입니다!
insecure registry 사용
Getting image source signatures Checking if image destination supports signatures Error: Copying this image requires changing layer representation, which is not possible (image is signed or the destination specifies a digest)
특정 사설 레지스트리를 사용할때 https가 아닌 http insecure registry 로 등록하여 사용하려면
/etc/containers/registries.conf.d/myregistry.conf
파일을 생성해서 아래와 같이 등록하면 된다.
여러개인경우 [[registry]]
항목을 여러개 만들면 된다.
[[registry]] location = "registry.mycluster.williamlieurance.com:5000" insecure = true [[registry]] location = "localhost:5000" insecure = true
참조링크
로그인하면 댓글을 남길 수 있습니다.