Skip to content

Commit

Permalink
turned into steps
Browse files Browse the repository at this point in the history
  • Loading branch information
adworjan committed Dec 6, 2023
1 parent a02b2eb commit 691a48d
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions devspaces/README.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down

0 comments on commit 691a48d

Please sign in to comment.