-
Notifications
You must be signed in to change notification settings - Fork 72
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 #1081 from chainguard-dev/create-pull-request/patch
[AutoDocs] Update Images Reference Docs
- Loading branch information
Showing
324 changed files
with
1,662 additions
and
575 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
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
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
49 changes: 49 additions & 0 deletions
49
content/chainguard/chainguard-images/reference/caddy/_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,49 @@ | ||
--- | ||
title: "Image Overview: caddy" | ||
linktitle: "caddy" | ||
type: "article" | ||
layout: "single" | ||
description: "Overview: caddy Chainguard Image" | ||
date: 2022-11-01T11:07:52+02:00 | ||
lastmod: 2022-11-01T11:07:52+02:00 | ||
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/caddy/" >}} | ||
{{< tab title="Variants" active=false url="/chainguard/chainguard-images/reference/caddy/image_specs/" >}} | ||
{{< tab title="Tags History" active=false url="/chainguard/chainguard-images/reference/caddy/tags_history/" >}} | ||
{{< tab title="Provenance" active=false url="/chainguard/chainguard-images/reference/caddy/provenance_info/" >}} | ||
{{</ tabs >}} | ||
|
||
|
||
|
||
# Caddy | ||
|
||
## Get It! | ||
|
||
The image is available on `cgr.dev`: | ||
|
||
``` | ||
docker pull cgr.dev/chainguard/caddy:latest | ||
``` | ||
|
||
## Usage | ||
|
||
This image comes with a default configuration `Caddyfile` located in `/etc/caddy/Caddyfile`. | ||
|
||
Please refer to [upstream's excellent (and comprehensive) documentation](https://caddyserver.com/docs/) on the subject of configuring Caddy for your needs. | ||
|
||
The following example runs `caddy` with a custom configuration file: | ||
|
||
``` | ||
docker run -it --rm -v "$(pwd)/Caddyfile:/etc/caddy/Caddyfile" cgr.dev/chainguard/caddy caddy run --config /etc/caddy/Caddyfile | ||
``` | ||
|
71 changes: 71 additions & 0 deletions
71
content/chainguard/chainguard-images/reference/caddy/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,71 @@ | ||
--- | ||
title: "caddy Image Variants" | ||
type: "article" | ||
unlisted: true | ||
description: "Detailed information about the public caddy Chainguard Image variants" | ||
date: 2023-03-07T11:07:52+02:00 | ||
lastmod: 2023-03-07T11:07:52+02:00 | ||
draft: false | ||
tags: ["Reference", "Chainguard Images", "Product"] | ||
images: [] | ||
weight: 550 | ||
toc: true | ||
--- | ||
|
||
{{< tabs >}} | ||
{{< tab title="Overview" active=false url="/chainguard/chainguard-images/reference/caddy/" >}} | ||
{{< tab title="Variants" active=true url="/chainguard/chainguard-images/reference/caddy/image_specs/" >}} | ||
{{< tab title="Tags History" active=false url="/chainguard/chainguard-images/reference/caddy/tags_history/" >}} | ||
{{< tab title="Provenance" active=false url="/chainguard/chainguard-images/reference/caddy/provenance_info/" >}} | ||
{{</ tabs >}} | ||
|
||
This page shows detailed information about all public variants of the Chainguard **caddy** Image. | ||
|
||
## Variants Compared | ||
The **caddy** 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/caddy` | `/usr/bin/caddy` | | ||
| CMD | `run` | `run` | | ||
| Workdir | not specified | not specified | | ||
| Has apk? | yes | no | | ||
| Has a shell? | yes | no | | ||
|
||
Check the [tags history page](/chainguard/chainguard-images/reference/caddy/tags_history/) for the full list of available tags. | ||
|
||
## Packages Included | ||
The table shows package distribution across variants. | ||
|
||
| | latest-dev | latest | | ||
|--------------------------|------------|--------| | ||
| `apk-tools` | X | | | ||
| `bash` | X | | | ||
| `busybox` | X | | | ||
| `ca-certificates-bundle` | X | X | | ||
| `caddy` | X | X | | ||
| `git` | X | | | ||
| `glibc` | X | | | ||
| `glibc-locale-posix` | X | | | ||
| `ld-linux` | X | | | ||
| `libbrotlicommon1` | X | | | ||
| `libbrotlidec1` | X | | | ||
| `libcrypt1` | X | | | ||
| `libcrypto3` | X | | | ||
| `libcurl-openssl4` | X | | | ||
| `libexpat1` | X | | | ||
| `libnghttp2-14` | X | | | ||
| `libpcre2-8-0` | X | | | ||
| `libssl3` | X | | | ||
| `ncurses` | X | | | ||
| `ncurses-terminfo-base` | X | | | ||
| `openssl-config` | X | | | ||
| `wolfi-baselayout` | X | X | | ||
| `zlib` | X | | | ||
|
Oops, something went wrong.