Merged
Conversation
93c5dc9 to
d19d029
Compare
ab8bdd6 to
1273865
Compare
jorgensd
reviewed
Feb 24, 2026
7f7e618 to
a542570
Compare
a542570 to
ccf8040
Compare
```bash
spack buildcache push -h
usage: spack buildcache push [-hf] [--unsigned | --signed | --key key]
[--update-index] [--only {package,dependencies}]
[--with-build-dependencies | --without-build-dependencies]
[--fail-fast] [--base-image BASE_IMAGE]
[--tag TAG] [--private] [-j JOBS]
mirror ...
positional arguments:
mirror mirror name, path, or URL
specs one or more package specs
options:
--base-image BASE_IMAGE
specify the base image for the buildcache
--fail-fast stop pushing on first failure (default is best effort)
--key key, -k key key for signing
--only {package,dependencies}
select the buildcache mode. The default is to build a cache for the package along with all its dependencies. Alternatively, one can decide to build a cache for only the package or only the dependencies
--private for a private mirror, include non-redistributable packages
--signed push signed buildcache tarballs
--tag TAG, -t TAG when pushing to an OCI registry, tag an image containing all root specs and their runtime dependencies
--unsigned, -u push unsigned buildcache tarballs
--update-index, --rebuild-index
regenerate buildcache index after building package(s)
--with-build-dependencies
include build dependencies in the buildcache
--without-build-dependencies
exclude build dependencies from the buildcache
-f, --force overwrite tarball if it exists
-h, --help show this help message and exit
-j JOBS, --jobs JOBS explicitly set number of parallel jobs
```
Push local buildcache to an OCI package
This file contains hidden or 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
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.
Copy workflow from https://github.com/FEniCS/spack-fenics