dcp

docker cp made easy

MIT License

Downloads
24
Stars
107

Bot releases are visible (Hide)

dcp - v0.4.1 Latest Release

Published by exdx almost 2 years ago

The new release brings forward several technical changes in the internal libraries of dcp. No new external functionality was implemented. These internal changes lay the groundwork for building new features in the future.

What's Changed

Full Changelog: https://github.com/exdx/dcp/compare/v0.4.0...v0.4.1

dcp - v0.4.0

Published by exdx about 2 years ago

This release adds support for dcp on Windows (experimental) as well as support for custom sockets.

What's Changed

Full Changelog: https://github.com/exdx/dcp/compare/v0.3.2...v0.4.0

dcp - v0.3.2

Published by exdx about 2 years ago

This release fixes a bug with digest-based images, enabling dcp to work correctly when provided a digest-based image. See #51 for more details. There is a follow-up issue in #57 that will be addressed in the next release.

dcp - v0.3.1

Published by exdx about 2 years ago

This z-stream release consists of an improvement of how dcp handles container images already present locally -- if the image is found, dcp will not attempt to pull the image from the remote registry. This behavior can be modified to always pull via the --force flag.

What's Changed

Full Changelog: https://github.com/exdx/dcp/compare/v0.3.0...v0.3.1

dcp - v0.3.0

Published by exdx about 2 years ago

This release highlights some great new functionality added to dcp -- the podman runtime is now fully supported, as well as authentication for pulling private images.

What's Changed

Full Changelog: https://github.com/exdx/dcp/compare/v0.2.1...v0.3.0

dcp - v0.2.1

Published by exdx over 2 years ago

This z release introduces some nice refactored log messages using a structured log library.

What's Changed

Full Changelog: https://github.com/exdx/dcp/compare/v0.2.0...v0.2.1

dcp - v0.2.0

Published by exdx over 2 years ago

This release adds an important piece of functionality -- container images without commands can now be read and extracted by dcp. This enables data-only containers, like bundle images, to be used with dcp.

What's Changed

New Contributors

Full Changelog: https://github.com/exdx/dcp/compare/v0.1.0...v0.2.0

dcp - v0.1.0

Published by exdx over 2 years ago

The first release of dcp -- this release introduces the main functionality provided by the project. Users can easily pull and extract content from a remote container filesystem onto their local machine.

New Contributors

  • @exdx
  • @tylerslaton

Full Changelog: https://github.com/exdx/dcp/commits/v0.1.0