Henry Xie 's blog
Monday, June 15, 2020
Dockerfile for Oracle Database 19.5 image with patches applied
›
Summary: Here is the github link for Dockerfile of Oracle Database 19.5 image with patches applied https://github.com/HenryXie1/Dockerfi...
Sunday, June 14, 2020
Tip: Sending build context to Docker daemon when Docker build
›
Symptom: When we run docker build Sending build context to Docker daemon... After a while, we hit out of space issue. Solution: W...
Tip: Error: OCI runtime create failed: container_linux.go:349 starting container process caused "exec: \"/bin/sh\": stat /bin/sh: permission denied"
›
Symptom: When we run docker build for an image, we got below error: OCI runtime create failed: container_linux.go:349: starting container pr...
Friday, June 12, 2020
Kustomize Error: trouble configuring builtin PatchTransformer with config
›
Symptom: When we run kustomize build , we got below: Error: trouble configuring builtin PatchTransformer with config: ` patch: users_namespa...
Tuesday, May 26, 2020
Tip: Add Resources via Kustomize edit add
›
kustomize edit add support globbing strings Add directory kustomize edit add resource <dir> Add Yaml files kustomize edit add re...
‹
›
Home
View web version