Tags: tmc/dockertest
Tags
chore(deps): bump github.com/opencontainers/runc from 1.1.1 to 1.1.2 (o… …ry#355) Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/opencontainers/runc/releases) - [Changelog](https://github.com/opencontainers/runc/blob/v1.1.2/CHANGELOG.md) - [Commits](opencontainers/runc@v1.1.1...v1.1.2) --- updated-dependencies: - dependency-name: github.com/opencontainers/runc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump gotest.tools/v3 from 3.1.0 to 3.2.0 (ory#353) Bumps [gotest.tools/v3](https://github.com/gotestyourself/gotest.tools) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/gotestyourself/gotest.tools/releases) - [Commits](gotestyourself/gotest.tools@v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: gotest.tools/v3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: parse volume mounts using the same function as docker cli (ory#274) volume mount paths should be of the form: `<src>:<dest>[:<options>]` Docs: https://docs.docker.com/storage/bind-mounts/#choose-the--v-or---mount-flag https://docs.docker.com/storage/volumes/#choose-the--v-or---mount-flag `src` can either be the name of a docker volume OR an absolute path on the host MountParser assumes that it's parsing a local absolute path for the `src` arg. However, as mentioned above, it's also legal to use a named docker volume. In addition, there can be the optional `options` section, with an additional colon. Rather than trying to capture all the edge cases coding it ourselves, we just import the same function that docker-cli uses to parse the volume.
PreviousNext