Skip to content

agynio/devcontainer-agyn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

devcontainer-agyn

Build arguments

GH_PR_REVIEW_VERSION can be overridden independently for releases whose per-architecture SHA-256 digests are encoded in the Dockerfile. Other gh-pr-review releases must be built with the matching checksum override for the target architecture:

docker build \
  --build-arg GH_PR_REVIEW_VERSION=vX.Y.Z \
  --build-arg GH_PR_REVIEW_LINUX_AMD64_SHA256=<linux-amd64-sha256> \
  --build-arg GH_PR_REVIEW_LINUX_ARM64_SHA256=<linux-arm64-sha256> \
  .

For single-platform builds of an unmapped release, only the checksum for the target architecture is required.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors