Skip to content

Commit

Permalink
Update readme detailing the new location of the jamfpro image dockerh…
Browse files Browse the repository at this point in the history
…ub location
  • Loading branch information
battlecow committed Aug 15, 2021
1 parent e88ef7c commit 29b36d8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# JamfPro Tomcat Docker image [![Build Status](https://travis-ci.com/jamf/jamfpro.svg?branch=master)](https://travis-ci.com/jamf/jamfpro)
# JamfPro Tomcat Docker Image

## Please Note ##
The Dockehub image has moved to the Jamf namespace and tags will pushed here:
[Dockerhub Tags](https://hub.docker.com/r/jamf/jamfpro/tags/)


## Description
Basic example Docker image based upon upstream Tomcat image to run a manually downloaded JamfPro ROOT.war from JamfNation.
Expand Down Expand Up @@ -62,7 +67,7 @@ docker run -p 8080:8080 -d \
-v $(pwd)/webapps:/usr/local/tomcat/webapps \
jamfdevops/jamfpro:0.0.8
```
Valid image tags can be found on [Dockerhub Tags](https://hub.docker.com/r/jamfdevops/jamfpro/tags/) or [Github Releases](https://github.com/jamf/jamfpro/releases).
Valid image tags can be found on [Dockerhub Tags](https://hub.docker.com/r/jamf/jamfpro/tags/) or [Github Releases](https://github.com/jamf/jamfpro/releases).


## Kubernetes Deployment
Expand Down

0 comments on commit 29b36d8

Please sign in to comment.