Skip to content
Snippets Groups Projects
Commit cfcbb2f4 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Add base image for oraclelinux"

parents 93d12469 72335cae
No related branches found
No related tags found
No related merge requests found
FROM oraclelinux:7.1
MAINTAINER Kolla Project (https://launchpad.net/kolla)
RUN yum update -y \
&& yum install -y git \
&& yum clean all \
&& curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py \
&& python get-pip.py \
&& rm -f get-pip.py \
&& pip install crudini
COPY service_hosts.sh kolla-common.sh /opt/kolla/
../../../../tools/build-docker-image
\ No newline at end of file
../../../common/base/kolla-common.sh
\ No newline at end of file
../../../common/base/service_hosts.sh
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment