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 Update Rust to 1.69, MSRV to 1.66.0 2023-06-06 10:54:27 +02:00
Dockerfile-build.checksum test: Disable Swift tests for `fixtures/futures/. 2023-02-20 16:11:37 +01:00
README.md Update our rust policy to match mozilla-central's 'uses' version (#470) 2021-06-02 14:51:55 +10:00
cargo-docker.sh Switch to portable bash shebang (#1876) 2023-12-01 09:54:03 +01:00
deploy-dockerhub.sh Build and deploy the Docker image on `docker-vX` tag pushes 2023-04-06 10:35:17 +02:00

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.