-
DevOps
Creating your own devfile registry
Prerequisites You need a Kubernetes or OpenShift cluster (eg., minikube or minishift), into which you have installed Che. Follow the…
Read More » -
DevOps
Discovering containers loaded by Che 7
Prerequisites You need a Kubernetes or OpenShift cluster (eg., minikube or minishift), into which you have installed Che. Follow the…
Read More » -
DevOps
Deploying Che 7 to Minishift with chectl
Prerequisites You need the latest Minishift and chectl releases. Fetch them like this (or similar): cd ~/bin curl -sSL https://github.com/che-incubator/chectl/releases/download/20190628062929/chectl-linux -o chectl chmod…
Read More » -
Enterprise Java
Managing Jenkins job configurations
In JBoss Tools and Developer Studio, we manage a lot of build jobs in Jenkins. In fact, for the 3.2.x/4.x…
Read More » -
Enterprise Java
MANIFEST.MF and feature.xml versioning rules
I’m forever forgetting what the rules are for dependency declarations in MANIFEST.MF and feature.xml for osgi plugins and features. And…
Read More » -
Software Development
Git vs. SVN – Commandline Syntax Reference
Learning the git workflow takes a bit of brain retraining, but since I’ve been using SVN almost entirely via commandline…
Read More » -
Software Development
Git in colour
I’ve been using Git for a while now, but only today realized I can have coloured output for diff, grep,…
Read More »