Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Jenkins build Brooklyn Docker image as part of the CI #148

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add docker binary to the docker container that is going to build the …
…docker image
  • Loading branch information
tbouron committed Mar 20, 2020
commit f2a62149770de753fbdd58db713ee94f0d6ca0bd
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
FROM maven:3.5.2-jdk-8-alpine

# Install necessary binaries to build brooklyn-dist
RUN apk add --no-cache git rpm dpkg
RUN apk add --no-cache git rpm dpkg docker

# Make sure the /var/tmp (for RPM build) is writable for all users
RUN mkdir -p /var/tmp/ && chmod -R 777 /var/tmp/
Expand Down