Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

measurement-kit/docker-ci-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Measurement Kit docker CI images

This repository contains the Docker image we use for running CI: bassosimone/mk-debian. This allows us to reproduce Travis builds locally.

How to generate a new docker image

docker build --no-cache debian
docker tag `docker images | head | awk '{print $3}'|sed -n 2p` \
    bassosimone/mk-debian
docker push bassosimone/mk-debian

Before v0.2.6, we used to push bassosimone/mk-debian:testing. Now we do not push any tag, hence we default to latest. We will keep around the testing image for some more time, until all repositories using this repostitory have been updated. Please, use the latest tag in new code.