An error occurred while loading the file. Please try again.
-
Petr Besir Horáček authored
FROM rancher/agent:v1.2.11
ARG rancherAgentImage
ENV RANCHER_AGENT_IMAGE=$rancherAgentImage
RUN apt-get update
RUN apt-get upgrade -y
RUN update-ca-certificates -f
## we force the image instead of use required from Rancher Server (downloaded on line curl -u ${CATTLE_ACCESS_KEY}:${CATTLE_SECRET_KEY} -s ${CATTLE_URL}/scripts/bootstrap > $SCRIPT)
COPY ./run.sh /run.sh
RUN chmod 0777 /run.sh