1.1.0 • Published 16 days ago

@azure/container-registry v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
16 days ago

Azure Container Registry client library for JavaScript

Azure Container Registry is a managed, private Docker registry service based on the open-source Docker Registry 2.0. Create and maintain Azure container registries to store and manage your private Docker container images and related artifacts.

Use Azure container registries with your existing container development and deployment pipelines, or use Azure Container Registry Tasks to build container images in Azure. Build on demand, or fully automate builds with triggers such as source code commits and base image updates.

Getting started

Currently supported environments

  • Node.js version 8.x or higher

Prerequisites

Usually you'd put a shell command for provisioning the necessary Azure services here.

Install the @azure/container-registry package

Install the Container Registry client library for JavaScript with npm:

npm install @azure/container-registry

Browser support

JavaScript Bundle

To use this client library in the browser, first you need to use a bundler. For details on how to do this, please refer to our bundling documentation.

Further examples

Top-level examples usually include things like creating and authenticating the main Client. If your service supports multiple means of authenticating (e.g. key-based and Azure Active Directory) you can give a separate example of each.

Key concepts

ContainerRegistryClient

ContainerRegistryClient provides operations to interact with an Azure Container Registry instance.

Examples

First Example

Create several code examples for how someone would use your library to accomplish a common task with the service.

Troubleshooting

Logging

Enabling logging may help uncover useful information about failures. In order to see a log of HTTP requests and responses, set the AZURE_LOG_LEVEL environment variable to info. Alternatively, logging can be enabled at runtime by calling setLogLevel in the @azure/logger:

import { setLogLevel } from "@azure/logger";

setLogLevel("info");

Next steps

Please take a look at the samples directory for detailed examples that demonstrate how to use the client libraries.

Contributing

If you'd like to contribute to this library, please read the contributing guide to learn more about how to build and test the code.

Related projects

Impressions

1.1.0-beta.3

1 year ago

1.1.0

1 year ago

1.1.0-beta.2

1 year ago

1.1.0-beta.1

2 years ago

1.0.0

2 years ago

1.0.0-beta.6

3 years ago

1.0.0-beta.5

3 years ago

1.0.0-beta.4

3 years ago

1.0.0-beta.3

3 years ago

1.0.0-beta.2

3 years ago

1.0.0-beta.1

3 years ago