Skip to content

Releases: xelalexv/dregsy

0.3.4

20 Jan 19:18
Compare
Choose a tag to compare
  • allow to deactivate authentication for public images on GCR (issue #37)

0.3.3

24 Dec 11:01
Compare
Choose a tag to compare
  • fixed stopping of one-off tasks (issue #35)

0.3.2

08 Dec 13:53
Compare
Choose a tag to compare
  • support for Google Container Registry (issue #30)
  • switched to logrus for logging (issue #32)
  • added basic e2e tests (issue #28)
  • code refactored

0.3.1

30 Jul 08:32
Compare
Choose a tag to compare
  • added more info to error messages during image ref matching (Docker relay, issue #18)
  • upgraded to Skopeo 0.2.0, switched to using Skopeo's list-tags command (issue #13)
  • documentation updates

0.3.0

30 Jul 08:34
Compare
Choose a tag to compare
  • switched to Go 1.13 & modules

  • removed Skopeo submodule: The Skopeo project is phasing out static builds, so the previous approach of building a FROM scratch image for dregsy with just the two binaries no longer works. Instead, Alpine is now used as the base, and Skopeo is installed during image build via apk (see Dockerfile for version information).

    Important - breaking change: The dregsy binary is now located at /usr/local/bin inside the image. You may need to adjust how you invoke dregsy.

  • support for AWS China ECR

  • doc updates

  • fix for issue #4: canonicalize image refs before matching