I have been using the vagrantfile to test the discourse docker image build on my mac until 2.5.0.beta4. We have some custom templates, custom app.yml, etc. Testing image build via the launcher script helps confirm that nothing is broken before deploying it. Our pipeline doesn’t need vagrant, but locally I don’t know any other way of running the launcher script other than the vagrant vm. After upgrading to 2.5.0.beta7, I realized that vagrantfile is removed, so I can’t build the discourse image locally any more.
What is your recommendation on building the discourse docker image locally on a mac?