image.py: Make KOKKURI_REGISTRY_INTERNAL optional
KOKKURI_REGISTRY_INTERNAL
now defaults to the value of
KOKKURI_REGISTRY_PUBLIC
.
Consolidate uses of os.getenv()
for KOKKURI_REGISTRY_INTERNAL
,
KOKKURI_REGISTRY_PUBLIC
, and KOKKURI_REGISTRY_CACHE
into
functions. The references to those environment variables in the call
to ensure_jwt_auth
will be updated in a future commit.
Related MRs:
- !110 (merged)
- !112 (merged) (This MR)
- !111 (merged)
- main