Possible issue with Dockerfile.xenial-base in gitlab...
-
I tried to walk through building the docker image discussed here and as far as I can tell, the FROM line in Dockerfile.xenial-base needs to be changed from
FROM aarch64/ubuntu:xenial
to
FROM arm64v8/ubuntu:xenialI'm no wizard with docker, so can someone confirm this?