Draft: Esd spack installation
Compare changes
Files
29+ 32
− 28
@@ -12,48 +12,51 @@ class BuildCacheManager(BuildCacheManagerInterface):
@@ -12,48 +12,51 @@ class BuildCacheManager(BuildCacheManagerInterface):
# Refer to the official OCI Registry documentation for detailed information on the available authentication methods.
# Supported authentication types may include basic authentication (username/password), token-based authentication,
self.client = oras.client.OrasClient(hostname=self.registry_host, auth_backend=auth_backend, insecure=insecure)
@@ -63,37 +66,38 @@ class BuildCacheManager(BuildCacheManagerInterface):
@@ -63,37 +66,38 @@ class BuildCacheManager(BuildCacheManagerInterface):
@@ -106,8 +110,8 @@ class BuildCacheManager(BuildCacheManagerInterface):
@@ -106,8 +110,8 @@ class BuildCacheManager(BuildCacheManagerInterface):