-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1264 from chainguard-dev/create-pull-request/patch
[AutoDocs] Update Images Reference Docs
- Loading branch information
Showing
106 changed files
with
1,464 additions
and
434 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
72 changes: 72 additions & 0 deletions
72
content/chainguard/chainguard-images/reference/az/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
--- | ||
title: "Image Overview: az" | ||
linktitle: "az" | ||
type: "article" | ||
layout: "single" | ||
description: "Overview: az Chainguard Image" | ||
date: 2024-01-03 00:37:41 | ||
lastmod: 2024-01-03 00:37:41 | ||
draft: false | ||
tags: ["Reference", "Chainguard Images", "Product"] | ||
images: [] | ||
menu: | ||
docs: | ||
parent: "images-reference" | ||
weight: 500 | ||
toc: true | ||
--- | ||
|
||
{{< tabs >}} | ||
{{< tab title="Overview" active=true url="/chainguard/chainguard-images/reference/az/" >}} | ||
{{< tab title="Variants" active=false url="/chainguard/chainguard-images/reference/az/image_specs/" >}} | ||
{{< tab title="Tags History" active=false url="/chainguard/chainguard-images/reference/az/tags_history/" >}} | ||
{{< tab title="Provenance" active=false url="/chainguard/chainguard-images/reference/az/provenance_info/" >}} | ||
{{</ tabs >}} | ||
|
||
|
||
|
||
<!--overview:start--> | ||
Azure CLI | ||
<!--overview:end--> | ||
|
||
<!--getting:start--> | ||
## Get It! | ||
The image is available on `cgr.dev`: | ||
|
||
``` | ||
docker pull cgr.dev/chainguard/az:latest | ||
``` | ||
<!--getting:end--> | ||
|
||
<!--body:start--> | ||
|
||
## Overview | ||
|
||
Azure Command-Line Interface (CLI) used to create and manage Azure resources. | ||
The Azure CLI is available across Azure services and is designed to get you | ||
working quickly with Azure, with an emphasis on automation. | ||
|
||
### Docker setup | ||
|
||
To make sure you have the latest image version available, start by running a `docker pull` command: | ||
|
||
```shell | ||
docker pull cgr.dev/chainguard/az | ||
``` | ||
|
||
Then, run the image with the `--version` flag to make sure it is functional: | ||
|
||
```shell | ||
docker run -it --rm cgr.dev/chainguard/az --version | ||
``` | ||
You should get output similar to this: | ||
|
||
``` | ||
azure-cli 2.55.0 | ||
core 2.55.0 | ||
telemetry 1.1.0 | ||
... | ||
``` | ||
<!--body:end--> | ||
|
81 changes: 81 additions & 0 deletions
81
content/chainguard/chainguard-images/reference/az/image_specs.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
--- | ||
title: "az Image Variants" | ||
type: "article" | ||
unlisted: true | ||
description: "Detailed information about the public az Chainguard Image variants" | ||
date: 2024-01-03 00:37:41 | ||
lastmod: 2024-01-03 00:37:41 | ||
draft: false | ||
tags: ["Reference", "Chainguard Images", "Product"] | ||
images: [] | ||
weight: 550 | ||
toc: true | ||
--- | ||
|
||
{{< tabs >}} | ||
{{< tab title="Overview" active=false url="/chainguard/chainguard-images/reference/az/" >}} | ||
{{< tab title="Variants" active=true url="/chainguard/chainguard-images/reference/az/image_specs/" >}} | ||
{{< tab title="Tags History" active=false url="/chainguard/chainguard-images/reference/az/tags_history/" >}} | ||
{{< tab title="Provenance" active=false url="/chainguard/chainguard-images/reference/az/provenance_info/" >}} | ||
{{</ tabs >}} | ||
|
||
This page shows detailed information about all public variants of the Chainguard **az** Image. | ||
|
||
## Variants Compared | ||
The **az** Chainguard Image currently has 2 public variants: | ||
|
||
- `latest-dev` | ||
- `latest` | ||
|
||
The table has detailed information about each of these variants. | ||
|
||
| | latest-dev | latest | | ||
|--------------|---------------|---------------| | ||
| Default User | `nonroot` | `nonroot` | | ||
| Entrypoint | `/usr/bin/az` | `/usr/bin/az` | | ||
| CMD | not specified | not specified | | ||
| Workdir | not specified | not specified | | ||
| Has apk? | yes | no | | ||
| Has a shell? | yes | no | | ||
|
||
Check the [tags history page](/chainguard/chainguard-images/reference/az/tags_history/) for the full list of available tags. | ||
|
||
## Packages Included | ||
The table shows package distribution across variants. | ||
|
||
| | latest-dev | latest | | ||
|--------------------------|------------|--------| | ||
| `apk-tools` | X | | | ||
| `az` | X | X | | ||
| `bash` | X | | | ||
| `busybox` | X | | | ||
| `ca-certificates-bundle` | X | X | | ||
| `gdbm` | X | X | | ||
| `git` | X | | | ||
| `glibc` | X | X | | ||
| `glibc-locale-posix` | X | X | | ||
| `ld-linux` | X | X | | ||
| `libbrotlicommon1` | X | | | ||
| `libbrotlidec1` | X | | | ||
| `libbz2-1` | X | X | | ||
| `libcrypt1` | X | X | | ||
| `libcrypto3` | X | X | | ||
| `libcurl-openssl4` | X | | | ||
| `libexpat1` | X | X | | ||
| `libffi` | X | X | | ||
| `libgcc` | X | X | | ||
| `libnghttp2-14` | X | | | ||
| `libpcre2-8-0` | X | | | ||
| `libssl3` | X | X | | ||
| `libstdc++` | X | X | | ||
| `mpdecimal` | X | X | | ||
| `ncurses` | X | X | | ||
| `ncurses-terminfo-base` | X | X | | ||
| `openssl-config` | X | X | | ||
| `python-3.11` | X | X | | ||
| `readline` | X | X | | ||
| `sqlite-libs` | X | X | | ||
| `wolfi-baselayout` | X | X | | ||
| `xz` | X | X | | ||
| `zlib` | X | X | | ||
|
Oops, something went wrong.