зеркало из https://github.com/mozilla/uniffi-rs.git
074270afd7
Search the path for `bash` vs expecting it at `/bin`. |
||
---|---|---|
.. | ||
Dockerfile-build | ||
Dockerfile-build.checksum | ||
README.md | ||
cargo-docker.sh | ||
deploy-dockerhub.sh |
README.md
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.