diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-11-17 15:21:50 +0100 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-11-17 15:21:50 +0100 |
commit | c2c7dd8ff30ad5b623ab5a4311e659244657fda8 (patch) | |
tree | b81132deb8daf4cea218c20a6450d2055a6b7de2 /CONTRIBUTING.md | |
parent | 42ec4cf87f8d0a84301594a4fc5cf05f0a10bd7f (diff) | |
download | podman-c2c7dd8ff30ad5b623ab5a4311e659244657fda8.tar.gz podman-c2c7dd8ff30ad5b623ab5a4311e659244657fda8.tar.bz2 podman-c2c7dd8ff30ad5b623ab5a4311e659244657fda8.zip |
remove contrib/gate
Remove references on contrib/gate. The gating image is currently not
maintained and was replaced in the CI rewrite. We can disable builds
in Quay once the change is merged.
Note that running `make validate` in a container is still desired.
A similar approach may be re-added in the future.
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1d2c26750..30fddf82b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -286,16 +286,7 @@ commit automatically with `git commit -s`. ### Go Format and lint -All code changes must pass ``make validate`` and ``make lint``, as -executed in a standard container. The container image for this -purpose is provided at: ``quay.io/libpod/gate:master``. With -other tags available for different branches as needed. These -images are built automatically after merges to the branch. - -#### Building the gate container locally - -For local use, debugging, or experimentation, the gate image may -be built locally from the repository root, with the command: +All code changes must pass ``make validate`` and ``make lint``. ``` podman build -t gate -f contrib/gate/Dockerfile . |