0.3.0 • Published 1 year ago

@blitzm/azure-container-registry v0.3.0

Weekly downloads
17
License
Blitzm
Repository
-
Last release
1 year ago

Blitzm Cloud - Azure Container Registry

@blitzm/azure-container-registry is a typescript library for creating a docker registry in Azure with access control to the service principal.

Installation

This package can be installed using npm

npm install --save --save-exact @blitzm/azure-container-registry

Usage

import { AzureContainerRegistry } from '@blitzm/azure-container-registry';

const acr = new AzureContainerRegistry('docker-registry', {
  resourceGroup: resourceGroup,
  // the cluster needs to pull images from the registry
  pullAccess: [cluster.servicePrincipal],
  sku: 'Standard',
});

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

Blitzm

0.3.0

1 year ago

0.2.0

2 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago