From 691a48d72f426d573b17362dfa7d837c3c911062 Mon Sep 17 00:00:00 2001 From: Alex Dworjan Date: Wed, 6 Dec 2023 13:47:36 -0500 Subject: [PATCH] turned into steps --- devspaces/README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/devspaces/README.md b/devspaces/README.md index 82cebd5..f5b7f8e 100644 --- a/devspaces/README.md +++ b/devspaces/README.md @@ -1,9 +1,20 @@ # Modifying Permissions For Ansible-Lint And Bash To Work In OpenShift Dev Spaces -Run +1) Modify the ContainerFile to utilize your Execution Environment. Make any changes to .bashrc for your terminal requirements. + +2) Run +``` podman build --tag YOURIMAGENAMEANDTAG -f Containerfile +``` +For example +``` +podman build --tag quay.io/rhn_ssp_adworjan/ansibleee:1.0 -f Containerfile +``` +to modify your existing EE to work in Dev Spaces. + +3) Push the image to your container registry -to modify your existing EE to work in Dev Spaces. Then push the image to your container registry. Utilize the devfile.yaml and adjust for your registry and image +4) Modify the devfile.yaml and adjust for your registry and image # Set Up Git Config: