navcontainerhelper/Artifacts
Freddy Kristiansen b7cd45a918
Increase Get-BcArtifactUrl Performance (#3739)
When looking for the latest version of the artifacts for a specific
country, we need to fetch all artifacts in the blob storage in order to
figure out what is latest. This fix uses an approximation of latest
version number (actually the one shipping in a month) and trying to
download that (or 2 prior versions)

Additional improvements we are looking at for future optimizations:

- Use OCI artifacts for artifacts storage instead of traditional blob
storage
- Restructure artifacts in more layers to allow for partial download of
what you need in various scenarios
- Create index if artifacts to allow for querying artifacts without
reading tags/annotations

---------

Co-authored-by: freddydk <freddydk@users.noreply.github.com>
2024-11-04 13:03:11 +01:00
..
Download-Artifacts.ps1
Get-BCArtifactUrl.ps1 Increase Get-BcArtifactUrl Performance (#3739) 2024-11-04 13:03:11 +01:00
Get-NavArtifactUrl.ps1