We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Dockerfile lint is still bringing up several warnings and errors throughout our manifests that may be good to fix in the future:
failure-threshold: error # TODO: slowly burn down these lower priority container issues ignored: - DL3007 # use of latest image - DL3042 # pip --no-cache-dir - DL4006 # shell usage warning - DL3009 # apt-get list - DL3015 # --no-install-recommends - DL3018 # pinning distro package versions - DL3008 # pinning distro package versions - DL3045 # usage of relative COPY - DL3002 # last user as root - SC2086 # double quote vs single quote usage
Testing and some investigation will be required to ensure these changes do not break existing functionality.
The text was updated successfully, but these errors were encountered:
mention #984, fix UI Zarf variable string
1b4df8e
No branches or pull requests
Describe what should be investigated or refactored
The Dockerfile lint is still bringing up several warnings and errors throughout our manifests that may be good to fix in the future:
Links to any relevant code
Additional context
Testing and some investigation will be required to ensure these changes do not break existing functionality.
The text was updated successfully, but these errors were encountered: