Resolved. I was missing the Ubuntu Ambari repo
On Sun, Dec 14, 2014 at 8:56 PM, Dessie K <[email protected]> wrote: > > Hi, > > I'm trying to create a Docker Ambari image based on Ubuntu. > > I'm hitting error: 'Unable to locate package ambari-server'. > > Dockerfile: > > FROM ubuntu:12.04 > > RUN apt-key adv --recv-keys --keyserver keyserver.ubuntu.com B9733A7A07513CAD > > RUN apt-get update > > RUN apt-get clean > > RUN apt-get install ambari-server > > CMD ["bash"] > > > > > > > >
