fix(core): Improved the image creation process from tar stream in DockerImage class.

This commit is contained in:
2024-12-23 00:30:00 +01:00
parent 66bd36dc4f
commit 4a1d649e5e
5 changed files with 136 additions and 74 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2024-12-23 - 1.2.8 - fix(core)
Improved the image creation process from tar stream in DockerImage class.
- Enhanced `DockerImage.createFromTarStream` method to handle streamed response and parse imported image details.
- Fixed the dependency version for `@push.rocks/smartarchive` in package.json.
## 2024-10-13 - 1.2.7 - fix(core)
Prepare patch release with minor fixes and improvements