mirror of https://github.com/cirruslabs/tart.git
* Posibility to add Labels when pushing OCI Image
Example running:
tart push $image ${registry}/org/${image}-testing --labels com.org.revision=testing --labels com.org.repo.buildid=123456
* Fix Linting
Run swift package plugin --allow-writing-to-package-directory swiftformat --cache ignore
* Update Sources/tart/Commands/Push.swift
Co-authored-by: Nikolay Edigaryev <edigaryev@gmail.com>
* Update Sources/tart/Commands/Push.swift
Co-authored-by: Nikolay Edigaryev <edigaryev@gmail.com>
* Update Sources/tart/Commands/Push.swift
Co-authored-by: Nikolay Edigaryev <edigaryev@gmail.com>
* Update Sources/tart/OCI/Manifest.swift
Co-authored-by: Nikolay Edigaryev <edigaryev@gmail.com>
* Update Sources/tart/Commands/Push.swift
Co-authored-by: Nikolay Edigaryev <edigaryev@gmail.com>
* Update Sources/tart/Commands/Push.swift
* Do not use a variable to store parseLabels() results
* Trim spaces before splitting labels and support empty values
---------
Co-authored-by: Victor Serbu <victors@4psa.com>
Co-authored-by: Nikolay Edigaryev <edigaryev@gmail.com>
Co-authored-by: Fedor Korotkov <fedor.korotkov@gmail.com>
|
||
|---|---|---|
| .. | ||
| CI | ||
| Commands | ||
| Credentials | ||
| DeviceInfo | ||
| Formatter | ||
| Logging | ||
| MACAddressResolver | ||
| Network | ||
| OCI | ||
| Passphrase | ||
| Platform | ||
| ShellCompletions | ||
| VNC | ||
| Config.swift | ||
| Fetcher.swift | ||
| FileLock.swift | ||
| IPSWCache.swift | ||
| LocalLayerCache.swift | ||
| PIDLock.swift | ||
| Prunable.swift | ||
| Root.swift | ||
| Serial.swift | ||
| URL+AccessDate.swift | ||
| URL+Prunable.swift | ||
| Utils.swift | ||
| VM+Recovery.swift | ||
| VM.swift | ||
| VMConfig.swift | ||
| VMDirectory+Archive.swift | ||
| VMDirectory+OCI.swift | ||
| VMDirectory.swift | ||
| VMStorageHelper.swift | ||
| VMStorageLocal.swift | ||
| VMStorageOCI.swift | ||