Build environment set to Ubuntu 12.04, but building with SSH indicates Alpine Linux

Why is the build environment not Ubuntu 12.04, but rather Alpine Linux? Is the build environment under CircleCi referring to something else?

I’m trying to mount volumes with
docker run -it -v /root/deliveryserver/backend/dashboard:/opt/project deliveryserver_front bash
but folder /opt/project remains empty after this command (I checked already that /root/deliveryserver/backend/dashboard is nonempty). Could this be related to the build environment?

Was able to be resolved.

1 Like