docker build 시 apk ssl certificate verify failed 혹은 apk permission denied 발생
tls_post_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:2091:
fetching https://dl-cdn.alpinelinux.org/alpine/v3.20/community: Permission denied
alpine 이미지 작업에서 apk add 사용 중에 발생
RUN sed 's/https/http/g' -i /etc/apk/repositories
dockerfile에 위 명령어 추가하여 https를 http로 변경하면 정상처리
'Infrastructure' 카테고리의 다른 글
[Docker] 2. 컨테이너 관리 (0) | 2022.06.17 |
---|---|
[Docker] 1. 설치 (0) | 2022.06.17 |
Window 10 Redis 설치하기 (0) | 2020.10.14 |
Amazon AWS Cloud Computing (0) | 2020.08.03 |