feat(imagestore): now processing images with extraction, retagging, repackaging and long term storage

This commit is contained in:
2024-06-08 15:03:19 +02:00
parent 740f83114c
commit c0cebbe614
13 changed files with 241 additions and 90 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@apiclient.xyz/docker',
version: '1.1.4',
version: '1.2.0',
description: 'Provides easy communication with Docker remote API from Node.js, with TypeScript support.'
}