This is an automated email from the ASF dual-hosted git repository.

bmahler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/master by this push:
     new f0a8a4522 Add push instructions to mesos-tidy.
f0a8a4522 is described below

commit f0a8a4522c12129e9f3d3ecf7d84dfc709541be3
Author: bmahler <bmah...@apache.org>
AuthorDate: Wed Jun 5 20:09:28 2024 -0400

    Add push instructions to mesos-tidy.
---
 support/mesos-tidy/README.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/support/mesos-tidy/README.md b/support/mesos-tidy/README.md
index 043d22044..391f8e42d 100644
--- a/support/mesos-tidy/README.md
+++ b/support/mesos-tidy/README.md
@@ -22,7 +22,12 @@ $ docker build -t mesos-tidy .
 On an M1 Mac, you may need to pass `--platform` to avoid an error with
 `qemu-x86_64: Could not open '/lib64/ld-linux-x86-64.so.2': No such file or 
directory`:
 ```bash
-$ docker build -t mesos-tidy --platform linux/amd64 .
+$ docker build -t mesos/mesos-tidy --platform linux/amd64 .
+```
+
+To push this image to docker hub (you need permissions), run:
+```bash
+$ docker push mesos/mesos-tidy
 ```
 
 A pre-built image is available via Docker Hub as `mesos/mesos-tidy`.

Reply via email to