0.1.111 • Published 1 year ago

@azbake/ingredient-container-reg v0.1.111

Weekly downloads
4
License
MIT
Repository
-
Last release
1 year ago

Changelogs

Overview

The Container Registry ingredient is a plugin for Bake. When included in a recipe this will create an Azure Container Registry for Docker images.

Usage

This typically would be included as a one time deploy of a platform level resource. Re-deployment would likely be for changing of settings or possibly setting up a new Container Registry.

Recipe

name: My package
shortName: mypkg
version: 0.0.1
ingredients:
  - "@azbake/ingredient-container-registry@~0"
parallelRegions: false
resourceGroup: true
recipe:
  mypkg-storage:
    properties:
      type: "@azbake/ingredient-container-registry"
      source: ""
      parameters:
        registryName: MyContainerRegistry
propertyrequireddescription
registryNameyesName for the Container Registry Resource
adminUserEnablednoUses a boolean value to allow login via the resource name and an administrator key. Default is false
registrySkunoSelects Basic, Standard, or Premium tiers for container registry. Default is Basic. See documentation
registryLocationnoThe location for this resource. Default is the parent resource group geographic location

*** Please note that the only value required for creation of this resource is the registryName

Utilities

Utility classes can be used inside of the bake.yaml file for parameter and source values.

acr class

functiondescription
create_resource_name()Returns the name created for the container registry profile when deployed.

Function Details

create_resource_name()

Gets the name create for the traffic manager profile deployed.

...
parameters:
    registryName: "[acr.create_resource_name()]"
...

Returns

string

0.1.111

1 year ago

0.1.110

2 years ago

0.1.107

2 years ago

0.1.106

2 years ago

0.1.109

2 years ago

0.1.108

2 years ago

0.1.105

2 years ago

0.1.104

4 years ago

0.1.103

4 years ago

0.1.102

4 years ago

0.1.101

4 years ago

0.1.100

4 years ago

0.1.99

4 years ago

0.1.98

4 years ago

0.1.97

4 years ago

0.1.96

4 years ago

0.1.95

4 years ago

0.1.87

4 years ago

0.1.75

5 years ago

0.1.68

5 years ago

0.1.67

5 years ago

0.1.64

5 years ago

0.1.61

5 years ago

0.1.59

5 years ago

0.1.55

5 years ago

0.1.53

5 years ago

0.1.47

5 years ago

0.1.46

5 years ago

0.1.45

5 years ago

0.1.44

5 years ago

0.1.42

5 years ago

0.1.38

5 years ago

0.1.37

5 years ago

0.1.36

5 years ago

0.1.35

5 years ago

0.1.34

5 years ago

0.1.33

5 years ago