Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 850 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 850 Bytes

mybusiness-base

A Docker base image for MyBusiness based web applications.

The home for these images is: Docker Hub MyBusiness-Base

The image is built on Amazon's Corretta JDK 8 image with Apache OpenOffice installed.

Building the image

Based on instructions from from: Docker get-started part 2

Build the temp image (make sure to replace the version with the new one).

$ docker build --tag=mybusiness-temp:X.X.X .

tag the official one for docker hub

$ docker tag mybusiness-temp:X.X.X cbmarcum/mybusiness-base:X.X.X

Login to docker hub

$ docker login

Push the image

$ docker push cbmarcum/mybusiness-base:X.X.X

Delete local temp image