Skip to content

Commit

Permalink
Merge pull request #64 from openconfig/update-image
Browse files Browse the repository at this point in the history
Update README with section on updating the CI image.
  • Loading branch information
wenovus authored Aug 4, 2023
2 parents 41e0b30 + c69e747 commit ff3c08b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ up major revisions. It simply requires an update in `cloubuild.yaml` in user
repos to make use of the new features. The main point is to avoid breaking
existing `cloudbuild.yaml`.

## Updating the Build Image

Validators require the use of an image built using [Dockerfile](/Dockerfile).
Periodically this image needs to be rebuilt to avoid issues such as
[this](https://gist.github.com/OpenConfigBot/69d4b1707744221f0c53d49bcf5caaca),
where repositories likely started using `go modules` for dependencies.

## Purpose

There are several widely-used YANG tools that form an important part of what
Expand Down

0 comments on commit ff3c08b

Please sign in to comment.