Sign inSign up

supersandro2000/base-travis

By supersandro2000

Updated over 4 years ago

[Deprecated] Travis Image to reproduce builds locally.

Image
1

8.9K

supersandro2000/base-travis repository overview

Build Status Github Stars

Base Travis

Docker Hub GitHub readme Microbadger Docker Stars Docker Pulls

Travis Image to reproduce builds locally.

Prerequisites

  • Docker
  • travis-cli with compile support. You can install that with this script.
  • A repository which uses travis

Usage

  • Clone the repo for which you want to reproduce a build and change in it directory
  • Generate the script with travis cli and some duct tape. Replace master with the branch or tag you want to build. Optionally you can replace XXX with the build number and further optionally .X with the job number. travis compile XXX.X | \grep -Ev '^travis_run_setup_ca[cs]he' | sed -r "s/branch\\\\=\\\\'()/\0master/" >run.sh
  • Run the script in a docker container. Replace xenial with the variant you want to run. docker run -v $PWD/run.sh:/run.sh supersandro2000/base-travis:xenial

Tag summary

Content type

Image

Digest

Size

222.4 MB

Last updated

over 4 years ago

docker pull supersandro2000/base-travis:bionic