Skip to content

Commit

Permalink
automated commit
Browse files Browse the repository at this point in the history
Signed-off-by: Public copy <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jan 30, 2025
1 parent cd6172f commit b6baca1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion images/apko/config/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ output "config" {
entrypoint = {
command = "/usr/bin/apko"
}
cmd = "--help"
work-dir = "/work"
cmd = "--help"
})
}
1 change: 1 addition & 0 deletions images/go/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ public: true
tier: BASE
aliases:
- golang:latest
- golang:alpine
4 changes: 2 additions & 2 deletions images/ruby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Chainguard's Ruby image is meant to serve as a drop-in replacement for the offic
* Environment variables, especially gem paths, sometimes differ from those in the official Ruby Image.
* The Chainguard Ruby Image does not default to using `UTF-8`. You will need to specify this yourself.

To better understand the differences between Chainguard's Ruby image and alternatives, it may be helpful to review the upstream's Dockerfiles. For example, you can review the [`alpine3.19` Dockerfile available for Ruby 3.3](https://github.com/docker-library/ruby/blob/master/3.3/alpine3.19/Dockerfile).
To better understand the differences between Chainguard's Ruby image and alternatives, it may be helpful to review the upstream's Dockerfiles. For example, you can review the [`alpine3.21` Dockerfile available for Ruby 3.3](https://github.com/docker-library/ruby/blob/master/3.3/alpine3.21/Dockerfile).

## Getting Started

Expand Down Expand Up @@ -83,4 +83,4 @@ That being said, it’s worth noting that `-dev` variants of Chainguard Images a

## Learn More

To better understand how to work with Chainguard Images, we encourage you to visit [Chainguard Academy](https://edu.chainguard.dev/), our documentation and education platform.
To better understand how to work with Chainguard Images, we encourage you to visit [Chainguard Academy](https://edu.chainguard.dev/), our documentation and education platform.

0 comments on commit b6baca1

Please sign in to comment.