Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- FROM docker-registry..../base-stretch:latest
- RUN mkdir -p /opt/bamboo/agent/bin
- RUN apt-get update && apt-get install -y \
- openjdk-8-jdk
- RUN apt-get clean && \
- rm -f /var/cache/apt/archives/*.deb
- RUN wget -q https://my-host/agentServer/agentInstaller/atlassian-bamboo-agent-installer.jar -O /opt/bamboo/bamboo-cloud-agent.jar
- ENTRYPOINT [ "java", "-Dbamboo.home=/opt/bamboo/agent", "-jar", "/opt/bamboo/bamboo-cloud-agent.jar", "https://my-host/agentServer/" ]
Add Comment
Please, Sign In to add comment