Treat the model like a stateless function:
- You control the inputs
- It returns a result
- It does not reliably “remember” beyond what you provide
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| usage() { | |
| cat <<'EOF' | |
| Usage: | |
| scripts/mirror-multiarch-image.sh [source-image] [destination-image] | |
| Defaults: | |
| source-image docker.io/library/golang:1.26 |
The following files have unresolved merge conflicts. Please open each file, find the conflict markers (<<<<<<< / ======= / >>>>>>>), and resolve every conflict by editing the files directly.
Choose resolutions that best preserve the intent of both changes, or combine them if appropriate.
Files with conflicts:
If you're trying to install a scoped, internal or private library and you run into authentication or not found errors, please continue reading:
Follow the GitHub docs on installing packages from GPR. To install private or internal packages in a GitHub workflow, you'll need to add a GitHub Action Secret to the repository. Organizations that publish packages from multiple repos should provide an organization-level access token and share that token among repos that need to install other internal or private packages within the organization. Organization secrets can be shared with specific repos by an organization admin.
To configure NPM to instal