-
Notifications
You must be signed in to change notification settings - Fork 147
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
Fix Dockerfile 'AS' casting #4170
Conversation
Unit Test Results632 tests 630 ✅ 9s ⏱️ Results for commit ddf5b8f. ♻️ This comment has been updated with latest results. |
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.
Copilot reviewed 3 out of 7 changed files in this pull request and generated no suggestions.
Files not reviewed (4)
- airlock_processor/Dockerfile: Language not supported
- api_app/Dockerfile: Language not supported
- templates/workspace_services/guacamole/guacamole-server/docker/Dockerfile: Language not supported
- templates/workspace_services/guacamole/guacamole-server/docker/version.txt: Language not supported
/test-force-approve |
🤖 pr-bot 🤖 ✅ Marking tests as complete (for commit a75dfdd) (in response to this comment from @tamirkamara) |
/test-force-approve |
🤖 pr-bot 🤖 ✅ Marking tests as complete (for commit ddf5b8f) (in response to this comment from @tamirkamara) |
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.
LGTM
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.
LGTM
What is being addressed
docker CLI runs some linting while building images. It alerts on some of the 'as' keyword casting.
How is this addressed