Sign inSign up

tovanlam/base_image

By tovanlam

Updated over 6 years ago

Base for other Image

Image
0

1.1K

tovanlam/base_image repository overview

Base Docker Image for setup Openstack Service

FROM ubuntu:16.04
MAINTAINER [email protected]


LABEL openstack_version="qns"
ENV DEBIAN_FRONTEND noninteractive
ENV SHARED_CONF_DIR /usr/share/docker
RUN apt-get -y update && apt-get -y dist-upgrade
RUN apt-get install -y --no-install-recommends software-properties-common

RUN add-apt-repository cloud-archive:queens

RUN apt-get update \
   && apt-get -y upgrade \
   && apt-get -y dist-upgrade \
   && apt-get -y install --no-install-recommends \
       apt-utils \
       curl \
       gawk \
       iproute2 \
       kmod \
       lvm2 \
       netbase \
       open-iscsi \
       python \
       python-memcache \
       git \
       python-pip \
       python-pymysql \
       sudo \
       nano \
       tgt \
   && apt-get clean




RUN apt-get -y update && apt-get -y dist-upgrade

Contributing

Questions about contributing, internals and so on are very welcome on the mail [email protected]

Tag summary

Content type

Image

Digest

Size

195.6 MB

Last updated

over 6 years ago

docker pull tovanlam/base_image