GG
Size: a a a
GG
EU
GG
EU
EU
D
V
GG
GG
GG
GG
D
AK
FROM python as base_image
…
FROM base_image as dev_image
… <- и вот это
RUN pip install
...
FROM base_image as release_image
… <- вот это должно быть одинаковым, иначе pip install пойдет заново
RUN pip install
...
GG
HC
/etc/systemd/system/docker.service.d/docker-options.conf
есть настройкаEnvironment="DOCKER_OPTS= --iptables=false \
--insecure-registry=myregistry.ru:5080 --insecure-registry=myregistry.ru:5081 --insecure-registry=myregistry.ru:5082 \
Error response from daemon: Get https://myregistry.ru:5080/v2/: http: server gave HTTP response to HTTPS client
/etc/systemd/system/docker.service.d/docker-options.conf
явно указатьEnvironment="DOCKER_INSECURE_REGISTRIES=--insecure-registry=myregistry.ru:5080 --insecure-registry=myregistry.ru:5081 --insecure-registry=myregistry.ru:5082
GG
/etc/systemd/system/docker.service.d/docker-options.conf
есть настройкаEnvironment="DOCKER_OPTS= --iptables=false \
--insecure-registry=myregistry.ru:5080 --insecure-registry=myregistry.ru:5081 --insecure-registry=myregistry.ru:5082 \
Error response from daemon: Get https://myregistry.ru:5080/v2/: http: server gave HTTP response to HTTPS client
/etc/systemd/system/docker.service.d/docker-options.conf
явно указатьEnvironment="DOCKER_INSECURE_REGISTRIES=--insecure-registry=myregistry.ru:5080 --insecure-registry=myregistry.ru:5081 --insecure-registry=myregistry.ru:5082
GG
GG
HC
GG