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 ec73629fe [mesos-build] Add readme to support/mesos-build directory.
ec73629fe is described below

commit ec73629fee7135771c6e732846cb44609f0eba50
Author: Jason Zhou <jasonzhou...@gmail.com>
AuthorDate: Wed Jun 5 00:44:47 2024 -0400

    [mesos-build] Add readme to support/mesos-build directory.
    
    Review: https://reviews.apache.org/r/75028/
---
 support/mesos-build/README.md | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/support/mesos-build/README.md b/support/mesos-build/README.md
new file mode 100644
index 000000000..0132e4562
--- /dev/null
+++ b/support/mesos-build/README.md
@@ -0,0 +1,19 @@
+# Mesos docker files for Ubuntu 20.04, Centos 7, Ubuntu 18.04
+
+We use these dockerfiles to update the images that we have hosted on docker hub
+which our workflows, like the buildbot, pulls from.
+
+# Building images
+
+To build a dockerfile inside this directory, run the following command:
+```bash
+$ docker build -t <tag_name> -f <path_to_file> .
+```
+
+If you intend on uploading this image to dockerhub mesos/mesos-build:
+For Ubuntu 20.04, please run docker build with the `--platform linux/amd64` 
flag.
+
+# Pushing images
+Ensure you have your tag for the image as `mesos/mesos-build:<OS version>`
+Run: `docker push mesos/mesos-build:<OS version>`
+You need to be an authenticated user who is authorized in order to perform 
docker push successfully
\ No newline at end of file

Reply via email to