Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mesos container updates. #78

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Mesos container updates. #78

wants to merge 5 commits into from

Conversation

greggomann
Copy link
Contributor

@greggomann greggomann commented Dec 7, 2016

This PR updates the Mesos Docker containers:

  • Renames slave to agent
  • Adds tagging of latest to the Makefile used to build Mesos containers
  • Adds text about networking on OSX
  • Adds text about Docker-in-Docker on the agent
  • Adds a prominent note to the README that these images are not meant for production

Resolves #68 #61

@@ -40,11 +40,17 @@ mesos: check-version
sed -i -e "s/{UBUNTU_TESTING}//g" $@ ; \
fi
docker build -t mesosphere/$@:$(MESOS_TAG) - < $@
$(eval IMAGE_ID=$(shell docker images | grep 'mesosphere/$@ ' | grep $(MESOS_TAG) | awk '{print $$3}'))
docker tag $(IMAGE_ID) mesosphere/$@:latest
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given that we are never pushing the image with latest tag any specific reason we are actually creating an image with that tag?

Copy link
Contributor

@asridharan asridharan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Otherwise LGTM !! 🚢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants