This section describes how to clone the che-devfile-registry Git repository.
Procedure
-
Run the following command:
$ git clone git@github.com:eclipse/che-devfile-registry.git
-
Verify the repository has been cloned.
$ tree -L 2 ./che-devfile-registry ./che-devfile-registry (...) ├── Dockerfile (1) ├── README.md (2) ├── arbitrary-users-patch (3) ├── deploy │ ├── kubernetes (4) │ └── openshift (5) └── devfiles (6)
1 Dockerfile to build the container image 2 Updated instructions to build and run the registry 3 Scripts to patch images so that they work fine even if run as arbitrary users 4 Kubernetes deployment files 5 OpenShift deployment files 6 Devfiles folder