uniffi-rs/docker
Murph Murphy 074270afd7
Switch to portable bash shebang (#1876)
Search the path for `bash` vs expecting it at `/bin`.
2023-12-01 09:54:03 +01:00
..
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.