Skip to content

Releases: project-zot/zot

build/release a "minimal" container image

01 Jul 18:16
Compare
Choose a tag to compare
ci/cd: fix github workflow for "minimal" image

Signed-off-by: Ramkumar Chinchani <[email protected]>

build/release a "minimal" container image

01 Jul 17:08
Compare
Choose a tag to compare

ERRATA: "zot-minimal" container image builds the extended binary instead.

fix dedupe bug in mount blob path

30 Jun 08:43
Compare
Choose a tag to compare
api: use blob cache path while making hard link

previously mount blob will look for blob that is provided in http request and try to hard link that path
but ideally we should look for path from our cache and do the hard link of that particular path.
this commit does the same.

add audit logs and enhance image search capability

24 Jun 19:16
Compare
Choose a tag to compare
v1.2.1

Add an 'enable' flag in the server configuration to enable gql-based …

support multiple storage paths/backends

21 May 17:24
Compare
Choose a tag to compare
config: support multiple storage locations

added support to point multiple storage locations in zot by running multiple instance of zot in background.

see examples/config-multiple.json for more info about config.

Closes #181

some performance improvements based on dedupe

04 May 20:46
Compare
Choose a tag to compare

add support for deduping check and mount blob via hard links to avoid copying layers over the network

fix conformance

10 Feb 20:01
be9cf71
Compare
Choose a tag to compare

The dist-spec is still a work in progress, and there was a slight change in behavior of the blob mount api.

fix container builds

21 Nov 00:04
7854083
Compare
Choose a tag to compare
Merge pull request #147 from rchincha/docker

build: update docker and stacker files

add a new build target for minimal binary

28 Oct 16:12
f2d4b57
Compare
Choose a tag to compare
Merge pull request #145 from shimish2/embededbinary

customizable binaries

some bug fixes

21 Oct 22:05
17dce7e
Compare
Choose a tag to compare
Merge pull request #146 from shimish2/rchincha-origin-locks

routes: refactor locks to handle large file uploads