Slackbot
10/12/2022, 9:01 PMKim Ted
10/13/2022, 1:54 AMXipeng Guan
10/13/2022, 3:02 AMBharath Krishna
10/13/2022, 2:48 PMbuilder started without above error but hit below error later, please help me understand itXipeng Guan
10/13/2022, 7:08 PMBharath Krishna
10/13/2022, 7:54 PMDockerfile RUN stage at line 25 and 54 and it worked, but I need a proper way to pass these env vars for each RUN stage which connects outside to fetch packages, like in .bashrc fileBharath Krishna
10/13/2022, 10:29 PMexport DOCKER_REGISTRY_SERVER=<http://docker.io|docker.io>
export DOCKER_REGISTRY_USERNAME=username
export DOCKER_REGISTRY_PASSWORD=password
export DOCKER_REGISTRY_SECURE=false
export DOCKER_REGISTRY_BENTO_REPOSITORY_NAME=yatai-bentosBharath Krishna
10/14/2022, 9:16 PMRUN stage also, where I install some packages from outside world.