summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-11-17 20:29:04 +0100
committerGitHub <noreply@github.com>2020-11-17 20:29:04 +0100
commitf500fc955c60a39e6f661a9cf2acfb4c60757843 (patch)
tree6958b5b08884eb707f9a8622c43359bddc6f702a /CONTRIBUTING.md
parenteefa18f2b68dafd4896a4bb44f374333cad204e5 (diff)
parentc2c7dd8ff30ad5b623ab5a4311e659244657fda8 (diff)
downloadpodman-f500fc955c60a39e6f661a9cf2acfb4c60757843.tar.gz
podman-f500fc955c60a39e6f661a9cf2acfb4c60757843.tar.bz2
podman-f500fc955c60a39e6f661a9cf2acfb4c60757843.zip
Merge pull request #8371 from vrothberg/rm-gate
remove contrib/gate
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md11
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 .