Sign inSign up

rafaelsoares/package-query

By rafaelsoares

Updated over 10 years ago

Automatically build packages

Image
0

303

rafaelsoares/package-query repository overview

package-query

Automatically build packages

This repository is an example of how to build Arch Linux packages automatically using Docker Hub or Travis-CI.

Building using Docker Hub

It consists of a PKGBUILD* file (pulled from https://aur.archlinux.org/) and a Dockerfile** file

*A PKGBUILD is a shell script containing the build information required by Arch Linux packages.

**A Dockerfile is a text document that contains all the commands a user could call on the command line to assemble an image.

Build logs at https://hub.docker.com/r/rafaelsoares/package-query/

Steps to reproduce:

1 - Fork this repository;

2 - Create a Docker Hub account and link it to your GitHub account;

3 - Create automated build on Docker Hub.

Building using Travis-CI

It consists of a PKGBUILD* file (pulled from https://aur.archlinux.org/) and a .travis-ci.yml** file

*A PKGBUILD is a shell script containing the build information required by Arch Linux packages.

**A .travis-ci is a text document that contains some information about our project.

Build logs at https://travis-ci.org/rafaelsoaresbr/package-query

Steps to reproduce:

1 - Fork this repository;

2 - Create a Travis-CI account and link it to your GitHub account;

3 - Commit and push your changes.

Tag summary

Content type

Image

Digest

Size

225.4 MB

Last updated

over 10 years ago

docker pull rafaelsoares/package-query