-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new image: gomplate #2936
Open
sanjayk0508
wants to merge
2
commits into
chainguard-images:main
Choose a base branch
from
sanjayk0508:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
new image: gomplate #2936
Conversation
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
Errorterraform apply
var.target_repository
The docker repo into which the image and attestations should be published.
Enter a value: cgr.dev/chainguard/gomplate
module.latest-config.data.apko_config.this: Reading...
module.latest-config.data.apko_config.this: Still reading... [10s elapsed]
Planning failed. Terraform encountered an error while generating this plan.
╷
│ Error: computing package locks
│
│ with module.latest-config.data.apko_config.this,
│ on config/main.tf line 12, in data "apko_config" "this":
│ 12: data "apko_config" "this" {
│
│ resolving apk packages: for arch "loong64": error getting repository indexes: reading index
│ https://packages.wolfi.dev/os/loongarch64/APKINDEX.tar.gz: fetching https://packages.wolfi.dev/os/loongarch64/APKINDEX.tar.gz:
│ GET https://packages.wolfi.dev/os/loongarch64/APKINDEX.tar.gz (Range: bytes=0-): unexpected status code: 404
│ for arch "s390x": error getting repository indexes: reading index https://packages.wolfi.dev/os/s390x/APKINDEX.tar.gz: fetching
│ https://packages.wolfi.dev/os/s390x/APKINDEX.tar.gz: GET https://packages.wolfi.dev/os/s390x/APKINDEX.tar.gz (Range: bytes=0-):
│ unexpected status code: 404
│ for arch "386": error getting repository indexes: reading index https://packages.wolfi.dev/os/x86/APKINDEX.tar.gz: fetching
│ https://packages.wolfi.dev/os/x86/APKINDEX.tar.gz: GET https://packages.wolfi.dev/os/x86/APKINDEX.tar.gz (Range: bytes=0-):
│ unexpected status code: 404
│ for arch "riscv64": error getting repository indexes: reading index https://packages.wolfi.dev/os/riscv64/APKINDEX.tar.gz:
│ fetching https://packages.wolfi.dev/os/riscv64/APKINDEX.tar.gz: GET https://packages.wolfi.dev/os/riscv64/APKINDEX.tar.gz
│ (Range: bytes=0-): unexpected status code: 404
│ for arch "arm/v7": error getting repository indexes: reading index https://packages.wolfi.dev/os/armv7/APKINDEX.tar.gz:
│ fetching https://packages.wolfi.dev/os/armv7/APKINDEX.tar.gz: GET https://packages.wolfi.dev/os/armv7/APKINDEX.tar.gz (Range:
│ bytes=0-): unexpected status code: 404
│ for arch "ppc64le": error getting repository indexes: reading index https://packages.wolfi.dev/os/ppc64le/APKINDEX.tar.gz:
│ fetching https://packages.wolfi.dev/os/ppc64le/APKINDEX.tar.gz: GET https://packages.wolfi.dev/os/ppc64le/APKINDEX.tar.gz
│ (Range: bytes=0-): unexpected status code: 404
│ for arch "arm/v6": error getting repository indexes: reading index https://packages.wolfi.dev/os/armhf/APKINDEX.tar.gz:
│ fetching https://packages.wolfi.dev/os/armhf/APKINDEX.tar.gz: GET https://packages.wolfi.dev/os/armhf/APKINDEX.tar.gz (Range:
│ bytes=0-): unexpected status code: 404
│ for arch "amd64": getting indexes for "386" sibling: reading index https://packages.wolfi.dev/os/x86/APKINDEX.tar.gz: fetching
│ https://packages.wolfi.dev/os/x86/APKINDEX.tar.gz: GET https://packages.wolfi.dev/os/x86/APKINDEX.tar.gz (Range: bytes=0-):
│ unexpected status code: 404
│ for arch "arm64": getting indexes for "386" sibling: reading index https://packages.wolfi.dev/os/x86/APKINDEX.tar.gz: fetching
│ https://packages.wolfi.dev/os/x86/APKINDEX.tar.gz: GET https://packages.wolfi.dev/os/x86/APKINDEX.tar.gz (Range: bytes=0-):
│ unexpected status code: 404
╵
╷
│ Error: Invalid function argument
│
│ on ../../tflib/publisher/chainguard.tf line 43, in resource "chainguard_image_repo" "repo":
│ 43: readme = file(local.readme_filepath)
│ ├────────────────
│ │ while calling file(path)
│ │ local.readme_filepath is "images/./README.md"
│
│ Invalid value for "path" parameter: no file exists at "images/./README.md"; this function works only with files that are
│ distributed as part of the configuration source code, so if this file will be created by a resource in this configuration you
│ must instead obtain this result from an attribute of that resource. Error details1. Package Resolution ErrorsThe error message mentions that Terraform is unable to fetch the unexpected status code: 404 2. Invalid File Path for
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New Image Pull Request Template
Related: #2497
Notes:
Image Vulnerabilities
Notes:
Image Tagging
Notes:
Basic Testing - K8s cluster
Notes:
Basic Testing - Package/Application
Notes:
Helm
Notes:
Processor Architectures
Notes:
Functional Testing + Documentation
Notes:
Environment Testing + Documentation
Notes:
Version
Notes:
Dev Tag Availability
Notes:
Access Control + Authentication
nonroot
and GID/UID are set to 65532 or upstream defaultENTRYPOINT
CMD
–help
Environment Variables
SIGTERM
docker kill $(docker run -d --rm cgr.dev/chainguard/nginx)
)Logs
Documentation - README