opensciencegrid/Load Container Action
Imports the image build caches and loads them for Docker CLI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| osg_series | OSG release series used to install packages | yes | — |
| repo | Input string that gets passed along to the docker build args | yes | — |
| context | Path to container files, including Dockerfile | no | . |
| timestamp_tag | Timestamped tag name (e.g., "opensciencegrid/osgvo-docker-pilot3.6-release-YYYYMMDD-hhmm") used to pass the Dockerfile as $TIMESTAMP_TAG | no | "" |
| image_name | Name of the image to build, e.g. "opensciencegrid/software-base" | no | "" |
Outputs
| name | description |
|---|---|
| image_tag | The image tag available through Docker CLI tools |