Skip to content

hashicorp/docker-official-images

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Official HC fork of Docker's official images repository.

Initial setup:

  1. Clone this repository with git clone git@github.com:hashicorp/docker-official-images.git
  2. Add the official Docker repository this is forked from as a new upstream remote with git remote add upstream https://github.com/docker-library/official-images

When making a new PR:

  1. Run git remote update, then git checkout upstream/master to base your changes off the upstream master to avoid conflicts.
  2. Create a new release(s)-specific branch such as git checkout -b consul-1.14.6-1.15.2
  3. Update the appropriate images with new versions and commit SHAs (example). The SHA should be the commit made for the corresponding version in hashicorp/docker-consul.
  4. Commit your changes and push the branch to the HashiCorp repo with git push origin ${BRANCH}
  5. Open a pull request against https://github.com/docker-library/official-images to update the official image from the new branch in our fork. (Clicking the New Pull Request button for your branch on https://github.com/hashicorp/docker-official-images/branches will set the upstream Docker repository as base by default.)

About

Docker Official Images

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published