k get all -n user1-tenant
ktree -n user1-tenant components/stonesoup-spring-boot-hdv4
ktree -n user1-tenant applications.v1alpha1.appstudio.redhat.com my-app
k delete -n pipelines-as-code deployment/gosmee-client
cat <<'EOF' | k apply -f -
apiVersion: tekton.dev/v1 | |
kind: PipelineRun | |
metadata: | |
annotations: | |
build.appstudio.openshift.io/repo: https://github.com/ch007m/konflux-demo?rev={{revision}} | |
build.appstudio.redhat.com/commit_sha: '{{revision}}' | |
build.appstudio.redhat.com/target_branch: '{{target_branch}}' | |
pipelinesascode.tekton.dev/max-keep-runs: "3" | |
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch | |
== "main" |
rm -rf $HOME/.docker/certs.d/registry.local:5000
./kind-tls-secured-reg.sh
ls -la $HOME/.docker/certs.d
docker ps
docker pull gcr.io/google-samples/hello-app:1.0
docker tag gcr.io/google-samples/hello-app:1.0 kind-registry:5000/google-samples/hello-app:1.0
The data collected by the ispindle IoT can be forwarded to a server, MQTT broker, brewery web site, ...
The following node-red flow
has been designed to collect from a MQTT broker running on a laptop (or raspberry pi)
the data which are then enriched in order to post them on ubidots
Before to start the flow locally, install node-red and mosquitto as MQTT broker
github.com/redhat-buildpacks/poc/kaniko github.com/GoogleContainerTools/kaniko@v1.7.0 | |
github.com/redhat-buildpacks/poc/kaniko github.com/google/go-containerregistry@v0.4.1-0.20210128200529-19c2b639fab1 | |
github.com/redhat-buildpacks/poc/kaniko github.com/pkg/errors@v0.9.1 | |
github.com/redhat-buildpacks/poc/kaniko github.com/sirupsen/logrus@v1.8.1 | |
github.com/redhat-buildpacks/poc/kaniko github.com/stretchr/testify@v1.6.1 | |
github.com/redhat-buildpacks/poc/kaniko gotest.tools@v2.2.0+incompatible | |
cloud.google.com/go@v0.56.0 cloud.google.com/go/bigquery@v1.4.0 | |
cloud.google.com/go@v0.44.2 rsc.io/binaryregexp@v0.2.0 | |
cloud.google.com/go@v0.44.2 honnef.co/go/tools@v0.0.0-20190418001031-e561f6794a2a | |
cloud.google.com/go@v0.44.2 google.golang.org/grpc@v1.21.1 |
time="2021-11-19T20:13:04Z" level=info msg="The layered tzg files will be extracted to the home dir ..." | |
[36mINFO[0m[0000] Starting the Kaniko application to process a Dockerfile ... | |
[36mINFO[0m[0000] Initialize the BuildPackConfig and set the defaults values ... | |
[37mDEBU[0m[0000] Check if DOCKER_FILE_NAME env is defined... | |
[37mDEBU[0m[0000] DOCKER_FILE_NAME=Dockerfile2 | |
[37mDEBU[0m[0000] DockerfileName is: Dockerfile2 | |
[37mDEBU[0m[0000] Checking if CNB_* env var have been declared ... | |
[37mDEBU[0m[0000] CNB ENV var is: map[] | |
[37mDEBU[0m[0000] KanikoOptions defined | |
[36mINFO[0m[0000] Kaniko dir: /kaniko |
apiVersion: v1 | |
clusters: | |
- cluster: | |
certificate-authority-data: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUN5RENDQWJDZ0F3SUJBZ0lCQURBTkJna3Foa2lHOXcwQkFRc0ZBREFWTVJNd0VRWURWUVFERXdwcmRXSmwKY201bGRHVnpNQjRYRFRJeE1ETXdPREE1TWpjME1Gb1hEVE14TURNd05qQTVNamMwTUZvd0ZURVRNQkVHQTFVRQpBeE1LYTNWaVpYSnVaWFJsY3pDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBTHhOCnVFSUc4TmtUV2MreHpFWFA4ZnpSSHNSQXBTOWdvRVBFYTVZYzk3bDNXZGcxbWErQ1ZVTlEzU1hqY0pUVkl3dEMKcHJ6OThKQjVhZHRRQ3JNUDZsOG5oQTJCWUowZUlneXZONTV0S0d6SmRJb3F0dFliUlVuK0V5dTNZUU1MU3ZveQpXUWRCelRkbUMraXV6dHZXY1MzM1dLdEczcHF2OU52d0Jxd3VEbDVIQ3NZWHFQWE9YeWFKY1gyd0JaSldWdEpsCjZlUS9pTDc3aDY3Ujhkd3J5enVwa2pzalV3SzBwZ2N0Z25HeC80S0c2YUJyeFhleWdmUUg5NEkxTjAzRHZpY2kKOEpIb2Mra3JUL3EyMWtqaUJEYXZ0UWQrNkkrRkNsZ3pybzZ3YWl0bFVHeWYrSjB3cjdMQmxzQUxtU05ZeFZHLwp3RWtlajc3RHdzbWVlM0dNSHNzQ0F3RUFBYU1qTUNFd0RnWURWUjBQQVFIL0JBUURBZ0trTUE4R0ExVWRFd0VCCi93UUZNQU1CQWY4d0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dFQkFKb2kxOXQ2YW1kNzFidkRJYmIyeUNHeGtvdVIKb0dZd2hxU3Z6Z0hQRmZuMSt2ckd1a1R5U3hjSTZsaGwrN0JjaVpk |