Skip to content

Latest commit

 

History

History
 
 

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

This directory contains a Dockerfile for building the uniffi-ci docker image that we use for running tests in CI. To build a new version of this docker image, run the following from the root of the repository:

docker build -t rfkelly/uniffi-ci -f docker/Dockerfile-build .
docker push rfkelly/uniffi-ci

That only works if you're rfkelly; we need to figure out a better strategy for maintainership of said docker image.