Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 577 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 577 Bytes

OpenShift artifactory-oss

This repository contains a dockerized version of artifactory-oss to be used on OpenShift by running as a non-priviledged user.

Run

docker run -v $(pwd)/artifactory:/artifactory -p 8080:8080 -it widerin/openshift-artifactory-oss:latest

Create on openshift

oc login https://<your-master-node>:8443
oc new-project artifactory-oss
oc create -f openshift/deployment.yaml
oc create -f openshift/service.yaml

If you want to expose your artifactory-oss server you have to create a route.