floki 2.2.0

floki aims to provide reproducible and shareable build tooling by helping you run docker containers interactively from a declarative yaml file.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
image:
  build:
    name: flokirust
    dockerfile: .devcontainer/Dockerfile.alpine
    context: .

volumes:
  alpine-cargo-registry:
    mount: /usr/local/cargo/registry

forward_ssh_agent: true
shell:
  outer: bash
  inner: su floki