images icon indicating copy to clipboard operation
images copied to clipboard

Add a wire image.

Open dlorenc opened this issue 1 year ago • 0 comments

While debugging an issue in wire I saw a github issue requesting one: https://github.com/google/wire/issues/274

We already had it packaged, so why not!

New Image Pull Request Template

Image Size

Notes: N/A, no public image.

Image Vulnerabilities

  • [X] The Grype vulnerability scan returned 0 CVE(s).

Notes:

Image Tagging

  • [X] The image is not tagged with version tags.
  • [X] The image is tagged with :latest

Notes:

Basic Testing - K8s cluster

Notes: N/A

Basic Testing - Package/Application

  • [X] The application is accessible to the user/cluster/etc. after start-up.

Notes:

Helm

Notes: N/A

Processor Architectures

  • [X] The image was built and tested for x86_64.
  • [X] The image was built and tested for aarch64.

Notes:

Functional Testing + Documentation

  • [X] Functional tests have been included and the tests are passing. All tests have been documnted in the notes section.

Notes:

Environment Testing + Documentation

Version

  • [X] The package version is the latest version of the package. The latest tag points to this version.

Notes:

Dev Tag Availability

  • [X] There is a dev tag available that includes a shell and apk tools (by depending on 'wolfi-base')

Notes:

Access Control + Authentication

  • [X] The image runs as nonroot and GID/UID are set to 65532 or upstream default

ENTRYPOINT

  • X ] applications/servers/utilities set to call main program with no arguments e.g. [redis-server]

CMD

  • [X] For utilities/tooling bring up help e.g. –help

Environment Variables

  • [X] Environment variables not added and not required.

SIGTERM

  • [X] The image responds to SIGTERM (e.g., docker kill $(docker run -d --rm cgr.dev/chainguard/nginx))

Logs

  • [X] Error logs write to stderr and normal logs to stdout. Logs DO NOT write to file.

Documentation - README

  • [X] A README file has been provided and it follows the README template.

dlorenc avatar Feb 15 '24 14:02 dlorenc