Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Stephan Hochdöfer:
Dockerizing GitLab Review Apps
Jun 07, 2017 @ 15:28:15

On the BitExpert blog Stephan Hochdöfer has written up a post showing how to "Dockerize" GitLab review apps to create a consistent platform for these self-contained environments.

Last year GitLab introduced the Review Apps feature. Review Apps are app environments that are created dynamically every time you push a new branch up to GitLab. As a bonus point the app environments are automatically deleted when the branch is deleted. Since we moved to using docker for quite a few of our projects I was keen on figuring out how to combine Docker and the GitLab Review Apps functionality as the documentation only mentions NGINX as a way to run Review Apps. As it turns out, it is rather simple to deploy docker containers as a Review App.

He describes the environment he needs and which tools he'll be using to perform the build of the environments. He then defines the sample GitLab configuration file including the "build" stage. He briefly explains the steps this follows then shows the configuration for the "deploy" step, grabbing the latest image from his Docker repo and running it. He ends the post with an "undeploy" stage that removes the Docker build automatically when the environment is no longer needed.

tagged: gitlab review application apps tutorial docker deploy undeploy

Link: https://blog.bitexpert.de/blog/dockerizing-gitlab-review-apps/

David Sklar's Blog:
Me @ Pro PHP Podcast
Feb 21, 2006 @ 13:02:02

On his blog, David Sklar has a very quick reminder about the upcoming Pro::PHP podcast that he's doing.

I'll be chatting with Marcus on the Pro:PHP Podcast this Friday, Feb. 24 at 1pm ET. Tune into the live webcast and ask questions!

As he mentioned, you can sign up for the free live webcast here or, if you can't be there, the entire recording will be posted on the Pro::PHP Podcast site (and can be pulled down by any aggregator subscribed to the XML feed).

tagged: pro::php podcast david sklar ning social web apps interview pro::php podcast david sklar ning social web apps interview

Link:

David Sklar's Blog:
Me @ Pro PHP Podcast
Feb 21, 2006 @ 13:02:02

On his blog, David Sklar has a very quick reminder about the upcoming Pro::PHP podcast that he's doing.

I'll be chatting with Marcus on the Pro:PHP Podcast this Friday, Feb. 24 at 1pm ET. Tune into the live webcast and ask questions!

As he mentioned, you can sign up for the free live webcast here or, if you can't be there, the entire recording will be posted on the Pro::PHP Podcast site (and can be pulled down by any aggregator subscribed to the XML feed).

tagged: pro::php podcast david sklar ning social web apps interview pro::php podcast david sklar ning social web apps interview

Link:


Trending Topics: