Skip to content

A Docker base image for MyBusiness based web applications

License

Notifications You must be signed in to change notification settings

cbmarcum/mybusiness-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A Docker base image for MyBusiness based web applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published