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

Docker to build Linux packages #125

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Docker to build Linux packages #125

wants to merge 1 commit into from

Conversation

kirsle
Copy link
Member

@kirsle kirsle commented Sep 16, 2018

Adds a make rpm command that will use Docker to create RPM packages for Fedora.

This branch is an experiment to run a "poor man's CI" and build packages without needing a full Jenkins setup or anything. Eventually want to add Ubuntu and/or Debian images too.

  1. make rpm runs docker/build.sh which runs the Docker build/run commands.
  2. make docker.rpm runs docker/package.sh from inside the Docker container to actually run the rpmbuild steps and export them to a bind mount on the host. It safely does nothing if you run it outside the Docker environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant