floki icon indicating copy to clipboard operation
floki copied to clipboard

Launch containers to help build your software

Results 25 floki issues
Sort by recently updated
recently updated
newest added

Bumps [nix](https://github.com/nix-rust/nix) from 0.24.2 to 0.26.1. Changelog Sourced from nix's changelog. [0.26.1] - 2022-11-29 Fixed Fix UB with sys::socket::sockopt::SockType using SOCK_PACKET. (#1821) [0.26.0] - 2022-11-29 Added Added SockaddrStorage::{as_unix_addr, as_unix_addr_mut} (#1871)...

dependencies

Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.2.1 to 1.2.2. Release notes Sourced from uuid's releases. 1.2.2 What's Changed CI Cleanups by @​KodrAus in uuid-rs/uuid#640 Remove extern crate alloc by @​KodrAus in uuid-rs/uuid#645 Prepare...

dependencies

Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.5 to 0.10.6. Commits 1731ced Add OID support (#405) cc52373 build(deps): bump cpufeatures from 0.2.4 to 0.2.5 (#403) 52def11 Fix MSRV issues by re-releasing gost94 and fsb...

dependencies

If you set `forward_user: true` without any further configuration, the user inside the container has no name and its home is the root directory: ``` I have no name! [...

I would like to propose an enhancement to floki to more easily allow existing environment variables to be passed through from the invoking environment to the floki docker container. I...

enhancement

Signed-off-by: Richard Lupton Subcommand to provide information on volumes. e.g. ``` $ ./target/x86_64-unknown-linux-musl/debug/floki volumes NAME MOUNT HOSTPATH cache /cache /home/richard/.floki/volumes/26c9c57f7c619e3d06f9c4df03e7fd881e59d0986128b6b68af1dd2fb49ee508-cache global-cache /global-cache /home/richard/.floki/volumes/global-cache ```

Potential way of generating a structured reference for Floki's config file. Aiming for something akin to API reference docs, e.g. [Kubernetes](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.19/). This attempted this with Rust Docs.

You may have configured Docker to avoid subnets used by your internal infrastructure but we need to ensure that networks created by docker-compose inside dind also respect this.

We've got docker-in-docker support, but support for mounting and using the host's docker would be useful too - e.g. for building Docker images for use on the host.

enhancement
good first issue

It would be useful to be able to mount a volume from the current directory rather than specifying an absolute path with: `docker_switches: - -v - /absolute/path/to/kube/config:/root/.kube` Floki is intended...