-
Notifications
You must be signed in to change notification settings - Fork 12
Updates to move to R34 #41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the NGINX Plus workshop environment to move from R32 to R34, implementing modernized Docker build strategies and addressing infrastructure dependencies.
Key changes include:
- Multi-stage Docker builds with F5 private registry base images
- Updated
wrk
load testing tool from deprecatedwilliamyeh/wrk
toelswork/wrk
- Removal of Lab7 (NGINX One Console) functionality and complete file deletion
Reviewed Changes
Copilot reviewed 44 out of 107 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
Plus/labs/lab1/ | Updated Dockerfile to use multi-stage builds and R34 base images; modified documentation for new licensing workflow |
Plus/labs/lab2-6/ | Updated docker-compose files to standardize volume mounting and add JWT token copying; updated wrk image references |
Plus/labs/lab7/ | Complete removal of all lab7 files including documentation, configurations, and Docker compose setup |
------------- | ||
Navigate to ([Lab7](../lab7/readme.md) | [Main Menu](../readme.md)) | ||
Navigate to ([Main Menu](../readme.md)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The navigation link should be updated to reflect the removal of Lab7. Consider adding a note about Lab7 being removed or updating the lab sequence documentation.
Navigate to ([Main Menu](../readme.md)) | |
Navigate to ([Main Menu](../readme.md)) | Note: Lab7 has been removed. The lab sequence now ends with Lab6. |
Copilot uses AI. Check for mistakes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed live on call... looks good.
Below are the key things that got updated:
nginx-repo.jwt
should be copied to labs folder as all the docker-compose files within each lab need to add it to the container.wrk
image fromwilliamyeh/wrk
toelswork/wrk