Skip to content

gnocchixyz/gnocchi-openshift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gnocchi on OpenShift

This repository contains a Dockerfile that can be used to build an image of Gnocchi latest version on OpenShift.

Building and pushing via Docker Hub

You can push this image on Docker Hub to use it in OpenShift later:

$ docker build -t <username>/gnocchi
$ docker push <username>/gnocchi

Then create an application using the image imported from the pull spec <username>/gnocchi.

If you push the image after a rebuild, you can trigger a refresh of the image if needed:

$ oc import-image <username>/gnocchi

About

Gnocchi Docker image for OpenShift

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages