FROM istio/mixer:0.1.2-6bfa390 | |
RUN apt-get update | |
# Install tools we might need | |
RUN apt-get install -y curl build-essential ca-certificates | |
RUN mkdir -p /etc/opt/mixer | |
ADD mixs /usr/local/bin/mixs | |
ADD mixc /usr/local/bin/mixc | |
ADD testdata/apigee /etc/opt/mixer/apigee | |
ADD testdata/configroot /etc/opt/mixer/configroot | |
RUN ln -s /etc/opt/mixer/apigee/adapters.yml /etc/opt/mixer/configroot/scopes/global/adapters.yml |