You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the Dockerfile is based on latest ubuntu image FROM ubuntu
and therefore may become unstable at some point in time.
Please consider changing to specific verified version of ubuntu ex. ubuntu:16.04.
The text was updated successfully, but these errors were encountered:
Yes, my only concern is that the underlaying ubuntu changes in between versions and may require some additional repositories or libraries in order to get the emulator working. If someone will clone you repo and build the image locally he may find it not working, which shouldn't be the case if the image is pulled from docker repo and tested, as you mentioned, up-front.
Currently the Dockerfile is based on latest ubuntu image
FROM ubuntu
and therefore may become unstable at some point in time.
Please consider changing to specific verified version of
ubuntu
ex.ubuntu:16.04
.The text was updated successfully, but these errors were encountered: