Posts
RAM GOPINATHAN
November 11, 2017
Dockerizing Hugo Sites
Hugo is a great OSS project that can be used to create static sites that are based on markdown files stored in a git repository. My personal blog is created using hugo and hosted on AWS S3. I…
RAM GOPINATHAN
October 25, 2017
Automatically get latest Docker security vulnerabilities posted to slack channel
It's extremely important to always be aware of all the announcements related to security issues for the products you use and support within your company, If you use slack we can have all these…
RAM GOPINATHAN
September 22, 2017
Configuration As Code With Docker and Spring Boot
Configuration as code is a DevOps practice that promotes storing of application configuration as code within source code repository. Few key benefits that this brings is that
RAM GOPINATHAN
July 8, 2017
Using docker for dynamically provisioning jenkins build slaves and running build jobs
In Many enterprises leveraging Jenkins for running automated builds, it's quite common to have a central team providing Jenkins and other CI/CD tools as shared service. One of the issues that you…
RAM GOPINATHAN
July 8, 2017
Jenkins Build Slave Image For Building Hugo Projects
At T-Mobile we are starting to leverage Hugo which is an OSS static site generator tool for a few marketing type of sites. We are also huge Jenkins shop and run jenkins build slaves in docker and…
RAM GOPINATHAN
May 7, 2017
Some thoughts on running docker registries in jFrog artifactory
At T-Mobile we use jFrog artifactory as a centralized repository for storing artifacts. It is one of the key tools in our DevOps toolset and is integrated into our CI/CD processes. Artifactory has…