Skip to content

Commit

Permalink
Fix: Cannot locally test azul-docker-pycharm changes (DataBiosphere/a…
Browse files Browse the repository at this point in the history
  • Loading branch information
dsotirho-ucsc committed Mar 12, 2024
1 parent 24cfe34 commit adef0a9
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,13 @@ make images
docker pull localhost:5000/docker.io/ucscgi/azul-pycharm:2023.2.3-5
# To examine the image for vulnerabilities, browse the image in Docker Desktop.
# If an unnecessary package is found to have critical or high vulnerabilities,
# add a `RUN` instruction to the Dockerfile to remove the package.
# To test the image in Azul, run:
(cd ../azul && azul_docker_pycharm_version=2023.2.3-5 azul_docker_registry=localhost:5000/ make format)
# To test the image in Azul, you will need to temporarily modify Azul's
# `environment.py` to set the appropriate `azul_docker_images` value using the
# full image name noted above (starting with "localhost"). With this change in
# place, run:
_refresh
make image_manifests.json
azul_docker_registry="" make format
# Finally, back in your working tree for this repository:
make stop_registry
```

0 comments on commit adef0a9

Please sign in to comment.