diff --git a/custom-builder-image/README.md b/custom-builder-image/README.md new file mode 100644 index 0000000..a9903bb --- /dev/null +++ b/custom-builder-image/README.md @@ -0,0 +1,4 @@ +> Make a docker image - a builder image with following patch. so it's visible in catalog +```sh +oc patch is s2i-custom-python35 -p '{"spec":{"tags":[{"annotations":{"tags":"builder,python"},"name":"latest"}]}}' +```