Actions
action #91377
closedCI: fix static-check-containers
Description
Motivation¶
Current test is failing because hadolint project commit this
https://github.com/hadolint/hadolint/commit/4cb8f28ebecfd0343241369952fc9b3e7e4ea866
Example:
# Static check of container/travis_test/Dockerfile
-:151 DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
-:152 DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
-:153 DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
-:159 DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
Acceptance Criteria¶
- AC 1: static-check-containers runs without error
Updated by ilausuch over 3 years ago
- Subject changed from CI: static-check-containers to CI: fix static-check-containers
Updated by mkittler over 3 years ago
- Status changed from New to In Progress
- Assignee set to mkittler
Updated by okurz over 3 years ago
- Priority changed from Normal to High
- Target version set to Ready
Updated by openqa_review over 3 years ago
- Due date set to 2021-05-04
Setting due date based on mean cycle time of SUSE QE Tools
Updated by mkittler over 3 years ago
- Status changed from In Progress to Resolved
The PR has been merged; static checks pass again.
Actions