From 033fb200999eb257c3b5e35701b397dcab9937e5 Mon Sep 17 00:00:00 2001 From: Miguel Silva <100352574+cxMiguelSilva@users.noreply.github.com> Date: Thu, 25 Aug 2022 09:36:16 +0100 Subject: [PATCH] fix(terraform): remove resource reference in dependent policies (#5684) * stage * remove user issue * fix unit tests * Fix Unit Tests * stage * update * update comment and code * fix data_source_test_go --- pkg/parser/terraform/data_source.go | 12 +- pkg/parser/terraform/variables.go | 1 + res/test.json | 27853 -------------------------- 3 files changed, 10 insertions(+), 27856 deletions(-) delete mode 100644 res/test.json diff --git a/pkg/parser/terraform/data_source.go b/pkg/parser/terraform/data_source.go index a668f40e27d..a58b3fc40e9 100644 --- a/pkg/parser/terraform/data_source.go +++ b/pkg/parser/terraform/data_source.go @@ -234,10 +234,16 @@ func parseDataSourceBody(body *hclsyntax.Body) string { Variables: inputVariableMap, Functions: functions.TerraformFuncs, }) - if decodeErrs != nil { - log.Debug().Msg("Error trying to eval data source block.") - return "" + + // check decode errors + for _, decErr := range decodeErrs { + if decErr.Summary != "Unknown variable" { + log.Debug().Msg("Error trying to eval data source block.") + return "" + } + log.Debug().Msg("Dismissed Error when decoding policy: Found unknown variable") } + dataSourceJSON := decodeDataSourcePolicy(target) convertedDataSource := convertedPolicy{ ID: dataSourceJSON.ID, diff --git a/pkg/parser/terraform/variables.go b/pkg/parser/terraform/variables.go index 5a9a7d81466..f903e691984 100644 --- a/pkg/parser/terraform/variables.go +++ b/pkg/parser/terraform/variables.go @@ -33,6 +33,7 @@ func setInputVariablesDefaultValues(filename string) (converter.VariableMap, err }, }, }) + defaultValuesMap := make(converter.VariableMap) for _, block := range content.Blocks { if len(block.Labels) == 0 || block.Labels[0] == "" { diff --git a/res/test.json b/res/test.json deleted file mode 100644 index 6e5b6e0ae74..00000000000 --- a/res/test.json +++ /dev/null @@ -1,27853 +0,0 @@ -{ - "kics_version": "development", - "files_scanned": 501, - "lines_scanned": 7125, - "files_parsed": 501, - "lines_parsed": 7125, - "files_failed_to_scan": 0, - "queries_total": 48, - "queries_failed_to_execute": 0, - "queries_failed_to_compute_similarity_id": 0, - "scan_id": "console", - "severity_counters": { - "HIGH": 448, - "INFO": 491, - "LOW": 698, - "MEDIUM": 874, - "TRACE": 0 - }, - "total_counter": 2511, - "total_bom_resources": 0, - "start": "2022-08-17T13:13:36.159088169Z", - "end": "2022-08-17T13:14:27.420807521Z", - "paths": [ - "/mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74" - ], - "queries": [ - { - "query_name": "Missing User Instruction", - "query_id": "fd54f200-402c-4333-a5a4-36ef6709af2f", - "query_url": "https://docs.docker.com/engine/reference/builder/#user", - "severity": "HIGH", - "platform": "Dockerfile", - "category": "Build Process", - "description": "A user should be specified in the dockerfile, otherwise the image will run as root", - "description_id": "eb49caf6", - "files": [ - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/14.0.1-14.28.21/Dockerfile", - "similarity_id": "5a986b8a6dc4314ec790a1aa59e01f377fc3aaa71f82ba64137a73e0fccb048f", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/13.0.3-13.31.11-jre/Dockerfile", - "similarity_id": "7132aa9859cc7b1b0ffebde195b242fddee2218a4c36adaa700d0f3fe369be61", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.11}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u262-7.38.0.11/Dockerfile", - "similarity_id": "c2f89f05a67ca552db49e46e96ef80e3fdd4c988bf696f86682e1e11643a5090", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.9-11.43.21/Dockerfile", - "similarity_id": "b3fe10e544b2e573d30d91bcbbbe777de31c2237d58de13bb88345f2bb47de1d", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.7-11.39.15-jre-headless/Dockerfile", - "similarity_id": "112ab0a09fa3765531522b23f1f8b6e91a18564078d0eef0214cc82927aa9abf", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.11}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/7-latest/Dockerfile", - "similarity_id": "f6c3fadef2324ddf11446dd06a9f80f38485e6becc96d8659a39e2434ee69eac", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.4-11.33/Dockerfile", - "similarity_id": "83de5ea5a2331c83f84bdeeab3a55e364b9fb8ec44d03ca3f583a06e2c4656aa", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u119-6.22.0.3/Dockerfile", - "similarity_id": "c43a58770ca76285685781fc02490bec5886efd8e522d64fefe92bf169737086", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u162-8.27.0.7/Dockerfile", - "similarity_id": "f7f0dcca83b487d60b726abe3fccfabd53879e6873e74ad70e6f76773b07508e", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u53-6.5.0.2/Dockerfile", - "similarity_id": "ffbbe83cb2d8d031b14a4042876d1cb9b958ce492dd7580bbeba7d5ff1b24cf5", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/11.0.8-11.41.23/Dockerfile", - "similarity_id": "718ef7384d56ad7270a865c0928d6e3a1a8c116782bc45639824a16ba0650627", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u222-7.29.0.5/Dockerfile", - "similarity_id": "1885a6c065e3667ada6b7af33eeccaae346563263c8ffd9e8b81133bf05dad38", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u53-6.5.0.2/Dockerfile", - "similarity_id": "890c05bb3b463065b044dd3089d1ce3bd7fbd9e9f4257f0e365970857c3dc872", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u232-7.31.0.5/Dockerfile", - "similarity_id": "ae5ecdf6956cdf0f37909ba31d1397838bc05a1fd2ac6078f1674a4e3db035bd", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u181-8.31.0.1/Dockerfile", - "similarity_id": "6486bde96a8330597d16bd1688569803997fbed3a0c0596c0b296a5561f3d112", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/6u83-6.13.0.3/Dockerfile", - "similarity_id": "aaac1b577ee3f52352aafc06ccfb3f811febc98a9b12d64b596fa8cfc361f3ae", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u76-7.8.0.3/Dockerfile", - "similarity_id": "c0a7a24af48dfe7220ffa8fe64e8b751ee600e90d1ab05b9cd0a9c1d85f1b8c7", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u51-8.8.0.3/Dockerfile", - "similarity_id": "fb8c6c9e05fb4a20159d9b0a9e8c4b5717545524af2e6e5bbc97414dda4b3427", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/6u97-6.17.0.1/Dockerfile", - "similarity_id": "4ea6990e1ed035fc560efe18f5bfe328f515237a0930a333a6ea1ef19cd7a128", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u31-8.5.0.1/Dockerfile", - "similarity_id": "958c509c0458aece43b3c47d975acd6b2ad931054d1c1b108323d46f2b17e9b4", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/14.0.1-14.28.21/Dockerfile", - "similarity_id": "bb8173ee19e8b5632ee665d805c6fabb768e4a2e16c11540a76b0d9b9fbc1de1", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/12.0.2-12.3/Dockerfile", - "similarity_id": "73cd4dd1991492158b1afc619cd87381400a4ff9969b63ed64214116deced283", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/13.0.3-13.31.11/Dockerfile", - "similarity_id": "8a103c2b9f476c3af6c54528d24c98871f8255cdc3275b9db69b70b50b41069e", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.11}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u79-6.12.0.2/Dockerfile", - "similarity_id": "1b3e7cbbc7af05e322af777b6419da201099ac2400865221c277a35d9b908c51", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u113-6.21.0.3/Dockerfile", - "similarity_id": "7558fefad79eefa8b3edef17202d32cc500e079bb368e89d5271a54e4065b6a9", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/7u161-7.21.0.3/Dockerfile", - "similarity_id": "07eb340ccb40b2e6688e0e98c270a651b01c2009fd117e32c685200a83ffedc9", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/6u79-6.12.0.2/Dockerfile", - "similarity_id": "1175effa7d748777e28045fc101a1fe0714cefdb10b881b2fc0131372d6cf79e", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u92-8.15.0.1/Dockerfile", - "similarity_id": "88d007062caff90d8d14da3983d793596f75e508d811d4fd3131e2b0dec56cf7", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/12.0.2-12.3/Dockerfile", - "similarity_id": "569f9a72aaf79cd87733ad6f1babd63d7ffec91bb9236a9cb8d64893464ffcb3", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u172-8.30.0.1/Dockerfile", - "similarity_id": "41a70811ed9c1c1c592d43215c9c143d29168ce41e95213c0624e9b17a168ae1", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/12-latest/Dockerfile", - "similarity_id": "3cbee0aaaeb315d6fcaa8bdf97f50936f60d0b50e3aad0eab67e816410bac91f", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/9-latest/Dockerfile", - "similarity_id": "509d58c499c6c130964d9ac3f61260df651bb528e1fd7a43fab8775609a3ea3a", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/12.0.1-12.2/Dockerfile", - "similarity_id": "2f9d14998d689e6441f8b5a8f8ae4f81db12f12929fe8384746d05e415d66fff", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/13.0.3-13.31.11-jre-headless/Dockerfile", - "similarity_id": "b7b418585a58c09b7707a917b8251913226e166df85c3827d6528180f4349d34", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.11}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u25-8.4.0.1/Dockerfile", - "similarity_id": "cafff22e3bc546a6cc6174c430b96719f2e7f6312b3c304a45b5e180a5602761", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u72-8.13.0.5/Dockerfile", - "similarity_id": "f7a9ad0a54671d5d1cb83cf343e88b87f36b580b93bcc2f6e924b7b44bdcf779", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u144-8.23.0.3/Dockerfile", - "similarity_id": "59d12af6d3aef388ae77ed6cd4fcc2e224545540952861e3cdc2cce130234792", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u232-7.31.0.5/Dockerfile", - "similarity_id": "a7f6d2f2562b75a43b4f7ac2d59f41b39e7791018644a22357f960f00a89b723", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.3-11.31/Dockerfile", - "similarity_id": "fddaf2c95631f3f0563ee0673c0fa177a5920b90d720020a8e6c50e4d5464e1b", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/7u171-7.22.0.3/Dockerfile", - "similarity_id": "ef83a2f2600ecf1ee910b205937e41ed1b638efdd63a8363a0cdebed05db24de", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u262-8.48.0.51/Dockerfile", - "similarity_id": "18dbcb9a130201a39da6fb014a11f9f10ccd8355f1011a59cbfe32c45aa8061f", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u211-7.27.0.1/Dockerfile", - "similarity_id": "1b009feb3df94e59efa07fa463a4552c70258f77159ad940b754323e29fd6dad", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u79-7.9.0.2/Dockerfile", - "similarity_id": "9b024dc7d39903795747f9e4c8ae10bb2c4299c99acb03f84a4b6a64e8fa19d9", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u222-8.40.0.25/Dockerfile", - "similarity_id": "8bc5ae40f07c68ff82f2508064c23241274a1ca7054ced87a6cf6b2e709eb6be", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.9-11.43.21-jre/Dockerfile", - "similarity_id": "921c672ba386d4c123bcdab00e98fd28105f6ead569711c055f77039b37d182a", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u55-7.4.0.5/Dockerfile", - "similarity_id": "b12af73a25fa638d69481ebd919c142ac1576af005cb88d1d67ef355f83c55f6", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u20-8.3.0.1/Dockerfile", - "similarity_id": "3f98f909b1832c13e9da1b0f4d6d5a063070865dad1e3fe5136a6dba53eec4f0", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/10u01-10.2/Dockerfile", - "similarity_id": "37b0458b4200eb0d32a507a602c7af089ca92fb6d71d33d7dfbbbbe16886975e", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.7-11.39.15/Dockerfile", - "similarity_id": "e48ba91e942bff44ba6a6c72575a12f5305ff3a25575955f31d1266787469068", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.5-11.35/Dockerfile", - "similarity_id": "4f1b56a89fc43f92b0a60cac0668cb46a67bd1da52ede0187a1adf366c6a4ea7", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u192-8.33.0.1/Dockerfile", - "similarity_id": "16dc6f3b5ecf2e3149419449e66804623b30feda9df31b53cb4c9201b156bf81", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.8-11.41.23-jre-headless/Dockerfile", - "similarity_id": "c4fc6d972879cab5c6e9859e1c4452d13e9802d9b217c27163378780fb492d2f", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u262-8.48.0.51-jre-headless/Dockerfile", - "similarity_id": "14cc9ba7cdd2ad404217c521696a40dcc34f8a68c77b0f9da9734d6f8d124414", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u107-6.20.0.1/Dockerfile", - "similarity_id": "025212f6b9bb3226a67dd36c5974947d07cc2e320fac87510b309c848c0fea45", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u60-8.9.0.4/Dockerfile", - "similarity_id": "639377c8b5a82089c78893d8ac290feec05ffb7d68379d42e10b8e9d83545368", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u232-8.42.0.21/Dockerfile", - "similarity_id": "7e4e3197974bce619a89a08173034350558502d74a76329f4ed91fb020c5655c", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u77-6.11.0.2/Dockerfile", - "similarity_id": "7c425359edb15dff43977db1cae951c967ad33abbd174907a5da3542f988c083", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.2-11.29/Dockerfile", - "similarity_id": "82699664c146a96879cde931a511366ec82d80687d9e421f96b61c0871e81173", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u232-8.42.0.23/Dockerfile", - "similarity_id": "e81b4a8eb1d997b7a21cc65caf7f8ff327f8dab0bb231a290e649e17adefa782", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u211-7.27.0.1/Dockerfile", - "similarity_id": "b33048e4d82ea587b97e880e442aaa14a5ebd898d729d63f7170761f6b98be94", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u252-7.36.0.5/Dockerfile", - "similarity_id": "35e6c4aff41f2c09c0824ee277dda95f6add347af54a7d6cca77943f4b520223", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/9u07-9.0.7.1/Dockerfile", - "similarity_id": "33a9bccd75a3b301766f615c56ff85f02c0f65ec5eb56f302e2df18a36cdb820", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u20-8.3.0.1/Dockerfile", - "similarity_id": "d28f767196dc01db5e43ba59fe9830e0ac29ca26352e9883676ea42366b1d550", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u59-6.7.0.2/Dockerfile", - "similarity_id": "2053e863bb2984bed79baf73b8e68e2fd1ca7090f44cfbed3e7c57ad6c814749", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u242-7.34.0.5/Dockerfile", - "similarity_id": "14b6244d2a0b5749423e0339c7038e1199896d9999059aabe33cd1029b2e41cb", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u60-7.5.0.1/Dockerfile", - "similarity_id": "0c403032bf4fce1427a9e1a2191c7ac951dd730c6458eb68d722de2fc876493c", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u66-8.11.0.1/Dockerfile", - "similarity_id": "62ef2e8984407676ddb18d3644a34db835a7c96c6ef589b2ce0e74fdcbf6f044", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u222-7.29.0.5/Dockerfile", - "similarity_id": "372f1300d46a8260b5023afbe3ccd9e093db955090af92327e4bd2c66110c2fd", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u72-7.7.0.1/Dockerfile", - "similarity_id": "ac194a111293caff7bb554d60a0dc9690f69f6b14dcc4bc726a567a95e3438ab", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u80-7.10.0.1/Dockerfile", - "similarity_id": "87baa1567799eedc08c91e2ec423627b9b28e9452cbbf7745ba2e324b3889863", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/13.0.1-13.28/Dockerfile", - "similarity_id": "dfd60bbe9369cfd63e0637a18286f9057b6e537e82cd2e6a927d4e73fa155fe7", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/10u02-10.3/Dockerfile", - "similarity_id": "51bfb0d1eaa25c70a5f30084aa53f5c8b4f7191e9ff293ce9c470aa59c1af787", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/9u01-9.0.1.3/Dockerfile", - "similarity_id": "bf551426a288613cbfac68d194b202f32a0bfacd949b737c6b992feb6b42dc11", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u282-7.42.0.13/Dockerfile", - "similarity_id": "7261f34e37847c9bd5747991aebf2f4508eb9df2ad88ce9e07ef7b1c5c3e1ce6", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u69-6.9.0.3/Dockerfile", - "similarity_id": "a1ad01d567512b8fc896fd681a429cb26d622e21fe4c97b36bccc4d95e4eca15", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u262-7.38.0.11/Dockerfile", - "similarity_id": "06860aa1ffd60f6f1762faa5e7afd1e038fc276a6e641488c5a45236135af85c", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u181-7.23.0.1/Dockerfile", - "similarity_id": "53c07299b28e3a9b0f81263664a0cdf8ca60435813dc51fed96b9bc58afde94c", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/8u162-8.27.0.7/Dockerfile", - "similarity_id": "08e70a69dd3ebd700086e7955f6f046f210d49210fc1c76c064be71a83ecd0b9", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u99-6.18.0.3/Dockerfile", - "similarity_id": "72a6e32a30f34c69f8ff4b4f936c5561f902c64d26adee15c55e96e07508bf0d", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u144-8.23.0.3/Dockerfile", - "similarity_id": "8ceca191ac6a16496535477789a131c6ebf3ec48391c4236779687f242c8a8bc", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u192-8.33.0.1/Dockerfile", - "similarity_id": "4fe4da39d5dc1492e46003cc31d4dfa896aeebc3b5d14c4f94a205862cdce98e", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/9-ea/Dockerfile", - "similarity_id": "39899d60da7bf09becc655564a9c6079fbdbcabfd09e2506066673ce813ca9d2", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/11.0.7-11.39.15/Dockerfile", - "similarity_id": "2c7ea0932a9c2637491f53937320a72ad636cd5381b5e5a022d3369663c55cce", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u171-7.22.0.3/Dockerfile", - "similarity_id": "f9ae9b4fa3e6737234761fde1dcb59b72e96ee636bfeaf260a4e9c2ca9a2653c", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/13.0.2-13.29/Dockerfile", - "similarity_id": "c03eb2fa0cad47441d2449808e985bbff6155de74d82ae3671c88724e50b7827", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/10u01-10.2/Dockerfile", - "similarity_id": "33e75df979b81bc0f98dfcc93cf38c5124add785a82dfb26343d54bf6bcdcb5d", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/ubuntu/11.0.9-11.43.21/Dockerfile", - "similarity_id": "3510e3579ba3cb874197008f74e566aee50d8c1b93c0ad717bbdb33783bd74a5", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u05-8.1.0.6/Dockerfile", - "similarity_id": "fc5ffbeb48db535c3995143d41d0c537f40a6f6b9ed9e770588e320d6153e3d8", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u181-8.31.0.1/Dockerfile", - "similarity_id": "e59ad6b641acaa0708891a0ff1c2fb4c5e7c42b9f15a32a8c6ffa3702fb7559d", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/13.0.1-13.28/Dockerfile", - "similarity_id": "157879a24eab72937911afcb1008d5c1aa5177233b5a5634ba8fc429d3c5dda8", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u51-8.8.0.3/Dockerfile", - "similarity_id": "ef71838fa4b99a2c62539ad14dfdd7838d03ab39eb380695a4b1b6abf0458b5b", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u161-7.21.0.3/Dockerfile", - "similarity_id": "5dd45648a2a6f58a1d24ad36d01981a2525afc0e5b2b6824557b1078cad75539", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u73-6.10.0.3/Dockerfile", - "similarity_id": "a9a601cb6ac6d83210d3606b80e90eb321ecae1621fb956ed732ba6c3e170e76", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.8-11.41.23/Dockerfile", - "similarity_id": "9b2ee5e38fcd63f7356b90ea6651633d9d529d309203b3865dddfc733290f86d", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/6u87-6.14.0.1/Dockerfile", - "similarity_id": "13cd35e093d5a3f1075de2f8094d0808ccaa171db49066f726a8c212b27d3cd3", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u154-7.20.0.3/Dockerfile", - "similarity_id": "33245ffeb0189db29818fdd287b4102d9ee6650c7eb76b8a78677bbbf3401113", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/ubuntu/14.0.2-14.29.23/Dockerfile", - "similarity_id": "85a587e5a34ce89e68a347c4a3e058547058a1510213ecba4ff971b1c81bb70c", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u202-8.36.0.1/Dockerfile", - "similarity_id": "5bfba58ed6f72327985ddf9864ad7c4a7b27b2c859ad2922ed546486bfe03c6c", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u201-7.25.0.5/Dockerfile", - "similarity_id": "ee7f5fd7dcf1d4819d6cd93d70aa2b4429fd34c4b167d3776bc52e884ecbbe47", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u222-7.29.0.5/Dockerfile", - "similarity_id": "2a1d1d7874bf56704b218fe27596508e5ff165c8fdf4305570f266d4e7fe380f", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u93-6.16.0.1/Dockerfile", - "similarity_id": "0409b8e1d60510d2ca2a62a09e122b44b84868207f00bad30aafb4eff409b39a", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u56-6.6.0.1/Dockerfile", - "similarity_id": "d3f56da6150b6136d70d9a4f8bd2f4d241039d4410a459d4609b1cc2c70c5bfd", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u181-7.23.0.1/Dockerfile", - "similarity_id": "5249aaf7c3eeb540036ca0d392aeed5e5427fbdee0d0d259b9ee47cfdbec2356", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u181-7.23.0.1/Dockerfile", - "similarity_id": "c9462fc13faaf14361bb79362a593b0db876f198e987027b3b9718d4dad3e10d", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/9u07-9.0.7.1/Dockerfile", - "similarity_id": "9461395c08bf125c2849b6cca1fb1744bacfaad0353b6e4de5e3feb247b02dfb", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u154-7.20.0.3/Dockerfile", - "similarity_id": "eded8985720912011c4f51f0c5d48cdce480da08435eeff4fecc294db71c8fbd", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u91-7.12.0.3/Dockerfile", - "similarity_id": "93af9a5bff99626b3d15473249829f63f0482de52f66990200ba938f7bb3b669", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/10u01-10.2/Dockerfile", - "similarity_id": "e23117901da575d1b9d92126a1f4384edbaf6046e6442cdbb6a4a96db96d17ed", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u272-8.50.0.21-jre/Dockerfile", - "similarity_id": "02561a2bd91f94ebf6b3b73d8dea9366e4ab441296c4441df73bc11521d69e12", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u162-8.27.0.7/Dockerfile", - "similarity_id": "c8671111e71e328a1c89b3368c30ad48ed8c40b3cf92348124b67acd92692d2b", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u20-8.3.0.1/Dockerfile", - "similarity_id": "8728d1b713930a227fac5d5cc3735ee8ebe1804946ba086b6e3364801a40fbe4", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.2-11.29/Dockerfile", - "similarity_id": "cf710959b334e0b07bb65f51c7cab617ad580d8200391ee78f5cda3debce8a77", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u83-6.13.0.3/Dockerfile", - "similarity_id": "036ae11bc85fa0e7f613cc5d154cc74ee87354d228addb1774ff9a657d4e7db8", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u131-7.17.0.5/Dockerfile", - "similarity_id": "ac40f663e6badc4e210cda93ad290910ab2766d6002b835e23f74a796b8020c3", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/8-latest/Dockerfile", - "similarity_id": "53234e1d15d6d5d00ba78facd9eafc796bffbeb0cf9119f3a19870b00208cf89", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/9-ea/Dockerfile", - "similarity_id": "8e0d7105ee30ce173cc60edb5a94cbb1ea411748df5c9dd7b9d221d375581cbe", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u242-8.44.0.11/Dockerfile", - "similarity_id": "57049d5252679684a4394826831f82b8cf0e915e7e96983c97c92e0dd93783c0", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u202-8.36.0.1/Dockerfile", - "similarity_id": "3d0c12be73b72dce68184ff104c059ad28f90918f870c2b9edd72deec35d2cc8", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u66-8.11.0.1/Dockerfile", - "similarity_id": "bff48e32fbb1d96a48d326f3b729c3ab0522a37354b01e225207ea728e0275fb", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u73-6.10.0.3/Dockerfile", - "similarity_id": "da7ac345a7229223696262a33c4e373d99d9a153763a5a4ac659c8744d32a88b", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u272-8.50.0.21-jre-headless/Dockerfile", - "similarity_id": "992ca58fcd339c9bb8992a76bbe131ede9d6c3dcaec2c9e8250e4d3adc30f16d", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u103-6.19.0.1/Dockerfile", - "similarity_id": "34475c399dd5b0d409f9ca42001d55bb88590b287a3c680b8c6413552032a796", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u107-6.20.0.1/Dockerfile", - "similarity_id": "ab2fa2e5948e0640a307e17c5c65bb6a970d9334a7c3a7a7598eae740b2b45a8", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u131-8.21.0.1/Dockerfile", - "similarity_id": "89fc6e81813edd38c3cd490fcdd8531578a87f2edc0562d5f72c44b79fb73477", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u154-7.20.0.3/Dockerfile", - "similarity_id": "beb2556edec3aedc7e4f52748d5184bb3db85ab6fb0656a4bd676df7648c2873", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u211-7.27.0.1/Dockerfile", - "similarity_id": "652db43dde1111dc6eb309f800fad5ea8fcad7d24c71d515a11f6a981af1bfe2", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u121-8.20.0.5/Dockerfile", - "similarity_id": "fd15414f574ae7f88fb1b20c589c4b1975c0421c29d7d94bb6c7d267ef067955", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.8-11.41.23/Dockerfile", - "similarity_id": "fed82f5745464e6ddede2e424373aaa371a9e0c0ce535b14f60a0e9046451064", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u112-8.19.0.1/Dockerfile", - "similarity_id": "9f3f791859baa5fe6a755479de87a395b5efe7e71dffefed336b777aba5f7207", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/7u121-7.16.0.1/Dockerfile", - "similarity_id": "f7e73be29976c4252391a2d526d5167832012e491ed5ca08e73e557850a46893", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/13.0.4-13.33.25-jre-headless/Dockerfile", - "similarity_id": "2918c3e277324e0747d044396760624a84f2d52ce4f384f815bb43e3d88192b9", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/12.0.2-12.3/Dockerfile", - "similarity_id": "414b76f6cbeed405f8afbf27bb615cc8eaafb3f269cfae37d772500665da423c", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/10-latest/Dockerfile", - "similarity_id": "a778efca6e70e45b12577bbdd6b107b31f9bc42e8f688540456f8d9a979676a5", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u222-7.29.0.5/Dockerfile", - "similarity_id": "696c5694a2d15ad8ec13198c9881bbb0a2b0ddebbc8abc3210a4fb8d7d835717", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/13.0.1-13.28/Dockerfile", - "similarity_id": "76b51c8ae572edec60aa20c079cf809f62015b216493f6e8d532e3f4e7d5ee57", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u65-7.6.0.1/Dockerfile", - "similarity_id": "adeea71e1ee691c52080754c9a9d863aa8ce5fae7ed1fe5d8295ec210fb39be4", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u252-7.36.0.5/Dockerfile", - "similarity_id": "6298354bdf0fac282dbf2ff1545ea7912aa8d60ceeaf5842aaa4a582f554545d", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/6u99-6.18.1.5/Dockerfile", - "similarity_id": "2ef95d50306f209056e80992cfd6d1e663f0d810fd963a3c0edb63368dff131c", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u101-7.14.0.5/Dockerfile", - "similarity_id": "64e98a131cc0eeba9a66a5015927df2f10ad6e1d8513c96c53d80ace5d5a5393", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u102-8.17.0.3/Dockerfile", - "similarity_id": "eceefcbb3f9d07488bc6c61384502e7e07f29f181802ab14d696dec32403ae50", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u161-7.21.0.3/Dockerfile", - "similarity_id": "f9feab0e1e0c87ac5ad29009bd407b5c12b067c41df1edf390baa0e6beacbdb0", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u103-6.19.0.1/Dockerfile", - "similarity_id": "e2753daff95a2197114f7774be45ecaaade54689d508ac6080738c43da6594f6", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/7u111-7.15.0.1/Dockerfile", - "similarity_id": "39eae869032010cd3fc416e8a26b9152567091ab61ac88a3ff662b0ff294081f", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/11.0.6-11.37/Dockerfile", - "similarity_id": "4a8a5b2cb9007b64d4bd267a1233ed2e4b2c1f53c10fd8941adc5a15a7548757", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u192-8.33.0.1/Dockerfile", - "similarity_id": "307832ec9dee25f87b907e7d018cdd7bb156772ca00c26460b35a9c75e91a3ff", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u144-8.23.0.3/Dockerfile", - "similarity_id": "c2c4c53fea8fb8e48a83a9ae370aea0aed407cb95541e7218bcf7e6c88b1911a", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u242-8.44.0.11/Dockerfile", - "similarity_id": "99dca080d4034e1268c5638d138c97e26d3abb9bfa628639b73d4a06cff52b6b", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/7u131-7.17.0.5/Dockerfile", - "similarity_id": "632a95968d32617475b4e665214fe4364917d6c75c38e8d3e6d285a766b2f75f", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.7-11.39.15/Dockerfile", - "similarity_id": "da6fbde2bbce70302535e9c8a54cd4a0ec67d438cb6ce4418f0cc553e3cef8a9", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u144-8.23.0.3/Dockerfile", - "similarity_id": "4671444d5f5385ff86758722ea7950558d2c52dd3860b6737c923a325b02869d", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/13.0.4-13.33.25/Dockerfile", - "similarity_id": "90b2305eaa28871ad112992ef58b723284f4c137bc876009cc82e01caa6f507c", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u119-6.22.0.3/Dockerfile", - "similarity_id": "115fe2c5d766ee360e4ff6205d13b3bf2f0e1d50ca7a0e0f7b9af68c99adddfc", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u201-7.25.0.5/Dockerfile", - "similarity_id": "1971295cd450fb2b14559a8d4ab5e23bd685826ea5c7b7ba95fd4e360b8d8882", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/8u121-8.20.0.5/Dockerfile", - "similarity_id": "f51b78f60ac63504f25e49198e675f442baf89cf24691263c4161ee7cf36d9f6", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u79-6.12.0.2/Dockerfile", - "similarity_id": "e6cbce55a3eb7704f5daa1bd3699b7545f17b35be3b601fe7721bd47b1983d68", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u232-8.42.0.21-jre/Dockerfile", - "similarity_id": "9c6121437ca5f408e2b05cafbaf903bdea2dc2944b5df30fc18c504b5b6c4a8d", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/6-latest/Dockerfile", - "similarity_id": "ad0eabd37b261c3940ac35d0294a5849b05f5d03eb4d4210193fbdba957030fa", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u262-8.48.0.51/Dockerfile", - "similarity_id": "67d5235115daf1abda67ee3051469ba65cc8c6ef8113c045be4e87aede0641c6", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/13.0.3-13.31.11/Dockerfile", - "similarity_id": "7dd5deb834f546f106a5056df086e0bc41a72939e1f985ed63d62f31e6e5c29e", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u152-8.25.0.1/Dockerfile", - "similarity_id": "48cf63638999f9a8985709df209416457fe2f843f8c9e9d91254ee6e0b9df5bd", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u76-7.8.0.3/Dockerfile", - "similarity_id": "6697e3b364f592c5fc41990c75c724984f88398f07414439c4e843a6f21b6cd2", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.1-11.2/Dockerfile", - "similarity_id": "06de54120af6a27165872b07e0ee7a4aba58001b5b0e161035e0245d1ded4502", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/9u01-9.0.1.3/Dockerfile", - "similarity_id": "d82dde48581ca1db53b574bd6cc7ec727e2064b08a43beacbfa4acbfa7bbb366", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u77-6.11.0.2/Dockerfile", - "similarity_id": "5ccbb5b5a9538734133ed4846640dca0f3d90df51f8026aec5bbb96992c58931", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u212-8.38.0.13-jre/Dockerfile", - "similarity_id": "d4924cae23e871f46dee40df920de6bdf5af1ab058c5e95c3eda9f79a043a0c7", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u252-7.36.0.5/Dockerfile", - "similarity_id": "169ec8e9b39db7659dd23046ec02a3565dd28f26d67168f30f2b9998999de04e", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u65-8.10.0.1/Dockerfile", - "similarity_id": "cc0e6ec9a1fc974d353a27d3d3acbb1e228909b2c25dadfbdcaf6e28e0a27972", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u31-8.5.0.1/Dockerfile", - "similarity_id": "d0b1c9aad5a758260c55cca9a28ec9fce5dbb3a9c76de26382da0a7d599247f4", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u89-6.15.0.1/Dockerfile", - "similarity_id": "19d620f113e3fc922ce3dfe44411595baa6059fe54678d7105d8bf0dc891d75f", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u121-7.16.0.1/Dockerfile", - "similarity_id": "c36162b50e40753b72bd51906378f2722fa5c98f3a08e85dbc511a02eba384c6", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u49-6.4.0.6/Dockerfile", - "similarity_id": "8967358a822eb9829676b695bb5d8c805c64aa0be14054e3cad086d3a9a3ddd1", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u242-7.34.0.5/Dockerfile", - "similarity_id": "f572d56b2562ca24468596c004af2ca1583b4d0c6e76b46fa5dce0fa23921683", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u212-8.38.0.13/Dockerfile", - "similarity_id": "c3370ad60fe9f4ef65a864c0e7222a3275e2175a4b1c5cbeb4b8fcb26ad1910b", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u222-8.40.0.25-jre/Dockerfile", - "similarity_id": "cd5a696eb87fe4a341a0b45ee03a515915509ea68e368380b1c6046800989d5a", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/13.0.5-13.35.17/Dockerfile", - "similarity_id": "4a59ecbe94f711aee0a6fd56b665a0d4d45b6ee97be909565589f9afb1b31ba3", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u131-7.17.0.5/Dockerfile", - "similarity_id": "76a0f63d4e73106459f96f76cdc2faf8e35f34b32f426b42f204bcb086ca319a", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u40-8.6.0.1/Dockerfile", - "similarity_id": "8d499da49538544bd324a68e02554ad52138aa4f3ead4814ca9f07bd7ef0dfff", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6-latest/Dockerfile", - "similarity_id": "2c3f2af7b376bdcffdf901b6b89e610914fd01a6568cba074a84d3bd022f264a", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/13.0.2-13.29/Dockerfile", - "similarity_id": "85f43ba21bde0c8328944219e842df9c5cbe68c66889067312331ee89b7bcaac", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u79-7.9.0.2/Dockerfile", - "similarity_id": "6517348a0bb7b9f3846fa348d6f54c8ee93f696c0a5ef81ed970cd8ca9cb9af2", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u97-6.17.0.1/Dockerfile", - "similarity_id": "242315a502e35786da1413c2b038834281b4cfd48c1c00c1300afebfb5f7181e", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u69-6.9.0.3/Dockerfile", - "similarity_id": "7b52a00d29da58183e40be44a42b05944edc4c86d4a01a8e13fa17d8ffa1dcde", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u201-7.25.0.5/Dockerfile", - "similarity_id": "a2fac1b1c803e6123ea3b741a4ebc6748bc7be2e25de1ab183c0e913da753992", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u252-8.46.0.19/Dockerfile", - "similarity_id": "4322be18cf4d9674097ad591fd61e770911525cab2a267f16be9e14e8d22fd4f", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.11}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u119-6.22.0.3/Dockerfile", - "similarity_id": "e435f4b546b369059b0ce554a83469ad983e9b93907c6f45a5883d1480a6b906", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u242-7.34.0.5/Dockerfile", - "similarity_id": "ac1e9a61e7c783b01791a6fa5587a924edc68fdb9b17784074666a1c4abcf915", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u40-8.6.0.1/Dockerfile", - "similarity_id": "95e0b1e0e32518cc3805fadbe35e2b2162f9a0dfb716ccc4ce37f36a8ae65e88", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u72-8.13.0.5/Dockerfile", - "similarity_id": "8980b06deef8d1194f6d4f1404236b68d0a56d15193ebd41352893106b2ec6e9", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u171-7.22.0.3/Dockerfile", - "similarity_id": "93ed35b6a31f7f27cd5ff32f0c4244383ef873aac45b35210ffeb4d65006b161", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u11-8.2.0.1/Dockerfile", - "similarity_id": "8211fc1a8641a23c509021c8e32ca78b749a52f81963efe0efcaaed80dcc8315", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/13.0.4-13.33.25-jre/Dockerfile", - "similarity_id": "d5f6745443f735eb2baf02431ff34738fd892733695a29eda140dd807e356651", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/9-ea/Dockerfile", - "similarity_id": "fe11938459f1ec885da3d9fee30e73e18f926de21bf0e3e7203e63586f8e131d", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/14.0.2-14.29.23/Dockerfile", - "similarity_id": "47d41a7a0c7677338abba3c53248674fcbd22a4d05778550d9e2da39aa6d526c", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/15.0.1-15.28.13/Dockerfile", - "similarity_id": "c98d1026de7d7c367345c5fef72932c035804024f8719019a05b4c275de511f1", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u11-8.2.0.1/Dockerfile", - "similarity_id": "8a784cbb0f07a7654e75dea39fa9f8426b05809f52e870800f510cb6956ab3d3", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u113-6.21.0.3/Dockerfile", - "similarity_id": "ec9b8d959097a8319404a63b8f195ec815ab1903138f947421c4820d499df88c", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u72-8.13.0.5/Dockerfile", - "similarity_id": "82ff7e8729ff97c94626f4a07c3c21d6d76372a3eb30c17649dc8d8e873e1ce9", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u141-7.18.0.3/Dockerfile", - "similarity_id": "1a2e944c3ac3f4ea0681eaa2d746dcec9bd7fe4a79baa72522f45793f0540629", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u112-8.19.0.1/Dockerfile", - "similarity_id": "b153768bcaca300dcd45869340589d8672b696d9824f8b65cc2a1cc971a8c63b", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/12.0.2-12.3/Dockerfile", - "similarity_id": "745fe241a523c572aa53691c7e3c4ed93640167dc091ec71507359fedeea1bbe", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/12-latest/Dockerfile", - "similarity_id": "dff6f7886eaabf99c63d0c1ba5187a58fadaaa3148bfd587448d89f55d24624d", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u101-7.14.0.5/Dockerfile", - "similarity_id": "30ca96e6d7fdca1df5b1582d6b6e412efc4bedb440af9310f81383327a7c7d2e", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.3-11.31-jre/Dockerfile", - "similarity_id": "ea8bb8e33e61c51b45bbb18e0782bfb7dd1512c40675d1e3722b7b09de353ed8", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/9u04-9.0.4.1/Dockerfile", - "similarity_id": "ac0a162f0845dfcd27bd48440d9b9b94881194272a37fd2fc5de17d8f3bce81e", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/12-latest/Dockerfile", - "similarity_id": "ce2686dab979d565d8cb0a040365a4633b02af0319452fb00eae935ee3d3a3df", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u212-8.38.0.13/Dockerfile", - "similarity_id": "f709e201b1bb9fc0add334571f94003e6b0f7d7267e1efd0986b057d8fddc721", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u25-8.4.0.1/Dockerfile", - "similarity_id": "432b0dd29df375161858f14e59b5af98a26be1e43394a40cf7a43d26efae31a5", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/10u02-10.3/Dockerfile", - "similarity_id": "17f53785127f27b4fafc2a7b59613970aec04b285bf3e977620a2e2a8dbcd534", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u121-8.20.0.5/Dockerfile", - "similarity_id": "261fc968c01280f24f346152d7db99e5c36195c17c22955ed545695b7895c6aa", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u202-8.36.0.1/Dockerfile", - "similarity_id": "0ac55594acaab80135c7e9d8f4c6d52b4e262163b81d6a26271925fac13afad7", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/15.0.0-15.27.17-jre/Dockerfile", - "similarity_id": "c7d9d347cfe6ffeb6d344bfddf111fb251753736c4c25696495b1b1804541bbf", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/13.0.4-13.33.25/Dockerfile", - "similarity_id": "2d7bb0402b03d059170109ed175a859d5688a2d82b79e9cf6621d6ec3bb012ee", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/8u152-8.25.0.1/Dockerfile", - "similarity_id": "4c37e82fa3b3c0ca4860929e9ea682c85a6596266dd9b03478bcf4aa24df0289", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u161-7.21.0.3/Dockerfile", - "similarity_id": "e71c2a18c9b500e5ffa10da917fdb6f7f001eda400a1d1820d9d67ed1ba7cc0d", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.1-11.2/Dockerfile", - "similarity_id": "1c8d2fa4ea60f906c7a7fe438214860ac5ee8fb2a7c157ca5fae3803d9115ab7", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/12-12.1/Dockerfile", - "similarity_id": "c7fb390d542e7f6b791d27d8ba15aed5cfe2c227ec7bb76c0f3bbe2dd01cd02c", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u191-7.24.0.1/Dockerfile", - "similarity_id": "faf5f57b8d957f1d0a0c890d40dc3fa50ee22959405f7f1668305d37e2b75f5f", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/6-latest/Dockerfile", - "similarity_id": "43b0995e5efce80e8f2c2d95c97c1f05eb126668687adaff577794d3378fdd9f", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u191-7.24.0.1/Dockerfile", - "similarity_id": "b4b9f959cb00a733aaa15c50dce0b925b90e9d8800f885412f3e00674848f9d3", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/12-latest/Dockerfile", - "similarity_id": "d84d49faf178e494c5208540458966689c0a628017fd651d5fe58fbdac1f2cc4", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.8-11.41.23/Dockerfile", - "similarity_id": "d16a09626e18a76628bca7575853efec271993b1659511a930016b8ef7539204", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u79-6.12.0.2/Dockerfile", - "similarity_id": "f5ff684b63f6c0678952e28ed70c8b91a759d0a299143457935113f6660ccd2e", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u252-8.46.0.19/Dockerfile", - "similarity_id": "3a4434e98922b34285a4af8024cda29d86d5422e9301ed423c69ed771f6babe0", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/ubuntu/8u272-8.50.0.21/Dockerfile", - "similarity_id": "4160d25738edc1579e909b598af6f2e62ccfb0fd7435800d43cb2bc66a2f78c9", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u80-7.10.0.1/Dockerfile", - "similarity_id": "68ad1a15f6017e7e5d4042cd07fc6236b12bb05c4a848a93b4fa354997ddfd2d", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u73-6.10.0.3/Dockerfile", - "similarity_id": "b27d675abeeffd20f83d369126cfd8b769a6a836c9733ddec34cbd4dabc50a34", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u211-7.27.0.1/Dockerfile", - "similarity_id": "e0f1048c2051f12f7dca2393a72e70ec383adc47401b638f0965ef38312826d3", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.5-11.35/Dockerfile", - "similarity_id": "0751207a8d2ac4543b235ba2f480a781be5494eac3d1b0b0afd94c0c7f58e3bf", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.10.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u65-8.10.0.1/Dockerfile", - "similarity_id": "5460e913987b73ff15342e5e07b8de96717e0530c3670d5a35c5f70fda69bcdb", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u141-7.18.0.3/Dockerfile", - "similarity_id": "e3a8e21990772570a1aeb54bf73862a279322bef3d0f8f1ee4a3a334b5f08b16", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u242-8.44.0.11/Dockerfile", - "similarity_id": "db0358ba2cc49d0be654c5fc94c9a0d9dd958fa32d18e0a4e24244d94ef53e36", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u49-6.4.0.6/Dockerfile", - "similarity_id": "15c0d5cca482e9f6bbffaf7db7079d0a840f327ab5d76995c39b132119a5ba50", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u252-8.46.0.19/Dockerfile", - "similarity_id": "3a0b0014fd6a7fd3882cbb6e28f41734c8be2239ae52f03cd08b2367a9d663db", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u262-7.38.0.11/Dockerfile", - "similarity_id": "6b237e55b592cc6e87f799de7a7ba03b404fb630927744e25f7796b7997e5992", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u222-8.40.0.25/Dockerfile", - "similarity_id": "223e6abdf209ad1ea90eedd06e8d770ad6cc4b41f100660bccf47c8505799f0a", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u65-7.6.0.1/Dockerfile", - "similarity_id": "8bc9d132ff9d96f4685e73e5638bdafb7ae1d6e6dd066eb19295aa10a58d7495", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/13.0.1-13.28/Dockerfile", - "similarity_id": "2d98284957f749276509d253021f5a772e3d2adb9ef9929fb873a280ebbe4243", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u45-8.7.0.5/Dockerfile", - "similarity_id": "c707666df799317630ddd88f8b9b536167ae6dc77c53f05b0168d51c4154e995", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u05-8.1.0.6/Dockerfile", - "similarity_id": "7ee59d7178a9fbeecfa2a7a5e38e89c537ca2fd1d41ddaa534ee13197c995ae4", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u152-8.25.0.1/Dockerfile", - "similarity_id": "9bacc79e6959906a03a47cb9abc59cc99e2cc9a37f410f354914da72af15a8c3", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u92-8.15.0.1/Dockerfile", - "similarity_id": "b921936d6e69c199e4b8b68c57f18cb2adb585738190af6973d048eba8804ce5", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/9u07-9.0.7.1/Dockerfile", - "similarity_id": "dc397e09644339f436f92b5646b206280f8ac32bf611abe669c3d38dd1cdeb19", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/11.0.5-11.35/Dockerfile", - "similarity_id": "e899752d8ac818faf3049b311ba7d94282100aaa33996e1365473a6c24116308", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/14.0.2-14.29.23/Dockerfile", - "similarity_id": "75a0e69dbefd6ab03995448eb64d21098e99d4867cdf3d8ddd2e58c2de5113b9", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.2-11.29/Dockerfile", - "similarity_id": "608f89920a4243fcc1300a7fafb0d81f66ac9a863fb0c9a9c33c24dd551a87c1", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/14.0.2-14.29.23/Dockerfile", - "similarity_id": "a480e7bfd839f0df873e1f1cbb73ef9aa0b375e41f0be8b8ca45a97736e33b7a", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/8u112-8.19.0.1/Dockerfile", - "similarity_id": "736721adceaa3d2767de4257bb19cbbc0899506b548cba3816519cf291657013", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u212-8.38.0.13/Dockerfile", - "similarity_id": "4d1ddc2db0d131d5ae27cbfe0d4ffdbb1523ce843bac3cc1fbe0d2b726286a74", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u95-7.13.0.1/Dockerfile", - "similarity_id": "aefa024e5df2664bab09e62c51de0d4a71bf75d28a1f409ce854c39f1946a4f3", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u79-7.9.0.2/Dockerfile", - "similarity_id": "c4d0edd12fe12909b61b7497d5e17c8b75b8e2ce10363ce81d53c37965ad9c16", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/13.0.4-13.33.25/Dockerfile", - "similarity_id": "71eaaa5f49fd51e45074aa2c68813da2bab9879812f87f31cc93c3fb1daa512f", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/8u101-8.16.0.1/Dockerfile", - "similarity_id": "fddac5b7aee95490fade9ef7e3a93672bd9618ca8ee5d47098773d68a0ff4a62", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u252-8.46.0.19/Dockerfile", - "similarity_id": "ccca7cea0b33627c683aad8b31f4935d63342b1ad9595f731916b0ea5eb2e20a", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u91-7.12.0.3/Dockerfile", - "similarity_id": "877da3a48bd4e40c5d3aefba27ece1e6ed0a7b1b04358f971df169ee2dffcd68", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u232-8.42.0.23-jre/Dockerfile", - "similarity_id": "bd66e0844910a7f1e750e9a3f45aaf3d1dc8045fe88263a16e6b892cd7624b5f", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.10.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u60-8.9.0.4/Dockerfile", - "similarity_id": "31696c0cc36b337172a337528bc35bdf6dcd5fa5c38a4665d7d2e463e30649f8", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u121-7.16.0.1/Dockerfile", - "similarity_id": "267e640a34d9ce18ff4f7c228a223e1c99e2c6d5b20b17de389b81052ca64a56", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u192-8.33.0.1/Dockerfile", - "similarity_id": "ec9d7211bb86c41208a1d913b224e92cfec2fce2b920b115604a678fa34fbc14", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u45-8.7.0.5/Dockerfile", - "similarity_id": "b1e6c55de81d24973b55f7773f24903de8f2a0dd5ea54fe3fcf6d1373370e0ba", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u97-6.17.0.1/Dockerfile", - "similarity_id": "f5dd360707f38f94b84da75224182c0f920c6689a35d1fb63d3ab1316a452d99", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/14.0.1-14.28.21/Dockerfile", - "similarity_id": "cfa223b1696f52aed364a8c9dc387d8168836b9614a0aec3a1cfa200cc326fab", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u112-8.19.0.1/Dockerfile", - "similarity_id": "b01538e1345456975562ee8640f65fd09bce73ff8b52891b771ff6ccf4f674ec", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u80-7.10.0.1/Dockerfile", - "similarity_id": "71a08a6fccf465f0d613e61ed524d3024ce0582fe83d45b661d248b9440ac31d", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/6u113-6.21.0.3/Dockerfile", - "similarity_id": "ea1c3efbde98d05aebebfa27e76889b1f00d44c1416181c7433a0f3bef7fffab", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u93-6.16.0.1/Dockerfile", - "similarity_id": "4d20b23ac4c1341b4c55c648ad78e0027dba59cebdc2175b8c489bb517b39282", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.4-11.33/Dockerfile", - "similarity_id": "5f2b0908bb373f5073e3983893b47b81ff184e0508d14f6bba10197642e12d8d", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.5-11.35-jre-headless/Dockerfile", - "similarity_id": "2ecce9f1dd7fdcda2135f4518a3b5477135323a87538dc035372fac6597d670a", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.10.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u242-8.44.0.11/Dockerfile", - "similarity_id": "2215879760b0b41c74f86bd03dd5baeddee802dfa86b6dee3319f107bdf8b4b0", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.10.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/13.0.2-13.29/Dockerfile", - "similarity_id": "ec1e582276c75157d08e05e25a7d90b4b84019a080ab6e62e16728a6804655cc", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/6u107-6.20.0.1/Dockerfile", - "similarity_id": "3356b5c0a62b06581d0b3d72063c4f6c9a7a97e59ee1edb4722550c040d3cbf2", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/9u04-9.0.4.1/Dockerfile", - "similarity_id": "88c942f6797a40966b92bb0db53d350a8bd0868b4e923f3aeef3b88e815f204d", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u97-6.17.0.1/Dockerfile", - "similarity_id": "cd7c0acabb7ef47038176a5c94d9fe05ea58fcfe9c14aadacb13725f8d9152a9", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/11.0.1-11.2/Dockerfile", - "similarity_id": "eb69081f6b95f598c2a23f3ea37c01caf9adcd4a368d37afcbca74874f7b6282", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u232-8.42.0.23/Dockerfile", - "similarity_id": "28ba1330f96625de5e57c01fb6d6b742f31f82bd4bfd80f24b35042effb428ac", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.10.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/6u97-6.17.0.1/Dockerfile", - "similarity_id": "796b59d7eaf3b138d0b8a961f81c1d121bbb4803e812fce0358b4d7cd0323df1", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u232-8.42.0.23/Dockerfile", - "similarity_id": "458b6fcb0856763ab2c5ecec187afd7eea7cdf5148077720979474b865720538", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/9u04-9.0.4.1/Dockerfile", - "similarity_id": "82fb0b04f24b65a4b5cdaafb29e7faa07c1ab9bef5d65d86004c362de7f69819", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u60-8.9.0.4/Dockerfile", - "similarity_id": "0d783576073a86f71812059583208ce0d05da98bfec21896de49d37a3e1ec41f", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u272-8.50.0.21/Dockerfile", - "similarity_id": "5774c2295d2a0e6dbcc2d592bf490870f4fceadf1c136595c874848cd0801c56", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/9u04-9.0.4.1/Dockerfile", - "similarity_id": "d011ddf1e1cd16ba74dfc367dd56584c129d9c68160d256f461a10bd6d261539", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.7-11.39.15/Dockerfile", - "similarity_id": "daf5d5dc1d1f26e9f7a144736a5779855cb1b52d86fedfb6acaf7250298fd1a3", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.11}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u95-7.13.0.1/Dockerfile", - "similarity_id": "c0a259f7631fa8e9ffdb375587f1b53c47d5dca3031dbef77cf496943021b979", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u99-6.18.0.3/Dockerfile", - "similarity_id": "946b9a5cf07d330b7194db94ccfcf6397a356b30d8d64b40d626bba97f1908d5", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u252-7.36.0.5/Dockerfile", - "similarity_id": "d5d6eb81f8c5679e047d522458fbae30d3a2bfca43203743f5ecd147d6de2bcc", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u92-8.15.0.1/Dockerfile", - "similarity_id": "2804d6f2b53e4c0c6d2354fdcefb5a96037eb5f025a141ee053f720fab387120", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/15.0.0-15.27.17/Dockerfile", - "similarity_id": "a22de502c96c56c3a681ef47ccbc11fe250a971d62fe1b7b486ed84253ce4259", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u232-8.42.0.21/Dockerfile", - "similarity_id": "892ac6a779b82cf3e0c85942dec9ab3761475ce1e0f4320ebbe8d8b85e780f23", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/6u119-6.22.0.3/Dockerfile", - "similarity_id": "09a9baea39b6e2ac9d3e69bb9aecf032c7815c84aca9c8691a1be6ab66c2f71c", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/9-latest/Dockerfile", - "similarity_id": "6b89ee2abaca004a6b9ddee585ba972cfb1b489979f62a2b47c6d9de95a06630", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u141-7.18.0.3/Dockerfile", - "similarity_id": "d50c36ed03abc1f01f89e8994f6514201375eaa288027c767a6e1161103efc1e", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u131-7.17.0.5/Dockerfile", - "similarity_id": "0699cf20e3d4c0fe26b4f69701ebeb54305ed611cc3c9261ebbb45de9f47e366", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u11-8.2.0.1/Dockerfile", - "similarity_id": "f845ffecae8d6f367a6a1ac64d62ed26294757ddc2eeaecb714bab241957aced", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u99-6.18.0.3/Dockerfile", - "similarity_id": "00178a664613586721d1dc0cfc12dbd0208768ccdf21987270ee5cbcf3d3290c", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u222-8.40.0.25/Dockerfile", - "similarity_id": "3a03ae811be0f8d31f338133360c486668f0fe67a2755d5fd2f935d7430cfb0b", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u85-7.11.0.3/Dockerfile", - "similarity_id": "c45101ba34745805febe57466a6a1c05935623be4c73f6ee6da01f47a61a6932", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u172-8.30.0.1/Dockerfile", - "similarity_id": "5c09d48c3bc905416838fb1cf0131d7f6d42b7cff16e7e534c1a7017ddec256d", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u262-7.38.0.11/Dockerfile", - "similarity_id": "8a5099228168801d60f6be3fdb22b210b2ea42e99d1d40591e094c0b1c2649f6", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.11}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u87-6.14.0.1/Dockerfile", - "similarity_id": "be06c15489c1fc2822ea1cb989ace34e1a4a1415b7ade2d49d1ca7d485237c21", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u262-8.48.0.51/Dockerfile", - "similarity_id": "361b3601421953451082779820c575e2fa4fccdc7f62357ab1ee646a5a96dca6", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u103-6.19.0.1/Dockerfile", - "similarity_id": "678710d466ac8863b7d5ac68998607efd62cf23be782f9c0e1c360d5ff03394b", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u131-8.21.0.1/Dockerfile", - "similarity_id": "248ef7750e5d1cedd70f9fc635226517f665c7c7d2a1a65f9adc92828e5ecb6a", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u222-8.40.0.25/Dockerfile", - "similarity_id": "c0bcb179e182218c7e540a083e5d519e427f6c825f8ed0c22bf575413b18ccc8", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u60-7.5.0.1/Dockerfile", - "similarity_id": "c08a7b81f2fcfaab3ac3ede44418211a6f8039828f35da19c143fe6cfa668a72", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u154-7.20.0.3/Dockerfile", - "similarity_id": "94df62d45183936b8c3a07d4f0d14f913bc84549054cb274b91745b4d820602e", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u172-8.30.0.1/Dockerfile", - "similarity_id": "f857f6e60d6b03507a1209dbdb3de49f1bf4465813c7b5a9e32b92ce130cb48f", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u191-7.24.0.1/Dockerfile", - "similarity_id": "a6716b2d1d9a5ca34a328a2d3e7c14e83a69966d9ec5843dfb1e36a8ae6658fa", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/7u101-7.14.0.5/Dockerfile", - "similarity_id": "0c48e3daf9ab49e19ceb3d48ea64a80b1c50cdf3c1c68d5aa52f9ad2a4dde431", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.6-11.37-jre/Dockerfile", - "similarity_id": "084a5443ce2da8eab0797e9be95e1b7d08e58161fffad4bb2b016b7796fd0dfe", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.10.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u242-8.44.0.11-jre/Dockerfile", - "similarity_id": "6f69fd3a5755bac0395c0df4c9a718fd699d0408c015d397259ff5970c5b3c12", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.10.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/14.0.1-14.28.21/Dockerfile", - "similarity_id": "b13fc9210b546358adf83232b2194b1a798e46dc51e0751a8d07c8e72b4d6b22", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.11}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.5-11.35-jre/Dockerfile", - "similarity_id": "0af979e97d6540a7f88864207af30ec3cf07352ea96013361b3d8093806fcdb6", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.10.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u262-8.48.0.51/Dockerfile", - "similarity_id": "1a43c74b0aa4ce43bf5f7dc3cb10ff5939df898131697c973f2dc1879dad8313", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/11.0.4-11.33/Dockerfile", - "similarity_id": "4d80d0d5e688f0b5a1e28344710e0d904e9d57d7a88c60060784c4bbbe124071", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u162-8.27.0.7/Dockerfile", - "similarity_id": "6db80fac688546a091e6cb2d99c66bada361f50d21fbf49eda8016b668052c40", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6-latest/Dockerfile", - "similarity_id": "0e5f6e70fe6bb95b097b1e9200e8ba1335377d90e699966dc1d27b674c3be3ca", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u232-8.42.0.21/Dockerfile", - "similarity_id": "e9c7fe822f40fecb69c54e64d6ae7fc23c205ebcb6202a7f0b7f23270fcfbc3f", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.8-11.41.23-jre/Dockerfile", - "similarity_id": "8957a0d721f87a3b683c9c514a42c4d60fb0cd3c1cb1b7bedc6ed6a2aae73554", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/10u01-10.2/Dockerfile", - "similarity_id": "48a0f26097adaa2bce7c02122623107d6e16b38bd9365c091542d133ed5c8c8a", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u191-7.24.0.1/Dockerfile", - "similarity_id": "03f7de1f6b320baf0ef91b87a065e909fa8e13fc7b65f697d26db851985687e7", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.6-11.37/Dockerfile", - "similarity_id": "224db4b6bcd1958dfec8ab68e6eded3b05ce8f03faeab7b02e9eafcca5bb26f5", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.10.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/6u103-6.19.0.1/Dockerfile", - "similarity_id": "1028d324a8563dd024599918e27d10fed04c99ebf9558eb0e478e4b57f1d0115", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.6-11.37/Dockerfile", - "similarity_id": "4c18fd366879078779fb41e4b19e20dc8f2a27fe14640b1eac963f4b8fd4ae02", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u87-6.14.0.1/Dockerfile", - "similarity_id": "4651f6f5813500a4506b9a470b5de0fea9dd1afd8a067b114b09e60d1273c58a", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u66-8.11.0.1/Dockerfile", - "similarity_id": "6a3c95ec85a08e4cbea7ac152ed670a991e54d75b0d55e7469906842c43cba8c", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/ubuntu/7u282-7.42.0.13/Dockerfile", - "similarity_id": "a8fec50e0939ec7ebf4774e520aba01bf03d9aa42c8d4aee2c621a17222731e8", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/13.0.5-13.35.17/Dockerfile", - "similarity_id": "f41c512d8337bae8b5fcbdfbbb92d0efe953168b2be7e094af0ae39a532f9981", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u232-8.42.0.21/Dockerfile", - "similarity_id": "84f7517ab12c683494391d902438f78ac8b112327d4970601e41224049055ee3", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u272-7.40.0.15/Dockerfile", - "similarity_id": "656c012c5a83f754fdfef5738e53e506fdc621073d14475a14e7b865179ed15a", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/11.0.2-11.29/Dockerfile", - "similarity_id": "85f72f73808f26e1555c4667212f2add1804c33e6f901836e0e8a10dddd18ab3", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.6-11.37/Dockerfile", - "similarity_id": "6c67f2e3ded94adb50e65c121a752c078e989353d692cccad61e798c4ccc4c30", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/10u02-10.3/Dockerfile", - "similarity_id": "b298e65f9cd20ef3e466d87c38e545ae6f65d18d7b7dbd673791ccc4abd1a6eb", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/ubuntu/15.0.1-15.28.13/Dockerfile", - "similarity_id": "60e0a8331aeadd6fac6ac84c11eefa1ceba7dc5c93ae469f4b3cc83710734632", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u272-7.40.0.15/Dockerfile", - "similarity_id": "42e817c9e60e01fd4f44ee7fd9e8fc132c905ed07f310150eca7c70b9362c4c7", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u107-6.20.0.1/Dockerfile", - "similarity_id": "cf52775b6359d6c1f140abe6c6b094135ecc8fe1208ca7d8eaa602dcca9e8243", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u262-8.48.0.51-jre/Dockerfile", - "similarity_id": "057ff3f35ef37e6fae9f9ca7087525c682b0aba479c21d69a50848e89c8d1257", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u77-6.11.0.2/Dockerfile", - "similarity_id": "09c6420dc7df3042bb4e4cba48b8438e38b0e12123646451b83c00220dc4524d", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u25-8.4.0.1/Dockerfile", - "similarity_id": "b874d8962ac6d297f10fe61cfc9c0872d04f1425222f975e0e0587568d609624", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.5-11.35/Dockerfile", - "similarity_id": "3e451ee1f93a3f3ad58505408355e6ce2655b0163d1224adcfc55cd79896dc7c", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u131-8.21.0.1/Dockerfile", - "similarity_id": "78ec1134b4be766a4132d56c33c3c0e24ee24a33fb21facd252fd9a3c63a03a2", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u272-8.50.0.21/Dockerfile", - "similarity_id": "6c0d24a9d401d929dd8e4bb176e8aaf27b3e0724704fbed14d6b9a78304df58a", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/13.0.5-13.35.17/Dockerfile", - "similarity_id": "8d7ab81218e0fa208bea56395bb78d55639d09a3f8fa5c133310f17742427e3d", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u212-8.38.0.13/Dockerfile", - "similarity_id": "8949e05c48b94e39069517d22393e9ece3852fa851668f7e66f1b59f52b52372", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u172-8.30.0.1/Dockerfile", - "similarity_id": "cbeba4f9e735d45b0b6ce5d6ad740ecf9ac45014e412342a50f4ea05a65ff7a1", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u63-6.8.0.1/Dockerfile", - "similarity_id": "1a5161f9f70c35abd9fac3ac0ecacfb2a3f89e9e62554f629baba068e9333f60", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/9u01-9.0.1.3/Dockerfile", - "similarity_id": "e45321ce800427fe0ae7e0bb8d1f169ed11dc75813117b53d5efe04a2bfe7d91", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u85-7.11.0.3/Dockerfile", - "similarity_id": "c3ad8f3c8cee40da38b0fcdf94fa7414903967abdc0c3cbd75a3e680b8019981", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u121-7.16.0.1/Dockerfile", - "similarity_id": "a079e471c5c126febb0f1831c9dde9873bdfc324551b1845b649b65de3b36e09", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/14.0.2-14.29.23/Dockerfile", - "similarity_id": "2e96dcdacdc24631c53e273e53b4de3bcbb274184c3a4e9e9f5c3107d5d59192", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u65-8.10.0.1/Dockerfile", - "similarity_id": "fb55b4be98a6f5bfd54680377e941210203cb896e570acce830d7946067869ee", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u89-6.15.0.1/Dockerfile", - "similarity_id": "a696215db123e3419677d33cf53c0f9ec7a9f5599ea916aa1e4553780dcb8d67", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/ubuntu/13.0.5-13.35.17/Dockerfile", - "similarity_id": "f30c8785c00aac169b53c65a7e43eba7fa746e6dab491949279d503fbcfbecef", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u51-8.8.0.3/Dockerfile", - "similarity_id": "9e0b7454c15ca0f8480894c5dd535170ebaf073aa8bc9c21bf667089814b785c", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/9u07-9.0.7.1/Dockerfile", - "similarity_id": "228ebd4204318a6ffe5db7c43f41be5ba5e4c17bcc5eb6f303b5baa5c6f7c0a9", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/6u93-6.16.0.1/Dockerfile", - "similarity_id": "81591212c29deeeec82b9e156626b554cf1225d0b9029cc067a24297e069146a", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/11.0.9-11.43.21/Dockerfile", - "similarity_id": "9a42925c069ec1d6628f3c5488426402ea3d729a53b068fad9851d8edc3d024c", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u121-8.20.0.5/Dockerfile", - "similarity_id": "75803519713d6d7cda84d768773076dd57eb35293148d4a2b9ac7b2eade91825", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.9-11.43.21-jre-headless/Dockerfile", - "similarity_id": "9f5a2fc7268518502b1009887734bc1b3fedff5e0f807386f29c9d986d77f0ed", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u59-6.7.0.2/Dockerfile", - "similarity_id": "d9f329e152d3810e0a581064346f66f0a2195fa69ba3f66afb3f3e153d65ac27", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/12-12.1/Dockerfile", - "similarity_id": "bf8f8757d4be13e0e523ca9f2b38a0b164f281478ff343bfe20d716718fabeb4", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/15.0.0-15.27.17/Dockerfile", - "similarity_id": "4623a923200ff155b324c0af7c433c17873d658a343f121912eadf6d9cf090f2", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u162-8.27.0.7/Dockerfile", - "similarity_id": "e843e75a77792caea1d112a9599fab6dd405958364d3c47d03296bf745ed774e", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u141-7.18.0.3/Dockerfile", - "similarity_id": "8e1072d7be5e265a641112a8894df2e4bcdacab1c722273e769abd15929991e1", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/13.0.3-13.31.11/Dockerfile", - "similarity_id": "2447e2d3c436454dc6bc1d649b718f7c619161b23656f3e392db52d7d47fa93e", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u91-7.12.0.3/Dockerfile", - "similarity_id": "dc1228b7de8d3e2d99ebe1dfb0f479f8a4e18d6abaa8a51db483083df59e5cfa", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u101-7.14.0.5/Dockerfile", - "similarity_id": "3b18192bd9230bf796ed01e572eecf70028cda1d051aab6e9b0cd5cf46d791b0", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u87-6.14.0.1/Dockerfile", - "similarity_id": "a8583e4df54c5bb467d2b9e9056012829c4cb2da104a4d9fd28aa65746b855fa", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/13.0.5-13.35.17-jre/Dockerfile", - "similarity_id": "f910c3b9eac2df799f26fc1d0ec7897656bcbda03aa1735edde859285d1623a4", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/12.0.1-12.2/Dockerfile", - "similarity_id": "4da1e69582efabe0aad5fcabc73081fde36c00a443aaa2187b2463e4eae30efa", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/10-latest/Dockerfile", - "similarity_id": "7f722c4b6e7c8a2444c0a94d43b59df6fd2b91306e29560df31341e080eb9b53", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u232-8.42.0.23-jre-headless/Dockerfile", - "similarity_id": "f84e27afced1386fe4240367cc4fd433392e65cde514b683bbc75da00edb60be", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.10.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/12.0.1-12.2/Dockerfile", - "similarity_id": "4127cd86e326c65ef5861ee691f3989336d6ef54e61a8910d7f967a907fdceb9", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.1-11.2/Dockerfile", - "similarity_id": "c1a200abdaafa52a2d57dc931c9d952074f97c51bba839c30f91164054fe2ed7", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/9-latest/Dockerfile", - "similarity_id": "60b9907364be2294bd0a5593e989d795939ee86ffb4f5c5f817c40cacd07006b", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u232-7.31.0.5/Dockerfile", - "similarity_id": "180c18c91b1e872fbb0e1c45cf7dd4bbfa9dd129aeb37ad71d7fc3817c56e7d6", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u131-8.21.0.1/Dockerfile", - "similarity_id": "810872da860ec1c2394220ba3cbd9f8a42299f2e854c144edde3a0e164c74718", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.3-11.31/Dockerfile", - "similarity_id": "4a79d29d94e414a560e398f383418d86f64bf8772f499c04fd3b131b3ca18702", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u65-7.6.0.1/Dockerfile", - "similarity_id": "0dba93336ca3069950dd8790573571593629ff96993e79cc7c9a80bbc02691c6", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u45-8.7.0.5/Dockerfile", - "similarity_id": "55265612f7f0f4f85747d5babe9323c0e931c72097caa2f0f91dd7b85aab7f2b", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u40-8.6.0.1/Dockerfile", - "similarity_id": "e073345dfb2d7948eb75e60821789c91dffe0a4ca2e947cc4c637cb34d112f4e", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.6-11.37-jre-headless/Dockerfile", - "similarity_id": "e98da294ec2004edf100cd59c02b3ce7b12eae14cc27e057778a431bd04a333d", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.10.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u272-8.50.0.21/Dockerfile", - "similarity_id": "279256c0e0e7df473226ded8f4f14f60c897a119ed37db19754d2fe688c3b45e", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u202-8.36.0.3/Dockerfile", - "similarity_id": "d5282e89f52dc7c59c0628c49193cb08f0aa05c0103200bada096d09602667eb", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u181-8.31.0.1/Dockerfile", - "similarity_id": "c3e09bad1d23955955d1728295ba7582e9b70914be15310437edcc05537ac8f7", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u242-7.34.0.5/Dockerfile", - "similarity_id": "3a51a7bdb68d180bb955897314c2b2743d8668fb45b776e4bf730175d259b5cf", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/6u89-6.15.0.1/Dockerfile", - "similarity_id": "1ab2dde676e4cf7ea042fbfa05e1b6afcdaac0b39ccba77aa2bb17c49aeca5fc", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u232-8.42.0.23/Dockerfile", - "similarity_id": "1b606320869e5efbb3f61dbc12a223bf595397b0c2a2becd04ecc958381567fd", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u252-8.46.0.19-jre-headless/Dockerfile", - "similarity_id": "6cf4c50ca7a5ac40c6a4498ebe69185c56a3d8865e527db223dfb1799eaa3a4c", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.11}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/12-12.1/Dockerfile", - "similarity_id": "edbf40357665bbe3308eb9afcd58508deda1206351f5f11a2c738bf463193b29", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u56-6.6.0.1/Dockerfile", - "similarity_id": "34373e4bffac6bcc939ba937ebd0c27035bbf273a67e9c6191a12763be7eb46e", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u181-7.23.0.1/Dockerfile", - "similarity_id": "5265c2e0bc597af4e29172f0d3f4bdb8e86814172bb9631967131412bf9ea369", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/13.0.4-13.33.25/Dockerfile", - "similarity_id": "ddaa5935d90984c2eb6be52219cf8c61954d40ac8c3736f5fcbb3e862d21c6e5", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.4-11.33/Dockerfile", - "similarity_id": "960c785a25d9d6798e1e953f2c62a14cb60fda4ebe92994990a89a5332527d0e", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u56-6.6.0.1/Dockerfile", - "similarity_id": "a27829055cda1a95392f049a27296e510286382496057e12c548a5478e7b0061", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u83-6.13.0.7/Dockerfile", - "similarity_id": "a17daedf0afe3833a11125b6528793c095324ee7b6eba6331ff01d4725f74b8f", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u89-6.15.0.1/Dockerfile", - "similarity_id": "c46c890632211ad1d693750845cd495dde70fd48e6b85a73e4271a5b248c6535", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u171-7.22.0.3/Dockerfile", - "similarity_id": "7359134ba049489b8ee775ebe1056ef6ee9ab41969177b6635d0aa0f1096bbe3", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.7-11.39.15-jre/Dockerfile", - "similarity_id": "ffe32d56f521c7dd99bf0761a76afad03eeba7f91636599ea410a2e5ec0d88da", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.11}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u63-6.8.0.1/Dockerfile", - "similarity_id": "52902d1b18d24a034cfe6e63f015cb0ef9250b42065693380c09cff643c31225", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/12-12.1/Dockerfile", - "similarity_id": "aa60c66dd16950b79c90ebed296f78dfa985290a61122b297aca3d30e0a22129", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u55-7.4.0.5/Dockerfile", - "similarity_id": "7a2fb06057473803fadaef40cf45b665a436a5c341dbe6d3d5b5ccf7d9e7e389", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/15.0.1-15.28.13/Dockerfile", - "similarity_id": "5b8f0bb58c7b150ca71cf74e409be17e783ae6320a6e1343e5daa06e4c913d26", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.9-11.43.21/Dockerfile", - "similarity_id": "b34284523439bd7ffc1f063dfcc962e51994c601694f7a22702e5498752639b9", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/10u02-10.3/Dockerfile", - "similarity_id": "57b303c0c617ee702b78e9ede436d501aa4658e54ed7066b301264e39b0c9911", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u152-8.25.0.1/Dockerfile", - "similarity_id": "0ad023f820682faefba17bc3e71046f0a84e07ffe51e7a6a69b969b172a5338c", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u85-7.11.0.3/Dockerfile", - "similarity_id": "8c142d0cbd56dbe76888858523c7b542cdb3b5b6f96a5371a9ae62e0833c5cd7", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u111-7.15.0.1/Dockerfile", - "similarity_id": "a9181cf4aa9cba72eaa5bcd40772a510b1d22d8f268bf85b2e93378a8d00015c", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/13.0.5-13.35.17-jre-headless/Dockerfile", - "similarity_id": "4c7963d41bfe09834a5ec8b903cc21f3218319ef654da30486d58c312741bfb7", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/11.0.3-11.31/Dockerfile", - "similarity_id": "1cdc6620275a226b88b3f607d66eff846b7ed9b12f18cbfbe1dd1c81c195af0c", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u63-6.8.0.1/Dockerfile", - "similarity_id": "d1a6a02886c3f7a307a0b901affc557c2414dce25ea8af0d5dcd118afeb781c2", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u72-7.7.0.1/Dockerfile", - "similarity_id": "7684a830cd2e78a8b9cd2d6fd00be19bd3b7f9d8784c33090612ec5ca82a3a88", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u76-7.8.0.3/Dockerfile", - "similarity_id": "37f1e3491d0991bd0a01807003a6055d87febafe2c20febecf2f5f797f7c0f19", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u31-8.5.0.1/Dockerfile", - "similarity_id": "3d9c276bb15925665b0d27065d570cac70708147cbf10ca0f551593169eabcc9", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u59-6.7.0.2/Dockerfile", - "similarity_id": "b25e860c2228d08870a21af794eb46e00536f55c772725dad9b18b832509b437", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u113-6.21.0.3/Dockerfile", - "similarity_id": "890df4365f9add0fec3677dddadfd3c89eaefae765d375520fe4bf29156e5faa", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u83-6.13.0.3/Dockerfile", - "similarity_id": "32f69b7d9f59d8c908db6f4cee7bc60de3b04375cff2a0e83cc9d4009b04a1a8", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u252-8.46.0.19-jre/Dockerfile", - "similarity_id": "8393a5038f8941c08377a105f93a36b42b8bfbdcda5dd98ba5ba9a07472e4938", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.11}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6-latest/Dockerfile", - "similarity_id": "ab0dda86af7ef7d3b9a08232f58b058c957849be6ffa7c364073773e0c0a1bf3", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u242-8.44.0.11-jre-headless/Dockerfile", - "similarity_id": "ca8fbf30827dab054fdc7404f380e9cfb7ad5cbe39f0fade9764745698573fcf", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.10.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u102-8.17.0.3/Dockerfile", - "similarity_id": "b6b2503ba3ecdffb0006f087008c352ac0d0de6d71eecd2d4aa113eddd0af8d1", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/10-latest/Dockerfile", - "similarity_id": "43e8f4a91ad8f83f1abe2c9ca05be6a5c1ffaada422f6fdb990c399b2b09b98a", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/13.0.2-13.29/Dockerfile", - "similarity_id": "fdf1f07ab01d8db6b3d5d633d18fbfeb392f6076881c47f12720d81e8d1b5535", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u93-6.16.0.1/Dockerfile", - "similarity_id": "1d4cff972801d3f2ab412e448813028bbe895fe59eb1a8b7ae4b6ab9cf3229ac", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/12.0.1-12.2/Dockerfile", - "similarity_id": "ef45fa54086cee4de3eb58931a5d5ef997d9288a2968ed40d92cab26687d3b1c", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u72-7.7.0.1/Dockerfile", - "similarity_id": "5027a6ea058516290552d9179b3e0348b1c4a80b20acf70990dc62cf69150268", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u95-7.13.0.1/Dockerfile", - "similarity_id": "b657df136bab0a7c30dcb93e79d926a9e1954789de9f11d6bfe04c90d3b4f4c5", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u102-8.17.0.7/Dockerfile", - "similarity_id": "9f88770fe2d8d83c3923294922e4a55402aa123ca6c89489477464dfe6897b49", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/15.0.1-15.28.13/Dockerfile", - "similarity_id": "78d4ff16966edfaf429158d3d9cf7cae6225a03fcd064d57c018f4792190a6f6", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u161-7.21.0.3/Dockerfile", - "similarity_id": "88b3feee2af3f37415e48b04e7256130a0e548faaddfe3c019477e3d449cccd0", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/8u144-8.23.0.3/Dockerfile", - "similarity_id": "0cbc94a3f833f6fc1012c948db6ea222e2d229499637b97290d90f6f9417f8e7", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u232-7.31.0.5/Dockerfile", - "similarity_id": "a7f15ace5900c0a1fb87e7f7470b5e3efb8f7d8b9b92a7d652d3917f0c50ecdc", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u53-6.5.0.2/Dockerfile", - "similarity_id": "d0422c2db154fc401535634a1ca944f4292e5962c1cf7c286618184b3f1f5702", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u111-7.15.0.1/Dockerfile", - "similarity_id": "170c7a36db798e9f1edbc6423d432d95a4487fc74536834858cd2e60a59ee182", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u171-7.22.0.3/Dockerfile", - "similarity_id": "ff8f585874cf10f7e1fa2ac197d20a637f27c14b31179767b65f50e77d253cc3", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u282-7.42.0.13/Dockerfile", - "similarity_id": "4335cf2944b2da7cbf1b2c8aee627dbb29dcee0a0010c1f8996126d1c0072b9c", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/6u99-6.18.0.3/Dockerfile", - "similarity_id": "7c7ff451f879facbba361ffcc6a16a086c1f40865bc8d55186763631567c5e26", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u69-6.9.0.3/Dockerfile", - "similarity_id": "30738c13112cf34ff4a364abda99bd2102cc8e49c5aae96e1b69171032893162", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u181-8.31.0.1/Dockerfile", - "similarity_id": "6c99405c5fd2924a1800ec43fc6e3dfedcfb02260762c7b978d5abd3bcc9cbeb", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u272-7.40.0.15/Dockerfile", - "similarity_id": "7c31f5d58d7c09d1e4f692fc7f51538bbe124bc4b3ef4d7d298818531af121f6", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.4-11.33-jre/Dockerfile", - "similarity_id": "d07ab31634bf0b38c9d78aeb1dd371dfc17e266b2c33b6afa4b638399862cbbc", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/13.0.3-13.31.11/Dockerfile", - "similarity_id": "d9a76f9959c4be330099da778e54549ae11f0a85a2f78fd452b1127888c7e9f6", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/8u102-8.17.0.3/Dockerfile", - "similarity_id": "72613540d859da7d888e78460e911958e5c46dce558f368cd795e01fe7656bb4", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u152-8.25.0.1/Dockerfile", - "similarity_id": "2796a49ce6163f78bc82932c84ee48fedbee597b45fc6aa0f558e4dc61602f8e", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u111-7.15.0.5/Dockerfile", - "similarity_id": "40b6c3d5f1dac7609faa1120546a58ebd5bbb73ff6bd3f18892b636668e02393", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u272-7.40.0.15/Dockerfile", - "similarity_id": "57517efd4e6aa994058123a9f3d8bf35a2b4667cba8fa7ff6a0ba06318bfaf77", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u201-7.25.0.5/Dockerfile", - "similarity_id": "d64ef0a0337595692f7a2be17e9340a86c1d231986f4f031f0ad8b0636146fd0", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u282-7.42.0.13/Dockerfile", - "similarity_id": "0260536234aad94824dddbcd0bf009f252d42412ca042e0e445142b6767b5e22", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/9-latest/Dockerfile", - "similarity_id": "d372c660b9d4b9d58faae430effda91d7d432adc94a6938f13af7f1dfcb41c5f", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.3-11.31/Dockerfile", - "similarity_id": "3b985475efb7996913f51c97f690e521eac136ba91de583142ec7a41aaeded85", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The 'Dockerfile' contains the 'USER' instruction", - "actual_value": "The 'Dockerfile' does not contain any 'USER' instruction" - } - ] - }, - { - "query_name": "APT-GET Missing '-y' To Avoid Manual Input", - "query_id": "77783205-c4ca-4f80-bb80-c777f267c547", - "query_url": "https://docs.docker.com/engine/reference/builder/#run", - "severity": "MEDIUM", - "platform": "Dockerfile", - "category": "Supply-Chain", - "description": "Check if apt-get calls use the flag -y to avoid user manual input.", - "description_id": "2064113b", - "files": [ - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u141-7.18.0.3/Dockerfile", - "similarity_id": "bbb8ee59aab4cfad986495f60a8c71abe593d2ea5c536c4067d2c7f6bc562871", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}.{{RUN apt-get install locales}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{ubuntu:latest}}.{{RUN apt-get install locales}} avoids manual input", - "actual_value": "FROM={{ubuntu:latest}}.{{RUN apt-get install locales}} doesn't avoid manual input" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u93-6.16.0.1/Dockerfile", - "similarity_id": "57c4addf91ab54d45be4b38ceab2d0f46d7bbef513c0e4d7408f3c8f7f7a9bf0", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}.{{RUN apt-get install locales}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{ubuntu:latest}}.{{RUN apt-get install locales}} avoids manual input", - "actual_value": "FROM={{ubuntu:latest}}.{{RUN apt-get install locales}} doesn't avoid manual input" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u152-8.25.0.1/Dockerfile", - "similarity_id": "ab955696d6c75afcf142c3ea71f83bd4ecce97958a166fe4aefc8661aad2f4cf", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-get install locales}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{ubuntu:16.04}}.{{RUN apt-get install locales}} avoids manual input", - "actual_value": "FROM={{ubuntu:16.04}}.{{RUN apt-get install locales}} doesn't avoid manual input" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/9u01-9.0.1.3/Dockerfile", - "similarity_id": "3ebd04d647525ca4a92e8768e6c65ff4068fd2af70c3e2964de561b79114ce24", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-get install locales}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{ubuntu:16.04}}.{{RUN apt-get install locales}} avoids manual input", - "actual_value": "FROM={{ubuntu:16.04}}.{{RUN apt-get install locales}} doesn't avoid manual input" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u112-8.19.0.1/Dockerfile", - "similarity_id": "2f3e4b49ebbd7ca183cd2a145bb5af0fc9ff7e2e6eb072d0cb307b685f901c9d", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-get install locales}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{ubuntu:16.04}}.{{RUN apt-get install locales}} avoids manual input", - "actual_value": "FROM={{ubuntu:16.04}}.{{RUN apt-get install locales}} doesn't avoid manual input" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u131-8.21.0.1/Dockerfile", - "similarity_id": "7d947cc14b640152df487ce6a0b073671bf7ecb1ed4d554fe7a6d1bf105d09da", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}.{{RUN apt-get install locales}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{ubuntu:latest}}.{{RUN apt-get install locales}} avoids manual input", - "actual_value": "FROM={{ubuntu:latest}}.{{RUN apt-get install locales}} doesn't avoid manual input" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u161-7.21.0.3/Dockerfile", - "similarity_id": "7357f3c8dbf6f197f557f90cd5c5d01d2425fb3209666d1d0b95dc406ccafad3", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-get install locales}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{ubuntu:16.04}}.{{RUN apt-get install locales}} avoids manual input", - "actual_value": "FROM={{ubuntu:16.04}}.{{RUN apt-get install locales}} doesn't avoid manual input" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u97-6.17.0.1/Dockerfile", - "similarity_id": "450973c346a7f97343726698dbd021415e50b51dc0edbbbcb63b3b47e228e76a", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-get install locales}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{ubuntu:16.04}}.{{RUN apt-get install locales}} avoids manual input", - "actual_value": "FROM={{ubuntu:16.04}}.{{RUN apt-get install locales}} doesn't avoid manual input" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u99-6.18.0.3/Dockerfile", - "similarity_id": "90effda5256df1b6caea409a05cc536a5863521e558c0c53414a6f177e9fc16e", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-get install locales}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{ubuntu:16.04}}.{{RUN apt-get install locales}} avoids manual input", - "actual_value": "FROM={{ubuntu:16.04}}.{{RUN apt-get install locales}} doesn't avoid manual input" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/9-ea/Dockerfile", - "similarity_id": "173e4db5dd849bccab5f573f34d97e8ba9b54b04c0eb20b7b0065a7c0405acd3", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-get install locales}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{ubuntu:16.04}}.{{RUN apt-get install locales}} avoids manual input", - "actual_value": "FROM={{ubuntu:16.04}}.{{RUN apt-get install locales}} doesn't avoid manual input" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u154-7.20.0.3/Dockerfile", - "similarity_id": "aefc30e192b120fe739dc038662dd01a67570201167dc219a679a7750f903028", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-get install locales}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{ubuntu:16.04}}.{{RUN apt-get install locales}} avoids manual input", - "actual_value": "FROM={{ubuntu:16.04}}.{{RUN apt-get install locales}} doesn't avoid manual input" - } - ] - }, - { - "query_name": "Apt Get Install Pin Version Not Defined", - "query_id": "965a08d7-ef86-4f14-8792-4a3b2098937e", - "query_url": "https://docs.docker.com/develop/develop-images/dockerfile_best-practices/", - "severity": "MEDIUM", - "platform": "Dockerfile", - "category": "Supply-Chain", - "description": "When installing a package, its pin version should be defined", - "description_id": "e0e1edad", - "files": [ - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/12.0.1-12.2/Dockerfile", - "similarity_id": "62fe1f0fee26376ac63a0ba34ff17a7bb0ce5bb451c1c9b593f36756a53e3b3b", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg2", - "expected_value": "Package 'gnupg2' has version defined", - "actual_value": "Package 'gnupg2' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/14.0.1-14.28.21/Dockerfile", - "similarity_id": "4f4e4c67f72aace19a4b4d8103e08eca358bb31eb3998f81140fb6a9bbf2daba", - "line": 5, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 apt-add-repository \"deb http://repos.azulsystems.com/ubuntu stable main\" \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu-14=14.28+21 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u232-8.42.0.23/Dockerfile", - "similarity_id": "ee120af5b535914eccc5ebab3ed6f93de64284a956e432e12eea8e7a06a55e94", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg2", - "expected_value": "Package 'gnupg2' has version defined", - "actual_value": "Package 'gnupg2' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/13.0.3-13.31.11/Dockerfile", - "similarity_id": "b85cfa92e9263bb4afd85ef49809896f0abe5d89a57a152072d02bf0d6550089", - "line": 5, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 apt-add-repository \"deb http://repos.azulsystems.com/debian stable main\" \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu-13=13.31+11 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "software-properties-common", - "expected_value": "Package 'software-properties-common' has version defined", - "actual_value": "Package 'software-properties-common' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/14.0.2-14.29.23/Dockerfile", - "similarity_id": "44ef4a2678eec8eb0e17041438f7e1b5845631b3c9fbc03480e1cb8096b38aa4", - "line": 5, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 apt-add-repository -u \"deb http://repos.azulsystems.com/ubuntu stable main\" \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu-14=14.29+23* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "software-properties-common", - "expected_value": "Package 'software-properties-common' has version defined", - "actual_value": "Package 'software-properties-common' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u181-7.23.0.1/Dockerfile", - "similarity_id": "2213f63864b9f3f220db850f649b76bfefd50d769105bdb860b6ba293b5f7550", - "line": 4, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6-latest/Dockerfile", - "similarity_id": "017715c229b216f0104ad9e231977d5adda3d5d467bdba25d9216fd715e4cf12", - "line": 18, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-6 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "zulu-6", - "expected_value": "Package 'zulu-6' has version defined", - "actual_value": "Package 'zulu-6' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u202-8.36.0.1/Dockerfile", - "similarity_id": "52eaedb6c287e028e45e4aaf985445ca78343ed57be9ff795cb2b89236a6d6e1", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u242-8.44.0.11/Dockerfile", - "similarity_id": "4655b39af9f0701595768991af3dd4ff5387e2fc64adfc3be152d081a2c8af30", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u222-7.29.0.5/Dockerfile", - "similarity_id": "f848b80e5e7d103d6d6a504dc16cf69802272f34a29d28a0106e5dc5d69cdcbd", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg2", - "expected_value": "Package 'gnupg2' has version defined", - "actual_value": "Package 'gnupg2' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.8-11.41.23/Dockerfile", - "similarity_id": "57c7974b3a3e1d567e4fd44f42bfb9490bdea3847449e106a8cddcba966399e7", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu11-jdk=11.0.8-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "curl", - "expected_value": "Package 'curl' has version defined", - "actual_value": "Package 'curl' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u97-6.17.0.1/Dockerfile", - "similarity_id": "24464d6a579cb8f7f71e19d8f0c625b26ff5d051e51117e95c33ba4b62e33ebe", - "line": 4, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/13.0.1-13.28/Dockerfile", - "similarity_id": "be8b0af3cd1b430c02de30b1ce4d3024c45d40fea0809a9d303e7ab966da50c7", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg2", - "expected_value": "Package 'gnupg2' has version defined", - "actual_value": "Package 'gnupg2' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/13.0.3-13.31.11/Dockerfile", - "similarity_id": "b8455b51d79bd3776b98a97e5b1d3bbe402444b556a22abf90a960c7570b4878", - "line": 5, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 apt-add-repository \"deb http://repos.azulsystems.com/ubuntu stable main\" \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu-13=13.31+11 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "software-properties-common", - "expected_value": "Package 'software-properties-common' has version defined", - "actual_value": "Package 'software-properties-common' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u262-7.38.0.11/Dockerfile", - "similarity_id": "8e996f864770c0ddad2b9253378905d59ef9d6583b179f273442707adc97248c", - "line": 5, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 apt-add-repository \"deb http://repos.azulsystems.com/ubuntu stable main\" \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu-7=7.38.0.11 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.7-11.39.15/Dockerfile", - "similarity_id": "17c22e532d4503735c16387d1b080cc9a2d27d4040cf012f0335fe0692603bec", - "line": 5, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 apt-add-repository \"deb http://repos.azulsystems.com/debian stable main\" \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu-11=11.39+15 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "software-properties-common", - "expected_value": "Package 'software-properties-common' has version defined", - "actual_value": "Package 'software-properties-common' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/ubuntu/8u272-8.50.0.21/Dockerfile", - "similarity_id": "ec6c5fefb3963ecd03f31a0a66e07f94ba7b7467638b5a9fa32e0412570b008a", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu8-jdk=8.0.272-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u222-7.29.0.5/Dockerfile", - "similarity_id": "4451d3cee16d59e175cc7845bc5290323de551601798abf8920e321a5c647a5b", - "line": 4, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6-latest/Dockerfile", - "similarity_id": "c2807ed50bcf2047f0d02eaebb198ff5369da60aae2bc8d06454561047a13b3e", - "line": 4, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.6-11.37/Dockerfile", - "similarity_id": "cdd2f7f15e4177400c098655474ac1241418e2f3e7fcb521e59c10a7fd88620e", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -y install gnupg \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/debian stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get remove -y gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u272-7.40.0.15/Dockerfile", - "similarity_id": "6b9983247c7c634da033b71fa868ca8f194b66ac54b97157cb6a589c8d8a8eaa", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu7-jdk=7.0.272-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.9-11.43.21/Dockerfile", - "similarity_id": "d80631311365fe038114abb52a89417d510809b4b5c99f1d6aeff54577986308", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu11-jdk=11.0.9-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "curl", - "expected_value": "Package 'curl' has version defined", - "actual_value": "Package 'curl' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u232-8.42.0.21/Dockerfile", - "similarity_id": "2a3c5cdf724f1873338b5147945cfdcbedf78c961afb8c2008843b191e2ae713", - "line": 4, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u144-8.23.0.3/Dockerfile", - "similarity_id": "6966c2cff0d9aba5741980b35be55806b72da8f723c8699a25cdad0403d208c1", - "line": 4, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/9-latest/Dockerfile", - "similarity_id": "7361d6e1c7b5fd67c2cee13a035d17589a428645eb2f38e6ba6084bf7d01cd4f", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/12.0.2-12.3/Dockerfile", - "similarity_id": "3a21286b5dd9769bff7f016fdfa6f583ecf1b57ca41bfe8c98684c800fc7e7f8", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg2", - "expected_value": "Package 'gnupg2' has version defined", - "actual_value": "Package 'gnupg2' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/9u07-9.0.7.1/Dockerfile", - "similarity_id": "d0bb34a0a64f540046253a6c306443fba9699e947f87a25de4e3d9976d636ac1", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/13.0.1-13.28/Dockerfile", - "similarity_id": "d4ea88a107ac066c885bd6947b8f15398f937ee4c083a413e70adb1f8f9e8d28", - "line": 4, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u252-7.36.0.5/Dockerfile", - "similarity_id": "fefd9059517db92ce4b0c4ab39d0a9791cc29134bc7c6a81240cee6f9dc0d05f", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg2", - "expected_value": "Package 'gnupg2' has version defined", - "actual_value": "Package 'gnupg2' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u262-8.48.0.51/Dockerfile", - "similarity_id": "63a55ab65c16de1f3c31e1dca2dc5adc9fa26fe0a61043bc811531878e6a1df3", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu8-jdk=8.0.262-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/13.0.4-13.33.25/Dockerfile", - "similarity_id": "98b5063dd05c5bcf126022c9949b38bd5b2df7c91667e60c5c593bee361e648b", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu13-jdk=13.0.4-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u107-6.20.0.1/Dockerfile", - "similarity_id": "4da88cc96fab9d96c9119960c19367c4260ee186663d27b48e53a4006a6a01a2", - "line": 4, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u262-8.48.0.51/Dockerfile", - "similarity_id": "2e51ec0b5bc17a34bee6de325726cff325e6f0695a94d5998426cdfad6dc771b", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu8-jdk=8.0.262-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/12-latest/Dockerfile", - "similarity_id": "6381f6e797f87320be08c2bb1812e12f16c1416a2f747ffc3b621a8b7c22c967", - "line": 18, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-12 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "zulu-12", - "expected_value": "Package 'zulu-12' has version defined", - "actual_value": "Package 'zulu-12' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/14.0.1-14.28.21/Dockerfile", - "similarity_id": "43b0fae53416289c5da933f06b70713564972e7a1df4d9bc6550f97640d841b4", - "line": 5, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 apt-add-repository \"deb http://repos.azulsystems.com/ubuntu stable main\" \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu-14=14.28+21 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.2-11.29/Dockerfile", - "similarity_id": "9435dc4c29b8a6add45f32d9d2c6785029e975cf786be4fc8a47c835e90673f6", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u272-8.50.0.21/Dockerfile", - "similarity_id": "d7885404a6798716ba7038aec88f4c84f987ca5856131fdc68ac62a192a65d81", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu8-jdk=8.0.272-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/14.0.2-14.29.23/Dockerfile", - "similarity_id": "5740fd368921135a58711ef1f8f4bf799939da0c3ffeb389c3687c3c56918479", - "line": 5, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 apt-add-repository -u \"deb http://repos.azulsystems.com/ubuntu stable main\" \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu-14=14.29+23* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6-latest/Dockerfile", - "similarity_id": "44225bc7430d4e945515993bc062133b91068bc5aac331e0b24fbe7e63ef3a01", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/12-12.1/Dockerfile", - "similarity_id": "15c1cfac633ca9cda565d99292c339991b3b07af2839690317726e2fa9e4fd79", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg2", - "expected_value": "Package 'gnupg2' has version defined", - "actual_value": "Package 'gnupg2' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/9u07-9.0.7.1/Dockerfile", - "similarity_id": "62c2d0f08110627cf2539182bbd14e848c20a77d6bfd55ab75ec3b513d68870d", - "line": 4, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/ubuntu/13.0.5-13.35.17/Dockerfile", - "similarity_id": "81dd5b0ef1ce095a3404995439f994725a9d840166d5f3bdc44891575b67b4c4", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu13-jdk=13.0.5-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "curl", - "expected_value": "Package 'curl' has version defined", - "actual_value": "Package 'curl' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.4-11.33/Dockerfile", - "similarity_id": "da5e97a0170b1f0ee6db635ff9d0163755560d23b9ddee419f67ceddd842ad3c", - "line": 4, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u282-7.42.0.13/Dockerfile", - "similarity_id": "a41190934edb993aabc1b8ecf903c737502d4e1834644ded8cc5f156c4821367", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu7-jdk=7.0.282-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "software-properties-common", - "expected_value": "Package 'software-properties-common' has version defined", - "actual_value": "Package 'software-properties-common' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u252-8.46.0.19/Dockerfile", - "similarity_id": "1cb353e3290a913b9769bb459251ab13a12efbdd8ca01f1153d3d5a8b244ac7d", - "line": 5, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 apt-add-repository \"deb http://repos.azulsystems.com/ubuntu stable main\" \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu-8=8.46.0.19 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "software-properties-common", - "expected_value": "Package 'software-properties-common' has version defined", - "actual_value": "Package 'software-properties-common' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.4-11.33/Dockerfile", - "similarity_id": "cae079193920cc1994bf25b40f52bf736deadacb84ac81c87746f69cd5b9096e", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/ubuntu/8u272-8.50.0.21/Dockerfile", - "similarity_id": "885dc1dd63f03a7e9bbbaa9fe6ebc2978a78777ef8d40579750db014e2493151", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu8-jdk=8.0.272-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "curl", - "expected_value": "Package 'curl' has version defined", - "actual_value": "Package 'curl' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u181-7.23.0.1/Dockerfile", - "similarity_id": "3a1b4674b833829693d9d749df9fbbd0c88f452b97400d7322ef153f586f782a", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/ubuntu/7u282-7.42.0.13/Dockerfile", - "similarity_id": "c0594caf0193ba689e72b59f9cb02903d5f7f78451d73f0c2e61bb1593c96c1f", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu7-jdk=7.0.282-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "software-properties-common", - "expected_value": "Package 'software-properties-common' has version defined", - "actual_value": "Package 'software-properties-common' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u272-8.50.0.21/Dockerfile", - "similarity_id": "4de590917a5bf944246009eee2d35b908f1511e8ed0912f820228f43d98b0499", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu8-jdk=8.0.272-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/14.0.2-14.29.23/Dockerfile", - "similarity_id": "0f6b3f0a161c00cbf2be21213c579e72c2bf79145a8fb2146561273156553bf9", - "line": 5, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 apt-add-repository -u \"deb http://repos.azulsystems.com/debian stable main\" \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu-14=14.29+23* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "software-properties-common", - "expected_value": "Package 'software-properties-common' has version defined", - "actual_value": "Package 'software-properties-common' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/13.0.4-13.33.25/Dockerfile", - "similarity_id": "40645fe9e47ecf54b1f43454b8198f8b1bbf9f96e8b9d6e1d2fa6019d4473bc0", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu13-jdk=13.0.4-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/12-latest/Dockerfile", - "similarity_id": "e0229469439f06c67f73766734094ec66f95866e203628f6263c885331ecc1ff", - "line": 12, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-12}}", - "search_line": 0, - "search_value": "zulu-12", - "expected_value": "Package 'zulu-12' has version defined", - "actual_value": "Package 'zulu-12' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6-latest/Dockerfile", - "similarity_id": "d0b00964b1ccc025ad04406a9faf8fd0200bae703ab5b4435c57459e2bc92446", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg2", - "expected_value": "Package 'gnupg2' has version defined", - "actual_value": "Package 'gnupg2' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u192-8.33.0.1/Dockerfile", - "similarity_id": "cc48c9585cfb3639c05648d3ede79fdf4e798dc4da72c9c05fcbb2d8f802a36e", - "line": 4, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/13.0.3-13.31.11/Dockerfile", - "similarity_id": "1ebed33d1b140c2092222402c3b50647f69f0ca565977eb15f60244b0834dc0a", - "line": 5, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 apt-add-repository \"deb http://repos.azulsystems.com/ubuntu stable main\" \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu-13=13.31+11 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.7-11.39.15/Dockerfile", - "similarity_id": "3c24e9c05d0704ae2538a96e4e0647e9f16b4393090dd9f6fc09bdc067e4f980", - "line": 5, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 apt-add-repository \"deb http://repos.azulsystems.com/ubuntu stable main\" \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu-11=11.39+15 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "software-properties-common", - "expected_value": "Package 'software-properties-common' has version defined", - "actual_value": "Package 'software-properties-common' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.6-11.37/Dockerfile", - "similarity_id": "ef0f404d062c99503a574eda94af68bb8cd8a869cd9675847091c7566cdb0980", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg2", - "expected_value": "Package 'gnupg2' has version defined", - "actual_value": "Package 'gnupg2' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u93-6.16.0.1/Dockerfile", - "similarity_id": "f7c3bfb5948a804d09f8f17b923957b50b847ff240232541511895c70f66fd5b", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:latest}}.RUN={{apt-get install locales}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u272-7.40.0.15/Dockerfile", - "similarity_id": "d3757acc6546b4b8a559f12df50f4d5924be5b810406bfc2685f875cdb57f0e5", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu7-jdk=7.0.272-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "curl", - "expected_value": "Package 'curl' has version defined", - "actual_value": "Package 'curl' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u252-8.46.0.19/Dockerfile", - "similarity_id": "093d5573b89cb46e9ef90185a0c88fc25fa32140419624146eb3e1c941401010", - "line": 5, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 apt-add-repository \"deb http://repos.azulsystems.com/ubuntu stable main\" \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu-8=8.46.0.19 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.5-11.35/Dockerfile", - "similarity_id": "0d01d6bec233910840202ea71687739a3540189aad09121d72b54313c2f0199f", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg2", - "expected_value": "Package 'gnupg2' has version defined", - "actual_value": "Package 'gnupg2' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u272-7.40.0.15/Dockerfile", - "similarity_id": "0dad4b73cdd50d5b7e53a03ca356924ba407f58a54eb1c0188579887c5bc1b60", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu7-jdk=7.0.272-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/10-latest/Dockerfile", - "similarity_id": "0da44a4453f552ae01bf58ba90dcccab3dd817202673023fbf660b6c08695b5a", - "line": 12, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-10}}", - "search_line": 0, - "search_value": "zulu-10", - "expected_value": "Package 'zulu-10' has version defined", - "actual_value": "Package 'zulu-10' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/13.0.5-13.35.17/Dockerfile", - "similarity_id": "7a8d1ad2f8ca4ea8125b4655d1b9663abf10c6691536c2aa5be45fa808d9de8c", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu13-jdk=13.0.5-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "curl", - "expected_value": "Package 'curl' has version defined", - "actual_value": "Package 'curl' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u191-7.24.0.1/Dockerfile", - "similarity_id": "86b7a34aa9f405c974ac115a97abed1fae467082eb8f6846e0b27f0ccd851da8", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg2", - "expected_value": "Package 'gnupg2' has version defined", - "actual_value": "Package 'gnupg2' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/13.0.4-13.33.25/Dockerfile", - "similarity_id": "81df63a42ab85320671fcdb1684fbe9c6aaacf8bcb465adc7d090c1d74d8de36", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu13-jdk=13.0.4-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "software-properties-common", - "expected_value": "Package 'software-properties-common' has version defined", - "actual_value": "Package 'software-properties-common' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u212-8.38.0.13/Dockerfile", - "similarity_id": "d80965907ffb7616e2336f9df6b471efd3ccbae33fe29561d309e7ce7f1ecbea", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/14.0.2-14.29.23/Dockerfile", - "similarity_id": "718979b1178aa64b2c8b28060693483763238dae6d1c9fbb3c6f7bd5d73d75d1", - "line": 5, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 apt-add-repository -u \"deb http://repos.azulsystems.com/ubuntu stable main\" \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu-14=14.29+23* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u152-8.25.0.1/Dockerfile", - "similarity_id": "3daf092cc922a1cb2d817835c23b984a87d5a5d896e00e43e43f646fca93a8d3", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}.RUN={{apt-get install locales}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u262-7.38.0.11/Dockerfile", - "similarity_id": "6666d38b8c7c862d1251c69c793b9b9f82ae173ec2dc7f7d39dc9e2f626f8941", - "line": 5, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 apt-add-repository \"deb http://repos.azulsystems.com/ubuntu stable main\" \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu-7=7.38.0.11 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/ubuntu/11.0.9-11.43.21/Dockerfile", - "similarity_id": "c25484ebe8b3af0144671ed0f055dee672bd24cc874ec1f5caa379047961ee17", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu11-jdk=11.0.9-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u172-8.30.0.1/Dockerfile", - "similarity_id": "6256e17c3a467a4c14d2d76293645d4cd93f7d0ddecfdb68534ac6eb63670fb0", - "line": 4, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u242-8.44.0.11/Dockerfile", - "similarity_id": "0a05a1c6bb9c03b9f2536e5c703a7079dea1cff46f1b605e0c8d28619d064c0c", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -y install gnupg \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/debian stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get remove -y gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u103-6.19.0.1/Dockerfile", - "similarity_id": "aaa87cfa0a558d4f0afa9ff48f99f105016f2d7f1fc1a11fed6551a1e9c0dadf", - "line": 3, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update \u0026\u0026 \tapt-get -y install gnupg \u0026\u0026 \tapt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 \techo \"deb http://repos.azulsystems.com/debian stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 \tapt-get -qq update \u0026\u0026 \tapt-get -y install zulu-6=6.19.0.1 \u0026\u0026 \trm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/15.0.1-15.28.13/Dockerfile", - "similarity_id": "2a333af3b8c9a3d7dc996daba18ea808d2b0d3353344168389282dbee1dcb7e2", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu15-jdk=15.0.1-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "curl", - "expected_value": "Package 'curl' has version defined", - "actual_value": "Package 'curl' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.8-11.41.23/Dockerfile", - "similarity_id": "8ff16bc02512d4d38745084ca513ba7ec657bed89e94d6ad95b73566fdd9ea70", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu11-jdk=11.0.8-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "curl", - "expected_value": "Package 'curl' has version defined", - "actual_value": "Package 'curl' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/13.0.4-13.33.25/Dockerfile", - "similarity_id": "25d776e4e1d3c0ab36d51f45083281cfaf78598ae6de00d7651ea26b6e22b26f", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu13-jdk=13.0.4-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "curl", - "expected_value": "Package 'curl' has version defined", - "actual_value": "Package 'curl' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u119-6.22.0.3/Dockerfile", - "similarity_id": "25271696393cf7417eaf37f317314f2816fb4951d132db1714dead7426635793", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg2", - "expected_value": "Package 'gnupg2' has version defined", - "actual_value": "Package 'gnupg2' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/12.0.2-12.3/Dockerfile", - "similarity_id": "aec0e621683bf52b8ca2828473c3f4dc0bbb3dcbf5cb3c723b0dd55cadcbbfae", - "line": 4, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/10-latest/Dockerfile", - "similarity_id": "508307970323af996841c3f85d115e68edfee2ee60a7840e1ce4399cb2cba486", - "line": 18, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-10 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "zulu-10", - "expected_value": "Package 'zulu-10' has version defined", - "actual_value": "Package 'zulu-10' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u99-6.18.0.3/Dockerfile", - "similarity_id": "f061bfa6bd0bc90bc2b7be6d03f8edd668b78b74ef949c6f29d710e4c5bb5520", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}.RUN={{apt-get install locales}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u212-8.38.0.13/Dockerfile", - "similarity_id": "746a1ed139b8c9bd3a9c9515413005d38fd524d2e8f7e5c6bb38fad6a3883de3", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg2", - "expected_value": "Package 'gnupg2' has version defined", - "actual_value": "Package 'gnupg2' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.1-11.2/Dockerfile", - "similarity_id": "86d189d0bd676e5c0ead7bf35ae21612029e671b5e60fbabe25b95b80ee760a5", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u202-8.36.0.1/Dockerfile", - "similarity_id": "99f249508d9a794022931f23c1582d79c79fa45a88d77e5f03f70ff2378d6191", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg2", - "expected_value": "Package 'gnupg2' has version defined", - "actual_value": "Package 'gnupg2' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u201-7.25.0.5/Dockerfile", - "similarity_id": "72283574811080d9bc363c3a91fbad726fdbff72c41e32f0418736f21f33f56a", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg2", - "expected_value": "Package 'gnupg2' has version defined", - "actual_value": "Package 'gnupg2' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u242-7.34.0.5/Dockerfile", - "similarity_id": "44b55846a897811d7864c81a6613970c5ab88dc98872050e8883f3e92021f18f", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg2", - "expected_value": "Package 'gnupg2' has version defined", - "actual_value": "Package 'gnupg2' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u222-8.40.0.25/Dockerfile", - "similarity_id": "9b2953a1f6768d7969c628f4efd3bb213d489ef71fccce0b689f4ffd9db0f965", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/ubuntu/14.0.2-14.29.23/Dockerfile", - "similarity_id": "e86c1948abeef758d758ad4cfa4f266b2ff9abb3d3fb1b17d66c329ca2f5327d", - "line": 5, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 apt-add-repository -u \"deb http://repos.azulsystems.com/ubuntu stable main\" \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu-14=14.29+23* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u252-8.46.0.19/Dockerfile", - "similarity_id": "bc49fe71bf49ca6ef72c29104eaf895b8fdd3ffb0ab869e16b5eb700242576e0", - "line": 5, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 apt-add-repository \"deb http://repos.azulsystems.com/ubuntu stable main\" \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu-8=8.46.0.19 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.7-11.39.15/Dockerfile", - "similarity_id": "570353749ab3e94d59aa819e9b1f811a55b20b1bcc4391bec8b975fc58052319", - "line": 5, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 apt-add-repository \"deb http://repos.azulsystems.com/ubuntu stable main\" \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu-11=11.39+15 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u161-7.21.0.3/Dockerfile", - "similarity_id": "9bb3fb13f91ebe118060859da08057d62c0ca5762e22eb05f7c18187e67acf75", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}.RUN={{apt-get install locales}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u262-8.48.0.51/Dockerfile", - "similarity_id": "8cd42c5c8c0f71c8a5b6eed4ed4a4cd9c0209d30e19f8292af84290f3cf2880d", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu8-jdk=8.0.262-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u192-8.33.0.1/Dockerfile", - "similarity_id": "3ac8c2d78c0bdc80fe5239eaa7b26adf7b74349e64d29903d458ae3964708c8b", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg2", - "expected_value": "Package 'gnupg2' has version defined", - "actual_value": "Package 'gnupg2' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u262-7.38.0.11/Dockerfile", - "similarity_id": "1c283b5434dd4575453a7d80f058effac89c3bf3d741da6c5d4fefb1c8e522ca", - "line": 5, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 apt-add-repository \"deb http://repos.azulsystems.com/ubuntu stable main\" \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu-7=7.38.0.11 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "software-properties-common", - "expected_value": "Package 'software-properties-common' has version defined", - "actual_value": "Package 'software-properties-common' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/13.0.3-13.31.11/Dockerfile", - "similarity_id": "01ff73491729d9c8e2fb91b9d4d41af9a8ed3125e415b3b3ad089508241bb0e3", - "line": 5, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 apt-add-repository \"deb http://repos.azulsystems.com/ubuntu stable main\" \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu-13=13.31+11 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u144-8.23.0.3/Dockerfile", - "similarity_id": "9a08e077164b4127adb1f977b6513f231aaeaac7fe72da05b654256b84a8154a", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.8-11.41.23/Dockerfile", - "similarity_id": "cde50926497f7240307273a980887822091bc8dad8583dfcada3f6d5c8e4a869", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu11-jdk=11.0.8-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/13.0.2-13.29/Dockerfile", - "similarity_id": "e823b2b1f7ff4f6ece5cbb3bfe172b4c90483a978783168b668481cfd62f00e2", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.9-11.43.21/Dockerfile", - "similarity_id": "6c5e74f10efadde6e0ba42c781853caa415f1cebe58cf5d39316897485adfd10", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu11-jdk=11.0.9-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "software-properties-common", - "expected_value": "Package 'software-properties-common' has version defined", - "actual_value": "Package 'software-properties-common' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u252-8.46.0.19/Dockerfile", - "similarity_id": "5028fc020152ccd827c0a62b1a2d00fb39f60cda5cff7181b06741ad61266574", - "line": 5, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 apt-add-repository \"deb http://repos.azulsystems.com/debian stable main\" \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu-8=8.46.0.19 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/ubuntu/8u272-8.50.0.21/Dockerfile", - "similarity_id": "fb4d67b14b29da1f18905ce7a990a8098437c8718e2099bcdc7643838c50ea03", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu8-jdk=8.0.272-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u211-7.27.0.1/Dockerfile", - "similarity_id": "a0111f87589827acf4d9cdff40a82d9bba53d8c6f7fc8ed3dd954a7e5c951f56", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg2", - "expected_value": "Package 'gnupg2' has version defined", - "actual_value": "Package 'gnupg2' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/12-12.1/Dockerfile", - "similarity_id": "bc81713c5148698d72f72d965f2a1e12ae5ea322c83405391167ee16a04a9cd4", - "line": 4, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/14.0.1-14.28.21/Dockerfile", - "similarity_id": "47af10af7bda19b7a88823a59ff93c75559039902b46cd7e39f104eaa510db0d", - "line": 5, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 apt-add-repository \"deb http://repos.azulsystems.com/debian stable main\" \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu-14=14.28+21 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/12-latest/Dockerfile", - "similarity_id": "cf3cac4d9d94a1805b2881f42550a5511c00e1ba8d55a4cc5376aa866f3ba018", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg2", - "expected_value": "Package 'gnupg2' has version defined", - "actual_value": "Package 'gnupg2' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/ubuntu/14.0.2-14.29.23/Dockerfile", - "similarity_id": "9cda371281e895d2ce315992a5d781ecef039ba49f76e5d209dc4024c268e783", - "line": 5, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 apt-add-repository -u \"deb http://repos.azulsystems.com/ubuntu stable main\" \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu-14=14.29+23* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.7-11.39.15/Dockerfile", - "similarity_id": "b0893363d0d975428accade2bc448c652a4cef455ad50e3f592c7bb0983d95da", - "line": 5, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 apt-add-repository \"deb http://repos.azulsystems.com/debian stable main\" \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu-11=11.39+15 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/9-latest/Dockerfile", - "similarity_id": "dac59b736b3c85045ffb0f724f62e8ae977b73878adf721fd0825014eec27878", - "line": 18, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}.RUN={{apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-9 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "zulu-9", - "expected_value": "Package 'zulu-9' has version defined", - "actual_value": "Package 'zulu-9' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/ubuntu/15.0.1-15.28.13/Dockerfile", - "similarity_id": "f2d3d1146f7519a5c6780b8c6c9fd7b5028c8a8431f9044cbb14c5a051a5f8ac", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu15-jdk=15.0.1-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u202-8.36.0.1/Dockerfile", - "similarity_id": "42f0c5df2e3e7522705b607a5e5f5cb7385d9c81db6c80e141bc30eabeabe50a", - "line": 4, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/12-12.1/Dockerfile", - "similarity_id": "43f80331ae5c71fb662add6f3a095ff74a851bac33b2323e22fd6897bb4811da", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u113-6.21.0.3/Dockerfile", - "similarity_id": "1fb7957066b7bbcfad5677343385fbc14b8678f911e71869b6d0ce1dd6e145ff", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg2", - "expected_value": "Package 'gnupg2' has version defined", - "actual_value": "Package 'gnupg2' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/ubuntu/11.0.9-11.43.21/Dockerfile", - "similarity_id": "c1440d5a113c56330c0f4e8a1244289dc3d87c1f347f7ec6e45775d00dee5352", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu11-jdk=11.0.9-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/13.0.4-13.33.25/Dockerfile", - "similarity_id": "9f08ef96a2ba4caac7dafc0ff026183dceeb8911ab89f1d321d7c12324ed0b5e", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu13-jdk=13.0.4-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u252-7.36.0.5/Dockerfile", - "similarity_id": "68441e99cfb44e241cbc23965021a83272c7b2d8395dcc82350274f540c58a5a", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -y install gnupg \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/debian stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get remove -y gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u272-7.40.0.15/Dockerfile", - "similarity_id": "cc4bf8092bb74f6791d92bf068a0d3af9440c0ebe404bd1e9a91f598efde7cc0", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu7-jdk=7.0.272-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "curl", - "expected_value": "Package 'curl' has version defined", - "actual_value": "Package 'curl' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u113-6.21.0.3/Dockerfile", - "similarity_id": "f0a33a1fa5a827b6690082c2c4c301f8c8fffc02d9c24f9d75394f2f659db4a5", - "line": 4, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u211-7.27.0.1/Dockerfile", - "similarity_id": "2faa44f89a3038434e636dd5bafd0a0adce5f5f6c5447884fb6f1a6ce9843e84", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.8-11.41.23/Dockerfile", - "similarity_id": "63a5d2db2a138ebd3b2f0cdb1b4902eca7349cc92918ce8a078837e610f086b5", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu11-jdk=11.0.8-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/10u01-10.2/Dockerfile", - "similarity_id": "f42308d906feac5b3a57b9cbd556a4b71f2c7173be0b1dbf9ee7ea9b8eaa1a5f", - "line": 4, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.5-11.35/Dockerfile", - "similarity_id": "cd52730ed9eb38076b8727f4952e201d5ab74703b355a3ea8a7daef05db2a784", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/ubuntu/13.0.5-13.35.17/Dockerfile", - "similarity_id": "dd4a497f6a95c10991fe36d476038346f5a3ce5b7cce1468b419bb7ab6fd0088", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu13-jdk=13.0.5-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "software-properties-common", - "expected_value": "Package 'software-properties-common' has version defined", - "actual_value": "Package 'software-properties-common' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u272-8.50.0.21/Dockerfile", - "similarity_id": "b0abdb31284f811e59822d1959359b4d5a7933d4de2a66609a04621c57b44ced", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu8-jdk=8.0.272-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "curl", - "expected_value": "Package 'curl' has version defined", - "actual_value": "Package 'curl' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u192-8.33.0.1/Dockerfile", - "similarity_id": "e04cfef9f37256ace795a2ea5917d0f55055ce43ce371f5f438badf33822a277", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u232-8.42.0.21/Dockerfile", - "similarity_id": "a373ac1231143750f63f9de020a9c83f149074d36aef2c111875c9a65878527a", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg2", - "expected_value": "Package 'gnupg2' has version defined", - "actual_value": "Package 'gnupg2' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.8-11.41.23/Dockerfile", - "similarity_id": "6d7049a66745e3c6f6933346b3bae2e0b1ed6cdca5c4488d96fcc283d64f1f83", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu11-jdk=11.0.8-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "software-properties-common", - "expected_value": "Package 'software-properties-common' has version defined", - "actual_value": "Package 'software-properties-common' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u262-7.38.0.11/Dockerfile", - "similarity_id": "10bd8f8bf5adc4526e5f3df835cc3af0e78df1697d4a48a75e40b410e7f35010", - "line": 5, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 apt-add-repository \"deb http://repos.azulsystems.com/debian stable main\" \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu-7=7.38.0.11 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "software-properties-common", - "expected_value": "Package 'software-properties-common' has version defined", - "actual_value": "Package 'software-properties-common' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u232-8.42.0.23/Dockerfile", - "similarity_id": "deaf0793334eda4a108e0f270f78667d5d80a617a844f770513e1a2cf4d00ff7", - "line": 4, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/9u01-9.0.1.3/Dockerfile", - "similarity_id": "b53fd88590d7fe48642ef072e36542061802994433aeae56af05c575d91c7085", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}.RUN={{apt-get install locales}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u242-7.34.0.5/Dockerfile", - "similarity_id": "400f56b065daec19e936da40dfcf299fff5029688fb0058edc0212b5b7f3569e", - "line": 4, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.9-11.43.21/Dockerfile", - "similarity_id": "8b2e31d837749271f4c7b75ca6c92447a5937f4659554bcdc38576e01d3affac", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu11-jdk=11.0.9-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u252-8.46.0.19/Dockerfile", - "similarity_id": "e3bb407cbda976481d6110de455eebe19d242ffb4990705ba8c8310ec69caa49", - "line": 5, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 apt-add-repository \"deb http://repos.azulsystems.com/debian stable main\" \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu-8=8.46.0.19 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "software-properties-common", - "expected_value": "Package 'software-properties-common' has version defined", - "actual_value": "Package 'software-properties-common' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u99-6.18.0.3/Dockerfile", - "similarity_id": "1593b9faa488f43956d29f6086862acc22e61172a76b5055f99e1a064e89d3ab", - "line": 4, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u232-8.42.0.21/Dockerfile", - "similarity_id": "c5c185fa22edf90bf41ef3b5700511fc1e08b549d3522984a2c24e74beb75495", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u232-7.31.0.5/Dockerfile", - "similarity_id": "747abb8239984c7479b92bfcb13540d50f97da0a385b0ec80d7e9c94cc029c57", - "line": 4, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/9u04-9.0.4.1/Dockerfile", - "similarity_id": "89d51cd74a8c759198d48b9302599324449c02ae5ebb861b6525b625baaf37c8", - "line": 3, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update \u0026\u0026 \tapt-get -y install gnupg \u0026\u0026 \tapt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 \techo \"deb http://repos.azulsystems.com/debian stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 \tapt-get -qq update \u0026\u0026 \tapt-get -y install zulu-9=9.0.4.1 \u0026\u0026 \trm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.7-11.39.15/Dockerfile", - "similarity_id": "c4e764e904525984bb41dfbde355d68938de32f9abd9efd83e3e4ca2ad348c99", - "line": 5, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 apt-add-repository \"deb http://repos.azulsystems.com/ubuntu stable main\" \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu-11=11.39+15 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u282-7.42.0.13/Dockerfile", - "similarity_id": "5ea47a1552d8f6d40cec095004f0e28ff3b282d0b6262560d01b4e3466f43afb", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu7-jdk=7.0.282-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/ubuntu/13.0.5-13.35.17/Dockerfile", - "similarity_id": "bc739e0ec223258819aa92ad99e4b2a693d45c5f372d256ad146b832a521fa0f", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu13-jdk=13.0.5-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u262-7.38.0.11/Dockerfile", - "similarity_id": "8ccb4cf29b57348e223a1ca95f4e856fb5381418d1c56228a8483223fda8cd9d", - "line": 5, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 apt-add-repository \"deb http://repos.azulsystems.com/debian stable main\" \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu-7=7.38.0.11 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/ubuntu/11.0.9-11.43.21/Dockerfile", - "similarity_id": "9b4ee8cadafe62defd97531bd7e81ef30b2234129e0a171f1541bfd3e566b516", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu11-jdk=11.0.9-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "software-properties-common", - "expected_value": "Package 'software-properties-common' has version defined", - "actual_value": "Package 'software-properties-common' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u262-8.48.0.51/Dockerfile", - "similarity_id": "6217ed655c3b817b228f7eaac793c25c0ad0d8574989c9029abe00b66dcf144c", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu8-jdk=8.0.262-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "curl", - "expected_value": "Package 'curl' has version defined", - "actual_value": "Package 'curl' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.1-11.2/Dockerfile", - "similarity_id": "8f3e6e24649cf1ef92756e22698123d5c22c14f880fa58795a0fe2316e32cbbe", - "line": 4, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.6-11.37/Dockerfile", - "similarity_id": "907c57dc37cef1e2cb96290b9d2b2daf6ee93137936b2a30c04d36421364634b", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u152-8.25.0.1/Dockerfile", - "similarity_id": "c9e29f60171da9827d1e99170ac718cd2e162836e72c0ba539e7c11d5b0db9cb", - "line": 4, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u252-7.36.0.5/Dockerfile", - "similarity_id": "8473d7a95ca2032aee3ff683a40fa359aeee54153c704e7e17ddadb27a91b70e", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/14.0.2-14.29.23/Dockerfile", - "similarity_id": "3809a86b33866264efd899cd1a716217dd0d009f35e0ff648526d78dc3ee3ed3", - "line": 5, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 apt-add-repository -u \"deb http://repos.azulsystems.com/debian stable main\" \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu-14=14.29+23* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u262-8.48.0.51/Dockerfile", - "similarity_id": "5cc5dcd376eb90e0f4986490e24f59b5ecc7d38386658ed2b6c170b4ad036cce", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu8-jdk=8.0.262-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "curl", - "expected_value": "Package 'curl' has version defined", - "actual_value": "Package 'curl' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/10-latest/Dockerfile", - "similarity_id": "cea03004c24d46dd8c4747dccee3ec8b9c5b4c19716c7f4a1bb688a2f6f3633e", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg2", - "expected_value": "Package 'gnupg2' has version defined", - "actual_value": "Package 'gnupg2' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u201-7.25.0.5/Dockerfile", - "similarity_id": "77549cbf1d10a3326e71a4ca26fbb5c294f3deb978ac4a3baba243b86c0e6ca4", - "line": 4, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u141-7.18.0.3/Dockerfile", - "similarity_id": "26ace29749978874e155ae7a4dd27186d934a4363535af58d9c456d97bfb56ce", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:latest}}.RUN={{apt-get install locales}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u119-6.22.0.3/Dockerfile", - "similarity_id": "46e7c913f2cc28ff2da2b2e1303ca1dfb00af4af817154d3066c72e49449a228", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u262-8.48.0.51/Dockerfile", - "similarity_id": "825dde9794b653d6b5a1ad493950ac5b8dad7292556a554141593205a845ca9a", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu8-jdk=8.0.262-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u282-7.42.0.13/Dockerfile", - "similarity_id": "cefdfa23c060735909d79135ac052b7521f439c1d67c0a9fd6bad6e161b73aba", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu7-jdk=7.0.282-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "curl", - "expected_value": "Package 'curl' has version defined", - "actual_value": "Package 'curl' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u191-7.24.0.1/Dockerfile", - "similarity_id": "78a9cc9dd66df4b79432ec67efdc5729d03456c760aef3a02dbede7cec657eb1", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/12-latest/Dockerfile", - "similarity_id": "06bf59cce53ffc3f004d2b2c1f1d0349bf3e928e8ad9740154705931c5e66109", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/9-latest/Dockerfile", - "similarity_id": "6ffcf543719ec6be47b03e2504a418bf9bf8b059c10dfdc140dcb47614f19977", - "line": 12, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-9}}", - "search_line": 0, - "search_value": "zulu-9", - "expected_value": "Package 'zulu-9' has version defined", - "actual_value": "Package 'zulu-9' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.8-11.41.23/Dockerfile", - "similarity_id": "ef12d43ae84022f11cd9359a04d7c9c190e6a31d212dd79f05b83ba3fe56d24a", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu11-jdk=11.0.8-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/10u01-10.2/Dockerfile", - "similarity_id": "62ba1fac661366df97672284a5b933f15ecccf4b220787fef76a6e3d1fb25d12", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u112-8.19.0.1/Dockerfile", - "similarity_id": "63b16ef43f1c565806cf7fc8e6249f19b719946c5432813ea8ac38041216f28a", - "line": 4, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}.RUN={{apt-get install locales}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6-latest/Dockerfile", - "similarity_id": "440dc3d630bc371a29f8ed063648accf0293603a14fbac2775009cd0c1892e8b", - "line": 12, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-6}}", - "search_line": 0, - "search_value": "zulu-6", - "expected_value": "Package 'zulu-6' has version defined", - "actual_value": "Package 'zulu-6' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u162-8.27.0.7/Dockerfile", - "similarity_id": "c2b3390a7504dedaaeaa5cf3fb04f2309f3afd28051114e953128badd683dbe6", - "line": 3, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update \u0026\u0026 \tapt-get -y install gnupg \u0026\u0026 \tapt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 \techo \"deb http://repos.azulsystems.com/debian stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 \tapt-get -qq update \u0026\u0026 \tapt-get -y install zulu-8=8.27.0.7 \u0026\u0026 \trm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/ubuntu/11.0.9-11.43.21/Dockerfile", - "similarity_id": "b536650e570e41fe7de82af826880d69e09721a5007d4e62aa3ddb9afe43450e", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu11-jdk=11.0.9-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "curl", - "expected_value": "Package 'curl' has version defined", - "actual_value": "Package 'curl' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/13.0.1-13.28/Dockerfile", - "similarity_id": "be4a042b6f3abbe73f6ee5bc1c6de7b2bc79f54f930e9c3619b5113660b6d99c", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u242-8.44.0.11/Dockerfile", - "similarity_id": "fe7c476bbd1844c50836a2a952870bdd9bf3c1cccba2b125d23751564d57209d", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg2", - "expected_value": "Package 'gnupg2' has version defined", - "actual_value": "Package 'gnupg2' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u103-6.19.0.1/Dockerfile", - "similarity_id": "43a114134e4a22fd4cbf6f1e59c1b79ab6f7f82b0ab3bef479b2b8e057ba0724", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/ubuntu/7u282-7.42.0.13/Dockerfile", - "similarity_id": "a24d3895d31743cc648df845ca405fb406711d9ec39935b764bd864efb1d3bf5", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu7-jdk=7.0.282-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/12.0.1-12.2/Dockerfile", - "similarity_id": "3f8acedb06b7474c240a2ef5181ea97514355262d8e42d6802188c50e2f77658", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.8-11.41.23/Dockerfile", - "similarity_id": "2951416ed7701e89d7ee14f281d0c1514b2e70d9e654ecfc4a0dd401a5fabb29", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu11-jdk=11.0.8-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.2-11.29/Dockerfile", - "similarity_id": "a15a8e3b77dae1059229877574d7a61231fd370fac94612d327540903f96dbe2", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg2", - "expected_value": "Package 'gnupg2' has version defined", - "actual_value": "Package 'gnupg2' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.7-11.39.15/Dockerfile", - "similarity_id": "5a9eb88adcdce800d9ea11f3fb2a4ecd4ae6cf924388340478a492f016a69611", - "line": 5, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 apt-add-repository \"deb http://repos.azulsystems.com/debian stable main\" \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu-11=11.39+15 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/10-latest/Dockerfile", - "similarity_id": "d7f57a87935b0106be2fb36e252e12bd5a2031ac803fb064c6915337b5986268", - "line": 4, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u171-7.22.0.3/Dockerfile", - "similarity_id": "4088069eddfe780f3439fce94ff75502dfb15e053a7e095b5720c7ac88e0e5fa", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.4-11.33/Dockerfile", - "similarity_id": "ceb7e7b56ab5d0eef7ad3a5d59603443972596300da3dead69f36539df27494d", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg2", - "expected_value": "Package 'gnupg2' has version defined", - "actual_value": "Package 'gnupg2' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u272-7.40.0.15/Dockerfile", - "similarity_id": "65c811083c51ad316fd46d7416b8dfe158a8d3e4429b26832a1f09509b7fd51a", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu7-jdk=7.0.272-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "software-properties-common", - "expected_value": "Package 'software-properties-common' has version defined", - "actual_value": "Package 'software-properties-common' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/14.0.2-14.29.23/Dockerfile", - "similarity_id": "fbf07199b2cf57b2f6917eed6424eb983f0e1ae7d0dd6da2e74018dec9ee0b4d", - "line": 5, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 apt-add-repository -u \"deb http://repos.azulsystems.com/debian stable main\" \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu-14=14.29+23* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/9-latest/Dockerfile", - "similarity_id": "fbe61cc932e9e3b42d4a07e5af11fefcedf120b79ab033c3d78867eadc30c9ff", - "line": 4, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/9-ea/Dockerfile", - "similarity_id": "653a8e988953a2f82bd97c4422469292704f88b18c56526006e4313bac8032f2", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}.RUN={{apt-get install locales}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/ubuntu/8u272-8.50.0.21/Dockerfile", - "similarity_id": "e14bcf4ca6cd35a17052e5bdbea0ed7921256908316a6392c3125f578d99b392", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu8-jdk=8.0.272-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "software-properties-common", - "expected_value": "Package 'software-properties-common' has version defined", - "actual_value": "Package 'software-properties-common' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/13.0.3-13.31.11/Dockerfile", - "similarity_id": "7e70bbfec4a8aaf0acb77961df632e84591de1392f50dab8c653c4f3bab9901b", - "line": 5, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 apt-add-repository \"deb http://repos.azulsystems.com/debian stable main\" \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu-13=13.31+11 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u222-8.40.0.25/Dockerfile", - "similarity_id": "afa8439d1284d525aca4373a3d15e8ec231cdf5d4880c1a8c8310f3baff9dcea", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg2", - "expected_value": "Package 'gnupg2' has version defined", - "actual_value": "Package 'gnupg2' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.1-11.2/Dockerfile", - "similarity_id": "f6ce2270689f777758544adf7166b2b7c36faee66f792e93de086989c3e970f5", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg2", - "expected_value": "Package 'gnupg2' has version defined", - "actual_value": "Package 'gnupg2' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u272-7.40.0.15/Dockerfile", - "similarity_id": "3094ee665baf5df576596c55a163ecbd5e323337847791aca0eb3778f4af12a0", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu7-jdk=7.0.272-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u154-7.20.0.3/Dockerfile", - "similarity_id": "7580096110cfd5de6106433cabf4811784dbfbcef3925c31529ebd58c5ebb9ee", - "line": 4, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/15.0.1-15.28.13/Dockerfile", - "similarity_id": "c60e078c6dfe7805cd483440e4f1e983da72e0b4fd9e73412a83c6951b754b12", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu15-jdk=15.0.1-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/14.0.1-14.28.21/Dockerfile", - "similarity_id": "75beb14ab49e5d3db449fd1a168f9d1d355300ddf082409c8fbe53abec061d7a", - "line": 5, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 apt-add-repository \"deb http://repos.azulsystems.com/ubuntu stable main\" \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu-14=14.28+21 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "software-properties-common", - "expected_value": "Package 'software-properties-common' has version defined", - "actual_value": "Package 'software-properties-common' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u272-8.50.0.21/Dockerfile", - "similarity_id": "3358f3f1af7303dabbf85eedfab12d3f0e9e1b9007421ffee1a91599e1bca784", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu8-jdk=8.0.272-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "software-properties-common", - "expected_value": "Package 'software-properties-common' has version defined", - "actual_value": "Package 'software-properties-common' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/9u04-9.0.4.1/Dockerfile", - "similarity_id": "9cd9c519d109ef29c14131c2b54acc55752278248f24f36dbbbcbeaacf7d47ec", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u107-6.20.0.1/Dockerfile", - "similarity_id": "54b00b61ab0b18df5b9170c9565062466f293e6ebaa7fa0db1cfb92725682d7f", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/ubuntu/7u282-7.42.0.13/Dockerfile", - "similarity_id": "9f60cdc1a6a257a3a9c22b6405d55aacb4b664ff8b9b8fa3f06ac470ca0bf7a6", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu7-jdk=7.0.282-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "curl", - "expected_value": "Package 'curl' has version defined", - "actual_value": "Package 'curl' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.2-11.29/Dockerfile", - "similarity_id": "4f2f6de3bf7ac283c44af432562e40d1c58e1b3c1379dab2c496e90c102e8142", - "line": 4, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u113-6.21.0.3/Dockerfile", - "similarity_id": "2ccec55d57d14dc04edc17a7e5159ccae9adeeaf3ae7d26fda32fb0defea5204", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.3-11.31/Dockerfile", - "similarity_id": "629c53ca2ad42828ca8b9e00bebbce56c9a13c5b9bc842042140a7ac2cd46844", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.3-11.31/Dockerfile", - "similarity_id": "4eb7c75df68c8ecb6c1d2210d3b1ee12ab8a1a78dbaca0f53b7708e2ee504451", - "line": 4, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/13.0.5-13.35.17/Dockerfile", - "similarity_id": "be079bbb07d375a6cfb3077e37f68614235dd3e2c95ee673d1a5c4bebdf02382", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu13-jdk=13.0.5-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u172-8.30.0.1/Dockerfile", - "similarity_id": "3179ce200622d2bf0867f7bd424ca82e6233eaa92ef4b497a06913c2f3463581", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/13.0.3-13.31.11/Dockerfile", - "similarity_id": "92a5ebaaefa2a24e68657530093f20563936e7e256de8edff758c93f43e92ba0", - "line": 5, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 apt-add-repository \"deb http://repos.azulsystems.com/debian stable main\" \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu-13=13.31+11 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/ubuntu/15.0.1-15.28.13/Dockerfile", - "similarity_id": "8ff35881f9a2832737a0333b429dd6fae7b65797b1a4b3746d43395a225b1bfb", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu15-jdk=15.0.1-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "curl", - "expected_value": "Package 'curl' has version defined", - "actual_value": "Package 'curl' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/12.0.1-12.2/Dockerfile", - "similarity_id": "b8d82ce8b1af05696c099246fa47a183996548a97ed2e75a6b6e57cfb7c123a8", - "line": 4, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u232-7.31.0.5/Dockerfile", - "similarity_id": "55f5fd7c0b5102129175c32692201db6d905cc71ac02f4c4e32bf9ca8074bfb9", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg2", - "expected_value": "Package 'gnupg2' has version defined", - "actual_value": "Package 'gnupg2' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u211-7.27.0.1/Dockerfile", - "similarity_id": "ef055b711ce727e8f6ef22391292bcf71b715660c6a6d038a60f55033a6b9420", - "line": 4, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u272-7.40.0.15/Dockerfile", - "similarity_id": "0c76ee753d9d36795fb679ce802858582d715da31e4e19b602cc0130000bd5e8", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu7-jdk=7.0.272-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u181-8.31.0.1/Dockerfile", - "similarity_id": "9fd95888df593b05417c6587bf02612d8b21452b2e17c11d321170f894e78650", - "line": 4, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/14.0.1-14.28.21/Dockerfile", - "similarity_id": "610136f262cb3e7dbbab74d0d63d716b78351996e4b2cb0fd7ea5761de7bc7e9", - "line": 5, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 apt-add-repository \"deb http://repos.azulsystems.com/debian stable main\" \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu-14=14.28+21 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/ubuntu/15.0.1-15.28.13/Dockerfile", - "similarity_id": "91c41339a86c44348f8ca0c773a19899824dc09c756a75f49d4c01f5051711fd", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu15-jdk=15.0.1-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "software-properties-common", - "expected_value": "Package 'software-properties-common' has version defined", - "actual_value": "Package 'software-properties-common' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/ubuntu/7u282-7.42.0.13/Dockerfile", - "similarity_id": "1ef35cf9a4437e50c06f31a2484b346fa853472e65d060ffac9f1fc7dcb03143", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu7-jdk=7.0.282-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u262-8.48.0.51/Dockerfile", - "similarity_id": "acfc905cc5a734ee58a469e5cfa677cab014d3f41e308b27a9b43c7b7c50c36e", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu8-jdk=8.0.262-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "software-properties-common", - "expected_value": "Package 'software-properties-common' has version defined", - "actual_value": "Package 'software-properties-common' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u232-7.31.0.5/Dockerfile", - "similarity_id": "de4788e987fedc96c336e0754a158ff22cb99774d6e44077aef28e1c461cf7f7", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u162-8.27.0.7/Dockerfile", - "similarity_id": "46cb76712250b8f357f85ef1668a1e5b0dd9c9cd123891d99ea6ec8641d83158", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/13.0.4-13.33.25/Dockerfile", - "similarity_id": "237266a739f1b601b8cfb8f205db204fbd28558a499e9020825e3be3fd729c30", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu13-jdk=13.0.4-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u154-7.20.0.3/Dockerfile", - "similarity_id": "f6b1fc323ea5d596bc09323c1933146ba5b6476821570e9a8a7fbbfa516e2dde", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}.RUN={{apt-get install locales}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u262-7.38.0.11/Dockerfile", - "similarity_id": "d2ee8856511190c4cf497f83c7e3a6dc100f7454a523f4f26a25202157e6b97f", - "line": 5, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 apt-add-repository \"deb http://repos.azulsystems.com/debian stable main\" \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu-7=7.38.0.11 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.8-11.41.23/Dockerfile", - "similarity_id": "09a4d5629d1df308b4fd538e5c31dfc801a040b3f4d98e535ff133d59d7ca19c", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu11-jdk=11.0.8-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "software-properties-common", - "expected_value": "Package 'software-properties-common' has version defined", - "actual_value": "Package 'software-properties-common' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u252-8.46.0.19/Dockerfile", - "similarity_id": "04bb2895ed83a2fb21ac71029cce927f1c642e246990821da280358e137ea9f5", - "line": 5, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 apt-add-repository \"deb http://repos.azulsystems.com/debian stable main\" \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu-8=8.46.0.19 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/10u02-10.3/Dockerfile", - "similarity_id": "ff607dd2160b4de59fb528dd880cdf68b153c8160dd9f167b14b506bda5be732", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg2", - "expected_value": "Package 'gnupg2' has version defined", - "actual_value": "Package 'gnupg2' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/12-latest/Dockerfile", - "similarity_id": "375bb7c7f4ace043b6129bdddb8b07aa599af3d9bab8268125e803987998e895", - "line": 4, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/10-latest/Dockerfile", - "similarity_id": "805175c35e920ef250e60f16fe862132b34dfce60c2bd685796e31264fd3632c", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.5-11.35/Dockerfile", - "similarity_id": "9cd30d2d06794abdc7f318d254b06f776cb11277c96643db3e08358f4e864ef7", - "line": 4, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.3-11.31/Dockerfile", - "similarity_id": "493ff5cc273e4df42fab997271a5c13cde62447bce2dae533f05cece9b2eff35", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg2", - "expected_value": "Package 'gnupg2' has version defined", - "actual_value": "Package 'gnupg2' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/12.0.2-12.3/Dockerfile", - "similarity_id": "e3a1c5bbda4085aa26a8cc5af642314c316047295c3cc4e21a9289d5b17e5627", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/13.0.4-13.33.25/Dockerfile", - "similarity_id": "737a9a3c6a130e37b6d4e81105b2c65fff49e433a2f1f737a441acf12db4de8e", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu13-jdk=13.0.4-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "software-properties-common", - "expected_value": "Package 'software-properties-common' has version defined", - "actual_value": "Package 'software-properties-common' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u242-7.34.0.5/Dockerfile", - "similarity_id": "20c6ba32c9463c30d3a95a8238384319e710239736a9fbaf5fa933bd969ac13d", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u262-8.48.0.51/Dockerfile", - "similarity_id": "edb238fd0cfa496c5cd1fb72d37ae61587b022c6f06c3c20e68acec176b80268", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu8-jdk=8.0.262-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "software-properties-common", - "expected_value": "Package 'software-properties-common' has version defined", - "actual_value": "Package 'software-properties-common' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/9-ea/Dockerfile", - "similarity_id": "1ac219a84b6bbbbe52194b1d8f8a987f9f86c3b30d783723be738b1831da664f", - "line": 4, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u232-8.42.0.23/Dockerfile", - "similarity_id": "12c465651e5f47177b213badcbaafdf80f7a649b58335060aa20d08957f43914", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u222-7.29.0.5/Dockerfile", - "similarity_id": "c7fab4277caf93916eee7ccb4b7a86b6c119e1557bfca5d5af343c2b0e3e5998", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/13.0.4-13.33.25/Dockerfile", - "similarity_id": "82636f247f58bae0c90cc354e4cf884d4430ad73c05da40035333b573f478f32", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu13-jdk=13.0.4-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "curl", - "expected_value": "Package 'curl' has version defined", - "actual_value": "Package 'curl' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/13.0.5-13.35.17/Dockerfile", - "similarity_id": "cd0423fdd67e24386d53788f562b9eba1fcb92eb2276f3d5bd95d92d7c594b95", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu13-jdk=13.0.5-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/9u01-9.0.1.3/Dockerfile", - "similarity_id": "b743c29dead48b39c35d1b4411a99dcdca460e6c9d123ab6221c235e4c3bd830", - "line": 4, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/14.0.1-14.28.21/Dockerfile", - "similarity_id": "e0c0cf306901f0e6c7e346a9522f797150e77b1af2bfbbe519264015742a2c09", - "line": 5, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 apt-add-repository \"deb http://repos.azulsystems.com/debian stable main\" \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu-14=14.28+21 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "software-properties-common", - "expected_value": "Package 'software-properties-common' has version defined", - "actual_value": "Package 'software-properties-common' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/15.0.1-15.28.13/Dockerfile", - "similarity_id": "ce12025b84dc3b5ba7fccf1e50bc65de20ead500403f76339d8907a3288171be", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu15-jdk=15.0.1-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u161-7.21.0.3/Dockerfile", - "similarity_id": "33fdeb2e8bce1f305d19feea58470562d0f4a67eb486b3874137b498f48420d1", - "line": 4, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u191-7.24.0.1/Dockerfile", - "similarity_id": "6f27b181964826564e737d43913b22db0ffa140e6af217f67d67b345b8518a10", - "line": 4, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u282-7.42.0.13/Dockerfile", - "similarity_id": "a4e943ba3d51211c235fdcfde1a7913edee77e55140796083228d2a8e652de1a", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu7-jdk=7.0.282-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.9-11.43.21/Dockerfile", - "similarity_id": "a13fa7ca0908f91944e106ce9727deff3bcbf8b8bc0ea1a5784e1c41c0b2e78a", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu11-jdk=11.0.9-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u131-8.21.0.1/Dockerfile", - "similarity_id": "41c6cd4555c8b2b0778cd7f1b974c6ba2b260f51c70ff7dbce8fdec47ca5d38b", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:latest}}.RUN={{apt-get install locales}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u171-7.22.0.3/Dockerfile", - "similarity_id": "6485e3ef348a073a241ac072c20a9e425f35cd6d17f93de9bfddc0fdc6e01428", - "line": 3, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update \u0026\u0026 \tapt-get -y install gnupg \u0026\u0026 \tapt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 \techo \"deb http://repos.azulsystems.com/debian stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 \tapt-get -qq update \u0026\u0026 \tapt-get -y install zulu-7=7.22.0.3 \u0026\u0026 \trm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/ubuntu/14.0.2-14.29.23/Dockerfile", - "similarity_id": "950ae1aca25f0229e63039f83ddd9fd01ce41126eafd318a2c7585e1d0fb088b", - "line": 5, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 apt-add-repository -u \"deb http://repos.azulsystems.com/ubuntu stable main\" \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu-14=14.29+23* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "software-properties-common", - "expected_value": "Package 'software-properties-common' has version defined", - "actual_value": "Package 'software-properties-common' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/10u02-10.3/Dockerfile", - "similarity_id": "6d0dd218209b1a1e04ed621d85ad83f7991c2fb93c0dc1e4d313baf0c8acff6e", - "line": 4, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u181-8.31.0.1/Dockerfile", - "similarity_id": "77cd0cbbb1f7dda6e45555872146c2aee8115b7632327b3e59981f7ee5d9aeb6", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u212-8.38.0.13/Dockerfile", - "similarity_id": "fed459cb2ff2dabfe917c808a584d9c15f95c0a4c3c1a62795601a8a3bcedf9e", - "line": 4, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/13.0.2-13.29/Dockerfile", - "similarity_id": "77b973f329e124d0d39d97a846913bc609c51bfa3c96fa8c41c1d7fcdae1e207", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg2", - "expected_value": "Package 'gnupg2' has version defined", - "actual_value": "Package 'gnupg2' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/10u02-10.3/Dockerfile", - "similarity_id": "b22cfb5a49d9a5e61b66f27f31deb2c29ca81e3bbcf4af1fe83c48b485f3146f", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u119-6.22.0.3/Dockerfile", - "similarity_id": "3b15360d94645938c822806287d5b4755331a008b33ad0d81106caa53ebf5633", - "line": 4, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u222-8.40.0.25/Dockerfile", - "similarity_id": "32bd8d39839028dc4b9926cad2e7db707cffedaa84da8d9a965cea62174834d9", - "line": 4, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/ubuntu/15.0.1-15.28.13/Dockerfile", - "similarity_id": "5d5669178c017171c74b8be21e32f0321aaa3aec55b81daf910b10f062f55ef2", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu15-jdk=15.0.1-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/13.0.5-13.35.17/Dockerfile", - "similarity_id": "993d3b11e55afe2d67103136763459c1096e225f49f489d3499455c20d692c03", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu13-jdk=13.0.5-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "software-properties-common", - "expected_value": "Package 'software-properties-common' has version defined", - "actual_value": "Package 'software-properties-common' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u181-8.31.0.1/Dockerfile", - "similarity_id": "b506094763dc5c87b0ece6b6e3ebd814c187cd2238559981a59548c38dbe22ac", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "gnupg2", - "expected_value": "Package 'gnupg2' has version defined", - "actual_value": "Package 'gnupg2' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/ubuntu/13.0.5-13.35.17/Dockerfile", - "similarity_id": "f1c631ecc931272772e3b11bca7b0bff929960eb16db8b3f3cfd049ddcad3725", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu13-jdk=13.0.5-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/15.0.1-15.28.13/Dockerfile", - "similarity_id": "116f2c231a3a5efcb7795022f0f42963cabb89629a03af4e80a67f9b36e431a3", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu15-jdk=15.0.1-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "software-properties-common", - "expected_value": "Package 'software-properties-common' has version defined", - "actual_value": "Package 'software-properties-common' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u97-6.17.0.1/Dockerfile", - "similarity_id": "d79b05e960535b77c757715e4ef57be0275337e8674b3b9886f75666c3d65b7c", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}.RUN={{apt-get install locales}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u201-7.25.0.5/Dockerfile", - "similarity_id": "30f54beb42a2a521f6905bef835e50ff4ca83badcfb9e373a16e83360ec2c4db", - "line": 6, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "locales", - "expected_value": "Package 'locales' has version defined", - "actual_value": "Package 'locales' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/13.0.2-13.29/Dockerfile", - "similarity_id": "5d298bb0df9520a6b779b2cf2a688a0b3363ec3aee52e0f954c89441d842947a", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -y install gnupg \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/debian stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get remove -y gnupg}}", - "search_line": 0, - "search_value": "gnupg", - "expected_value": "Package 'gnupg' has version defined", - "actual_value": "Package 'gnupg' does not have version defined" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u272-7.40.0.15/Dockerfile", - "similarity_id": "1a0579ec10521210d305a4870f783c6c7025646f507c93dbd61ac03ad7485b49", - "line": 7, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu7-jdk=7.0.272-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "software-properties-common", - "expected_value": "Package 'software-properties-common' has version defined", - "actual_value": "Package 'software-properties-common' does not have version defined" - } - ] - }, - { - "query_name": "Image Version Not Explicit", - "query_id": "9efb0b2d-89c9-41a3-91ca-dcc0aec911fd", - "query_url": "https://docs.docker.com/engine/reference/builder/#from", - "severity": "MEDIUM", - "platform": "Dockerfile", - "category": "Supply-Chain", - "description": "Always tag the version of an image explicitly", - "description_id": "4f469f06", - "files": [ - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/13.0.1-13.28/Dockerfile", - "similarity_id": "a5e9a13012d9f7785b5fb2daa1e9e2678693955e093081bbb71b919177745f59", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM alpine:'version'", - "actual_value": "FROM alpine'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u252-7.36.0.5/Dockerfile", - "similarity_id": "5becd0c88d7f1ca55308f6103cb74d08b12a20f47a535427349f556601140bf7", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM frolvlad/alpine-glibc:'version'", - "actual_value": "FROM frolvlad/alpine-glibc'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.2-11.29/Dockerfile", - "similarity_id": "052627af18f616f2df26d5395293e59a92b9d70169f4729cbce37c0cee5565f7", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM alpine:'version'", - "actual_value": "FROM alpine'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u202-8.36.0.3/Dockerfile", - "similarity_id": "627cb560bbfbb357fd8a6c0e36e3a2788ad995ef2dc5cd524758b64a6375abd4", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM alpine:'version'", - "actual_value": "FROM alpine'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u144-8.23.0.3/Dockerfile", - "similarity_id": "60aa0abaf2c7f80779d89889d4d88ce1bd51ca74db1c6c7a0176ab03637e5f47", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM frolvlad/alpine-glibc:'version'", - "actual_value": "FROM frolvlad/alpine-glibc'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u172-8.30.0.1/Dockerfile", - "similarity_id": "25b7b0c064d630f2ade9eb5d9f8dd0662c717a2f7c74e2ef17a3e7401d876af7", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM frolvlad/alpine-glibc:'version'", - "actual_value": "FROM frolvlad/alpine-glibc'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u152-8.25.0.1/Dockerfile", - "similarity_id": "c972bbf214a273bc41e49488314dcc4dc6283bdd15e686c0a5b6ceeb47aada63", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM frolvlad/alpine-glibc:'version'", - "actual_value": "FROM frolvlad/alpine-glibc'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u191-7.24.0.1/Dockerfile", - "similarity_id": "7c48bd5f4ea248421d3731488c6494fc2e7d7625517ce572445a8a3c3175e0a8", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM frolvlad/alpine-glibc:'version'", - "actual_value": "FROM frolvlad/alpine-glibc'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u232-8.42.0.21/Dockerfile", - "similarity_id": "03e7701c52626d40b5ad8067c87c9df45ce85a9e13e998f7e38eba6f85474d60", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM alpine:'version'", - "actual_value": "FROM alpine'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u201-7.25.0.5/Dockerfile", - "similarity_id": "a867d21a8541048be968760febdf69a536adca58fdc00df7139615b4ab449d1c", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM frolvlad/alpine-glibc:'version'", - "actual_value": "FROM frolvlad/alpine-glibc'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u192-8.33.0.1/Dockerfile", - "similarity_id": "c4e48a41168a764526d1ce2a493a041351d10d7671b8bbcf7cd1b15f97c18a5d", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM alpine:'version'", - "actual_value": "FROM alpine'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u162-8.27.0.7/Dockerfile", - "similarity_id": "abd43df8aa914ec1792a9904b05533b829164fd97eeba63e210f597a1eb06f48", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM frolvlad/alpine-glibc:'version'", - "actual_value": "FROM frolvlad/alpine-glibc'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/10u01-10.2/Dockerfile", - "similarity_id": "0236258472dc1af299ff61476213bee517361ee937bd65baecab72be0dfd4c37", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM alpine:'version'", - "actual_value": "FROM alpine'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/6u93-6.16.0.1/Dockerfile", - "similarity_id": "8ba29e25a056771707c9910994530d5eb6b31fde4ce37868e50bc7b277ace812", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM frolvlad/alpine-glibc:'version'", - "actual_value": "FROM frolvlad/alpine-glibc'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/10u02-10.3/Dockerfile", - "similarity_id": "e63edb9e2ba371248ecc223a45ff5dd178f766cfd478bb4f0d5ebe1804d7c6ca", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM alpine:'version'", - "actual_value": "FROM alpine'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u171-7.22.0.3/Dockerfile", - "similarity_id": "dacb71589a4302053411de8e191b66d1515c90673ec846cd240a3afc33b68a4b", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM frolvlad/alpine-glibc:'version'", - "actual_value": "FROM frolvlad/alpine-glibc'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/13.0.2-13.29/Dockerfile", - "similarity_id": "8a32db504ddf0d64e02a8df1efe15c8a72dc12f463f27fa863cfeadb653bffa5", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM alpine:'version'", - "actual_value": "FROM alpine'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.4-11.33-jre/Dockerfile", - "similarity_id": "583bf78dea950eed5cecdc14e169ecd8ba8909eb2eee207f58dc88e518b7d157", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM alpine:'version'", - "actual_value": "FROM alpine'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.3-11.31-jre/Dockerfile", - "similarity_id": "83673444a343c9aec67f93502a72db4340d05f09e42aa38384c2044c3f3e299b", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM alpine:'version'", - "actual_value": "FROM alpine'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/12.0.1-12.2/Dockerfile", - "similarity_id": "e124ce24435d44c8e7806eccb90424743a604fc697ec0246f15bcbdf6ad1fe4b", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM alpine:'version'", - "actual_value": "FROM alpine'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u154-7.20.0.3/Dockerfile", - "similarity_id": "50e9d8564c319f0767601ea45afbf8f9ca981bbad47d3b0019f9d1783c246ff8", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM frolvlad/alpine-glibc:'version'", - "actual_value": "FROM frolvlad/alpine-glibc'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u131-8.21.0.1/Dockerfile", - "similarity_id": "a334631765aaba481fe0518448d6bc8be60adbfe805135f822f334320ed8108a", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM frolvlad/alpine-glibc:'version'", - "actual_value": "FROM frolvlad/alpine-glibc'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u141-7.18.0.3/Dockerfile", - "similarity_id": "6324bc0f7e55a168a1281127267e823ce6fdc890d4db8c80a5aeadf8d352832e", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM frolvlad/alpine-glibc:'version'", - "actual_value": "FROM frolvlad/alpine-glibc'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/9u07-9.0.7.1/Dockerfile", - "similarity_id": "50c4327b35170f80060f376483a0b6512adcd306797319e51ae48ec1f10a49fd", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM alpine:'version'", - "actual_value": "FROM alpine'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/6u107-6.20.0.1/Dockerfile", - "similarity_id": "504ac0ed80b5ccaf70e30d55146fca5afdc6d173e28e7dc4cc61c54591b72c74", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM frolvlad/alpine-glibc:'version'", - "actual_value": "FROM frolvlad/alpine-glibc'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u181-8.31.0.1/Dockerfile", - "similarity_id": "08da517392a020a39fe64bc8aa51fa7508f1b074e0c37fd167a52c4620c5f944", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM frolvlad/alpine-glibc:'version'", - "actual_value": "FROM frolvlad/alpine-glibc'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/6u113-6.21.0.3/Dockerfile", - "similarity_id": "7dd57896139a0c19c0f9ad5b3f4e6aa9f47aff5e1507810062799f7cb6b31b76", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM frolvlad/alpine-glibc:'version'", - "actual_value": "FROM frolvlad/alpine-glibc'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u212-8.38.0.13-jre/Dockerfile", - "similarity_id": "f7e4e208b918f326560fc694f9cde42ed6c440761bb8d8bb38621e2ed0d62bb7", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM alpine:'version'", - "actual_value": "FROM alpine'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u242-7.34.0.5/Dockerfile", - "similarity_id": "46bba01d7a6a117ee67796707d01df301d26842deed512c831d9aaa0bff76035", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM frolvlad/alpine-glibc:'version'", - "actual_value": "FROM frolvlad/alpine-glibc'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/6-latest/Dockerfile", - "similarity_id": "c7b2c517805bedda007c4bad0da8fd8f7fa07229db7a7151b0e86b565671bdc2", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM frolvlad/alpine-glibc:'version'", - "actual_value": "FROM frolvlad/alpine-glibc'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/6u103-6.19.0.1/Dockerfile", - "similarity_id": "c86fb2947c7ad4dcf1a0552fe13e4590e66c1cdae57f3a9484ed89358b1dad43", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM frolvlad/alpine-glibc:'version'", - "actual_value": "FROM frolvlad/alpine-glibc'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u232-7.31.0.5/Dockerfile", - "similarity_id": "306e21f580a4daa5886120cda50e3e5e39c35345cf8a1b7719c1dc3c786d3740", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM frolvlad/alpine-glibc:'version'", - "actual_value": "FROM frolvlad/alpine-glibc'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.3-11.31/Dockerfile", - "similarity_id": "13e59978d03481499231152e7b9b79651df1ed6672b521b834d5b7131aa7fc47", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM alpine:'version'", - "actual_value": "FROM alpine'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/12.0.2-12.3/Dockerfile", - "similarity_id": "d6eb54823654168721762bbd18981c4aa1298fc778eb874acc0e3fd43266a172", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM alpine:'version'", - "actual_value": "FROM alpine'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u222-8.40.0.25/Dockerfile", - "similarity_id": "8cad1d4fa390b82ee4dfdf8e2529a17f68652a3e3882550d6e4e2c59e317ed60", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM alpine:'version'", - "actual_value": "FROM alpine'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u181-7.23.0.1/Dockerfile", - "similarity_id": "cac8a2cb942a8b8c3315a8374abb0f9e49850134d1c64575ef0f7da3d38a4482", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM frolvlad/alpine-glibc:'version'", - "actual_value": "FROM frolvlad/alpine-glibc'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/6u119-6.22.0.3/Dockerfile", - "similarity_id": "2850fce6cedec9bb4985a96f86b20dc8ad5c4eff60a1c02ab57ae6cea3e56d30", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM frolvlad/alpine-glibc:'version'", - "actual_value": "FROM frolvlad/alpine-glibc'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/12-12.1/Dockerfile", - "similarity_id": "77dc71a57b8922634cd175598b847beffb105d4bc47278f112f2a5ce5d278f4c", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM alpine:'version'", - "actual_value": "FROM alpine'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/6u97-6.17.0.1/Dockerfile", - "similarity_id": "d2a589a5a3a4a638202e0e2ee73e9cbc7c5ab6298a6b6fcc1ff3ce584f9b7078", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM frolvlad/alpine-glibc:'version'", - "actual_value": "FROM frolvlad/alpine-glibc'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u161-7.21.0.3/Dockerfile", - "similarity_id": "05c35017f0d49a13dfab5d143f0bc5dd867254498ba79d9155124b5c7e3e5573", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM frolvlad/alpine-glibc:'version'", - "actual_value": "FROM frolvlad/alpine-glibc'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/6u99-6.18.0.3/Dockerfile", - "similarity_id": "dac1f68fe22b9446df4b74adce8a917d70a47166f689796a55aec056cec4852e", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM frolvlad/alpine-glibc:'version'", - "actual_value": "FROM frolvlad/alpine-glibc'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u211-7.27.0.1/Dockerfile", - "similarity_id": "52ad8c00f8a2bcf37a2b37d29f7361b1f75c42ebf6257ab5c3796422d3b356b7", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM frolvlad/alpine-glibc:'version'", - "actual_value": "FROM frolvlad/alpine-glibc'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.4-11.33/Dockerfile", - "similarity_id": "a938c5f4deba0c295c626fe6d3e30c4b8496d70e3d96c2b66f3d39f9d089f43a", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM alpine:'version'", - "actual_value": "FROM alpine'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u222-7.29.0.5/Dockerfile", - "similarity_id": "d62d5056fc2c9a6bcbde6fa3d7be9ab873fd4b1725af66d37f5ce07aab9e3d9c", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM frolvlad/alpine-glibc:'version'", - "actual_value": "FROM frolvlad/alpine-glibc'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u222-8.40.0.25-jre/Dockerfile", - "similarity_id": "315aecd3a51a025f3001cc08e9a616bc8f9a0f7848b521f433ab38314a9c61d6", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM alpine:'version'", - "actual_value": "FROM alpine'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u232-8.42.0.21-jre/Dockerfile", - "similarity_id": "a01ebcd64987561dd01409cb4870679e531f266bb4af74676cf96deba66387d9", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM alpine:'version'", - "actual_value": "FROM alpine'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/12-latest/Dockerfile", - "similarity_id": "86c1a4aced2738443efe6d1dcf8541514f46a4b62c83012ff9a70bf02cd67036", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM alpine:'version'", - "actual_value": "FROM alpine'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u212-8.38.0.13/Dockerfile", - "similarity_id": "38bac31028d5b93057fd5431ffd4566d11c64c7ddd8df5816e980b33558409e7", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM alpine:'version'", - "actual_value": "FROM alpine'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.1-11.2/Dockerfile", - "similarity_id": "2a99e62d85848bf4e062307517e69b1e996f5627661568a5cd0c25aab56e7b83", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM alpine:'version'", - "actual_value": "FROM alpine'" - } - ] - }, - { - "query_name": "Image Version Using 'latest'", - "query_id": "f45ea400-6bbe-4501-9fc7-1c3d75c32067", - "query_url": "https://docs.docker.com/develop/dev-best-practices/", - "severity": "MEDIUM", - "platform": "Dockerfile", - "category": "Supply-Chain", - "description": "When building images, always tag them with useful tags which codify version information, intended destination (prod or test, for instance), stability, or other information that is useful when deploying the application in different environments. Do not rely on the automatically-created latest tag", - "description_id": "22f535ec", - "files": [ - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/6u83-6.13.0.3/Dockerfile", - "similarity_id": "48a530e1e9b60da528b8516e0fea028e8a741efb7a6eb70a2fae75fa5b94c8b0", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM microsoft/nanoserver:latest:'version' where version should not be 'latest'", - "actual_value": "FROM microsoft/nanoserver:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/9-latest/Dockerfile", - "similarity_id": "aaffba3e8d188b8786908c50725a99513874a0ee81ae37f19cba09cb820ed8b4", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM microsoft/nanoserver:latest:'version' where version should not be 'latest'", - "actual_value": "FROM microsoft/nanoserver:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/7u121-7.16.0.1/Dockerfile", - "similarity_id": "96e513c1169cd6926ab4c046f8f6925e453d3844418e65301e6cc5b0c2e06c89", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM microsoft/nanoserver:latest:'version' where version should not be 'latest'", - "actual_value": "FROM microsoft/nanoserver:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u77-6.11.0.2/Dockerfile", - "similarity_id": "b805ee65752fe6b68128b9b1c385b724b7f987dd1a48fe5447c80eb2953f3aa1", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM centos:latest:'version' where version should not be 'latest'", - "actual_value": "FROM centos:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u87-6.14.0.1/Dockerfile", - "similarity_id": "b1b05b0f1fb013e2b1aa2feb5a55ff5a7b56274b24c092b003dfc35ed8266114", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM ubuntu:latest:'version' where version should not be 'latest'", - "actual_value": "FROM ubuntu:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u83-6.13.0.7/Dockerfile", - "similarity_id": "14a71a0498619b6047d1c0e2dcd613074ba6ff86b373f785798a48988916f152", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM centos:latest:'version' where version should not be 'latest'", - "actual_value": "FROM centos:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/8u112-8.19.0.1/Dockerfile", - "similarity_id": "0524380a1f3cfd7e525606f7a7996c9cbf74411d0e88395de3df3dce42c15785", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM microsoft/nanoserver:latest:'version' where version should not be 'latest'", - "actual_value": "FROM microsoft/nanoserver:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u60-8.9.0.4/Dockerfile", - "similarity_id": "1efd3aacdd06bbab48003cf8a0139f467eb1c0e3447cee3923cfc5fb4658ec71", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM centos:latest:'version' where version should not be 'latest'", - "actual_value": "FROM centos:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u89-6.15.0.1/Dockerfile", - "similarity_id": "c889b06a810b75a99ee5c7d28d1e5123f0a61fb2a9cb4bc303df34fc8c7a3ebc", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM debian:latest:'version' where version should not be 'latest'", - "actual_value": "FROM debian:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u53-6.5.0.2/Dockerfile", - "similarity_id": "50dbc4d27e0c01f445c6c5be10855ae8244d31fd22c850a7cca137c35c1d1f67", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM centos:latest:'version' where version should not be 'latest'", - "actual_value": "FROM centos:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u72-8.13.0.5/Dockerfile", - "similarity_id": "88c2eb8c5f0cb9c24ebb30dd0c30eef2b53821e2759e85bef0603bbd5e9fe8a9", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM centos:latest:'version' where version should not be 'latest'", - "actual_value": "FROM centos:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u72-7.7.0.1/Dockerfile", - "similarity_id": "f4e4f72002e39f7317e7a6305dd5e71307facda4c40a8f3a0a18f0e566e8965f", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM centos:latest:'version' where version should not be 'latest'", - "actual_value": "FROM centos:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/9u04-9.0.4.1/Dockerfile", - "similarity_id": "60121a00c289038215b6166152da3b66f4b4b171c078e666f61dfca13818a468", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM microsoft/nanoserver:latest:'version' where version should not be 'latest'", - "actual_value": "FROM microsoft/nanoserver:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u79-7.9.0.2/Dockerfile", - "similarity_id": "b92f1c574e7e0ef4526e1bded1483a2f6ab2ff1e93eecb8b5f13e530ea253f51", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM centos:latest:'version' where version should not be 'latest'", - "actual_value": "FROM centos:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u131-8.21.0.1/Dockerfile", - "similarity_id": "e134405b1ffaaf2a36075d4ad1d8a5d85d1b67078f582980afb083b460093721", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM ubuntu:latest:'version' where version should not be 'latest'", - "actual_value": "FROM ubuntu:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u83-6.13.0.3/Dockerfile", - "similarity_id": "13636779ba3db409d316fa0ca610978abbefefe7f8b9c6044467c1897a6b2444", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM debian:latest:'version' where version should not be 'latest'", - "actual_value": "FROM debian:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u59-6.7.0.2/Dockerfile", - "similarity_id": "9a61c8d73fe2fa65719626dc3860fec9402642d2365eeefd14c6e7a87c2d7d30", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM centos:latest:'version' where version should not be 'latest'", - "actual_value": "FROM centos:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/8u152-8.25.0.1/Dockerfile", - "similarity_id": "5f1cfd4a10e68724a9446019cf8a0f91e242034e487754ceab6561fc3da2387d", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM microsoft/nanoserver:latest:'version' where version should not be 'latest'", - "actual_value": "FROM microsoft/nanoserver:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u65-8.10.0.1/Dockerfile", - "similarity_id": "9bc1dea9118db238661a4470c9f1a8f06c3f759e630c55ee29221e3c9fce3b38", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM centos:latest:'version' where version should not be 'latest'", - "actual_value": "FROM centos:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/6u87-6.14.0.1/Dockerfile", - "similarity_id": "288f0d913ae3dcaf8dc06646fd272c4c10f4f7275471f6f6f3d89074d92a286d", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM microsoft/nanoserver:latest:'version' where version should not be 'latest'", - "actual_value": "FROM microsoft/nanoserver:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u83-6.13.0.3/Dockerfile", - "similarity_id": "4c2c9245e14ce3cf369c2b4aaf1c3f26924e11a4bccccae51773bed1133dcfb3", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM ubuntu:latest:'version' where version should not be 'latest'", - "actual_value": "FROM ubuntu:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u93-6.16.0.1/Dockerfile", - "similarity_id": "1d1d9655a3f5491771abb1e576fb9a1ea541ea6798c54bc2e8c035d0dd8e8714", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM ubuntu:latest:'version' where version should not be 'latest'", - "actual_value": "FROM ubuntu:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u69-6.9.0.3/Dockerfile", - "similarity_id": "2df799b336ce79fa52dfeb5b76c22349e0b33797fb7c666914617e501824e89e", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM centos:latest:'version' where version should not be 'latest'", - "actual_value": "FROM centos:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/6u79-6.12.0.2/Dockerfile", - "similarity_id": "0f0a327b16d91619fef15435739b99d0bae2dce73ee1d953847e088e18e57b92", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM microsoft/nanoserver:latest:'version' where version should not be 'latest'", - "actual_value": "FROM microsoft/nanoserver:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u121-8.20.0.5/Dockerfile", - "similarity_id": "57bdb030a32925b00bbf103fc32c76bccb11fd241ee2d8a74ced8d0ab2923203", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM ubuntu:latest:'version' where version should not be 'latest'", - "actual_value": "FROM ubuntu:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/7u111-7.15.0.1/Dockerfile", - "similarity_id": "0bd4ddb557e633e46664cd25c1094ac788f261df775912a6d193cd2e43d11044", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM microsoft/nanoserver:latest:'version' where version should not be 'latest'", - "actual_value": "FROM microsoft/nanoserver:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/8u162-8.27.0.7/Dockerfile", - "similarity_id": "b6d4fe5d5513a254e41bc2d9806e6aba35c7f858f5f65dc2850b2ef91e6586e8", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM microsoft/nanoserver:latest:'version' where version should not be 'latest'", - "actual_value": "FROM microsoft/nanoserver:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u31-8.5.0.1/Dockerfile", - "similarity_id": "d27ea094988949d3b7606569d864b3bbb207c6baaee4b6b3c9f89700bfdf3237", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM centos:latest:'version' where version should not be 'latest'", - "actual_value": "FROM centos:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u79-6.12.0.2/Dockerfile", - "similarity_id": "efddc8b44bcb83820a6501a14175f044db48cec2629b8a6cde5df2d438d53eec", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM ubuntu:latest:'version' where version should not be 'latest'", - "actual_value": "FROM ubuntu:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u85-7.11.0.3/Dockerfile", - "similarity_id": "0a7b9c626f67e89b2dad197f2583f3358d96c82b3db526f25c895e8ab80f852d", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM centos:latest:'version' where version should not be 'latest'", - "actual_value": "FROM centos:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u11-8.2.0.1/Dockerfile", - "similarity_id": "a289046756d3731500d648fd91b5ab2f26f979901df5c2149f08ddb81bbee70e", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM centos:latest:'version' where version should not be 'latest'", - "actual_value": "FROM centos:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u63-6.8.0.1/Dockerfile", - "similarity_id": "c9d0c440ead9610fba2fdece84508864c4f4737d61bb4827ce1ae4e2ba595b74", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM centos:latest:'version' where version should not be 'latest'", - "actual_value": "FROM centos:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u91-7.12.0.3/Dockerfile", - "similarity_id": "fa9540654a1580cd19e4ade372281d536ca7007f3d3c723e9217dfe5d3963d4c", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM centos:latest:'version' where version should not be 'latest'", - "actual_value": "FROM centos:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/8u121-8.20.0.5/Dockerfile", - "similarity_id": "8d5f8381c5def2bd7ebfd231c2cd01f36f109046203f6731d12b9b375d02d53f", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM microsoft/nanoserver:latest:'version' where version should not be 'latest'", - "actual_value": "FROM microsoft/nanoserver:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u141-7.18.0.3/Dockerfile", - "similarity_id": "64c82e5a60af0aba4e4e869094fea8c67195663c256c03499bb3084aa7a52e29", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM debian:latest:'version' where version should not be 'latest'", - "actual_value": "FROM debian:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u92-8.15.0.1/Dockerfile", - "similarity_id": "fbeaf7c35ae6c9a1b0e179ada90d43ccba3cc99871fc56c665ca9bc61793fa12", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM centos:latest:'version' where version should not be 'latest'", - "actual_value": "FROM centos:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/8u102-8.17.0.3/Dockerfile", - "similarity_id": "f753f6d35c652613eced2a417bb9e8ff4ab08c5a556e5fb4d74821f0cdf92499", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM microsoft/nanoserver:latest:'version' where version should not be 'latest'", - "actual_value": "FROM microsoft/nanoserver:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u92-8.15.0.1/Dockerfile", - "similarity_id": "53f81538c309dce4c8753ea22220e3a42475b19990745ace2376c0e81a3f7c11", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM debian:latest:'version' where version should not be 'latest'", - "actual_value": "FROM debian:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u101-7.14.0.5/Dockerfile", - "similarity_id": "525732c6d58c625b5fd06249dd94e697587035ffa094425df054853cd87689f5", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM centos:latest:'version' where version should not be 'latest'", - "actual_value": "FROM centos:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u65-7.6.0.1/Dockerfile", - "similarity_id": "1ebd811919c78c90feb304fe28fed37f626162da7f5b85b56c7a1e4db6752323", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM centos:latest:'version' where version should not be 'latest'", - "actual_value": "FROM centos:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u102-8.17.0.3/Dockerfile", - "similarity_id": "64a50830f00d8844afb358021876c6d73b9b5503ff5ba2a289375952be96519b", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM ubuntu:latest:'version' where version should not be 'latest'", - "actual_value": "FROM ubuntu:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/7u101-7.14.0.5/Dockerfile", - "similarity_id": "759f6f3366846e52f2d4b0b20cba938d29bc117e025a12adc45dbfce26b5a3e4", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM microsoft/nanoserver:latest:'version' where version should not be 'latest'", - "actual_value": "FROM microsoft/nanoserver:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u101-7.14.0.5/Dockerfile", - "similarity_id": "368fa867e864e6fff7731a55d855dab97fd3ccdf74c6a9ac41ec3b704b0e0c00", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM debian:latest:'version' where version should not be 'latest'", - "actual_value": "FROM debian:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u45-8.7.0.5/Dockerfile", - "similarity_id": "dfccbf8d14b22e0ca73aa03a4fe9fc43c805baa7dca25d8bda1298e84fc21643", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM centos:latest:'version' where version should not be 'latest'", - "actual_value": "FROM centos:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u111-7.15.0.5/Dockerfile", - "similarity_id": "19b9f7e0071d47c2ac6304c9699aaa7d57820de8662b791cdebc53971a285842", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM centos:latest:'version' where version should not be 'latest'", - "actual_value": "FROM centos:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u79-6.12.0.2/Dockerfile", - "similarity_id": "ba8cef4f79929201eb25b3eda15a3a3f55446b3f0e5f805178b4e67680d096c9", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM debian:latest:'version' where version should not be 'latest'", - "actual_value": "FROM debian:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u51-8.8.0.3/Dockerfile", - "similarity_id": "3e0be2e5b86dd9086ece12393d94103fd95e7ba6769ca70bcba35644de6fe779", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM centos:latest:'version' where version should not be 'latest'", - "actual_value": "FROM centos:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u131-8.21.0.1/Dockerfile", - "similarity_id": "38a4f136a0df4a776e2bd35e6fd9384c0c936eeff650f57ec2c158a00e3997dc", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM debian:latest:'version' where version should not be 'latest'", - "actual_value": "FROM debian:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/8u101-8.16.0.1/Dockerfile", - "similarity_id": "10648b6df2d57784534a248414edc320cb853e518cd93b2550076b033101007c", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM microsoft/nanoserver:latest:'version' where version should not be 'latest'", - "actual_value": "FROM microsoft/nanoserver:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/7u131-7.17.0.5/Dockerfile", - "similarity_id": "54e995596b792f9c19fd67e9bc5bd0d277977c4da082c4e520bf6b4eddd5a372", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM microsoft/nanoserver:latest:'version' where version should not be 'latest'", - "actual_value": "FROM microsoft/nanoserver:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u80-7.10.0.1/Dockerfile", - "similarity_id": "b827951c645cc0cac9a94568776e72c3a96f42fabec55e0a1c79e0ab0858baeb", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM centos:latest:'version' where version should not be 'latest'", - "actual_value": "FROM centos:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u101-7.14.0.5/Dockerfile", - "similarity_id": "957260299c7a42d0b5cc25c2e6e3282b56632dbd3547a394a36c04a4bda49a1f", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM ubuntu:latest:'version' where version should not be 'latest'", - "actual_value": "FROM ubuntu:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u89-6.15.0.1/Dockerfile", - "similarity_id": "0568ad9055d0232fbcd619f08d026e2418b1886ae1194a042d93a25c4c9a6dbc", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM centos:latest:'version' where version should not be 'latest'", - "actual_value": "FROM centos:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/6u97-6.17.0.1/Dockerfile", - "similarity_id": "50ba26ad9495ff7bf636f1d9868d405206b21cd03e64dad9bf40487285c9d9fa", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM microsoft/nanoserver:latest:'version' where version should not be 'latest'", - "actual_value": "FROM microsoft/nanoserver:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u121-8.20.0.5/Dockerfile", - "similarity_id": "9fb8a570819804f8cc77cb4026f3965561358d396fd8ba70397c1966106986d1", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM debian:latest:'version' where version should not be 'latest'", - "actual_value": "FROM debian:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u121-7.16.0.1/Dockerfile", - "similarity_id": "292091370b70e0926ba3260ee3412546ac2d96a139809416310e1ab78445c75a", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM centos:latest:'version' where version should not be 'latest'", - "actual_value": "FROM centos:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u73-6.10.0.3/Dockerfile", - "similarity_id": "b93202588c80a7a384f282fb66a380a660a87cc50fa0f0375c69f8587bed2a18", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM centos:latest:'version' where version should not be 'latest'", - "actual_value": "FROM centos:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u131-8.21.0.1/Dockerfile", - "similarity_id": "80adfbe8ec914a20961e2d996aabbb0d8eaf68233e75398cced70dc60c89da07", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM centos:latest:'version' where version should not be 'latest'", - "actual_value": "FROM centos:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/7u161-7.21.0.3/Dockerfile", - "similarity_id": "2d5eed410952f37527a0eb614f0f9f6e0ff503453f0eb0ecb415bd4550df9500", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM microsoft/nanoserver:latest:'version' where version should not be 'latest'", - "actual_value": "FROM microsoft/nanoserver:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u40-8.6.0.1/Dockerfile", - "similarity_id": "8c46e1935ecdd5a7037d89b30f17d567a83571e18e81d698c39d29b729aae575", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM centos:latest:'version' where version should not be 'latest'", - "actual_value": "FROM centos:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u87-6.14.0.1/Dockerfile", - "similarity_id": "7c9c0ad38ac7350dc61dbe7e77b392fe6fcf127bc91bf3904254bc673a20bbb6", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM debian:latest:'version' where version should not be 'latest'", - "actual_value": "FROM debian:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u56-6.6.0.1/Dockerfile", - "similarity_id": "b8bcf3bf4b83faca30ef59d123baa6cab0d0b801c0404889472950d1b31e5541", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM centos:latest:'version' where version should not be 'latest'", - "actual_value": "FROM centos:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u93-6.16.0.1/Dockerfile", - "similarity_id": "af8fcc1bf7759492286231018e21e6a0aecb9884cbc083e38efaa97a89075491", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM debian:latest:'version' where version should not be 'latest'", - "actual_value": "FROM debian:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u76-7.8.0.3/Dockerfile", - "similarity_id": "74c52b9ebd76bb0c517866c5cbe22d49e8018dde313df5e8eab20c28bb7a0f46", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM centos:latest:'version' where version should not be 'latest'", - "actual_value": "FROM centos:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/6u89-6.15.0.1/Dockerfile", - "similarity_id": "c3bce0c79fcbd272febffb9a68b20237a25217107a7f3945eca66a4e35c92f5e", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM microsoft/nanoserver:latest:'version' where version should not be 'latest'", - "actual_value": "FROM microsoft/nanoserver:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u92-8.15.0.1/Dockerfile", - "similarity_id": "17060417b647b5498a4688a6fa6d49862f2d2b0397f0689cd220186333e45d89", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM ubuntu:latest:'version' where version should not be 'latest'", - "actual_value": "FROM ubuntu:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u141-7.18.0.3/Dockerfile", - "similarity_id": "69d1e4e89ac502f10ba8a3e590861724dd29eaada9f57296512f78759d349cac", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM ubuntu:latest:'version' where version should not be 'latest'", - "actual_value": "FROM ubuntu:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u121-8.20.0.5/Dockerfile", - "similarity_id": "826d02a031eec6aa7b09c756c565c186e98656fc5b7499ca2765889daea07f8b", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM centos:latest:'version' where version should not be 'latest'", - "actual_value": "FROM centos:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/7-latest/Dockerfile", - "similarity_id": "5fb492d13f993eba478285f82dcd7ee74f0553ef041d5dd166d1bec850829a6e", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM microsoft/nanoserver:latest:'version' where version should not be 'latest'", - "actual_value": "FROM microsoft/nanoserver:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u131-7.17.0.5/Dockerfile", - "similarity_id": "cb267de72d7233b30b1c344afb67e42fa9c5e36f2475833d777bf9ffe17bfe39", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM centos:latest:'version' where version should not be 'latest'", - "actual_value": "FROM centos:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u79-6.12.0.2/Dockerfile", - "similarity_id": "476a35a3c7718c5bd108a800bcaa16c6ea53bc86cd996e5ece33fed3deb9474f", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM centos:latest:'version' where version should not be 'latest'", - "actual_value": "FROM centos:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u112-8.19.0.1/Dockerfile", - "similarity_id": "d5a641cd9ee4e046e2a89819c66166aef9caf881e66481213f276106cfa74620", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM centos:latest:'version' where version should not be 'latest'", - "actual_value": "FROM centos:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/6-latest/Dockerfile", - "similarity_id": "685a422d8d8f8d54af3bc1c5a8adea020d991d82212d72804c3f2ce375398cad", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM microsoft/nanoserver:latest:'version' where version should not be 'latest'", - "actual_value": "FROM microsoft/nanoserver:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u102-8.17.0.7/Dockerfile", - "similarity_id": "7ee8858c3382b27f124269ef1ff9d5588383c01e796a81c5ba0e416bb9cbe5dc", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM centos:latest:'version' where version should not be 'latest'", - "actual_value": "FROM centos:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u66-8.11.0.1/Dockerfile", - "similarity_id": "0c08a00329bb48447e8426ca40ac0f119c4615a5e320df0ddfb37fdf3e718c88", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM centos:latest:'version' where version should not be 'latest'", - "actual_value": "FROM centos:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u93-6.16.0.1/Dockerfile", - "similarity_id": "468166523bb582944242e455bb03f7d9082a1120914162670ce88e07b1be5cbe", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM centos:latest:'version' where version should not be 'latest'", - "actual_value": "FROM centos:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/8u144-8.23.0.3/Dockerfile", - "similarity_id": "2b91943dfa1c94bf9f936f8c770739d0e8c93b221e2035e9d0ae8321f47dff9e", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM microsoft/nanoserver:latest:'version' where version should not be 'latest'", - "actual_value": "FROM microsoft/nanoserver:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u25-8.4.0.1/Dockerfile", - "similarity_id": "72746ddc0d3cfe0b1a74eaa4ece84858aa5a7a7bd7fa903b452e8fa560626afc", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM centos:latest:'version' where version should not be 'latest'", - "actual_value": "FROM centos:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/6u99-6.18.1.5/Dockerfile", - "similarity_id": "29c938291fff267ff124b04be4d7ad3c0bb081b128940de06795d62326fdc7a6", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM microsoft/nanoserver:latest:'version' where version should not be 'latest'", - "actual_value": "FROM microsoft/nanoserver:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u95-7.13.0.1/Dockerfile", - "similarity_id": "4a7974abcf2b36149d1642885e18562530fd82c67cd7756772169bcd201369f0", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM centos:latest:'version' where version should not be 'latest'", - "actual_value": "FROM centos:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/8-latest/Dockerfile", - "similarity_id": "03e5c7e073996ac1439522e3e76d7b772270459610eb2aad99d2652286cb0bd6", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM microsoft/nanoserver:latest:'version' where version should not be 'latest'", - "actual_value": "FROM microsoft/nanoserver:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u102-8.17.0.3/Dockerfile", - "similarity_id": "85d2faf0bcb3ca937c0d0fb89a2752090f38761a32497d9847eef3b38f97030c", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM debian:latest:'version' where version should not be 'latest'", - "actual_value": "FROM debian:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u89-6.15.0.1/Dockerfile", - "similarity_id": "92780ec2098b48257956733b1b7985fffc28924c3fa5bb6be38e7f0e672287a0", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM ubuntu:latest:'version' where version should not be 'latest'", - "actual_value": "FROM ubuntu:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u112-8.19.0.1/Dockerfile", - "similarity_id": "4a244106d03548e3bba470b1f1b278ce8e23af94f5ca755b5008a50325a8109d", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM debian:latest:'version' where version should not be 'latest'", - "actual_value": "FROM debian:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/7u171-7.22.0.3/Dockerfile", - "similarity_id": "ccd47727291640fe2ec0304a3a9e89f414bed41b2d96d70b01854f59a6745d33", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM microsoft/nanoserver:latest:'version' where version should not be 'latest'", - "actual_value": "FROM microsoft/nanoserver:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u141-7.18.0.3/Dockerfile", - "similarity_id": "5bd2fb61c91c74a0b449144db37d395597eb9e8bf38dc33e3876a9a0538880df", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM centos:latest:'version' where version should not be 'latest'", - "actual_value": "FROM centos:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u20-8.3.0.1/Dockerfile", - "similarity_id": "10656ede5f165cec9558d586ead93ffd9728ba50f2d41de064d78411dda90f2a", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM centos:latest:'version' where version should not be 'latest'", - "actual_value": "FROM centos:latest'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u87-6.14.0.1/Dockerfile", - "similarity_id": "c4a4109d0bb39fc0ced6e7acc7d7c8c95b37b81631db84b4f99744ed48d89aff", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM centos:latest:'version' where version should not be 'latest'", - "actual_value": "FROM centos:latest'" - } - ] - }, - { - "query_name": "RUN Instruction Using 'cd' Instead of WORKDIR", - "query_id": "f4a6bcd3-e231-4acf-993c-aa027be50d2e", - "query_url": "https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#workdir", - "severity": "MEDIUM", - "platform": "Dockerfile", - "category": "Build Process", - "description": "Use WORKDIR instead of proliferating instructions like RUN cd … \u0026\u0026 do-something, which are hard to read, troubleshoot, and maintain.", - "description_id": "edd9f7d3", - "files": [ - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u181-8.31.0.1/Dockerfile", - "similarity_id": "f8b518ce93c9a87319daf7a7167ece2fd2deb52d8f5ed88b052c410ef4077fe5", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.RUN={{ZULU_ARCH=zulu8.31.0.1-jdk8.0.181-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu8.31.0.1-jdk8.0.181-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.3-11.31-jre/Dockerfile", - "similarity_id": "03c2df1bc0f3bddf32616d53980581ab9d1f87dfd68235770365e1c1fd0d8fde", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine}}.RUN={{ZULU_ARCH=zulu11.31.11-ca-jre11.0.3-linux_musl_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu11.31.11-ca-jre11.0.3-linux_musl_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u202-8.36.0.3/Dockerfile", - "similarity_id": "065ec3e1f5c1422abfcabbdcf1d1555a06f7b3f427e348ee2c0ad82d06ad98dc", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine}}.RUN={{ZULU_ARCH=zulu8.36.0.3-ca-jdk8.0.202-linux_musl_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu8.36.0.3-ca-jdk8.0.202-linux_musl_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u152-8.25.0.1/Dockerfile", - "similarity_id": "c895aff621e6faae7cd9eb472d60581bc3088add6301eaca47f5883654fe4179", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.RUN={{ZULU_ARCH=zulu8.25.0.1-jdk8.0.152-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu8.25.0.1-jdk8.0.152-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/9u07-9.0.7.1/Dockerfile", - "similarity_id": "4b5cb0008ef3184b519041fc9e27b2819f4eaff19f956c96ef4324bbca78e941", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine}}.RUN={{ZULU_ARCH=zulu9.0.7.1-jdk9.0.7-linux_x64.tar.gz \u0026\u0026 \tALPINE_GLIBC_PACKAGE_VERSION=2.27-r0 \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk add --no-cache --virtual=.build-dependencies ca-certificates wget binutils \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget https://raw.githubusercontent.com/sgerrand/alpine-pkg-glibc/master/sgerrand.rsa.pub -O /etc/apk/keys/sgerrand.rsa.pub \u0026\u0026 \twget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/${ALPINE_GLIBC_PACKAGE_VERSION}/glibc-${ALPINE_GLIBC_PACKAGE_VERSION}.apk -O glibc.apk \u0026\u0026 \tapk add --no-cache glibc.apk \u0026\u0026 \trm glibc.apk /etc/apk/keys/sgerrand.rsa.pub \u0026\u0026 \twget -O gcc-libs.tar.xz https://www.archlinux.org/packages/core/x86_64/gcc-libs/download/ \u0026\u0026 \twget -O zlib.tar.xz https://www.archlinux.org/packages/core/x86_64/zlib/download/ \u0026\u0026 \ttar -xJf gcc-libs.tar.xz -C /tmp usr/lib \u0026\u0026 \ttar -xJf zlib.tar.xz -C /tmp usr/lib \u0026\u0026 \tmv /tmp/usr/lib/libgcc_s.so* /tmp/usr/lib/libstdc++.so* /tmp/usr/lib/libz.so* /usr/glibc-compat/lib/ \u0026\u0026 \tstrip /usr/glibc-compat/lib/libgcc_s.so.* /usr/glibc-compat/lib/libstdc++.so.* \u0026\u0026 \trm -rf gcc-libs.tar.xz zlib.tar.xz /tmp/usr \u0026\u0026 \twget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tapk del .build-dependencies \u0026\u0026 \trm /root/.wget-hsts \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu9.0.7.1-jdk9.0.7-linux_x64.tar.gz \u0026\u0026 \tALPINE_GLIBC_PACKAGE_VERSION=2.27-r0 \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk add --no-cache --virtual=.build-dependencies ca-certificates wget binutils \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget https://raw.githubusercontent.com/sgerrand/alpine-pkg-glibc/master/sgerrand.rsa.pub -O /etc/apk/keys/sgerrand.rsa.pub \u0026\u0026 \twget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/${ALPINE_GLIBC_PACKAGE_VERSION}/glibc-${ALPINE_GLIBC_PACKAGE_VERSION}.apk -O glibc.apk \u0026\u0026 \tapk add --no-cache glibc.apk \u0026\u0026 \trm glibc.apk /etc/apk/keys/sgerrand.rsa.pub \u0026\u0026 \twget -O gcc-libs.tar.xz https://www.archlinux.org/packages/core/x86_64/gcc-libs/download/ \u0026\u0026 \twget -O zlib.tar.xz https://www.archlinux.org/packages/core/x86_64/zlib/download/ \u0026\u0026 \ttar -xJf gcc-libs.tar.xz -C /tmp usr/lib \u0026\u0026 \ttar -xJf zlib.tar.xz -C /tmp usr/lib \u0026\u0026 \tmv /tmp/usr/lib/libgcc_s.so* /tmp/usr/lib/libstdc++.so* /tmp/usr/lib/libz.so* /usr/glibc-compat/lib/ \u0026\u0026 \tstrip /usr/glibc-compat/lib/libgcc_s.so.* /usr/glibc-compat/lib/libstdc++.so.* \u0026\u0026 \trm -rf gcc-libs.tar.xz zlib.tar.xz /tmp/usr \u0026\u0026 \twget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tapk del .build-dependencies \u0026\u0026 \trm /root/.wget-hsts \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u144-8.23.0.3/Dockerfile", - "similarity_id": "18252e82b83387f089e867e111d51d15257862328c7d878cc99f7aa86cc8d415", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.RUN={{ZULU_ARCH=zulu8.23.0.3-jdk8.0.144-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu8.23.0.3-jdk8.0.144-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/13.0.2-13.29/Dockerfile", - "similarity_id": "85b3458f321b552bfc106352f507c9d171d5163f4ed283b2a51a18607d9b860a", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine}}.RUN={{ZULU_ARCH=zulu13.29.9-ca-jdk13.0.2-linux_musl_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu13.29.9-ca-jdk13.0.2-linux_musl_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u191-7.24.0.1/Dockerfile", - "similarity_id": "0f7b9eb5c211453a8fd5434b53c96aaf323a2a799c6ebdffbffa63c4604401d6", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.RUN={{ZULU_ARCH=zulu7.24.0.1-jdk7.0.191-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu7.24.0.1-jdk7.0.191-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u222-7.29.0.5/Dockerfile", - "similarity_id": "e68ff84069633f820c281e5b304b0b8258113f6f232d232ffdc34357da933114", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.RUN={{ZULU_ARCH=zulu7.29.0.5-ca-jdk7.0.222-linux_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 apk update \u0026\u0026 apk add --no-cache ca-certificates wget \u0026\u0026 update-ca-certificates \u0026\u0026 wget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR}; find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR}; find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 apk del ca-certificates wget}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu7.29.0.5-ca-jdk7.0.222-linux_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 apk update \u0026\u0026 apk add --no-cache ca-certificates wget \u0026\u0026 update-ca-certificates \u0026\u0026 wget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR}; find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR}; find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 apk del ca-certificates wget'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u252-7.36.0.5/Dockerfile", - "similarity_id": "709d617fffc1a0e96cc47ab021f69c847d7b9c421b6971fc9935ed3328f88016", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.RUN={{ZULU_ARCH=zulu7.36.0.5-ca-jdk7.0.252-linux_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 apk update \u0026\u0026 apk add --no-cache ca-certificates wget \u0026\u0026 update-ca-certificates \u0026\u0026 wget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR}; find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR}; find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 apk del ca-certificates wget}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu7.36.0.5-ca-jdk7.0.252-linux_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 apk update \u0026\u0026 apk add --no-cache ca-certificates wget \u0026\u0026 update-ca-certificates \u0026\u0026 wget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR}; find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR}; find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 apk del ca-certificates wget'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/10u01-10.2/Dockerfile", - "similarity_id": "48e66c858018b73071834869604dfacdc21c2264ef0850571da35167cbceb0f0", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine}}.RUN={{ZULU_ARCH=zulu10.2+3-jdk10.0.1-linux_x64.tar.gz \u0026\u0026 \tALPINE_GLIBC_PACKAGE_VERSION=2.27-r0 \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk add --no-cache --virtual=.build-dependencies ca-certificates wget binutils \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget https://raw.githubusercontent.com/sgerrand/alpine-pkg-glibc/master/sgerrand.rsa.pub -O /etc/apk/keys/sgerrand.rsa.pub \u0026\u0026 \twget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/${ALPINE_GLIBC_PACKAGE_VERSION}/glibc-${ALPINE_GLIBC_PACKAGE_VERSION}.apk -O glibc.apk \u0026\u0026 \tapk add --no-cache glibc.apk \u0026\u0026 \trm glibc.apk /etc/apk/keys/sgerrand.rsa.pub \u0026\u0026 \twget -O gcc-libs.tar.xz https://www.archlinux.org/packages/core/x86_64/gcc-libs/download/ \u0026\u0026 \twget -O zlib.tar.xz https://www.archlinux.org/packages/core/x86_64/zlib/download/ \u0026\u0026 \ttar -xJf gcc-libs.tar.xz -C /tmp usr/lib \u0026\u0026 \ttar -xJf zlib.tar.xz -C /tmp usr/lib \u0026\u0026 \tmv /tmp/usr/lib/libgcc_s.so* /tmp/usr/lib/libstdc++.so* /tmp/usr/lib/libz.so* /usr/glibc-compat/lib/ \u0026\u0026 \tstrip /usr/glibc-compat/lib/libgcc_s.so.* /usr/glibc-compat/lib/libstdc++.so.* \u0026\u0026 \trm -rf gcc-libs.tar.xz zlib.tar.xz /tmp/usr \u0026\u0026 \twget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tapk del .build-dependencies \u0026\u0026 \trm /root/.wget-hsts \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu10.2+3-jdk10.0.1-linux_x64.tar.gz \u0026\u0026 \tALPINE_GLIBC_PACKAGE_VERSION=2.27-r0 \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk add --no-cache --virtual=.build-dependencies ca-certificates wget binutils \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget https://raw.githubusercontent.com/sgerrand/alpine-pkg-glibc/master/sgerrand.rsa.pub -O /etc/apk/keys/sgerrand.rsa.pub \u0026\u0026 \twget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/${ALPINE_GLIBC_PACKAGE_VERSION}/glibc-${ALPINE_GLIBC_PACKAGE_VERSION}.apk -O glibc.apk \u0026\u0026 \tapk add --no-cache glibc.apk \u0026\u0026 \trm glibc.apk /etc/apk/keys/sgerrand.rsa.pub \u0026\u0026 \twget -O gcc-libs.tar.xz https://www.archlinux.org/packages/core/x86_64/gcc-libs/download/ \u0026\u0026 \twget -O zlib.tar.xz https://www.archlinux.org/packages/core/x86_64/zlib/download/ \u0026\u0026 \ttar -xJf gcc-libs.tar.xz -C /tmp usr/lib \u0026\u0026 \ttar -xJf zlib.tar.xz -C /tmp usr/lib \u0026\u0026 \tmv /tmp/usr/lib/libgcc_s.so* /tmp/usr/lib/libstdc++.so* /tmp/usr/lib/libz.so* /usr/glibc-compat/lib/ \u0026\u0026 \tstrip /usr/glibc-compat/lib/libgcc_s.so.* /usr/glibc-compat/lib/libstdc++.so.* \u0026\u0026 \trm -rf gcc-libs.tar.xz zlib.tar.xz /tmp/usr \u0026\u0026 \twget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tapk del .build-dependencies \u0026\u0026 \trm /root/.wget-hsts \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u192-8.33.0.1/Dockerfile", - "similarity_id": "bb9618a2d7ea1fe93116d7d37c1321a5a19d5f7705634dd23e1896197ab5ebfe", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine}}.RUN={{ZULU_ARCH=zulu8.33.0.1-jdk8.0.192-linux_musl_x64.tar.gz \u0026\u0026 INSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \twget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu8.33.0.1-jdk8.0.192-linux_musl_x64.tar.gz \u0026\u0026 INSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \twget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u154-7.20.0.3/Dockerfile", - "similarity_id": "bddb25e6fb131d805084c8b13b7f62175db27e0695c665fde1152724d233a902", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.RUN={{ZULU_ARCH=zulu7.20.0.3-jdk7.0.154-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu7.20.0.3-jdk7.0.154-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u162-8.27.0.7/Dockerfile", - "similarity_id": "a5e332dbda556686b84fe7b96bbc7bbda54991bd489ac4f592f436bea218192c", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.RUN={{ZULU_ARCH=zulu8.27.0.7-jdk8.0.162-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu8.27.0.7-jdk8.0.162-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u201-7.25.0.5/Dockerfile", - "similarity_id": "b90d365ef52d8bee09ba17f4d423c441b0d3c59d71d9d49c03e533843612cd64", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.RUN={{ZULU_ARCH=zulu7.25.0.5-jdk7.0.201-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu7.25.0.5-jdk7.0.201-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/6u107-6.20.0.1/Dockerfile", - "similarity_id": "09a2aedd3403a654402a857e8ac123bdf74270b9678e61040eab4c4efbbf0b8f", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.RUN={{ZULU_ARCH=zulu6.20.0.1-jdk6.0.107-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu6.20.0.1-jdk6.0.107-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/12.0.2-12.3/Dockerfile", - "similarity_id": "017f826508efe229cc94169ecce7ad5cfbaf05a74467406270d1d43536b9942d", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine}}.RUN={{ZULU_ARCH=zulu12.3.11-ca-jdk12.0.2-linux_musl_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu12.3.11-ca-jdk12.0.2-linux_musl_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u282-7.42.0.13/Dockerfile", - "similarity_id": "43eab202cc3840ab8b31bfac5a1122ba45ab083d15455df1e4bb254e22d0ba79", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine:3.12}}.RUN={{ZULU_PACK=${ZULU_DIR}.tar.gz \u0026\u0026 INSTALL_DIR=/usr/lib/jvm \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 apk --no-cache add binutils ca-certificates wget zstd tar xz \u0026\u0026 apk update \u0026\u0026 apk upgrade \u0026\u0026 wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub \u0026\u0026 wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.28-r0/glibc-2.28-r0.apk \u0026\u0026 apk add glibc-2.28-r0.apk \u0026\u0026 rm glibc-2.28-r0.apk \u0026\u0026 wget -O gcc-libs.tar.zst https://www.archlinux.org/packages/core/x86_64/gcc-libs/download/ \u0026\u0026 wget -O zlib.tar.xz https://www.archlinux.org/packages/core/x86_64/zlib/download/ \u0026\u0026 tar -I zstd -xf gcc-libs.tar.zst -C /tmp \u0026\u0026 tar -xJf zlib.tar.xz -C /tmp \u0026\u0026 mv /tmp/usr/lib/libgcc_s.so* /tmp/usr/lib/libstdc++.so* /tmp/usr/lib/libz.so* /usr/glibc-compat/lib/ \u0026\u0026 strip /usr/glibc-compat/lib/libgcc_s.so.* /usr/glibc-compat/lib/libstdc++.so.* \u0026\u0026 rm -rf gcc-libs.tar.xz zlib.tar.xz /tmp/usr \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/zulu7.42.0.13-ca-jdk7.0.282-linux_x64.tar.gz \u0026\u0026 rm /root/.wget-hsts \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_PACK} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_PACK} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_PACK=${ZULU_DIR}.tar.gz \u0026\u0026 INSTALL_DIR=/usr/lib/jvm \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 apk --no-cache add binutils ca-certificates wget zstd tar xz \u0026\u0026 apk update \u0026\u0026 apk upgrade \u0026\u0026 wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub \u0026\u0026 wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.28-r0/glibc-2.28-r0.apk \u0026\u0026 apk add glibc-2.28-r0.apk \u0026\u0026 rm glibc-2.28-r0.apk \u0026\u0026 wget -O gcc-libs.tar.zst https://www.archlinux.org/packages/core/x86_64/gcc-libs/download/ \u0026\u0026 wget -O zlib.tar.xz https://www.archlinux.org/packages/core/x86_64/zlib/download/ \u0026\u0026 tar -I zstd -xf gcc-libs.tar.zst -C /tmp \u0026\u0026 tar -xJf zlib.tar.xz -C /tmp \u0026\u0026 mv /tmp/usr/lib/libgcc_s.so* /tmp/usr/lib/libstdc++.so* /tmp/usr/lib/libz.so* /usr/glibc-compat/lib/ \u0026\u0026 strip /usr/glibc-compat/lib/libgcc_s.so.* /usr/glibc-compat/lib/libstdc++.so.* \u0026\u0026 rm -rf gcc-libs.tar.xz zlib.tar.xz /tmp/usr \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/zulu7.42.0.13-ca-jdk7.0.282-linux_x64.tar.gz \u0026\u0026 rm /root/.wget-hsts \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_PACK} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_PACK} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u181-7.23.0.1/Dockerfile", - "similarity_id": "a2a918959d64cfe3237cb5a89c247ddbcb3f43a2b0e9ce7d423e83a48df7034d", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.RUN={{ZULU_ARCH=zulu7.23.0.1-jdk7.0.181-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu7.23.0.1-jdk7.0.181-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/6u113-6.21.0.3/Dockerfile", - "similarity_id": "9e9eff43c516416d101894cde084f12ea6c493962c5b2d3aa4ecea460201eaf3", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.RUN={{ZULU_ARCH=zulu6.21.0.3-jdk6.0.113-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu6.21.0.3-jdk6.0.113-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/6u93-6.16.0.1/Dockerfile", - "similarity_id": "7cbc9f4aff314dc944512f4b07e7cc3b91f396450f2e174ddb213b936e9621ed", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.RUN={{ZULU_ARCH=zulu6.16.0.1-jdk6.0.93-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu6.16.0.1-jdk6.0.93-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u212-8.38.0.13/Dockerfile", - "similarity_id": "a0776c8e69dffbc7fea19843f8e2afa0b876c0aefb16c2bcab99de3f50d3d672", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine}}.RUN={{ZULU_ARCH=zulu8.38.0.13-ca-jdk8.0.212-linux_musl_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu8.38.0.13-ca-jdk8.0.212-linux_musl_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/12.0.1-12.2/Dockerfile", - "similarity_id": "8a64fef471b8b5ae047003821eda8398e94bf4f3804058affb8346e8bf800f02", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine}}.RUN={{ZULU_ARCH=zulu12.2.3-ca-jdk12.0.1-linux_musl_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu12.2.3-ca-jdk12.0.1-linux_musl_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/14.0.1-14.28.21/Dockerfile", - "similarity_id": "803823db2810e6bb963cdb0e7ff94c16e78dd376b1deb4b6a15dfae2d7577a8f", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine:3.11}}.RUN={{ZULU_PACK=${ZULU_DIR}.tar.gz \u0026\u0026 INSTALL_DIR=/usr/lib/jvm \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 apk --no-cache add ca-certificates wget tar \u0026\u0026 apk --no-cache --virtual .build-deps add binutils zstd xz \u0026\u0026 apk update \u0026\u0026 apk upgrade \u0026\u0026 wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub \u0026\u0026 wget -q https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.28-r0/glibc-2.28-r0.apk \u0026\u0026 apk add glibc-2.28-r0.apk \u0026\u0026 rm glibc-2.28-r0.apk \u0026\u0026 wget -q -O gcc-libs.tar.zst https://www.archlinux.org/packages/core/x86_64/gcc-libs/download/ \u0026\u0026 wget -q -O zlib.tar.xz https://www.archlinux.org/packages/core/x86_64/zlib/download/ \u0026\u0026 tar -I zstd -xf gcc-libs.tar.zst -C /tmp \u0026\u0026 tar -xJf zlib.tar.xz -C /tmp \u0026\u0026 mv /tmp/usr/lib/libgcc_s.so* /tmp/usr/lib/libstdc++.so* /tmp/usr/lib/libz.so* /usr/glibc-compat/lib/ \u0026\u0026 strip /usr/glibc-compat/lib/libgcc_s.so.* /usr/glibc-compat/lib/libstdc++.so.* \u0026\u0026 rm -rf gcc-libs.tar.zst zlib.tar.xz /tmp/usr \u0026\u0026 apk del .build-deps \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/zulu14.28.21-ca-jdk14.0.1-linux_musl_x64.tar.gz \u0026\u0026 rm /root/.wget-hsts \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_PACK} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_PACK} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_PACK=${ZULU_DIR}.tar.gz \u0026\u0026 INSTALL_DIR=/usr/lib/jvm \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 apk --no-cache add ca-certificates wget tar \u0026\u0026 apk --no-cache --virtual .build-deps add binutils zstd xz \u0026\u0026 apk update \u0026\u0026 apk upgrade \u0026\u0026 wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub \u0026\u0026 wget -q https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.28-r0/glibc-2.28-r0.apk \u0026\u0026 apk add glibc-2.28-r0.apk \u0026\u0026 rm glibc-2.28-r0.apk \u0026\u0026 wget -q -O gcc-libs.tar.zst https://www.archlinux.org/packages/core/x86_64/gcc-libs/download/ \u0026\u0026 wget -q -O zlib.tar.xz https://www.archlinux.org/packages/core/x86_64/zlib/download/ \u0026\u0026 tar -I zstd -xf gcc-libs.tar.zst -C /tmp \u0026\u0026 tar -xJf zlib.tar.xz -C /tmp \u0026\u0026 mv /tmp/usr/lib/libgcc_s.so* /tmp/usr/lib/libstdc++.so* /tmp/usr/lib/libz.so* /usr/glibc-compat/lib/ \u0026\u0026 strip /usr/glibc-compat/lib/libgcc_s.so.* /usr/glibc-compat/lib/libstdc++.so.* \u0026\u0026 rm -rf gcc-libs.tar.zst zlib.tar.xz /tmp/usr \u0026\u0026 apk del .build-deps \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/zulu14.28.21-ca-jdk14.0.1-linux_musl_x64.tar.gz \u0026\u0026 rm /root/.wget-hsts \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_PACK} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_PACK} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/6-latest/Dockerfile", - "similarity_id": "ae8ae266f4c655dd574f908038fec6b767c7c13c284cb5f185db4027ff02d9b5", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.RUN={{ZULU_ARCH=zulu6.22.0.3-jdk6.0.119-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu6.22.0.3-jdk6.0.119-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.1-11.2/Dockerfile", - "similarity_id": "56db181f648d361082102e630ea09fc9f490f323da050efd0e82b60b62c63ca1", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine}}.RUN={{ZULU_ARCH=zulu11.2.3-jdk11.0.1-linux_musl_x64.tar.gz \u0026\u0026 INSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \twget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu11.2.3-jdk11.0.1-linux_musl_x64.tar.gz \u0026\u0026 INSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \twget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/6u97-6.17.0.1/Dockerfile", - "similarity_id": "fddb27ff3bda70a649aa2788021986cbc159b3fae17ba5a9a676b56c318b4448", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.RUN={{ZULU_ARCH=zulu6.17.0.1-jdk6.0.97-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu6.17.0.1-jdk6.0.97-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u232-7.31.0.5/Dockerfile", - "similarity_id": "b38372ff100481848bcea0a424df6296f52ec9485b21a10d96795778c4f55905", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.RUN={{ZULU_ARCH=zulu7.31.0.5-ca-jdk7.0.232-linux_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 apk update \u0026\u0026 apk add --no-cache ca-certificates wget \u0026\u0026 update-ca-certificates \u0026\u0026 wget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR}; find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR}; find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 apk del ca-certificates wget}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu7.31.0.5-ca-jdk7.0.232-linux_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 apk update \u0026\u0026 apk add --no-cache ca-certificates wget \u0026\u0026 update-ca-certificates \u0026\u0026 wget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR}; find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR}; find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 apk del ca-certificates wget'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u172-8.30.0.1/Dockerfile", - "similarity_id": "62071d634e2855d65aed713f9334ffd93631b1d23d197600a14468bbb366f352", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.RUN={{ZULU_ARCH=zulu8.30.0.1-jdk8.0.172-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu8.30.0.1-jdk8.0.172-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/10u02-10.3/Dockerfile", - "similarity_id": "4f8db7930eb583480d477e5c853137b6b19494f5a500b5ab235783a006b5ccce", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine}}.RUN={{ZULU_ARCH=zulu10.3+5-jdk10.0.2-linux_x64.tar.gz \u0026\u0026 \tALPINE_GLIBC_PACKAGE_VERSION=2.27-r0 \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk add --no-cache --virtual=.build-dependencies ca-certificates wget binutils \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget https://raw.githubusercontent.com/sgerrand/alpine-pkg-glibc/master/sgerrand.rsa.pub -O /etc/apk/keys/sgerrand.rsa.pub \u0026\u0026 \twget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/${ALPINE_GLIBC_PACKAGE_VERSION}/glibc-${ALPINE_GLIBC_PACKAGE_VERSION}.apk -O glibc.apk \u0026\u0026 \tapk add --no-cache glibc.apk \u0026\u0026 \trm glibc.apk /etc/apk/keys/sgerrand.rsa.pub \u0026\u0026 \twget -O gcc-libs.tar.xz https://www.archlinux.org/packages/core/x86_64/gcc-libs/download/ \u0026\u0026 \twget -O zlib.tar.xz https://www.archlinux.org/packages/core/x86_64/zlib/download/ \u0026\u0026 \ttar -xJf gcc-libs.tar.xz -C /tmp usr/lib \u0026\u0026 \ttar -xJf zlib.tar.xz -C /tmp usr/lib \u0026\u0026 \tmv /tmp/usr/lib/libgcc_s.so* /tmp/usr/lib/libstdc++.so* /tmp/usr/lib/libz.so* /usr/glibc-compat/lib/ \u0026\u0026 \tstrip /usr/glibc-compat/lib/libgcc_s.so.* /usr/glibc-compat/lib/libstdc++.so.* \u0026\u0026 \trm -rf gcc-libs.tar.xz zlib.tar.xz /tmp/usr \u0026\u0026 \twget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tapk del .build-dependencies \u0026\u0026 \trm /root/.wget-hsts \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu10.3+5-jdk10.0.2-linux_x64.tar.gz \u0026\u0026 \tALPINE_GLIBC_PACKAGE_VERSION=2.27-r0 \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk add --no-cache --virtual=.build-dependencies ca-certificates wget binutils \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget https://raw.githubusercontent.com/sgerrand/alpine-pkg-glibc/master/sgerrand.rsa.pub -O /etc/apk/keys/sgerrand.rsa.pub \u0026\u0026 \twget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/${ALPINE_GLIBC_PACKAGE_VERSION}/glibc-${ALPINE_GLIBC_PACKAGE_VERSION}.apk -O glibc.apk \u0026\u0026 \tapk add --no-cache glibc.apk \u0026\u0026 \trm glibc.apk /etc/apk/keys/sgerrand.rsa.pub \u0026\u0026 \twget -O gcc-libs.tar.xz https://www.archlinux.org/packages/core/x86_64/gcc-libs/download/ \u0026\u0026 \twget -O zlib.tar.xz https://www.archlinux.org/packages/core/x86_64/zlib/download/ \u0026\u0026 \ttar -xJf gcc-libs.tar.xz -C /tmp usr/lib \u0026\u0026 \ttar -xJf zlib.tar.xz -C /tmp usr/lib \u0026\u0026 \tmv /tmp/usr/lib/libgcc_s.so* /tmp/usr/lib/libstdc++.so* /tmp/usr/lib/libz.so* /usr/glibc-compat/lib/ \u0026\u0026 \tstrip /usr/glibc-compat/lib/libgcc_s.so.* /usr/glibc-compat/lib/libstdc++.so.* \u0026\u0026 \trm -rf gcc-libs.tar.xz zlib.tar.xz /tmp/usr \u0026\u0026 \twget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tapk del .build-dependencies \u0026\u0026 \trm /root/.wget-hsts \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/13.0.1-13.28/Dockerfile", - "similarity_id": "a24ef438f57dc2ffe76bef039f5ed0091a69832685caf13a553638c284d1eade", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine}}.RUN={{ZULU_ARCH=zulu13.28.11-ca-jdk13.0.1-linux_musl_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu13.28.11-ca-jdk13.0.1-linux_musl_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.3-11.31/Dockerfile", - "similarity_id": "8815326e9aaff1564f1c7aee10681096bfa4c0cecc2980059d60026acf684776", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine}}.RUN={{ZULU_ARCH=zulu11.31.11-ca-jdk11.0.3-linux_musl_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu11.31.11-ca-jdk11.0.3-linux_musl_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/6u103-6.19.0.1/Dockerfile", - "similarity_id": "de2f62c9989187d9143aac03da0f776d7904f1fbd1dd36e52325f5f68a3d8ae2", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.RUN={{ZULU_ARCH=zulu6.19.0.1-jdk6.0.103-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu6.19.0.1-jdk6.0.103-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/14.0.2-14.29.23/Dockerfile", - "similarity_id": "8c2d5bc566e99fbac8dc0ed6fb228a5c11de6666207d9c2fc6cc3029fe6ce160", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine:3.12}}.RUN={{ZULU_PACK=${ZULU_DIR}.tar.gz \u0026\u0026 INSTALL_DIR=/usr/lib/jvm \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 apk --no-cache add binutils ca-certificates wget zstd tar xz \u0026\u0026 apk update \u0026\u0026 apk upgrade \u0026\u0026 wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub \u0026\u0026 wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.28-r0/glibc-2.28-r0.apk \u0026\u0026 apk add glibc-2.28-r0.apk \u0026\u0026 rm glibc-2.28-r0.apk \u0026\u0026 wget -O gcc-libs.tar.zst https://www.archlinux.org/packages/core/x86_64/gcc-libs/download/ \u0026\u0026 wget -O zlib.tar.xz https://www.archlinux.org/packages/core/x86_64/zlib/download/ \u0026\u0026 tar -I zstd -xf gcc-libs.tar.zst -C /tmp \u0026\u0026 tar -xJf zlib.tar.xz -C /tmp \u0026\u0026 mv /tmp/usr/lib/libgcc_s.so* /tmp/usr/lib/libstdc++.so* /tmp/usr/lib/libz.so* /usr/glibc-compat/lib/ \u0026\u0026 strip /usr/glibc-compat/lib/libgcc_s.so.* /usr/glibc-compat/lib/libstdc++.so.* \u0026\u0026 rm -rf gcc-libs.tar.xz zlib.tar.xz /tmp/usr \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/zulu14.29.23-ca-jdk14.0.2-linux_musl_x64.tar.gz \u0026\u0026 rm /root/.wget-hsts \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_PACK} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_PACK} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_PACK=${ZULU_DIR}.tar.gz \u0026\u0026 INSTALL_DIR=/usr/lib/jvm \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 apk --no-cache add binutils ca-certificates wget zstd tar xz \u0026\u0026 apk update \u0026\u0026 apk upgrade \u0026\u0026 wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub \u0026\u0026 wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.28-r0/glibc-2.28-r0.apk \u0026\u0026 apk add glibc-2.28-r0.apk \u0026\u0026 rm glibc-2.28-r0.apk \u0026\u0026 wget -O gcc-libs.tar.zst https://www.archlinux.org/packages/core/x86_64/gcc-libs/download/ \u0026\u0026 wget -O zlib.tar.xz https://www.archlinux.org/packages/core/x86_64/zlib/download/ \u0026\u0026 tar -I zstd -xf gcc-libs.tar.zst -C /tmp \u0026\u0026 tar -xJf zlib.tar.xz -C /tmp \u0026\u0026 mv /tmp/usr/lib/libgcc_s.so* /tmp/usr/lib/libstdc++.so* /tmp/usr/lib/libz.so* /usr/glibc-compat/lib/ \u0026\u0026 strip /usr/glibc-compat/lib/libgcc_s.so.* /usr/glibc-compat/lib/libstdc++.so.* \u0026\u0026 rm -rf gcc-libs.tar.xz zlib.tar.xz /tmp/usr \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/zulu14.29.23-ca-jdk14.0.2-linux_musl_x64.tar.gz \u0026\u0026 rm /root/.wget-hsts \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_PACK} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_PACK} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u131-8.21.0.1/Dockerfile", - "similarity_id": "0a9d006f59655cc610d99f66c0a79c568b7361887ee7d30f8f6d0d2b557d19d6", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.RUN={{ZULU_ARCH=zulu8.21.0.1-jdk8.0.131-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu8.21.0.1-jdk8.0.131-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/6u99-6.18.0.3/Dockerfile", - "similarity_id": "26ff2b4263ef715168ada3555e353ec4b5df519e1606710f5470f17985363950", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.RUN={{ZULU_ARCH=zulu6.18.0.3-jdk6.0.99-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu6.18.0.3-jdk6.0.99-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u232-8.42.0.21-jre/Dockerfile", - "similarity_id": "0a829d2d3b5840137d057b8e6a899247d30a0470c7a59a6043062643b8cf316c", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine}}.RUN={{ZULU_ARCH=zulu8.42.0.21-ca-jre8.0.232-linux_musl_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu8.42.0.21-ca-jre8.0.232-linux_musl_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.4-11.33/Dockerfile", - "similarity_id": "86f4acb3ecc4bf2c88767209b72f4a1d0009560350f48fe0765c7358a025b8ed", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine}}.RUN={{ZULU_ARCH=zulu11.33.15-ca-jdk11.0.4-linux_musl_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu11.33.15-ca-jdk11.0.4-linux_musl_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u272-7.40.0.15/Dockerfile", - "similarity_id": "c41922fce20d3f8c19bc758f5f6a1e7d82667d690be24f4272d07397afbf6d86", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine:3.12}}.RUN={{ZULU_PACK=${ZULU_DIR}.tar.gz \u0026\u0026 INSTALL_DIR=/usr/lib/jvm \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 apk --no-cache add binutils ca-certificates wget zstd tar xz \u0026\u0026 apk update \u0026\u0026 apk upgrade \u0026\u0026 wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub \u0026\u0026 wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.28-r0/glibc-2.28-r0.apk \u0026\u0026 apk add glibc-2.28-r0.apk \u0026\u0026 rm glibc-2.28-r0.apk \u0026\u0026 wget -O gcc-libs.tar.zst https://www.archlinux.org/packages/core/x86_64/gcc-libs/download/ \u0026\u0026 wget -O zlib.tar.xz https://www.archlinux.org/packages/core/x86_64/zlib/download/ \u0026\u0026 tar -I zstd -xf gcc-libs.tar.zst -C /tmp \u0026\u0026 tar -xJf zlib.tar.xz -C /tmp \u0026\u0026 mv /tmp/usr/lib/libgcc_s.so* /tmp/usr/lib/libstdc++.so* /tmp/usr/lib/libz.so* /usr/glibc-compat/lib/ \u0026\u0026 strip /usr/glibc-compat/lib/libgcc_s.so.* /usr/glibc-compat/lib/libstdc++.so.* \u0026\u0026 rm -rf gcc-libs.tar.xz zlib.tar.xz /tmp/usr \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/zulu7.40.0.15-ca-jdk7.0.272-linux_x64.tar.gz \u0026\u0026 rm /root/.wget-hsts \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_PACK} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_PACK} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_PACK=${ZULU_DIR}.tar.gz \u0026\u0026 INSTALL_DIR=/usr/lib/jvm \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 apk --no-cache add binutils ca-certificates wget zstd tar xz \u0026\u0026 apk update \u0026\u0026 apk upgrade \u0026\u0026 wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub \u0026\u0026 wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.28-r0/glibc-2.28-r0.apk \u0026\u0026 apk add glibc-2.28-r0.apk \u0026\u0026 rm glibc-2.28-r0.apk \u0026\u0026 wget -O gcc-libs.tar.zst https://www.archlinux.org/packages/core/x86_64/gcc-libs/download/ \u0026\u0026 wget -O zlib.tar.xz https://www.archlinux.org/packages/core/x86_64/zlib/download/ \u0026\u0026 tar -I zstd -xf gcc-libs.tar.zst -C /tmp \u0026\u0026 tar -xJf zlib.tar.xz -C /tmp \u0026\u0026 mv /tmp/usr/lib/libgcc_s.so* /tmp/usr/lib/libstdc++.so* /tmp/usr/lib/libz.so* /usr/glibc-compat/lib/ \u0026\u0026 strip /usr/glibc-compat/lib/libgcc_s.so.* /usr/glibc-compat/lib/libstdc++.so.* \u0026\u0026 rm -rf gcc-libs.tar.xz zlib.tar.xz /tmp/usr \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/zulu7.40.0.15-ca-jdk7.0.272-linux_x64.tar.gz \u0026\u0026 rm /root/.wget-hsts \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_PACK} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_PACK} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.4-11.33-jre/Dockerfile", - "similarity_id": "a76242087bb2580e7374f1b5cb2912d9f8d0ddc79d19438309c175f065f165cb", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine}}.RUN={{ZULU_ARCH=zulu11.33.15-ca-jre11.0.4-linux_musl_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu11.33.15-ca-jre11.0.4-linux_musl_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u211-7.27.0.1/Dockerfile", - "similarity_id": "6cc9e263239282cbcbe88bdf0d35d94bcfbc89e177d39bfc3b827024aae10b7c", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.RUN={{ZULU_ARCH=zulu7.27.0.1-ca-jdk7.0.211-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 \tcd ${BIN_DIR}; find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 apk del ca-certificates wget}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu7.27.0.1-ca-jdk7.0.211-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 \tcd ${BIN_DIR}; find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 apk del ca-certificates wget'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u212-8.38.0.13-jre/Dockerfile", - "similarity_id": "fea45065b5f6a12fa49dd97282827fb33bc64a5d6a0bb45595277146091d5de5", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine}}.RUN={{ZULU_ARCH=zulu8.38.0.13-ca-jre8.0.212-linux_musl_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu8.38.0.13-ca-jre8.0.212-linux_musl_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u161-7.21.0.3/Dockerfile", - "similarity_id": "eaa40e15a23cc205f3aecfcb4965b8f96ad1ffad0082d79c5cc945db5893aa89", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.RUN={{ZULU_ARCH=zulu7.21.0.3-jdk7.0.161-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu7.21.0.3-jdk7.0.161-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u262-7.38.0.11/Dockerfile", - "similarity_id": "5883b186d2cab79b151cfc35609268e607c2daee28d82f4c2e3b0d721360a524", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine:3.11}}.RUN={{ZULU_PACK=${ZULU_DIR}.tar.gz \u0026\u0026 INSTALL_DIR=/usr/lib/jvm \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 apk --no-cache add binutils ca-certificates wget zstd tar xz \u0026\u0026 apk update \u0026\u0026 apk upgrade \u0026\u0026 wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub \u0026\u0026 wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.28-r0/glibc-2.28-r0.apk \u0026\u0026 apk add glibc-2.28-r0.apk \u0026\u0026 rm glibc-2.28-r0.apk \u0026\u0026 wget -O gcc-libs.tar.zst https://www.archlinux.org/packages/core/x86_64/gcc-libs/download/ \u0026\u0026 wget -O zlib.tar.xz https://www.archlinux.org/packages/core/x86_64/zlib/download/ \u0026\u0026 tar -I zstd -xf gcc-libs.tar.zst -C /tmp \u0026\u0026 tar -xJf zlib.tar.xz -C /tmp \u0026\u0026 mv /tmp/usr/lib/libgcc_s.so* /tmp/usr/lib/libstdc++.so* /tmp/usr/lib/libz.so* /usr/glibc-compat/lib/ \u0026\u0026 strip /usr/glibc-compat/lib/libgcc_s.so.* /usr/glibc-compat/lib/libstdc++.so.* \u0026\u0026 rm -rf gcc-libs.tar.xz zlib.tar.xz /tmp/usr \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/zulu7.38.0.11-ca-jdk7.0.262-linux_x64.tar.gz \u0026\u0026 rm /root/.wget-hsts \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_PACK} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_PACK} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_PACK=${ZULU_DIR}.tar.gz \u0026\u0026 INSTALL_DIR=/usr/lib/jvm \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 apk --no-cache add binutils ca-certificates wget zstd tar xz \u0026\u0026 apk update \u0026\u0026 apk upgrade \u0026\u0026 wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub \u0026\u0026 wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.28-r0/glibc-2.28-r0.apk \u0026\u0026 apk add glibc-2.28-r0.apk \u0026\u0026 rm glibc-2.28-r0.apk \u0026\u0026 wget -O gcc-libs.tar.zst https://www.archlinux.org/packages/core/x86_64/gcc-libs/download/ \u0026\u0026 wget -O zlib.tar.xz https://www.archlinux.org/packages/core/x86_64/zlib/download/ \u0026\u0026 tar -I zstd -xf gcc-libs.tar.zst -C /tmp \u0026\u0026 tar -xJf zlib.tar.xz -C /tmp \u0026\u0026 mv /tmp/usr/lib/libgcc_s.so* /tmp/usr/lib/libstdc++.so* /tmp/usr/lib/libz.so* /usr/glibc-compat/lib/ \u0026\u0026 strip /usr/glibc-compat/lib/libgcc_s.so.* /usr/glibc-compat/lib/libstdc++.so.* \u0026\u0026 rm -rf gcc-libs.tar.xz zlib.tar.xz /tmp/usr \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/zulu7.38.0.11-ca-jdk7.0.262-linux_x64.tar.gz \u0026\u0026 rm /root/.wget-hsts \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_PACK} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_PACK} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u222-8.40.0.25/Dockerfile", - "similarity_id": "24a1b6c6af0a94f4edd4e33512b30af9c4fea5a5680ccb72884beaaf400234f2", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine}}.RUN={{ZULU_ARCH=zulu8.40.0.25-ca-jdk8.0.222-linux_musl_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu8.40.0.25-ca-jdk8.0.222-linux_musl_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/6u119-6.22.0.3/Dockerfile", - "similarity_id": "9c48026acab5c765e5801ee5dc2201548bc377e5a68cd00185348edb798c87c0", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.RUN={{ZULU_ARCH=zulu6.22.0.3-jdk6.0.119-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu6.22.0.3-jdk6.0.119-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u141-7.18.0.3/Dockerfile", - "similarity_id": "80f95f2bd49a1f7d6de51d588b7f59c80489bc9773990c3b705be227a8ac9309", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.RUN={{ZULU_ARCH=zulu7.18.0.3-jdk7.0.141-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu7.18.0.3-jdk7.0.141-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/12-12.1/Dockerfile", - "similarity_id": "42d527de4cd988c194867ca252b8ee00555665b3991eb44e4fa0ed8d7725bf30", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine}}.RUN={{ZULU_ARCH=zulu12.1.3-ca-jdk12-linux_musl_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu12.1.3-ca-jdk12-linux_musl_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u232-8.42.0.21/Dockerfile", - "similarity_id": "f31ecca5968a3cea8162b9ca998783de08f84d83212598fbf2dd633f39a3c6ad", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine}}.RUN={{ZULU_ARCH=zulu8.42.0.21-ca-jdk8.0.232-linux_musl_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu8.42.0.21-ca-jdk8.0.232-linux_musl_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/12-latest/Dockerfile", - "similarity_id": "d955d564e75d566f75fa4756024be917b32b05a6c6b4d681d3a57906de643e78", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine}}.RUN={{ZULU_ARCH=zulu12.3.11-ca-jdk12.0.2-linux_musl_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu12.3.11-ca-jdk12.0.2-linux_musl_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u242-7.34.0.5/Dockerfile", - "similarity_id": "23c625438c4a5d24b91dfd621f0ac45c61be52a413f6f6e7d330402f65b7613f", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.RUN={{ZULU_ARCH=zulu7.34.0.5-ca-jdk7.0.242-linux_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 apk update \u0026\u0026 apk add --no-cache ca-certificates wget \u0026\u0026 update-ca-certificates \u0026\u0026 wget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR}; find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR}; find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 apk del ca-certificates wget}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu7.34.0.5-ca-jdk7.0.242-linux_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 apk update \u0026\u0026 apk add --no-cache ca-certificates wget \u0026\u0026 update-ca-certificates \u0026\u0026 wget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR}; find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR}; find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 apk del ca-certificates wget'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u171-7.22.0.3/Dockerfile", - "similarity_id": "9809854be381932f8265a0956958541320e42d82c133ab78c3cb9ea00f9ca44b", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.RUN={{ZULU_ARCH=zulu7.22.0.3-jdk7.0.171-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu7.22.0.3-jdk7.0.171-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.2-11.29/Dockerfile", - "similarity_id": "571cdc09753251f11aef2ff5e0bb7c7ed6fabef85947a8830a1de3904e6a46ae", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine}}.RUN={{ZULU_ARCH=zulu11.29.11-ca-jdk11.0.2-linux_musl_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu11.29.11-ca-jdk11.0.2-linux_musl_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u222-8.40.0.25-jre/Dockerfile", - "similarity_id": "d0dab42c1eacaaf611a65018b78f0c330989f55e54b56a29df0574d6f880c847", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine}}.RUN={{ZULU_ARCH=zulu8.40.0.25-ca-jre8.0.222-linux_musl_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;}}", - "search_line": 0, - "search_value": "", - "expected_value": "Using WORKDIR to change directory", - "actual_value": "RUN ZULU_ARCH=zulu8.40.0.25-ca-jre8.0.222-linux_musl_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;'" - } - ] - }, - { - "query_name": "Run Using apt", - "query_id": "b84a0b47-2e99-4c9f-8933-98bcabe2b94d", - "query_url": "https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#run", - "severity": "MEDIUM", - "platform": "Dockerfile", - "category": "Supply-Chain", - "description": "apt is discouraged by the linux distributions as an unattended tool as its interface may suffer changes between versions. Better use the more stable apt-get and apt-cache", - "description_id": "6cb53718", - "files": [ - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/15.0.1-15.28.13/Dockerfile", - "similarity_id": "59b4d6341663b5ad125f8fb1191d341366f5a0868dddd69c79a6bf917266ffa0", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:buster-slim}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu15-jdk=15.0.1-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instructions should not use the 'apt' program", - "actual_value": "RUN instruction is invoking the 'apt' program" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/14.0.2-14.29.23/Dockerfile", - "similarity_id": "c7567bd600dca2aacad1ba78eab8ec93b45ec21294495b0e86e797e464d5bb33", - "line": 5, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:buster-slim}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 apt-add-repository -u \"deb http://repos.azulsystems.com/debian stable main\" \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu-14=14.29+23* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instructions should not use the 'apt' program", - "actual_value": "RUN instruction is invoking the 'apt' program" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/14.0.2-14.29.23/Dockerfile", - "similarity_id": "82ff81c1c64806e39bb6e0a6eeee91542575d6611bf6a995e256a363761003af", - "line": 5, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:bionic}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 apt-add-repository -u \"deb http://repos.azulsystems.com/ubuntu stable main\" \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu-14=14.29+23* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instructions should not use the 'apt' program", - "actual_value": "RUN instruction is invoking the 'apt' program" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.9-11.43.21/Dockerfile", - "similarity_id": "7a5228a1d32e5e97a56c58fee0b45f594b8f5d30aebbf758ba979d3e3fb36fe2", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:buster-slim}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu11-jdk=11.0.9-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instructions should not use the 'apt' program", - "actual_value": "RUN instruction is invoking the 'apt' program" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u272-8.50.0.21/Dockerfile", - "similarity_id": "e76e44f394e830aec9eff3c331671dd61c8cf1e2906e5e5c005a1ed8e8ef5a10", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:buster-slim}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu8-jdk=8.0.272-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instructions should not use the 'apt' program", - "actual_value": "RUN instruction is invoking the 'apt' program" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/13.0.4-13.33.25/Dockerfile", - "similarity_id": "94d90cacc377c0227a4d5c68618c5eb78128a9efe70caf97306422e5aeb1bed0", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:buster-slim}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu13-jdk=13.0.4-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instructions should not use the 'apt' program", - "actual_value": "RUN instruction is invoking the 'apt' program" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/ubuntu/11.0.9-11.43.21/Dockerfile", - "similarity_id": "b7bf46290d45a6c67402aadc3ad3733670b67abdd58bca7663de228b0bc3f3a1", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:bionic}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu11-jdk=11.0.9-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instructions should not use the 'apt' program", - "actual_value": "RUN instruction is invoking the 'apt' program" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u282-7.42.0.13/Dockerfile", - "similarity_id": "2b16e48cad9c07d8cebfd31f5f3009b91d619e3476b285c91b681318b12ef4b0", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:buster-slim}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu7-jdk=7.0.282-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instructions should not use the 'apt' program", - "actual_value": "RUN instruction is invoking the 'apt' program" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/ubuntu/8u272-8.50.0.21/Dockerfile", - "similarity_id": "1eff5a6eba5b906ac9a1ad3bd83b0c0b7bb246692b08f45b6d12113d9ca37a32", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:bionic}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu8-jdk=8.0.272-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instructions should not use the 'apt' program", - "actual_value": "RUN instruction is invoking the 'apt' program" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u272-7.40.0.15/Dockerfile", - "similarity_id": "ae3471dc231de9eb73661d1310e8f45bd86592b1859d43bd36fe991940d3f99f", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:bionic}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu7-jdk=7.0.272-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instructions should not use the 'apt' program", - "actual_value": "RUN instruction is invoking the 'apt' program" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u262-8.48.0.51/Dockerfile", - "similarity_id": "c7319a420ac0b282537d87506c9f6dc1534270ed749c16b762b6fde2cabeaeac", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:bionic}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu8-jdk=8.0.262-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instructions should not use the 'apt' program", - "actual_value": "RUN instruction is invoking the 'apt' program" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/13.0.4-13.33.25/Dockerfile", - "similarity_id": "ff522bf9238c5c73ece30f7a489f3f52560b26cd4a8423aef5fb8a4f9c7dc4a8", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:bionic}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu13-jdk=13.0.4-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instructions should not use the 'apt' program", - "actual_value": "RUN instruction is invoking the 'apt' program" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u272-7.40.0.15/Dockerfile", - "similarity_id": "83665fc9b23618fb894c15d6728e0957d79efa5dbf015aa75c9a2052e5437317", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:buster-slim}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu7-jdk=7.0.272-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instructions should not use the 'apt' program", - "actual_value": "RUN instruction is invoking the 'apt' program" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/13.0.5-13.35.17/Dockerfile", - "similarity_id": "c003a4c3fa85d24f2624d9e2b93e814ca1109f9c331b0ee06dde0eab194a1a8a", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:buster-slim}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu13-jdk=13.0.5-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instructions should not use the 'apt' program", - "actual_value": "RUN instruction is invoking the 'apt' program" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.8-11.41.23/Dockerfile", - "similarity_id": "559474b2b8b569164e4c295b872e392931b3ed756eca36ef2128c05e219a0e68", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:buster-slim}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu11-jdk=11.0.8-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instructions should not use the 'apt' program", - "actual_value": "RUN instruction is invoking the 'apt' program" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/ubuntu/13.0.5-13.35.17/Dockerfile", - "similarity_id": "b9d073b2bc38baadd6c0f756d51cd057a3000ff540d0085b3b730e5262f128e9", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:bionic}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu13-jdk=13.0.5-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instructions should not use the 'apt' program", - "actual_value": "RUN instruction is invoking the 'apt' program" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/ubuntu/14.0.2-14.29.23/Dockerfile", - "similarity_id": "5c5d7a071d600b31e195619ca1174ec66f41feb2693fefe7447837b3fd74084e", - "line": 5, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:bionic}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 apt-add-repository -u \"deb http://repos.azulsystems.com/ubuntu stable main\" \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu-14=14.29+23* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instructions should not use the 'apt' program", - "actual_value": "RUN instruction is invoking the 'apt' program" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u262-8.48.0.51/Dockerfile", - "similarity_id": "b5963d6a70c11230fd224d0d8d7ec3a11e5bb5bf1e74ec99584c48e144fb4fcb", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:buster-slim}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu8-jdk=8.0.262-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instructions should not use the 'apt' program", - "actual_value": "RUN instruction is invoking the 'apt' program" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/ubuntu/15.0.1-15.28.13/Dockerfile", - "similarity_id": "a2ce08387997ffd26115217dc444ccd63c5bd8c51a6c70d5f6b783908131222a", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:bionic}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu15-jdk=15.0.1-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instructions should not use the 'apt' program", - "actual_value": "RUN instruction is invoking the 'apt' program" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.8-11.41.23/Dockerfile", - "similarity_id": "48bfad2192fb8326e60f13f57a9c4595d2475d75659248ec8260fa885d055a34", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:bionic}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu11-jdk=11.0.8-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instructions should not use the 'apt' program", - "actual_value": "RUN instruction is invoking the 'apt' program" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/ubuntu/7u282-7.42.0.13/Dockerfile", - "similarity_id": "3b1365696f80f81e50c7be1c2647f1ef221b4f1a74b292ef7dad1fe083cee48a", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:bionic}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qq -y dist-upgrade \u0026\u0026 mkdir -p /usr/share/man/man1 \u0026\u0026 apt-get -qq -y --no-install-recommends install zulu7-jdk=7.0.282-* \u0026\u0026 apt-get -qq -y purge gnupg software-properties-common curl \u0026\u0026 apt -y autoremove \u0026\u0026 rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instructions should not use the 'apt' program", - "actual_value": "RUN instruction is invoking the 'apt' program" - } - ] - }, - { - "query_name": "Unpinned Package Version in Apk Add", - "query_id": "d3499f6d-1651-41bb-a9a7-de925fea487b", - "query_url": "https://docs.docker.com/develop/develop-images/dockerfile_best-practices/", - "severity": "MEDIUM", - "platform": "Dockerfile", - "category": "Supply-Chain", - "description": "Package version pinning reduces the range of versions that can be installed, reducing the chances of failure due to unanticipated changes", - "description_id": "adb9d5d5", - "files": [ - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u262-8.48.0.51-jre-headless/Dockerfile", - "similarity_id": "998fa29a10eae175e5d6d9bf710d22aa3d5057f37224708c53e60eeb9d61a687", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine:3.12}}.{{RUN wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu8-jre}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu8-jre does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u222-7.29.0.5/Dockerfile", - "similarity_id": "a8a54ff0cd6eed8902c4377fd9cc61905796b9d7f9492bb969c5cc12590776ad", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.{{RUN ZULU_ARCH=zulu7.29.0.5-ca-jdk7.0.222-linux_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 apk update \u0026\u0026 apk add --no-cache ca-certificates wget \u0026\u0026 update-ca-certificates \u0026\u0026 wget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR}; find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR}; find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 apk del ca-certificates wget}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction ZULU_ARCH=zulu7.29.0.5-ca-jdk7.0.222-linux_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 apk update \u0026\u0026 apk add --no-cache ca-certificates wget \u0026\u0026 update-ca-certificates \u0026\u0026 wget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR}; find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR}; find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 apk del ca-certificates wget does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u272-8.50.0.21/Dockerfile", - "similarity_id": "66ff9c3cea65500037590a7d6b4cf9d450925ad47f1805fb9a0ad7422140c98f", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine:3.12}}.{{RUN wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu8-jdk}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu8-jdk does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u252-8.46.0.19/Dockerfile", - "similarity_id": "310c933d8506fafb0c85b89487466ba25a7e3d2c8de2f1a1a227203330b2153b", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine:3.11}}.{{RUN wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu8-jdk}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu8-jdk does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u191-7.24.0.1/Dockerfile", - "similarity_id": "07f82e6f69d6004081ca4ce220186d24bf86ccd0a0404cb07699ac55ab1c7614", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.{{RUN ZULU_ARCH=zulu7.24.0.1-jdk7.0.191-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version }}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction ZULU_ARCH=zulu7.24.0.1-jdk7.0.191-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u152-8.25.0.1/Dockerfile", - "similarity_id": "334f9883235804aee1286c67f358d7f4b8c87cd01f3936db701dbfe0d9c9dda3", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.{{RUN ZULU_ARCH=zulu8.25.0.1-jdk8.0.152-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version }}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction ZULU_ARCH=zulu8.25.0.1-jdk8.0.152-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/14.0.2-14.29.23/Dockerfile", - "similarity_id": "5791f899a577390db938a3b4f59e03e45a07189954e991f42d43d79657448a64", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine:3.12}}.{{RUN ZULU_PACK=${ZULU_DIR}.tar.gz \u0026\u0026 INSTALL_DIR=/usr/lib/jvm \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 apk --no-cache add binutils ca-certificates wget zstd tar xz \u0026\u0026 apk update \u0026\u0026 apk upgrade \u0026\u0026 wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub \u0026\u0026 wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.28-r0/glibc-2.28-r0.apk \u0026\u0026 apk add glibc-2.28-r0.apk \u0026\u0026 rm glibc-2.28-r0.apk \u0026\u0026 wget -O gcc-libs.tar.zst https://www.archlinux.org/packages/core/x86_64/gcc-libs/download/ \u0026\u0026 wget -O zlib.tar.xz https://www.archlinux.org/packages/core/x86_64/zlib/download/ \u0026\u0026 tar -I zstd -xf gcc-libs.tar.zst -C /tmp \u0026\u0026 tar -xJf zlib.tar.xz -C /tmp \u0026\u0026 mv /tmp/usr/lib/libgcc_s.so* /tmp/usr/lib/libstdc++.so* /tmp/usr/lib/libz.so* /usr/glibc-compat/lib/ \u0026\u0026 strip /usr/glibc-compat/lib/libgcc_s.so.* /usr/glibc-compat/lib/libstdc++.so.* \u0026\u0026 rm -rf gcc-libs.tar.xz zlib.tar.xz /tmp/usr \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/zulu14.29.23-ca-jdk14.0.2-linux_musl_x64.tar.gz \u0026\u0026 rm /root/.wget-hsts \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_PACK} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_PACK} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction ZULU_PACK=${ZULU_DIR}.tar.gz \u0026\u0026 INSTALL_DIR=/usr/lib/jvm \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 apk --no-cache add binutils ca-certificates wget zstd tar xz \u0026\u0026 apk update \u0026\u0026 apk upgrade \u0026\u0026 wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub \u0026\u0026 wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.28-r0/glibc-2.28-r0.apk \u0026\u0026 apk add glibc-2.28-r0.apk \u0026\u0026 rm glibc-2.28-r0.apk \u0026\u0026 wget -O gcc-libs.tar.zst https://www.archlinux.org/packages/core/x86_64/gcc-libs/download/ \u0026\u0026 wget -O zlib.tar.xz https://www.archlinux.org/packages/core/x86_64/zlib/download/ \u0026\u0026 tar -I zstd -xf gcc-libs.tar.zst -C /tmp \u0026\u0026 tar -xJf zlib.tar.xz -C /tmp \u0026\u0026 mv /tmp/usr/lib/libgcc_s.so* /tmp/usr/lib/libstdc++.so* /tmp/usr/lib/libz.so* /usr/glibc-compat/lib/ \u0026\u0026 strip /usr/glibc-compat/lib/libgcc_s.so.* /usr/glibc-compat/lib/libstdc++.so.* \u0026\u0026 rm -rf gcc-libs.tar.xz zlib.tar.xz /tmp/usr \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/zulu14.29.23-ca-jdk14.0.2-linux_musl_x64.tar.gz \u0026\u0026 rm /root/.wget-hsts \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_PACK} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_PACK} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u262-8.48.0.51-jre/Dockerfile", - "similarity_id": "9bed0289a518d1b4b8225997e6269680188068f97b719a4683522ec76595ce93", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine:3.12}}.{{RUN wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu8-jre}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu8-jre does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/13.0.5-13.35.17-jre/Dockerfile", - "similarity_id": "47a31c869bca97d48400a061fc21aecb380ab8e6892ad6108ff6c85d95f400dc", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine:3.12}}.{{RUN wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu13-jre}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu13-jre does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/13.0.4-13.33.25/Dockerfile", - "similarity_id": "eebe4426ace5bfcf95572a86e458577040e6ec14b59f32e7e72effc5adbdd6c0", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine:3.12}}.{{RUN wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu13-jdk}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu13-jdk does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u181-8.31.0.1/Dockerfile", - "similarity_id": "beb33fc96504c39d54248fd78603beac492223e0fda980a4ab580ec9b58557eb", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.{{RUN ZULU_ARCH=zulu8.31.0.1-jdk8.0.181-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version }}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction ZULU_ARCH=zulu8.31.0.1-jdk8.0.181-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u252-8.46.0.19-jre/Dockerfile", - "similarity_id": "46696a031b1c79f502c1160955832a18ffcb4c970fa229ab401a05e80e89aaf8", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine:3.11}}.{{RUN wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu8-jre}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu8-jre does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/13.0.5-13.35.17-jre-headless/Dockerfile", - "similarity_id": "abddced81b58f36b639b7bb4326e79996dc6740b388136421b3b8622483be4d8", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine:3.12}}.{{RUN wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu13-jre}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu13-jre does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/13.0.3-13.31.11/Dockerfile", - "similarity_id": "1789cb4899173260ba9f8799845856c8703bc9892322d2947212f4d42169704d", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine:3.11}}.{{RUN wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu13-jdk}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu13-jdk does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u171-7.22.0.3/Dockerfile", - "similarity_id": "20a38b4159d9b636f43302da0ae5f089b737df2b8b3ba2c33e4da67f6acd2a8c", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.{{RUN ZULU_ARCH=zulu7.22.0.3-jdk7.0.171-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version }}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction ZULU_ARCH=zulu7.22.0.3-jdk7.0.171-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u172-8.30.0.1/Dockerfile", - "similarity_id": "e40ba54bd4d2b4d14c4cdf7484848676907fc61eb0c480bc373e551387567054", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.{{RUN ZULU_ARCH=zulu8.30.0.1-jdk8.0.172-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version }}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction ZULU_ARCH=zulu8.30.0.1-jdk8.0.172-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/13.0.5-13.35.17/Dockerfile", - "similarity_id": "ff4c8a7355856e9cf81355105920ae59285dd7423f111b64e5479b441da0d759", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine:3.12}}.{{RUN wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu13-jdk}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu13-jdk does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u211-7.27.0.1/Dockerfile", - "similarity_id": "a96ca7a9f7b3492e58329241b260098e2f2eb17201660d65374885309db4abc3", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.{{RUN ZULU_ARCH=zulu7.27.0.1-ca-jdk7.0.211-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 \tcd ${BIN_DIR}; find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 apk del ca-certificates wget}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction ZULU_ARCH=zulu7.27.0.1-ca-jdk7.0.211-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 \tcd ${BIN_DIR}; find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 apk del ca-certificates wget does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u262-7.38.0.11/Dockerfile", - "similarity_id": "1e261a36c223ac92af10d295de33e70a505d507b83fb36da4ea0b693c36c717e", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine:3.11}}.{{RUN ZULU_PACK=${ZULU_DIR}.tar.gz \u0026\u0026 INSTALL_DIR=/usr/lib/jvm \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 apk --no-cache add binutils ca-certificates wget zstd tar xz \u0026\u0026 apk update \u0026\u0026 apk upgrade \u0026\u0026 wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub \u0026\u0026 wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.28-r0/glibc-2.28-r0.apk \u0026\u0026 apk add glibc-2.28-r0.apk \u0026\u0026 rm glibc-2.28-r0.apk \u0026\u0026 wget -O gcc-libs.tar.zst https://www.archlinux.org/packages/core/x86_64/gcc-libs/download/ \u0026\u0026 wget -O zlib.tar.xz https://www.archlinux.org/packages/core/x86_64/zlib/download/ \u0026\u0026 tar -I zstd -xf gcc-libs.tar.zst -C /tmp \u0026\u0026 tar -xJf zlib.tar.xz -C /tmp \u0026\u0026 mv /tmp/usr/lib/libgcc_s.so* /tmp/usr/lib/libstdc++.so* /tmp/usr/lib/libz.so* /usr/glibc-compat/lib/ \u0026\u0026 strip /usr/glibc-compat/lib/libgcc_s.so.* /usr/glibc-compat/lib/libstdc++.so.* \u0026\u0026 rm -rf gcc-libs.tar.xz zlib.tar.xz /tmp/usr \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/zulu7.38.0.11-ca-jdk7.0.262-linux_x64.tar.gz \u0026\u0026 rm /root/.wget-hsts \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_PACK} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_PACK} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction ZULU_PACK=${ZULU_DIR}.tar.gz \u0026\u0026 INSTALL_DIR=/usr/lib/jvm \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 apk --no-cache add binutils ca-certificates wget zstd tar xz \u0026\u0026 apk update \u0026\u0026 apk upgrade \u0026\u0026 wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub \u0026\u0026 wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.28-r0/glibc-2.28-r0.apk \u0026\u0026 apk add glibc-2.28-r0.apk \u0026\u0026 rm glibc-2.28-r0.apk \u0026\u0026 wget -O gcc-libs.tar.zst https://www.archlinux.org/packages/core/x86_64/gcc-libs/download/ \u0026\u0026 wget -O zlib.tar.xz https://www.archlinux.org/packages/core/x86_64/zlib/download/ \u0026\u0026 tar -I zstd -xf gcc-libs.tar.zst -C /tmp \u0026\u0026 tar -xJf zlib.tar.xz -C /tmp \u0026\u0026 mv /tmp/usr/lib/libgcc_s.so* /tmp/usr/lib/libstdc++.so* /tmp/usr/lib/libz.so* /usr/glibc-compat/lib/ \u0026\u0026 strip /usr/glibc-compat/lib/libgcc_s.so.* /usr/glibc-compat/lib/libstdc++.so.* \u0026\u0026 rm -rf gcc-libs.tar.xz zlib.tar.xz /tmp/usr \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/zulu7.38.0.11-ca-jdk7.0.262-linux_x64.tar.gz \u0026\u0026 rm /root/.wget-hsts \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_PACK} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_PACK} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/13.0.3-13.31.11-jre/Dockerfile", - "similarity_id": "0b1af68abfbb8d769cf06748d649a577463f548ebf9c3c25a6b932a9776f9795", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine:3.11}}.{{RUN wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu13-jre}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu13-jre does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u252-7.36.0.5/Dockerfile", - "similarity_id": "33392023b45441779af30f7e0945bb7d9729fc9858f5fdbf5353ae695ff33371", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.{{RUN ZULU_ARCH=zulu7.36.0.5-ca-jdk7.0.252-linux_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 apk update \u0026\u0026 apk add --no-cache ca-certificates wget \u0026\u0026 update-ca-certificates \u0026\u0026 wget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR}; find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR}; find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 apk del ca-certificates wget}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction ZULU_ARCH=zulu7.36.0.5-ca-jdk7.0.252-linux_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 apk update \u0026\u0026 apk add --no-cache ca-certificates wget \u0026\u0026 update-ca-certificates \u0026\u0026 wget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR}; find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR}; find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 apk del ca-certificates wget does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/13.0.4-13.33.25-jre-headless/Dockerfile", - "similarity_id": "d8d4193c663eb5350d7d19ef2fd63adc660f8dbf390cf80169cef5b873ac6df0", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine:3.12}}.{{RUN wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu13-jre}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu13-jre does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/15.0.0-15.27.17-jre/Dockerfile", - "similarity_id": "382924058eabff26661c34a99dcc6999161ffa285a1cada0c85a9a2823ece305", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine:3.12}}.{{RUN wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu15-jre}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu15-jre does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/10u01-10.2/Dockerfile", - "similarity_id": "1bef3eb04f7379b273e4f8ca9f332b3f4c784681d49f9d9cbf764851b6c2df72", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine}}.{{RUN ZULU_ARCH=zulu10.2+3-jdk10.0.1-linux_x64.tar.gz \u0026\u0026 \tALPINE_GLIBC_PACKAGE_VERSION=2.27-r0 \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk add --no-cache --virtual=.build-dependencies ca-certificates wget binutils \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget https://raw.githubusercontent.com/sgerrand/alpine-pkg-glibc/master/sgerrand.rsa.pub -O /etc/apk/keys/sgerrand.rsa.pub \u0026\u0026 \twget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/${ALPINE_GLIBC_PACKAGE_VERSION}/glibc-${ALPINE_GLIBC_PACKAGE_VERSION}.apk -O glibc.apk \u0026\u0026 \tapk add --no-cache glibc.apk \u0026\u0026 \trm glibc.apk /etc/apk/keys/sgerrand.rsa.pub \u0026\u0026 \twget -O gcc-libs.tar.xz https://www.archlinux.org/packages/core/x86_64/gcc-libs/download/ \u0026\u0026 \twget -O zlib.tar.xz https://www.archlinux.org/packages/core/x86_64/zlib/download/ \u0026\u0026 \ttar -xJf gcc-libs.tar.xz -C /tmp usr/lib \u0026\u0026 \ttar -xJf zlib.tar.xz -C /tmp usr/lib \u0026\u0026 \tmv /tmp/usr/lib/libgcc_s.so* /tmp/usr/lib/libstdc++.so* /tmp/usr/lib/libz.so* /usr/glibc-compat/lib/ \u0026\u0026 \tstrip /usr/glibc-compat/lib/libgcc_s.so.* /usr/glibc-compat/lib/libstdc++.so.* \u0026\u0026 \trm -rf gcc-libs.tar.xz zlib.tar.xz /tmp/usr \u0026\u0026 \twget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tapk del .build-dependencies \u0026\u0026 \trm /root/.wget-hsts \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version }}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction ZULU_ARCH=zulu10.2+3-jdk10.0.1-linux_x64.tar.gz \u0026\u0026 \tALPINE_GLIBC_PACKAGE_VERSION=2.27-r0 \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk add --no-cache --virtual=.build-dependencies ca-certificates wget binutils \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget https://raw.githubusercontent.com/sgerrand/alpine-pkg-glibc/master/sgerrand.rsa.pub -O /etc/apk/keys/sgerrand.rsa.pub \u0026\u0026 \twget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/${ALPINE_GLIBC_PACKAGE_VERSION}/glibc-${ALPINE_GLIBC_PACKAGE_VERSION}.apk -O glibc.apk \u0026\u0026 \tapk add --no-cache glibc.apk \u0026\u0026 \trm glibc.apk /etc/apk/keys/sgerrand.rsa.pub \u0026\u0026 \twget -O gcc-libs.tar.xz https://www.archlinux.org/packages/core/x86_64/gcc-libs/download/ \u0026\u0026 \twget -O zlib.tar.xz https://www.archlinux.org/packages/core/x86_64/zlib/download/ \u0026\u0026 \ttar -xJf gcc-libs.tar.xz -C /tmp usr/lib \u0026\u0026 \ttar -xJf zlib.tar.xz -C /tmp usr/lib \u0026\u0026 \tmv /tmp/usr/lib/libgcc_s.so* /tmp/usr/lib/libstdc++.so* /tmp/usr/lib/libz.so* /usr/glibc-compat/lib/ \u0026\u0026 \tstrip /usr/glibc-compat/lib/libgcc_s.so.* /usr/glibc-compat/lib/libstdc++.so.* \u0026\u0026 \trm -rf gcc-libs.tar.xz zlib.tar.xz /tmp/usr \u0026\u0026 \twget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tapk del .build-dependencies \u0026\u0026 \trm /root/.wget-hsts \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/6-latest/Dockerfile", - "similarity_id": "f431d952bf629f2686e29654c62704c3729646e9084492200c5c6add00163082", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.{{RUN ZULU_ARCH=zulu6.22.0.3-jdk6.0.119-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version }}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction ZULU_ARCH=zulu6.22.0.3-jdk6.0.119-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/6u107-6.20.0.1/Dockerfile", - "similarity_id": "c37d16ba2bf36be04cae85daef386e09ff43248188e31ad5aae1bd7eafae8c32", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.{{RUN ZULU_ARCH=zulu6.20.0.1-jdk6.0.107-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version }}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction ZULU_ARCH=zulu6.20.0.1-jdk6.0.107-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u272-8.50.0.21-jre/Dockerfile", - "similarity_id": "3e6ad55bf742f597f4b5f438bb13b2e7561950c23a72a7c1c4872fff71e3e31e", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine:3.12}}.{{RUN wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu8-jre}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu8-jre does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.9-11.43.21-jre-headless/Dockerfile", - "similarity_id": "b58c9382fcc1b6a9a945595101d33a3007627949e6047f689c72de74446bc15e", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine:3.12}}.{{RUN wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu11-jre}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu11-jre does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/6u97-6.17.0.1/Dockerfile", - "similarity_id": "e26d1901f89d3db6901feab22df4df95db2e495052d1244c281359cee22cfc7e", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.{{RUN ZULU_ARCH=zulu6.17.0.1-jdk6.0.97-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version }}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction ZULU_ARCH=zulu6.17.0.1-jdk6.0.97-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/6u113-6.21.0.3/Dockerfile", - "similarity_id": "ea6babb26457213e086ecc3be6d2be8960e25ae22af1fa7ba1283a6fd7f73f09", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.{{RUN ZULU_ARCH=zulu6.21.0.3-jdk6.0.113-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version }}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction ZULU_ARCH=zulu6.21.0.3-jdk6.0.113-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/14.0.1-14.28.21/Dockerfile", - "similarity_id": "3ac8a3194c6a6ab9f5bc9e7e26b32c780c41cd5f2816b0e7a4aa903b5f4c9580", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine:3.11}}.{{RUN ZULU_PACK=${ZULU_DIR}.tar.gz \u0026\u0026 INSTALL_DIR=/usr/lib/jvm \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 apk --no-cache add ca-certificates wget tar \u0026\u0026 apk --no-cache --virtual .build-deps add binutils zstd xz \u0026\u0026 apk update \u0026\u0026 apk upgrade \u0026\u0026 wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub \u0026\u0026 wget -q https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.28-r0/glibc-2.28-r0.apk \u0026\u0026 apk add glibc-2.28-r0.apk \u0026\u0026 rm glibc-2.28-r0.apk \u0026\u0026 wget -q -O gcc-libs.tar.zst https://www.archlinux.org/packages/core/x86_64/gcc-libs/download/ \u0026\u0026 wget -q -O zlib.tar.xz https://www.archlinux.org/packages/core/x86_64/zlib/download/ \u0026\u0026 tar -I zstd -xf gcc-libs.tar.zst -C /tmp \u0026\u0026 tar -xJf zlib.tar.xz -C /tmp \u0026\u0026 mv /tmp/usr/lib/libgcc_s.so* /tmp/usr/lib/libstdc++.so* /tmp/usr/lib/libz.so* /usr/glibc-compat/lib/ \u0026\u0026 strip /usr/glibc-compat/lib/libgcc_s.so.* /usr/glibc-compat/lib/libstdc++.so.* \u0026\u0026 rm -rf gcc-libs.tar.zst zlib.tar.xz /tmp/usr \u0026\u0026 apk del .build-deps \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/zulu14.28.21-ca-jdk14.0.1-linux_musl_x64.tar.gz \u0026\u0026 rm /root/.wget-hsts \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_PACK} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_PACK} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction ZULU_PACK=${ZULU_DIR}.tar.gz \u0026\u0026 INSTALL_DIR=/usr/lib/jvm \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 apk --no-cache add ca-certificates wget tar \u0026\u0026 apk --no-cache --virtual .build-deps add binutils zstd xz \u0026\u0026 apk update \u0026\u0026 apk upgrade \u0026\u0026 wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub \u0026\u0026 wget -q https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.28-r0/glibc-2.28-r0.apk \u0026\u0026 apk add glibc-2.28-r0.apk \u0026\u0026 rm glibc-2.28-r0.apk \u0026\u0026 wget -q -O gcc-libs.tar.zst https://www.archlinux.org/packages/core/x86_64/gcc-libs/download/ \u0026\u0026 wget -q -O zlib.tar.xz https://www.archlinux.org/packages/core/x86_64/zlib/download/ \u0026\u0026 tar -I zstd -xf gcc-libs.tar.zst -C /tmp \u0026\u0026 tar -xJf zlib.tar.xz -C /tmp \u0026\u0026 mv /tmp/usr/lib/libgcc_s.so* /tmp/usr/lib/libstdc++.so* /tmp/usr/lib/libz.so* /usr/glibc-compat/lib/ \u0026\u0026 strip /usr/glibc-compat/lib/libgcc_s.so.* /usr/glibc-compat/lib/libstdc++.so.* \u0026\u0026 rm -rf gcc-libs.tar.zst zlib.tar.xz /tmp/usr \u0026\u0026 apk del .build-deps \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/zulu14.28.21-ca-jdk14.0.1-linux_musl_x64.tar.gz \u0026\u0026 rm /root/.wget-hsts \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_PACK} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_PACK} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u242-7.34.0.5/Dockerfile", - "similarity_id": "bccaa7725ef971aceeaf9cb13e361747c40203b6fc703d9982dcc27abc1c3f3c", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.{{RUN ZULU_ARCH=zulu7.34.0.5-ca-jdk7.0.242-linux_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 apk update \u0026\u0026 apk add --no-cache ca-certificates wget \u0026\u0026 update-ca-certificates \u0026\u0026 wget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR}; find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR}; find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 apk del ca-certificates wget}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction ZULU_ARCH=zulu7.34.0.5-ca-jdk7.0.242-linux_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 apk update \u0026\u0026 apk add --no-cache ca-certificates wget \u0026\u0026 update-ca-certificates \u0026\u0026 wget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR}; find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR}; find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 apk del ca-certificates wget does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/10u02-10.3/Dockerfile", - "similarity_id": "0b0d5aca6d699f8c9b0c04f388979f67eabff1fd0b3af102c92e4416b7e9b314", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine}}.{{RUN ZULU_ARCH=zulu10.3+5-jdk10.0.2-linux_x64.tar.gz \u0026\u0026 \tALPINE_GLIBC_PACKAGE_VERSION=2.27-r0 \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk add --no-cache --virtual=.build-dependencies ca-certificates wget binutils \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget https://raw.githubusercontent.com/sgerrand/alpine-pkg-glibc/master/sgerrand.rsa.pub -O /etc/apk/keys/sgerrand.rsa.pub \u0026\u0026 \twget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/${ALPINE_GLIBC_PACKAGE_VERSION}/glibc-${ALPINE_GLIBC_PACKAGE_VERSION}.apk -O glibc.apk \u0026\u0026 \tapk add --no-cache glibc.apk \u0026\u0026 \trm glibc.apk /etc/apk/keys/sgerrand.rsa.pub \u0026\u0026 \twget -O gcc-libs.tar.xz https://www.archlinux.org/packages/core/x86_64/gcc-libs/download/ \u0026\u0026 \twget -O zlib.tar.xz https://www.archlinux.org/packages/core/x86_64/zlib/download/ \u0026\u0026 \ttar -xJf gcc-libs.tar.xz -C /tmp usr/lib \u0026\u0026 \ttar -xJf zlib.tar.xz -C /tmp usr/lib \u0026\u0026 \tmv /tmp/usr/lib/libgcc_s.so* /tmp/usr/lib/libstdc++.so* /tmp/usr/lib/libz.so* /usr/glibc-compat/lib/ \u0026\u0026 \tstrip /usr/glibc-compat/lib/libgcc_s.so.* /usr/glibc-compat/lib/libstdc++.so.* \u0026\u0026 \trm -rf gcc-libs.tar.xz zlib.tar.xz /tmp/usr \u0026\u0026 \twget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tapk del .build-dependencies \u0026\u0026 \trm /root/.wget-hsts \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version }}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction ZULU_ARCH=zulu10.3+5-jdk10.0.2-linux_x64.tar.gz \u0026\u0026 \tALPINE_GLIBC_PACKAGE_VERSION=2.27-r0 \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk add --no-cache --virtual=.build-dependencies ca-certificates wget binutils \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget https://raw.githubusercontent.com/sgerrand/alpine-pkg-glibc/master/sgerrand.rsa.pub -O /etc/apk/keys/sgerrand.rsa.pub \u0026\u0026 \twget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/${ALPINE_GLIBC_PACKAGE_VERSION}/glibc-${ALPINE_GLIBC_PACKAGE_VERSION}.apk -O glibc.apk \u0026\u0026 \tapk add --no-cache glibc.apk \u0026\u0026 \trm glibc.apk /etc/apk/keys/sgerrand.rsa.pub \u0026\u0026 \twget -O gcc-libs.tar.xz https://www.archlinux.org/packages/core/x86_64/gcc-libs/download/ \u0026\u0026 \twget -O zlib.tar.xz https://www.archlinux.org/packages/core/x86_64/zlib/download/ \u0026\u0026 \ttar -xJf gcc-libs.tar.xz -C /tmp usr/lib \u0026\u0026 \ttar -xJf zlib.tar.xz -C /tmp usr/lib \u0026\u0026 \tmv /tmp/usr/lib/libgcc_s.so* /tmp/usr/lib/libstdc++.so* /tmp/usr/lib/libz.so* /usr/glibc-compat/lib/ \u0026\u0026 \tstrip /usr/glibc-compat/lib/libgcc_s.so.* /usr/glibc-compat/lib/libstdc++.so.* \u0026\u0026 \trm -rf gcc-libs.tar.xz zlib.tar.xz /tmp/usr \u0026\u0026 \twget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tapk del .build-dependencies \u0026\u0026 \trm /root/.wget-hsts \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.7-11.39.15-jre/Dockerfile", - "similarity_id": "c1930b782306ac23166357665a495a86bf49e880415cfd4cc13e93f5353c88d8", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine:3.11}}.{{RUN wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu11-jre}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu11-jre does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u162-8.27.0.7/Dockerfile", - "similarity_id": "55dff972ffbe3407cdb3f840b3d41976d3137c91316af5485968e76d496b9698", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.{{RUN ZULU_ARCH=zulu8.27.0.7-jdk8.0.162-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version }}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction ZULU_ARCH=zulu8.27.0.7-jdk8.0.162-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u154-7.20.0.3/Dockerfile", - "similarity_id": "1c6bdcde657e9474acbdd42a7b4afc5f8bdd286b7240dfc6d4fd986c483fd01e", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.{{RUN ZULU_ARCH=zulu7.20.0.3-jdk7.0.154-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version }}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction ZULU_ARCH=zulu7.20.0.3-jdk7.0.154-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/6u103-6.19.0.1/Dockerfile", - "similarity_id": "5592066e6fb35a49fee8e6b7d37ddbc600d5b87689113fef1ecae03ddf4fa0a3", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.{{RUN ZULU_ARCH=zulu6.19.0.1-jdk6.0.103-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version }}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction ZULU_ARCH=zulu6.19.0.1-jdk6.0.103-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u161-7.21.0.3/Dockerfile", - "similarity_id": "f6a1b63d70c148ce3e05841876b663763321d026595b5d3b8069cb0192f8bc42", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.{{RUN ZULU_ARCH=zulu7.21.0.3-jdk7.0.161-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version }}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction ZULU_ARCH=zulu7.21.0.3-jdk7.0.161-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.9-11.43.21/Dockerfile", - "similarity_id": "128e17da9f823944d702028bf44e2c70c13a64eabf817bde6d1fcb29c0ef2752", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine:3.12}}.{{RUN wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu11-jdk}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu11-jdk does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.7-11.39.15/Dockerfile", - "similarity_id": "8db5fc2dc5f22c7d07000795596e3f3f5bbeaba51620bad62d01d30ed113f078", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine:3.11}}.{{RUN wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu11-jdk}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu11-jdk does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u181-7.23.0.1/Dockerfile", - "similarity_id": "79bc007baa78c4c8b3ff2a9684ffa169f4163866fcf550c0384b5fae47b74147", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.{{RUN ZULU_ARCH=zulu7.23.0.1-jdk7.0.181-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version }}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction ZULU_ARCH=zulu7.23.0.1-jdk7.0.181-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/13.0.3-13.31.11-jre-headless/Dockerfile", - "similarity_id": "1b692c0cb67e7c4305e2fa1ce78c82982cef06d1a0582e2cb79a451d01be8fd9", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine:3.11}}.{{RUN wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu13-jre-headless}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu13-jre-headless does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u272-8.50.0.21-jre-headless/Dockerfile", - "similarity_id": "dae960bcaedb0844f7afb8ea2bf98206c66abeb8f54dc85a485339b17958ed50", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine:3.12}}.{{RUN wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu8-jre}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu8-jre does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u252-8.46.0.19-jre-headless/Dockerfile", - "similarity_id": "7c4a458e9b65ff8aa0f060625640c1b18a507e15f32a2f4c50f32ce1ba02cccd", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine:3.11}}.{{RUN wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu8-jre-headless}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu8-jre-headless does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u144-8.23.0.3/Dockerfile", - "similarity_id": "bf2bf585b735b6a09ae43343eecf5e56672ef0500997707584ea669bad5bf19d", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.{{RUN ZULU_ARCH=zulu8.23.0.3-jdk8.0.144-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version }}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction ZULU_ARCH=zulu8.23.0.3-jdk8.0.144-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/6u119-6.22.0.3/Dockerfile", - "similarity_id": "5dee2f31da6ec8fd5d42169a737280b891238da49ecf9afb1da1d69f88a6db37", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.{{RUN ZULU_ARCH=zulu6.22.0.3-jdk6.0.119-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version }}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction ZULU_ARCH=zulu6.22.0.3-jdk6.0.119-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.7-11.39.15-jre-headless/Dockerfile", - "similarity_id": "9da381677773824a7edbc693860595dce04973b703c64dbee9ab5785d27b31a2", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine:3.11}}.{{RUN wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu11-jre-headless}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu11-jre-headless does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/9u07-9.0.7.1/Dockerfile", - "similarity_id": "ad44f2f004c2652de4c5b79b938c9e623f3316601003942371524134d68f822b", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine}}.{{RUN ZULU_ARCH=zulu9.0.7.1-jdk9.0.7-linux_x64.tar.gz \u0026\u0026 \tALPINE_GLIBC_PACKAGE_VERSION=2.27-r0 \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk add --no-cache --virtual=.build-dependencies ca-certificates wget binutils \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget https://raw.githubusercontent.com/sgerrand/alpine-pkg-glibc/master/sgerrand.rsa.pub -O /etc/apk/keys/sgerrand.rsa.pub \u0026\u0026 \twget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/${ALPINE_GLIBC_PACKAGE_VERSION}/glibc-${ALPINE_GLIBC_PACKAGE_VERSION}.apk -O glibc.apk \u0026\u0026 \tapk add --no-cache glibc.apk \u0026\u0026 \trm glibc.apk /etc/apk/keys/sgerrand.rsa.pub \u0026\u0026 \twget -O gcc-libs.tar.xz https://www.archlinux.org/packages/core/x86_64/gcc-libs/download/ \u0026\u0026 \twget -O zlib.tar.xz https://www.archlinux.org/packages/core/x86_64/zlib/download/ \u0026\u0026 \ttar -xJf gcc-libs.tar.xz -C /tmp usr/lib \u0026\u0026 \ttar -xJf zlib.tar.xz -C /tmp usr/lib \u0026\u0026 \tmv /tmp/usr/lib/libgcc_s.so* /tmp/usr/lib/libstdc++.so* /tmp/usr/lib/libz.so* /usr/glibc-compat/lib/ \u0026\u0026 \tstrip /usr/glibc-compat/lib/libgcc_s.so.* /usr/glibc-compat/lib/libstdc++.so.* \u0026\u0026 \trm -rf gcc-libs.tar.xz zlib.tar.xz /tmp/usr \u0026\u0026 \twget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tapk del .build-dependencies \u0026\u0026 \trm /root/.wget-hsts \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version }}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction ZULU_ARCH=zulu9.0.7.1-jdk9.0.7-linux_x64.tar.gz \u0026\u0026 \tALPINE_GLIBC_PACKAGE_VERSION=2.27-r0 \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk add --no-cache --virtual=.build-dependencies ca-certificates wget binutils \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget https://raw.githubusercontent.com/sgerrand/alpine-pkg-glibc/master/sgerrand.rsa.pub -O /etc/apk/keys/sgerrand.rsa.pub \u0026\u0026 \twget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/${ALPINE_GLIBC_PACKAGE_VERSION}/glibc-${ALPINE_GLIBC_PACKAGE_VERSION}.apk -O glibc.apk \u0026\u0026 \tapk add --no-cache glibc.apk \u0026\u0026 \trm glibc.apk /etc/apk/keys/sgerrand.rsa.pub \u0026\u0026 \twget -O gcc-libs.tar.xz https://www.archlinux.org/packages/core/x86_64/gcc-libs/download/ \u0026\u0026 \twget -O zlib.tar.xz https://www.archlinux.org/packages/core/x86_64/zlib/download/ \u0026\u0026 \ttar -xJf gcc-libs.tar.xz -C /tmp usr/lib \u0026\u0026 \ttar -xJf zlib.tar.xz -C /tmp usr/lib \u0026\u0026 \tmv /tmp/usr/lib/libgcc_s.so* /tmp/usr/lib/libstdc++.so* /tmp/usr/lib/libz.so* /usr/glibc-compat/lib/ \u0026\u0026 \tstrip /usr/glibc-compat/lib/libgcc_s.so.* /usr/glibc-compat/lib/libstdc++.so.* \u0026\u0026 \trm -rf gcc-libs.tar.xz zlib.tar.xz /tmp/usr \u0026\u0026 \twget -q https://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tapk del .build-dependencies \u0026\u0026 \trm /root/.wget-hsts \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.8-11.41.23/Dockerfile", - "similarity_id": "a8283b35ad9324e01269814aa84fcd710b6773706977061fc971d9d6bcaa90ac", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine:3.12}}.{{RUN wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu11-jdk}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu11-jdk does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u262-8.48.0.51/Dockerfile", - "similarity_id": "0fac2c5565367c13699ade733b9a29e42bb4de56883249ef0fd4a55672083f1c", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine:3.12}}.{{RUN wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu8-jdk}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu8-jdk does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/6u99-6.18.0.3/Dockerfile", - "similarity_id": "d1799916d13d6f8cee927d21594c1790720a53f093b4e8b0d627c64ca9a2df28", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.{{RUN ZULU_ARCH=zulu6.18.0.3-jdk6.0.99-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version }}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction ZULU_ARCH=zulu6.18.0.3-jdk6.0.99-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.9-11.43.21-jre/Dockerfile", - "similarity_id": "92fd83822ecadc093f62b2a96f50cd9ab564f09a6b58ed7fcaa99696b26ca840", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine:3.12}}.{{RUN wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu11-jre}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu11-jre does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.8-11.41.23-jre/Dockerfile", - "similarity_id": "6bf1f61e261b2ec75d6598a14328c793f4eeafcd381473bc91813e8de9177925", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine:3.12}}.{{RUN wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu11-jre}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu11-jre does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/15.0.1-15.28.13/Dockerfile", - "similarity_id": "44420323abeeadf80d4f56b111e61e9e7d35dcdf98c485f765a726caa3e5ce67", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine:3.12}}.{{RUN wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu15-jdk}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu15-jdk does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/13.0.4-13.33.25-jre/Dockerfile", - "similarity_id": "478f437e0982023921912c7751d1d563aee5473c2f230a6d88ddb5fea68d03b8", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine:3.12}}.{{RUN wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu13-jre}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu13-jre does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u282-7.42.0.13/Dockerfile", - "similarity_id": "d4eb12e8c7b113872208d779579305c73557d145c5ab53c461688ffa2dc70acb", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine:3.12}}.{{RUN ZULU_PACK=${ZULU_DIR}.tar.gz \u0026\u0026 INSTALL_DIR=/usr/lib/jvm \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 apk --no-cache add binutils ca-certificates wget zstd tar xz \u0026\u0026 apk update \u0026\u0026 apk upgrade \u0026\u0026 wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub \u0026\u0026 wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.28-r0/glibc-2.28-r0.apk \u0026\u0026 apk add glibc-2.28-r0.apk \u0026\u0026 rm glibc-2.28-r0.apk \u0026\u0026 wget -O gcc-libs.tar.zst https://www.archlinux.org/packages/core/x86_64/gcc-libs/download/ \u0026\u0026 wget -O zlib.tar.xz https://www.archlinux.org/packages/core/x86_64/zlib/download/ \u0026\u0026 tar -I zstd -xf gcc-libs.tar.zst -C /tmp \u0026\u0026 tar -xJf zlib.tar.xz -C /tmp \u0026\u0026 mv /tmp/usr/lib/libgcc_s.so* /tmp/usr/lib/libstdc++.so* /tmp/usr/lib/libz.so* /usr/glibc-compat/lib/ \u0026\u0026 strip /usr/glibc-compat/lib/libgcc_s.so.* /usr/glibc-compat/lib/libstdc++.so.* \u0026\u0026 rm -rf gcc-libs.tar.xz zlib.tar.xz /tmp/usr \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/zulu7.42.0.13-ca-jdk7.0.282-linux_x64.tar.gz \u0026\u0026 rm /root/.wget-hsts \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_PACK} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_PACK} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction ZULU_PACK=${ZULU_DIR}.tar.gz \u0026\u0026 INSTALL_DIR=/usr/lib/jvm \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 apk --no-cache add binutils ca-certificates wget zstd tar xz \u0026\u0026 apk update \u0026\u0026 apk upgrade \u0026\u0026 wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub \u0026\u0026 wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.28-r0/glibc-2.28-r0.apk \u0026\u0026 apk add glibc-2.28-r0.apk \u0026\u0026 rm glibc-2.28-r0.apk \u0026\u0026 wget -O gcc-libs.tar.zst https://www.archlinux.org/packages/core/x86_64/gcc-libs/download/ \u0026\u0026 wget -O zlib.tar.xz https://www.archlinux.org/packages/core/x86_64/zlib/download/ \u0026\u0026 tar -I zstd -xf gcc-libs.tar.zst -C /tmp \u0026\u0026 tar -xJf zlib.tar.xz -C /tmp \u0026\u0026 mv /tmp/usr/lib/libgcc_s.so* /tmp/usr/lib/libstdc++.so* /tmp/usr/lib/libz.so* /usr/glibc-compat/lib/ \u0026\u0026 strip /usr/glibc-compat/lib/libgcc_s.so.* /usr/glibc-compat/lib/libstdc++.so.* \u0026\u0026 rm -rf gcc-libs.tar.xz zlib.tar.xz /tmp/usr \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/zulu7.42.0.13-ca-jdk7.0.282-linux_x64.tar.gz \u0026\u0026 rm /root/.wget-hsts \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_PACK} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_PACK} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u272-7.40.0.15/Dockerfile", - "similarity_id": "683b2ba82eb3671711d7fb88ee8f5db7d19ddf6fb91baed70b9533f18a6bc02b", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine:3.12}}.{{RUN ZULU_PACK=${ZULU_DIR}.tar.gz \u0026\u0026 INSTALL_DIR=/usr/lib/jvm \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 apk --no-cache add binutils ca-certificates wget zstd tar xz \u0026\u0026 apk update \u0026\u0026 apk upgrade \u0026\u0026 wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub \u0026\u0026 wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.28-r0/glibc-2.28-r0.apk \u0026\u0026 apk add glibc-2.28-r0.apk \u0026\u0026 rm glibc-2.28-r0.apk \u0026\u0026 wget -O gcc-libs.tar.zst https://www.archlinux.org/packages/core/x86_64/gcc-libs/download/ \u0026\u0026 wget -O zlib.tar.xz https://www.archlinux.org/packages/core/x86_64/zlib/download/ \u0026\u0026 tar -I zstd -xf gcc-libs.tar.zst -C /tmp \u0026\u0026 tar -xJf zlib.tar.xz -C /tmp \u0026\u0026 mv /tmp/usr/lib/libgcc_s.so* /tmp/usr/lib/libstdc++.so* /tmp/usr/lib/libz.so* /usr/glibc-compat/lib/ \u0026\u0026 strip /usr/glibc-compat/lib/libgcc_s.so.* /usr/glibc-compat/lib/libstdc++.so.* \u0026\u0026 rm -rf gcc-libs.tar.xz zlib.tar.xz /tmp/usr \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/zulu7.40.0.15-ca-jdk7.0.272-linux_x64.tar.gz \u0026\u0026 rm /root/.wget-hsts \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_PACK} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_PACK} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction ZULU_PACK=${ZULU_DIR}.tar.gz \u0026\u0026 INSTALL_DIR=/usr/lib/jvm \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 apk --no-cache add binutils ca-certificates wget zstd tar xz \u0026\u0026 apk update \u0026\u0026 apk upgrade \u0026\u0026 wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub \u0026\u0026 wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.28-r0/glibc-2.28-r0.apk \u0026\u0026 apk add glibc-2.28-r0.apk \u0026\u0026 rm glibc-2.28-r0.apk \u0026\u0026 wget -O gcc-libs.tar.zst https://www.archlinux.org/packages/core/x86_64/gcc-libs/download/ \u0026\u0026 wget -O zlib.tar.xz https://www.archlinux.org/packages/core/x86_64/zlib/download/ \u0026\u0026 tar -I zstd -xf gcc-libs.tar.zst -C /tmp \u0026\u0026 tar -xJf zlib.tar.xz -C /tmp \u0026\u0026 mv /tmp/usr/lib/libgcc_s.so* /tmp/usr/lib/libstdc++.so* /tmp/usr/lib/libz.so* /usr/glibc-compat/lib/ \u0026\u0026 strip /usr/glibc-compat/lib/libgcc_s.so.* /usr/glibc-compat/lib/libstdc++.so.* \u0026\u0026 rm -rf gcc-libs.tar.xz zlib.tar.xz /tmp/usr \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/zulu7.40.0.15-ca-jdk7.0.272-linux_x64.tar.gz \u0026\u0026 rm /root/.wget-hsts \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_PACK} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_PACK} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u131-8.21.0.1/Dockerfile", - "similarity_id": "09f0c6a0de7d65675ce501cdf7c2a48a4ab799818bc68f22e66519e6ca0fc376", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.{{RUN ZULU_ARCH=zulu8.21.0.1-jdk8.0.131-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version }}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction ZULU_ARCH=zulu8.21.0.1-jdk8.0.131-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u201-7.25.0.5/Dockerfile", - "similarity_id": "d1381d6debbbf549795fedf6bffc33fd4feb8bdcdd7b7277bd82944373105960", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.{{RUN ZULU_ARCH=zulu7.25.0.5-jdk7.0.201-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version }}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction ZULU_ARCH=zulu7.25.0.5-jdk7.0.201-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/15.0.0-15.27.17/Dockerfile", - "similarity_id": "5a6be251181ba0a28a923acc347f6be87ced118cef9585d03d547cf55250acef", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine:3.12}}.{{RUN wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu15-jdk}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu15-jdk does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.8-11.41.23-jre-headless/Dockerfile", - "similarity_id": "e2801849131443282c8fbf973f477bfd1f152a06e72c7a9a85b38c97d17778f4", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine:3.12}}.{{RUN wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu11-jre}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ \u0026\u0026 echo \"https://repos.azul.com/zulu/alpine\" \u003e\u003e /etc/apk/repositories \u0026\u0026 apk --no-cache add zulu11-jre does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u141-7.18.0.3/Dockerfile", - "similarity_id": "15c9f636023c1772f51dfe19237fd6fb8c2616ff60c5233da7002e6b614b19fe", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.{{RUN ZULU_ARCH=zulu7.18.0.3-jdk7.0.141-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version }}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction ZULU_ARCH=zulu7.18.0.3-jdk7.0.141-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/6u93-6.16.0.1/Dockerfile", - "similarity_id": "d0658f0bc34c16c3e7608c611bc5a5fc4b9ff2e7e45c91d51429b7513830de4e", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.{{RUN ZULU_ARCH=zulu6.16.0.1-jdk6.0.93-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version }}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction ZULU_ARCH=zulu6.16.0.1-jdk6.0.93-linux_x64.tar.gz \u0026\u0026 \tINSTALL_DIR=/usr/lib/jvm \u0026\u0026 \tBIN_DIR=/usr/bin \u0026\u0026 \tMAN_DIR=/usr/share/man/man1 \u0026\u0026 \tZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 \tapk update \u0026\u0026 \tapk add --no-cache ca-certificates wget \u0026\u0026 \tupdate-ca-certificates \u0026\u0026 \twget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 \tmkdir -p ${INSTALL_DIR} \u0026\u0026 \ttar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 \tcd ${BIN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 \tmkdir -p ${MAN_DIR} \u0026\u0026 \tcd ${MAN_DIR}; find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 \tjava -version does not use package pinning form" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u232-7.31.0.5/Dockerfile", - "similarity_id": "a022e90b117113a8708d17884b95092c786f90095e541f15094bc3cd6cf733cb", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{frolvlad/alpine-glibc}}.{{RUN ZULU_ARCH=zulu7.31.0.5-ca-jdk7.0.232-linux_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 apk update \u0026\u0026 apk add --no-cache ca-certificates wget \u0026\u0026 update-ca-certificates \u0026\u0026 wget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR}; find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR}; find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 apk del ca-certificates wget}}", - "search_line": 0, - "search_value": "", - "expected_value": "RUN instruction with 'apk add \u003cpackage\u003e' should use package pinning form 'apk add \u003cpackage\u003e=\u003cversion\u003e'", - "actual_value": "RUN instruction ZULU_ARCH=zulu7.31.0.5-ca-jdk7.0.232-linux_x64.tar.gz \u0026\u0026 INSTALL_DIR=$( dirname $JAVA_HOME ) \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 ZULU_DIR=$( basename ${ZULU_ARCH} .tar.gz ) \u0026\u0026 apk update \u0026\u0026 apk add --no-cache ca-certificates wget \u0026\u0026 update-ca-certificates \u0026\u0026 wget -q http://cdn.azul.com/zulu/bin/${ZULU_ARCH} \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_ARCH} -C /usr/lib/jvm/ \u0026\u0026 rm -f ${ZULU_ARCH} \u0026\u0026 mv ${INSTALL_DIR}/${ZULU_DIR} ${JAVA_HOME} \u0026\u0026 cd ${BIN_DIR}; find ${JAVA_HOME}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR}; find ${JAVA_HOME}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\; \u0026\u0026 apk del ca-certificates wget does not use package pinning form" - } - ] - }, - { - "query_name": "Update Instruction Alone", - "query_id": "9bae49be-0aa3-4de5-bab2-4c3a069e40cd", - "query_url": "https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#run", - "severity": "MEDIUM", - "platform": "Dockerfile", - "category": "Build Process", - "description": "Instruction 'RUN \u003cpackage-manager\u003e update' should always be followed by '\u003cpackage-manager\u003e install' in the same RUN statement", - "description_id": "3785203d", - "files": [ - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u232-7.31.0.5/Dockerfile", - "similarity_id": "0e7efa7dcaae4f5a47061398cf5f897919103ecbae4fbdc97a789013c7116aa8", - "line": 15, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u65-7.6.0.1/Dockerfile", - "similarity_id": "5bb6ef9e7aaf4a51401037d0c0fffdfedb36fa7203b28e47a73e4945d08d22ba", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u181-8.31.0.1/Dockerfile", - "similarity_id": "075fef426ef1aca61c391b5bfddb127d6b760f7137ac628dae954a6419435831", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u202-8.36.0.1/Dockerfile", - "similarity_id": "eb3a307d73a2a3977821ab2ceae477525abbf3e459714cc81dbab13946bc0cbc", - "line": 15, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u72-7.7.0.1/Dockerfile", - "similarity_id": "3b0f4af83cba8fccc4d3acba451180c57900bbb24138b9e208406afb9e020c8e", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u99-6.18.0.3/Dockerfile", - "similarity_id": "147c100ccd621d3cf1461cd7f2e89398fcc40ef6e67497e96796e0ebd772ee07", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u80-7.10.0.1/Dockerfile", - "similarity_id": "2acc7dc7a0122a85d49348746602d52c0564ccec0dd2309e63dd006ba54e5855", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u40-8.6.0.1/Dockerfile", - "similarity_id": "3ed35ae99967d8401bfe6761210618116fa3ba019c07d3d2e10ce8362ca17ae5", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u59-6.7.0.2/Dockerfile", - "similarity_id": "7cd9d2a567a8e07227fb5b32acd2564f0f1fee82ea0b076cbe0b7c2e147b5e1d", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/9u04-9.0.4.1/Dockerfile", - "similarity_id": "528831a046e05ca371349ddd53c0bb8470325488bef0178655b277561a2adac9", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u212-8.38.0.13/Dockerfile", - "similarity_id": "efbf8cdfc5b7c96d998de917d520b26db5dd1fe7c1d41295e508997245bd16bf", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u72-8.13.0.5/Dockerfile", - "similarity_id": "9cce587354d7305d03b7505574678b671fe743da563e9ec55b49da787b69c30a", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u111-7.15.0.5/Dockerfile", - "similarity_id": "d981631a46ea596e2c7c3a2212a8f0ef52ef87a8188790d28366a5e51ff5c48b", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u112-8.19.0.1/Dockerfile", - "similarity_id": "36b56d5a9e0869a1b662d963860cab9a2fa15440f342818cfc96db1dca6efd2b", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.RUN={{apt-get clean \u0026\u0026 apt-get update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u59-6.7.0.2/Dockerfile", - "similarity_id": "23bf062b43fccf7c757655f72685382722ca51f86a2375a531098e46cc251b83", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u113-6.21.0.3/Dockerfile", - "similarity_id": "3e719cfb6695d66d2e3a15ac1bacb38a4543666aae719743231be15cc1899bc0", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u181-7.23.0.1/Dockerfile", - "similarity_id": "a6799a842aa6ad21472579eed7160f97d10d782be74f3885e4fc21d41dbd7023", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u97-6.17.0.1/Dockerfile", - "similarity_id": "e34fceee2153442a2a8775ad9dfdc3072f72ae9951452cba93c0a0bb89e8c465", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u79-6.12.0.2/Dockerfile", - "similarity_id": "0e3b8eacf5009611bc5ba2942ae1e892821277063291ba3d62456c507161ecc6", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u211-7.27.0.1/Dockerfile", - "similarity_id": "93fb29a8f46d67da30c7e42c989a8c8efda8d2f7fe9a535511e5cfde05b38d1d", - "line": 15, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u93-6.16.0.1/Dockerfile", - "similarity_id": "0ad46e7304e93e18da1bdeaf7321d59cdb821e44550bebeb3d79978deb0f9c8f", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u76-7.8.0.3/Dockerfile", - "similarity_id": "70f3528fe0bea07224e4b988cf526b6d1eab5f1ffc88fe9ce01e1c5fc7d38349", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u83-6.13.0.7/Dockerfile", - "similarity_id": "77702c84a821b649a36010ae0e0c81954331d7271c78b8bf613fe4518325f0b9", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/9u01-9.0.1.3/Dockerfile", - "similarity_id": "4b86a0adc39d562c5d69ac220264b07c7a8e413f808ca5aca0fc454bd0220d66", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/12-12.1/Dockerfile", - "similarity_id": "90a0703ec4bba9b1a4ff8b8d3bb6ff6187d9d69446a67fd1e23b6009f436ec6b", - "line": 15, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/11.0.1-11.2/Dockerfile", - "similarity_id": "5904e0cb66044a99db34957d4a04e067e7db33cb8c559402b63e5f098d080f46", - "line": 15, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u85-7.11.0.3/Dockerfile", - "similarity_id": "d7b19851008090c6a2fec51167f5feee3f7c6d65c2791973c998156fdf85de89", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u25-8.4.0.1/Dockerfile", - "similarity_id": "1cb58511d2b8ede98be7d5d9c5ed17b0f688ff5ff72ebea4ba31071b1e3fda28", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u161-7.21.0.3/Dockerfile", - "similarity_id": "2185b69e1b947418de1758f92f4ad8a0beb89589eda6aea3908c8be2adaa4b7a", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u191-7.24.0.1/Dockerfile", - "similarity_id": "5e423ce07ab3038f76f562854cadf3a480d9e086efe190cf6c5cedcdb995eeca", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u102-8.17.0.7/Dockerfile", - "similarity_id": "f6a32dc40959214e0f36ca28e9c4cd2ba9fe1eab7e7c1725ae23b835b72c8823", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u181-8.31.0.1/Dockerfile", - "similarity_id": "918ad6471929098cb7b0f5f8a95d093b0a8f6a2049b26b58d43697571519d46c", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u121-7.16.0.1/Dockerfile", - "similarity_id": "e9bd0c43e64a5fe316ccc30d0d048bd9fd98532aedcf6f19d10ece00bf75ca7e", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.1-11.2/Dockerfile", - "similarity_id": "5b3b402c8a9a9c7ad3ef2723db7cb32dff0d7a7754bfccca8869245b167a54b9", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/12-latest/Dockerfile", - "similarity_id": "099c53ec346030ffe20458af6465a3a27625ea07451dc8498ed28311d25d7b76", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u31-8.5.0.1/Dockerfile", - "similarity_id": "16a2321574f43f174568a0237ae4ec4b284fd18d0b8074d942c1f1189117b3dc", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u60-8.9.0.4/Dockerfile", - "similarity_id": "3bb6b332db6ea604ec89cfa592cf9b0d2dcf44d30aa523fc6f3941f604e8b5bb", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/9-latest/Dockerfile", - "similarity_id": "e2400780a0d2267ce5f2cef3d64b030487bee9f34461f5d01329dede4c3a71d3", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u161-7.21.0.3/Dockerfile", - "similarity_id": "c6d3fee060038508b233f97131fae00ea3fd58d980ea5e078064d9230ed875ed", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/12.0.1-12.2/Dockerfile", - "similarity_id": "a8f3709cb363737ad5bd9471c082565b005c6bcc16e038b5d468f7fcf8a292c0", - "line": 15, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u49-6.4.0.6/Dockerfile", - "similarity_id": "67b29aa5356d7dd51c13edf4c03f9f361fcea8be894268c7f95b40642014519d", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u89-6.15.0.1/Dockerfile", - "similarity_id": "c2a97cc20629c53bdac934e2a674271b46123953f6a9d9d13beea53e1e2b7ecc", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u51-8.8.0.3/Dockerfile", - "similarity_id": "a8d0649fed4d831cd4ca96a25a333fd78a6b90f1c101e8aa1438f1fd84b08c2c", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u59-6.7.0.2/Dockerfile", - "similarity_id": "d457a09d187672f7587ff623e4133f4d9ca4bc04335eaaf3a3c43f0ca534ed98", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u72-8.13.0.5/Dockerfile", - "similarity_id": "56fc4b2fb2bae4d1d914e8bda70e07eda161b1d5c1328f7906802eabfc6406d9", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u91-7.12.0.3/Dockerfile", - "similarity_id": "cf4dc20aae8efaa4900354898dd79f26bae4bcd2a53172cbd17f297d5b6af648", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u172-8.30.0.1/Dockerfile", - "similarity_id": "b4f4d9e50ca00de470d0748f0abd74e8fb61cd554636907d0d9630e126bed566", - "line": 11, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u91-7.12.0.3/Dockerfile", - "similarity_id": "43315cfb1c92d0cfe63a4bcc3899b3f21596d124cc83dc2c38b1b2429fd860a1", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u121-7.16.0.1/Dockerfile", - "similarity_id": "fb143a551df8a19a0837e566853992733482803471a3093043057091344102a1", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u53-6.5.0.2/Dockerfile", - "similarity_id": "80313b6217c78aad1e824bf0254f79cf6dc322ab068e991d58fc5a86200b2bdf", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u112-8.19.0.1/Dockerfile", - "similarity_id": "2fe0c310896e999a5e4a37b93756049463268f0ea5ec10b9cd4e04ebd72b1d2e", - "line": 18, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u93-6.16.0.1/Dockerfile", - "similarity_id": "2cda5179ab82ee04a0b8e01c79cd31dfde1640b334641f66a23aff081152373f", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u79-7.9.0.2/Dockerfile", - "similarity_id": "e4d9f69a5aee89dfdcb584509dd151c1ad616080912f8acd9147777b1d7007bb", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u171-7.22.0.3/Dockerfile", - "similarity_id": "086148501ef89753aa502b94e409175662a760d5432adfa5faaf2ca615a856ea", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u77-6.11.0.2/Dockerfile", - "similarity_id": "a0681ecbdfd293c416ee5bee429e636408016c09bcfd2ee5778052ab527b8c04", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u113-6.21.0.3/Dockerfile", - "similarity_id": "8d0e203e298a3b98d5dbae0bf23b9091d65157a2c7431461d44cfb630df1862e", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/10u02-10.3/Dockerfile", - "similarity_id": "70d87e874e60f36e803949bb3c6b9129f066866f06c0ad1ae87094167d93db25", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u56-6.6.0.1/Dockerfile", - "similarity_id": "b160a1fec9362d72dfcf16a5d4c93d2701ea7478477dedf3564b98e49ac4f9b6", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/11.0.5-11.35/Dockerfile", - "similarity_id": "94bb52e30dcff2042fdcc81a32f1a4f9f8e708c566a4aea57e8020cb6160470b", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/12.0.2-12.3/Dockerfile", - "similarity_id": "2a2fa242b9eca106ea8e468970a7e427a559b8756afdd1ebbc863c2edb07ea36", - "line": 15, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/10u01-10.2/Dockerfile", - "similarity_id": "4ab1c4da4f36ea971c730fcd144f2b8a1d02c53462673de74ac162164e02b834", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/11.0.2-11.29/Dockerfile", - "similarity_id": "9f237411e6a860e4546f07abce617ac2250c8f6694ec64cfc3d3029f42656393", - "line": 15, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u60-7.5.0.1/Dockerfile", - "similarity_id": "98596ff3c4ac7d3bca32e759681691f6cf520258a2121eb2e54be31a0bc3ef5a", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u79-7.9.0.2/Dockerfile", - "similarity_id": "e6cecf724d242848c28f85dd833489785e4bf1cc14641aa1565406335c39513c", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u181-7.23.0.1/Dockerfile", - "similarity_id": "c142190fd45e474b70c0c75744b62a54d70361eb542eafdace365a7f4e143fc5", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u112-8.19.0.1/Dockerfile", - "similarity_id": "f0e723b886f1b41086b036391514a25f9199891ec489a0f2e5cde3ccfc289577", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u66-8.11.0.1/Dockerfile", - "similarity_id": "4f3a2a97bf22f92179855c92477ab831ff4a1cc4094a609a50a239b4f8d7838d", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u53-6.5.0.2/Dockerfile", - "similarity_id": "620b43fa27fdc3db41d63c07338589f74be697824a33de9ff934bde0d17602c7", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u72-7.7.0.1/Dockerfile", - "similarity_id": "6cc6afe1e0a28b7d8f75aefaf7941733fc9b5de06d9a2d77c62568b0cbeb989f", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/9u07-9.0.7.1/Dockerfile", - "similarity_id": "d9ab02539d90be70979ab996d792438e5256ed5b55509c26bf2a78a03028841f", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u99-6.18.0.3/Dockerfile", - "similarity_id": "79a4a8238bcf0655affa64563127840c953244aa2a927c805e5dd9053b4ea580", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u95-7.13.0.1/Dockerfile", - "similarity_id": "5629667fc51bc86b8d0b16e2f27225ab186b87be61fb97c7b7ef4445b2479d1b", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u89-6.15.0.1/Dockerfile", - "similarity_id": "6b7c654a5bb376d0061d43d12f6521da21c79a609a253acaede8dfd512aabdbf", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u222-8.40.0.25/Dockerfile", - "similarity_id": "c50adc0b1ffd0de3e7f5cdb5811167213f5cd578953982e108ff359377e57df0", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u95-7.13.0.1/Dockerfile", - "similarity_id": "538276edccd856aeeb5dfb7474f4a3b39c81ac8377010cecab11e9ed2898fe0b", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u80-7.10.0.1/Dockerfile", - "similarity_id": "354129a85fb32e84f405e4238d4d8f1d4ba4908b806a6baa5e9ea1959b646aab", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/9-ea/Dockerfile", - "similarity_id": "8b0149fe92d2c4819dbc86177ea0d95444e63e738b27a4a83987f054b32c932a", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u51-8.8.0.3/Dockerfile", - "similarity_id": "dddf9c80810b435da454a975ec89943c482a2fb1ac81fe9d77ce6d3f3fba4d40", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u40-8.6.0.1/Dockerfile", - "similarity_id": "d656e158f7eeeee4873ad17e917ad4340979fcd9fa802f59e3a82014f33d8800", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u45-8.7.0.5/Dockerfile", - "similarity_id": "7d0c44042a835b27193226efb34e4fd644b52c9d2ab8cf4ca71affd9b8f35149", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u73-6.10.0.3/Dockerfile", - "similarity_id": "95a0da0f327f386c9c41f9f92156874ad16339f8aa98399f9d4619425613b0f1", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u55-7.4.0.5/Dockerfile", - "similarity_id": "55834b3bce6f416e050f5ce26f5e6539cbb15bfd7b9caa3c7f6146089457c4e7", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u232-8.42.0.23/Dockerfile", - "similarity_id": "c4605b5de3ccdfb9bfc3d4b1ac0ed3a06be7b682eb4d275dcdcbfcdbf626d6b1", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u25-8.4.0.1/Dockerfile", - "similarity_id": "f0490e17b81494d69ad2f87d5d40251d64580fb460a22312c81448e31f08f36b", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u20-8.3.0.1/Dockerfile", - "similarity_id": "16a0a45354b09d61ac65adbbcea64303fabfbe12546cb2c84ec79a2433896219", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u45-8.7.0.5/Dockerfile", - "similarity_id": "55cf55fc774cc6199e6cab40f6e206f566d32105c2ab55c4a38359ff2fd13e32", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u60-8.9.0.4/Dockerfile", - "similarity_id": "0f9e702e6daf48aa4dfbfe9dedda88c2a0d4014a33b9bca28a3e67f9e3fff5c2", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/13.0.1-13.28/Dockerfile", - "similarity_id": "c48ac30a02c5c72be37e6624e0e78ac2707ced1ac91b16d1beb8193372ac3c80", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u40-8.6.0.1/Dockerfile", - "similarity_id": "741143b840d3f66379671c157b581dacec92a2d3d5441ffff6fea47e75f919ca", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u103-6.19.0.1/Dockerfile", - "similarity_id": "9bbcc135d4105c7044ee3ab3204306017c54e3939aebc9a05ce25c5b7c6a49df", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u121-8.20.0.5/Dockerfile", - "similarity_id": "8c42f92b1240a4407e78d7f9cee4f6b37930533d83ee9a5369f6ddaa810d9b7b", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u222-7.29.0.5/Dockerfile", - "similarity_id": "0fc884e63560d1c352f0039f61cdd6d35a1f4207090081116414ad85d4947f95", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/12.0.2-12.3/Dockerfile", - "similarity_id": "10ca8e04c4118196efa8fda173311e99b8bf91aa41c2edd578d6406bf57e5121", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u83-6.13.0.3/Dockerfile", - "similarity_id": "db983a302da20ee187dad5d16bd697ec2a5ac1fa83ce8707eab50623319a04d6", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u242-7.34.0.5/Dockerfile", - "similarity_id": "7fd766ff1fe0cb453a1ef36250d062e2b85213463a595275a513d6c4b2240738", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u107-6.20.0.1/Dockerfile", - "similarity_id": "a7ae5044c6ad09059ad9ee6db7fbd51f43a6162ee56475d32fde67a222b2d17a", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u119-6.22.0.3/Dockerfile", - "similarity_id": "6c4e462ce33f05399aa891eeefd83e877bdfdb2f75ac557ebe197752e67bb75f", - "line": 15, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u56-6.6.0.1/Dockerfile", - "similarity_id": "010f59b4b0b78be755183b30757dfbd64e6afb1486b22b3cb7e4c1eb71f9a217", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u111-7.15.0.1/Dockerfile", - "similarity_id": "000349d05debd1ad7678eefef8fde70ff7eed104279a3c3d2edeccb76afeb102", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u93-6.16.0.1/Dockerfile", - "similarity_id": "e523760e046c3f095f2c890a9d22e498324704c808961de47322ff19b4a2e9a4", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u232-8.42.0.21/Dockerfile", - "similarity_id": "1b284c7bcf4a1122696297914bd8df6a3aafc8a6a01359ee00f01f38d36b75fa", - "line": 15, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u56-6.6.0.1/Dockerfile", - "similarity_id": "8712c81e0bc20d930992353157376233219dd80b5a74aee9edda3ddfb25134b8", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.4-11.33/Dockerfile", - "similarity_id": "b471fbd8852f4fef7a10bb7ac007cd02c88d9a06d5543409841135c5122c2b57", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u69-6.9.0.3/Dockerfile", - "similarity_id": "9b6d09a3c728e96f4784c8e86ac0d79bd84a2b26dd2cdc7af9476926cbf9933c", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u77-6.11.0.2/Dockerfile", - "similarity_id": "b8bb1e26c00ced8c35141c92572a3a671100e091964ec0090e1c94f6975ca944", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u63-6.8.0.1/Dockerfile", - "similarity_id": "39ff089c3125e55cd4323ae446287b42f1bacb22ef97bb3df5225821e0febe9f", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u162-8.27.0.7/Dockerfile", - "similarity_id": "a2d61f8823868e1fb3b0ad410443a421fed1675052217b7a97f865f2c98aa7d8", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/11.0.3-11.31/Dockerfile", - "similarity_id": "5636ca8f9e707fa12bb0f7297e6102fe1ebaf31c45d0b5ae37bf356fb6823dc8", - "line": 15, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u69-6.9.0.3/Dockerfile", - "similarity_id": "8fd7836ef13b7eca0951048f76adaac6445b70ca3f99b247307722b779edf2f5", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u154-7.20.0.3/Dockerfile", - "similarity_id": "9af679645e22af768530870e5d4c21dc30b6d1cc05f677156ee96a22ce339152", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u31-8.5.0.1/Dockerfile", - "similarity_id": "8d57ddd82ebe7fc6fe1c0229e873465effd28c63970581a8aa5906818f42ea9a", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6-latest/Dockerfile", - "similarity_id": "3eff8aad1e5a828949d6ab729ed45603674da94383f4348c81ca954f4e04d8c8", - "line": 15, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u102-8.17.0.3/Dockerfile", - "similarity_id": "2f3e2fcbf6d1b7fb7134ac858871a0ba391c43eaafc4f93a429dec8de43c9cbe", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u25-8.4.0.1/Dockerfile", - "similarity_id": "33b922e8ea8762cda489649ad1b0291cfbdb4c1d6831031b646c0abd00280d3e", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/10-latest/Dockerfile", - "similarity_id": "63500ab4f5d173dddc8917fbb68c4f4c35b39ddad09b3e28875831f56244bf7e", - "line": 15, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u101-7.14.0.5/Dockerfile", - "similarity_id": "c4e9d9f55e434467f44c1e0de263ec68f03b14ab58d6fc534515808378aef424", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u119-6.22.0.3/Dockerfile", - "similarity_id": "74889c9194226134aa8264c4382c1a39e38b832ad059e900bdf8d4abae0ebc11", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u65-8.10.0.1/Dockerfile", - "similarity_id": "2cfcb6b9918a6df163f200d093de22c9b8529c72d1da0baa52c6a73de609f596", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u97-6.17.0.1/Dockerfile", - "similarity_id": "d80c4d58ff407b581158b4137bb5868f350785da01ecdeb0e9acce5ea88c598b", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u65-8.10.0.1/Dockerfile", - "similarity_id": "49d9e1e25b8781f8da687197b3a8803803d1077e273b01e37dcb9da1caae3e60", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u152-8.25.0.1/Dockerfile", - "similarity_id": "c677227958d1f79c8a8d9b5fe706d5e31410c8ac9abc3bc2401230531b53a74b", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u107-6.20.0.1/Dockerfile", - "similarity_id": "de0783cb8a6b5bdeb656ec8d43c0d210d9a14d571120477a3f9ae4f9a7c2ded7", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/12-12.1/Dockerfile", - "similarity_id": "cdba5984a70c1db7b7873e35ee4de632b97830fde37b5791965d2f8633305b6d", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u192-8.33.0.1/Dockerfile", - "similarity_id": "2e40ca53fe95d317822375c65efa7088714a643e58e39705215517529ea49f08", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u242-7.34.0.5/Dockerfile", - "similarity_id": "1360bd6cc101fe5608da0dcdd06f037078c6146a77170fb047e7306260080df8", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u05-8.1.0.6/Dockerfile", - "similarity_id": "2be4941c5ac739ab403ab97f6a92b2fdbdfca733c2728ed03e4d73ce5729d7cb", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u222-7.29.0.5/Dockerfile", - "similarity_id": "21eefc44ed17184e90764aa1e50e31ec36fafbd97ef45f507402c0309e941ed2", - "line": 15, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u232-8.42.0.21/Dockerfile", - "similarity_id": "3f0e53984145e3a9024f14d46970d987b30195277e59e60f69711a58779b44b3", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u63-6.8.0.1/Dockerfile", - "similarity_id": "d890eaa9221c73b04ea7e4b25f540608c5bd1a30235c2e57a1697bd1bc7cdf3e", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u60-8.9.0.4/Dockerfile", - "similarity_id": "36f7b9956c2aa8481d244fef0fd30b506b284792800408e7cd10304856c46133", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/9u07-9.0.7.1/Dockerfile", - "similarity_id": "dd93ed88c6b114af8e9fe8bdc98cca8b559e998debeaf87a80bd74f0493b1ef6", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u154-7.20.0.3/Dockerfile", - "similarity_id": "3df12c68f93731d49b6b7bda062a3b6cbafa789c8d8dc779f8afd73a704e486d", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u121-8.20.0.5/Dockerfile", - "similarity_id": "5114bfbaf21eb88442c76ed77a8c3c33603c674df2330ea6e7b240738f2f07ff", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/9u01-9.0.1.3/Dockerfile", - "similarity_id": "7978c06d1936c149a5382bc517b57b40d4226794397e352e4751f591354e03e5", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u72-7.7.0.1/Dockerfile", - "similarity_id": "4cbd35628d0ebcd22d98c9026d7c709b198e3e5cbaf3972510621445428faa85", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/10u02-10.3/Dockerfile", - "similarity_id": "3051a10fd49f88d363ad98ace7c2ef9e38a7672d5e68f7dc15d86fc1d93dd037", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u87-6.14.0.1/Dockerfile", - "similarity_id": "9178c2a348be4686fd91baa0081c7dcfd75c4b4bec5629eb99c84affe7180653", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u112-8.19.0.1/Dockerfile", - "similarity_id": "9948aa5bbe9ae6bbda6b284bb100eced6adc21869994b467a1f754549d2bcd64", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u20-8.3.0.1/Dockerfile", - "similarity_id": "770e508a4a1029aa192bcae2d456aa9bef25d5b6cb0a1388af66a3523e0e84fd", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u201-7.25.0.5/Dockerfile", - "similarity_id": "f7afdd491f6ce52ef281f0b9867422df6ca3124ce1fbca2e7d65fe095732b566", - "line": 15, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/12-latest/Dockerfile", - "similarity_id": "d5c386fde5a47bf222db3c7fa7b76430c8fde81a49cedf35165037db16a2a731", - "line": 15, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u111-7.15.0.1/Dockerfile", - "similarity_id": "75158d5d348ec11b5d568992ae33e39d9753cf66a5d26104f3dea365283fbe93", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u85-7.11.0.3/Dockerfile", - "similarity_id": "b56f1d6b0f67ab7a264fe1ca00c97a5018ff7709d2acb2df3cf8e6905d973c20", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/9-ea/Dockerfile", - "similarity_id": "2224888ac1e8009de97f514967ec5045a860bfa671551dd471cc213efda46f94", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u161-7.21.0.3/Dockerfile", - "similarity_id": "cfa369f88cd4b2dab4307a3c5485a624936510333ded71a11c6f68f53e852f27", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u77-6.11.0.2/Dockerfile", - "similarity_id": "755106f0c290e5e58b0ff6d1511e847ce3528d7a2322dd809fc093611da21fed", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u131-8.21.0.1/Dockerfile", - "similarity_id": "76c2406c06b458db50ec7884e18b9f39aa173c57992f14c85c13169740341cdb", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u121-7.16.0.1/Dockerfile", - "similarity_id": "bea0af2ab2084da07e0e987436f758b6e7d3a6c7dab691a01337223a9796c276", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u201-7.25.0.5/Dockerfile", - "similarity_id": "92fa3cfc7271e198ee87bad789b2d0f744921fec37937fb43444fe70182962ed", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u232-8.42.0.23/Dockerfile", - "similarity_id": "86754c5a3b7be04addd328763f1e2706deb855a4b0a3b0d44dee44fd2b24c134", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u97-6.17.0.1/Dockerfile", - "similarity_id": "63fc2a739a41704b0d99d3833257b27e1015d19665a10953ba474b5550c0c899", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.2-11.29/Dockerfile", - "similarity_id": "2ab4818cde31ddd7a6c414f027386624933cd77a9a06cfb254fd8f4b5cc4230b", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u131-7.17.0.5/Dockerfile", - "similarity_id": "3aa5218bca2584828f47bd6e7b75e29289eb965a5784ed641794a605a00a3841", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u95-7.13.0.1/Dockerfile", - "similarity_id": "0d36f102a225a72e4696f15ea0f3049c1b7eac809c1b9b16e7031281c0f461b9", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u11-8.2.0.1/Dockerfile", - "similarity_id": "482368817f327c101600d89ecba47100f37d36270b37d42bc52c5730b199ae20", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6-latest/Dockerfile", - "similarity_id": "0bef01a834a580c85df909b01f41077e9dcd4a4b2067dea722c8f6e3ef4ef58d", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u141-7.18.0.3/Dockerfile", - "similarity_id": "73c3bb327121ede14715a7e8fc14f9b2efbebcdefa76894c1d82d47abea8be78", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u85-7.11.0.3/Dockerfile", - "similarity_id": "aebd3fff29b7b9457fe5592eb7dc8b85ab1c249f136bf97781720e20e17077f0", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u63-6.8.0.1/Dockerfile", - "similarity_id": "03e84ceb0f094b55ef24bef1f88d3821833640daeb2f61a3687eb15c95a9f394", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u131-7.17.0.5/Dockerfile", - "similarity_id": "86117dab7304b0ccdbcac01f3f20957f70d6f5cd7a8c9b642846410ca9e5fcf5", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u141-7.18.0.3/Dockerfile", - "similarity_id": "58a802f80a68422f6c77c4057a25f6a3c11a784fda6d9ec2df917cfb774a6795", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u51-8.8.0.3/Dockerfile", - "similarity_id": "ed1c7dc5c23cfb66c4c399d00dcb68c56e616d9d02d4b586d19a6fa2595d1730", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u73-6.10.0.3/Dockerfile", - "similarity_id": "12555951f87629b82050511ee88c37d481534f552294f45f8a1595d10ad3d460", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u92-8.15.0.1/Dockerfile", - "similarity_id": "1bcfb781a0b91ba1788f68be2f09b717559fa745d512cd4918ac113ac9ca27bf", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u202-8.36.0.1/Dockerfile", - "similarity_id": "8d5ca706eaa5b2ab2cbe1c590df7a5be90b3ae2d409aa61db01faeb4e70c830f", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u72-8.13.0.5/Dockerfile", - "similarity_id": "034742ceffbf6d04eb761d3e4f68c8bf20cc1300077462b84237d286b3ebec86", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/13.0.1-13.28/Dockerfile", - "similarity_id": "2c7095b52e76015e78c0842a5d2402c0424cf9194ea9a750d61f2c5466845ba6", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u191-7.24.0.1/Dockerfile", - "similarity_id": "19e6c8eb1bf5de821f1c4641b92e3d6f7cc5845a088e076d334baddc82a43681", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u20-8.3.0.1/Dockerfile", - "similarity_id": "0edf8ee9a3aee2b309468e82ee6b03743ae89a869b7389bf795fa6eb40597d6a", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u222-8.40.0.25/Dockerfile", - "similarity_id": "b4daab5476b965bccc919f29ceabffb6f5d301960fe6216daac7346fcd0e4649", - "line": 15, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u79-6.12.0.2/Dockerfile", - "similarity_id": "6d702f73c59170a7d5a453f3e899a540efa224c8bddbde171442dca6fe8de810", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u141-7.18.0.3/Dockerfile", - "similarity_id": "7218d6644114a9b9ea01ef5417293a8b13406ba47c98ff60cf32c4d3b8aaf919", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/9-latest/Dockerfile", - "similarity_id": "6aece4a543ed3da44e281b70a987f7e1df1162b77295c2651d85e4545e43dcef", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u66-8.11.0.1/Dockerfile", - "similarity_id": "db739a12f6ba8ffa0c293aae58db739187650b9d3d18e5dd154db99fccc19841", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/10u01-10.2/Dockerfile", - "similarity_id": "983f7a7827ea4b0771979a3221e3d9ad65400fe3d9bad3ad32e34fa094ec62c2", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/12.0.1-12.2/Dockerfile", - "similarity_id": "762e64f4cff82eb655b5b422b1a38d9827b5aa472ca1949052d08d5077f6d639", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u53-6.5.0.2/Dockerfile", - "similarity_id": "e43c77e5822c9ee8074a2225b8b04f9256dfc2fd797492ee1b0ff5e6bc8d5653", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u152-8.25.0.1/Dockerfile", - "similarity_id": "2d153e315ad4f6458fccf9908c8bca80c19e0ce75ac3e46fb0a174e1129d666c", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/10-latest/Dockerfile", - "similarity_id": "74f164671c48b06838609bedcd12934b3aeea46036cd96581153e45791e79fe9", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u99-6.18.0.3/Dockerfile", - "similarity_id": "f306773cbf978d851a2e15785558cba1044d8878c40a932569acb895032951da", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u55-7.4.0.5/Dockerfile", - "similarity_id": "6e04b13b8ab96c4a5b7078cb5dbc1f34f956b3e4a13a64522daba0bd79f3a805", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u11-8.2.0.1/Dockerfile", - "similarity_id": "f174fc68d981d14ecadd963e9796f42db8d6e22d5aeb5e43e11fa1788a651259", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u144-8.23.0.3/Dockerfile", - "similarity_id": "cd3615082e539103f37338829465ea7678db50776d42c928746cda9b7320d92f", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u31-8.5.0.1/Dockerfile", - "similarity_id": "81660b367633bd17fe21fc96ca8d72d1186d1cabef1d888a353b24f9f4f2e1b3", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u89-6.15.0.1/Dockerfile", - "similarity_id": "6acf446b763ead1661a0c868faae119fdff0f878d5d901f4b6aa8057e47df847", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u92-8.15.0.1/Dockerfile", - "similarity_id": "aa7196447b555436ac73aae22259b885449f3e5283a1b71e92ed3eb33edd122c", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u69-6.9.0.3/Dockerfile", - "similarity_id": "b1eee53617a3b256720f17c72876e5ec08360a07c86df44a9b4e77f9207bcaf4", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u11-8.2.0.1/Dockerfile", - "similarity_id": "d56f7be8f46d2c88b9246fb73dfd63789722240f883455cb3ca8c0648843d5a6", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u144-8.23.0.3/Dockerfile", - "similarity_id": "f8919f703a0a786658c69897cd5f98b4b50dde3587b81da903c7ff4055966443", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u66-8.11.0.1/Dockerfile", - "similarity_id": "79492012a74edc1def7de0f01723864c9e4a8b9e67c799a37e1e0430bf2174db", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u131-8.21.0.1/Dockerfile", - "similarity_id": "765d01f04f14a71e483e7a1f28dd1504b990596a2b8a9bd1644f6ff98047b402", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u65-7.6.0.1/Dockerfile", - "similarity_id": "a9036ab106d4b78eb84dafabd2e71c0a3fe653aeaa0f4af3e56f6a9a9c0790bb", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u101-7.14.0.5/Dockerfile", - "similarity_id": "971dffb00ae8cdeea13933eed047cf4a8371dfb1daf908ecdc821e51f62945bb", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u154-7.20.0.3/Dockerfile", - "similarity_id": "f9ba790724071c7025068a6f88e10052f3553b6d81835f73884ef346aedcd750", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u102-8.17.0.3/Dockerfile", - "similarity_id": "dfb1cc0bfea325554e4d3e66f04370d56763e41457c6e9ff752f6c984b010d75", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u80-7.10.0.1/Dockerfile", - "similarity_id": "28ae01fd54b2f84bf9e61a198030349d8a63f92a969a3ad254ae7b5c050cb5af", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u65-8.10.0.1/Dockerfile", - "similarity_id": "0618465dd1718adb5bb6a205883937f9f7ed741049d057767dbadf8a97ddae55", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u60-7.5.0.1/Dockerfile", - "similarity_id": "2e3cca65887565c882af76948b1855e4ad85889c2479a0d6d03e03f8fd5eba1b", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/11.0.4-11.33/Dockerfile", - "similarity_id": "e1c7c81daaddf58291cf19b405375a56ff3b4604b50b31033aaee83125dde5fa", - "line": 15, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u91-7.12.0.3/Dockerfile", - "similarity_id": "f7e970f9ec8b1feed099d51ee2d9e83483a34f07bdbbf74cb1b65d9147c83116", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u79-6.12.0.2/Dockerfile", - "similarity_id": "61ceec676029504c0b11cec5155e9825967ecad0a239fbf917de4ad405f9fb07", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u172-8.30.0.1/Dockerfile", - "similarity_id": "5823b5988db7f1ae7a4858d09e98fabfc2b76866ee5edc880dc78d3c8adcf64b", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u65-7.6.0.1/Dockerfile", - "similarity_id": "1d5c9638845ee456c0846e68c2cc76697d6c5d22efcf23fef2379aaf135b2351", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u211-7.27.0.1/Dockerfile", - "similarity_id": "de90a0d240906bbe57db0973a2bd2b480b7fa74e9c82ed34112806e89502eede", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/9-ea/Dockerfile", - "similarity_id": "d48b5c8e202c63546f62bcea2a7f3848881e56b008ebdeaf50b5e319c7ad2264", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u131-7.17.0.5/Dockerfile", - "similarity_id": "0bece4d31b8be3be06eae95d2646f27c7648f9ef10f65da14987f60a2598e942", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u212-8.38.0.13/Dockerfile", - "similarity_id": "3d546804f754bc14e998ad4e90c711f4035f8a499c0cfd470e630e59cb223b4e", - "line": 15, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.5-11.35/Dockerfile", - "similarity_id": "fc50a574e15eb37b411d79dbd5f3308c8c8cb847395e441eaf1f490318054985", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u76-7.8.0.3/Dockerfile", - "similarity_id": "bcddfe0896b03a43aef8a3e3cb0d41919396b16716d0edec729d1e4be33b44cb", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/9u01-9.0.1.3/Dockerfile", - "similarity_id": "46d9663fb5d0d9e9ff41113b7e10e45bd0ec257a69dc14ae53a69c2f26925ee4", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u05-8.1.0.6/Dockerfile", - "similarity_id": "50fa9511e1eb7cc0001fde2540402bd041acdde80d852879f4655079603ba3b7", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u87-6.14.0.1/Dockerfile", - "similarity_id": "605508bf9456b3366cb60e1765cb14cb5e7e7d51cb70e1d1bab743cf7322cd7a", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u131-8.21.0.1/Dockerfile", - "similarity_id": "b982e466f313416434798c8ca3b0fbb26b12afd291a4ebec673f156cbf73f03e", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.3-11.31/Dockerfile", - "similarity_id": "9847cb6381658eea162c2aed9dda7897f53dd875fe2c6ac1681837549faad731", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u83-6.13.0.3/Dockerfile", - "similarity_id": "0446523bc23a415b2f3a6f61706d9600c98c6ca618caebf8d5da996841acf669", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u232-7.31.0.5/Dockerfile", - "similarity_id": "c5b0f56153a8f9b14d5281fc13866f9c9f438d044ee48dd27509395ddd995ade", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u45-8.7.0.5/Dockerfile", - "similarity_id": "b7c8954535430bf2fb761c51f298ef900134b871b9ebf4e58a90378dbddf791f", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u79-7.9.0.2/Dockerfile", - "similarity_id": "a885ed8243b66c0c0a62edce9fc97c2512768da52fcc34438a93b3d1535e9320", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u121-8.20.0.5/Dockerfile", - "similarity_id": "43b70515e30da217e05dd6f1bfbfca4b0bafd057cd90da77af551f008e357fb6", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u87-6.14.0.1/Dockerfile", - "similarity_id": "4bf334d57b49053c859b4336f31bb916c10cff72b75fd2f479bd00be97bb9222", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u101-7.14.0.5/Dockerfile", - "similarity_id": "7e109111323bf212ffec2449164fa04e0dd92de6b4aeffdaa764ecc9569b648a", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u76-7.8.0.3/Dockerfile", - "similarity_id": "5cff3e325bd1e51400ab4e40cb1c9fcf57493142c8385533913440843ded965c", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u92-8.15.0.1/Dockerfile", - "similarity_id": "9a153f08932ca7666193bccac9384d6bfbe8c85d5ce32ec3f0e72015cd770094", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u192-8.33.0.1/Dockerfile", - "similarity_id": "46025b9651b8e0c2ae0398eadf7b052718ac108587bbf55bee43f653944ca67a", - "line": 15, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u73-6.10.0.3/Dockerfile", - "similarity_id": "d8c894df5ee66297cc0f1531fc23aeaf2e7cce26fa84670f06d24ecd2f24f4ad", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u49-6.4.0.6/Dockerfile", - "similarity_id": "0daddb098ae91dbd046e1c6402faa3435d525de557c659ae4e2f3102602ceff8", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u152-8.25.0.1/Dockerfile", - "similarity_id": "c98653a2c978d251a6164fc635d5b686f4b875f1e934c5d4373c6e538540fdb3", - "line": 8, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.RUN={{yum -q -y update}}", - "search_line": 0, - "search_value": "", - "expected_value": "Instruction 'RUN \u003cpackage-manager\u003e update' should be followed by 'RUN \u003cpackage-manager\u003e install' ", - "actual_value": "Instruction 'RUN \u003cpackage-manager\u003e update' isn't followed by 'RUN \u003cpackage-manager\u003e install in the same 'RUN' statement" - } - ] - }, - { - "query_name": "Yum Clean All Missing", - "query_id": "00481784-25aa-4a55-8633-3136dfcf4f37", - "query_url": "https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#run", - "severity": "MEDIUM", - "platform": "Dockerfile", - "category": "Supply-Chain", - "description": "Need to use 'yum clean all' after using a 'yum install' command to clean package cached data and reduce image size", - "description_id": "714267a2", - "files": [ - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u112-8.19.0.1/Dockerfile", - "similarity_id": "e45076806c1a253d521bb5f588caaa92aff06e01fac925dc81afe1c1c1bd3a2b", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.19.0.1-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.19.0.1-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.19.0.1-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/10u01-10.2/Dockerfile", - "similarity_id": "3d5c3018ef8771a27c9767704cb63db0555f597a29666dc47e49dea90047203d", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-10-10.2+3-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-10-10.2+3-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-10-10.2+3-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u63-6.8.0.1/Dockerfile", - "similarity_id": "5ea17c68f93bc101ecf7c25d55a307078f82fbd87360156b8ee4d8b736b14702", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-6-6.8.0.1-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-6-6.8.0.1-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-6-6.8.0.1-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u103-6.19.0.1/Dockerfile", - "similarity_id": "42f0404c631bca1e964d8bba40762e52e26c8b3f25c75744ba72de02f471d005", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-6-6.19.0.1-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-6-6.19.0.1-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-6-6.19.0.1-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u72-7.7.0.1/Dockerfile", - "similarity_id": "884eebd28b9d536aad504bc1564689c85c52d230ddfad96360e2b0821cf0127e", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-7-7.7.0.1-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-7-7.7.0.1-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-7-7.7.0.1-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u72-8.13.0.5/Dockerfile", - "similarity_id": "e9f86af43b7342b4a02c48d67aad67175c1e2db3a6fb858c529f55123d222a11", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.13.0.5-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.13.0.5-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.13.0.5-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u31-8.5.0.1/Dockerfile", - "similarity_id": "aa72638453d179110ffaa31b14f94668fedb59f68e4aefe031ecf3fd90352aa4", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.5.0.1-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.5.0.1-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.5.0.1-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u181-7.23.0.1/Dockerfile", - "similarity_id": "d430360e33089dfac84720dbd387af9400f9fa7abe8b6eaca7ffea10b0d781f1", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-7-7.23.0.1-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-7-7.23.0.1-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-7-7.23.0.1-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u171-7.22.0.3/Dockerfile", - "similarity_id": "3b9900469bcea854d2bf3c280088fb2a6fcd735b395c0552b8eebed6c72595a9", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-7-7.22.0.3-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-7-7.22.0.3-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-7-7.22.0.3-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u121-8.20.0.5/Dockerfile", - "similarity_id": "3a876ec2cc9565c460b5fe6400fc88c8daf4192e91f9d7a7e7ec4af4d5388af6", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.20.0.5-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.20.0.5-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.20.0.5-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/11.0.4-11.33/Dockerfile", - "similarity_id": "67a5e7d3400742b025359ec5e58201a9fd1ed70cd573d4c2d1ff83c1f6c10a60", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-11-11.33+15-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-11-11.33+15-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-11-11.33+15-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u232-8.42.0.23/Dockerfile", - "similarity_id": "c94b924c4d3fbc8b465a6c39603743dadbb054bb722f8cce16977e054afb8b52", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-8-8.42.0.23-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-8-8.42.0.23-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-8-8.42.0.23-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u202-8.36.0.1/Dockerfile", - "similarity_id": "09b8a4d9bf899e590c519548881dc1041bb7732c892bbd056c8ad6433b1e2b12", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-8-8.36.0.1-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-8-8.36.0.1-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-8-8.36.0.1-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/12.0.2-12.3/Dockerfile", - "similarity_id": "2c9406da74f3c362b5d1652f105f53e1a00c21078b8625e19397a8c73ef2fd33", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-12-12.3+11-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-12-12.3+11-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-12-12.3+11-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u79-6.12.0.2/Dockerfile", - "similarity_id": "634b63a47364bdde7626472776f43c4452733326b64f573b964286306081e3ca", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-6-6.12.0.2-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-6-6.12.0.2-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-6-6.12.0.2-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u161-7.21.0.3/Dockerfile", - "similarity_id": "54073b3f769a4e3ebee02627a5fe42789b1647fd0eea5fdfca7af99f314bdbc5", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-7-7.21.0.3-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-7-7.21.0.3-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-7-7.21.0.3-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u102-8.17.0.7/Dockerfile", - "similarity_id": "9dd999a6650190b87c16bf8ef062998847ec08cbaca87b2934ebebab9f0b59e5", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.17.0.7-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.17.0.7-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.17.0.7-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u192-8.33.0.1/Dockerfile", - "similarity_id": "72f97b2439cfa0521af86f8c3a9116be60452aea60bb6f7b5e14e6d0a5973d8f", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-8-8.33.0.1-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-8-8.33.0.1-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-8-8.33.0.1-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u141-7.18.0.3/Dockerfile", - "similarity_id": "92d4d45473dcc19d54042a7fc50b988574f65f4a6f55e7b699c842b4c750b64d", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-7-7.18.0.3-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-7-7.18.0.3-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-7-7.18.0.3-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u20-8.3.0.1/Dockerfile", - "similarity_id": "7112a8fdf158d562c7a84c106ff283bc2c37dfee29692cc03b9ef22edd0b617a", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.3.0.1-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.3.0.1-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.3.0.1-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u79-7.9.0.2/Dockerfile", - "similarity_id": "d62d5ad9beb7e4dc6f21e660316cfe8c7752acd3d5bc63ecebcafa69bd7c4a2e", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-7-7.9.0.2-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-7-7.9.0.2-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-7-7.9.0.2-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u172-8.30.0.1/Dockerfile", - "similarity_id": "210eae297e6163b30d1b9fc7a5124296cea0c7714f3133b3fa617e7129f46c65", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-8-8.30.0.1-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-8-8.30.0.1-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-8-8.30.0.1-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u144-8.23.0.3/Dockerfile", - "similarity_id": "b27555680a71ee904bec1b590f9242a2e7f50c1bc94cc4f78882bd7288f3fede", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-8-8.23.0.3-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-8-8.23.0.3-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-8-8.23.0.3-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/10u02-10.3/Dockerfile", - "similarity_id": "133e24f26038c15797864fba86496f22f0b4c293179cbf53c5e54dbee4dc26e3", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-10-10.3+5-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-10-10.3+5-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-10-10.3+5-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u99-6.18.0.3/Dockerfile", - "similarity_id": "d7e6bc871829424123af9f5009be8cf83135aff50d7620daa5352ab445db00b0", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-6-6.18.0.3-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-6-6.18.0.3-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-6-6.18.0.3-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u51-8.8.0.3/Dockerfile", - "similarity_id": "342266f8e3e27e92920b5298b1855dc249712d81573e0ff782b846a1d59e7c53", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.8.0.3-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.8.0.3-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.8.0.3-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u87-6.14.0.1/Dockerfile", - "similarity_id": "ff41711837bb88d35b3bf5bc5bb1bc5dcc23c7b1b436fbb8316ccf14a2abd516", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-6-6.14.0.1-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-6-6.14.0.1-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-6-6.14.0.1-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u252-7.36.0.5/Dockerfile", - "similarity_id": "3d8185f72cfc684a31a1ecb2857d1a50da62facebd8e0a5fb24a2632971f1b29", - "line": 14, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems \u0026\u0026 curl -o /etc/yum.repos.d/zulu.repo http://repos.azulsystems.com/rhel/zulu.repo \u0026\u0026 yum -q -y update \u0026\u0026 yum -q -y install zulu-7-7.36.0.5-1 \u0026\u0026 $JAVA_HOME/bin/java -version}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems \u0026\u0026 curl -o /etc/yum.repos.d/zulu.repo http://repos.azulsystems.com/rhel/zulu.repo \u0026\u0026 yum -q -y update \u0026\u0026 yum -q -y install zulu-7-7.36.0.5-1 \u0026\u0026 $JAVA_HOME/bin/java -version}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems \u0026\u0026 curl -o /etc/yum.repos.d/zulu.repo http://repos.azulsystems.com/rhel/zulu.repo \u0026\u0026 yum -q -y update \u0026\u0026 yum -q -y install zulu-7-7.36.0.5-1 \u0026\u0026 $JAVA_HOME/bin/java -version}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u65-7.6.0.1/Dockerfile", - "similarity_id": "6a42536400226f658c9474d12648fa2dcf2f16c11b496e8c2feb60a1733b5dc0", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-7-7.6.0.1-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-7-7.6.0.1-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-7-7.6.0.1-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u121-7.16.0.1/Dockerfile", - "similarity_id": "dada53ca3aff7ba6a8234c6dc83280c8067185abce8e4eb7aa55675f85be86c5", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-7-7.16.0.1-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-7-7.16.0.1-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-7-7.16.0.1-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/12-12.1/Dockerfile", - "similarity_id": "133edcbff266637e83714d632ee79bf04bfbe2b66bc4b5925a0b2a8e5c3f4416", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-12-12.1+3-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-12-12.1+3-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-12-12.1+3-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u89-6.15.0.1/Dockerfile", - "similarity_id": "bcaf7e10f3e20e97942763b024f8c4d4cd56b97faf1866c55afdf93d53f5f051", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-6-6.15.0.1-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-6-6.15.0.1-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-6-6.15.0.1-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u11-8.2.0.1/Dockerfile", - "similarity_id": "44a93a285b56716cff811994ff165a43eaf98855bd0bf55b15b0f24017604bbe", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.2.0.1-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.2.0.1-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.2.0.1-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u232-7.31.0.5/Dockerfile", - "similarity_id": "f4c0f88d4827b5aaebd655c7a276146d3d756048f72d189d07da8767755a06c9", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-7-7.31.0.5-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-7-7.31.0.5-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-7-7.31.0.5-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u95-7.13.0.1/Dockerfile", - "similarity_id": "517d16892290363e96b2f8737d453fa8c0fc0249c74f2eedcb55fdf552ec1f94", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-7-7.13.0.1-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-7-7.13.0.1-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-7-7.13.0.1-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u53-6.5.0.2/Dockerfile", - "similarity_id": "21cfce7481c32a343e2e686b0f99630b6163ac9bcf81fe763a44b416fc002d39", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-6-6.5.0.2-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-6-6.5.0.2-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-6-6.5.0.2-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/12-latest/Dockerfile", - "similarity_id": "8bda15693d5a22872d4b73f70fe3c048b336f4ea8ebaf8d29268af1f69c31215", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-12}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-12}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-12}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u211-7.27.0.1/Dockerfile", - "similarity_id": "9dc9d8867e14ae71414202c3b4c5a3f4fbd1cb96e4eddcdb283fcf35db096a08", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-7-7.27.0.1-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-7-7.27.0.1-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-7-7.27.0.1-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u242-8.44.0.11/Dockerfile", - "similarity_id": "53da4a6da625e6f2e34da42203b8602e9ef3338db93f0f22599fa0ee1b7a9799", - "line": 14, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems \u0026\u0026 curl -o /etc/yum.repos.d/zulu.repo http://repos.azulsystems.com/rhel/zulu.repo \u0026\u0026 yum -q -y update \u0026\u0026 yum -q -y install zulu-8-8.44.0.11-1 \u0026\u0026 $JAVA_HOME/bin/java -version}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems \u0026\u0026 curl -o /etc/yum.repos.d/zulu.repo http://repos.azulsystems.com/rhel/zulu.repo \u0026\u0026 yum -q -y update \u0026\u0026 yum -q -y install zulu-8-8.44.0.11-1 \u0026\u0026 $JAVA_HOME/bin/java -version}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems \u0026\u0026 curl -o /etc/yum.repos.d/zulu.repo http://repos.azulsystems.com/rhel/zulu.repo \u0026\u0026 yum -q -y update \u0026\u0026 yum -q -y install zulu-8-8.44.0.11-1 \u0026\u0026 $JAVA_HOME/bin/java -version}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u40-8.6.0.1/Dockerfile", - "similarity_id": "385dde9ba10f0d0ca478b3dba540328a5f5a5d0769b6c2ecca181a0421918fe6", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.6.0.1-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.6.0.1-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.6.0.1-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u222-7.29.0.5/Dockerfile", - "similarity_id": "f72dd22b75e8b358a750dae3fb668c83502c885d311be4ae13343531d0742ed3", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-7-7.29.0.5-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-7-7.29.0.5-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-7-7.29.0.5-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u242-7.34.0.5/Dockerfile", - "similarity_id": "cbfd113acccd509c0a5197b12779c6775908a376450995c1f351ab813625c63f", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-7-7.34.0.5-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-7-7.34.0.5-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-7-7.34.0.5-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u85-7.11.0.3/Dockerfile", - "similarity_id": "c920cbae09196bc3c63bb92ed2449d13723aa1f665993186715d092f04e0c5e6", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-7-7.11.0.3-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-7-7.11.0.3-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-7-7.11.0.3-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/9u07-9.0.7.1/Dockerfile", - "similarity_id": "7490bf7939238df9a3bd65bc33499aa3a81e971c9981a2835ed793b7be3e2bc6", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-9-9.0.7.1-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-9-9.0.7.1-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-9-9.0.7.1-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u191-7.24.0.1/Dockerfile", - "similarity_id": "28e3b90342373c4da994238cbcc54f494f5041c58db9e6abb4ab2389dd56d877", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-7-7.24.0.1-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-7-7.24.0.1-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-7-7.24.0.1-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u45-8.7.0.5/Dockerfile", - "similarity_id": "20b6a191dbcded852d4a131afb451f66aeca7269cb83e64fa2219f336e292e58", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.7.0.5-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.7.0.5-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.7.0.5-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u232-8.42.0.21/Dockerfile", - "similarity_id": "1c1b89207c4b5d4101fbcca8cba6c6904f256e9160376f407144b8c9153aefa7", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-8-8.42.0.21-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-8-8.42.0.21-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-8-8.42.0.21-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u59-6.7.0.2/Dockerfile", - "similarity_id": "4cfc7d93811397348df9f5d5e992c5fa69ad837d66e439eb336894ec2cec8291", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-6-6.7.0.2-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-6-6.7.0.2-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-6-6.7.0.2-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u162-8.27.0.7/Dockerfile", - "similarity_id": "26bcfbef0beae012fcdc14bb4fb4842203fb084d0b8c9cad38a850f5869f978d", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-8-8.27.0.7-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-8-8.27.0.7-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-8-8.27.0.7-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/9u04-9.0.4.1/Dockerfile", - "similarity_id": "4e4d8e9873f7b21f33ab39b8ab2b4eaaf24dfac9288eb15fb9a8b78074da0a65", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-9-9.0.4.1-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-9-9.0.4.1-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-9-9.0.4.1-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u154-7.20.0.3/Dockerfile", - "similarity_id": "4f50d7ee86b4a20d1d551f71981b046d6b4ecda77283143dce3e8e4a284a7a6b", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-7-7.20.0.3-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-7-7.20.0.3-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-7-7.20.0.3-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u113-6.21.0.3/Dockerfile", - "similarity_id": "d46659bac97ba7f5e2ebc6bcc669fec947936f7269d529aa8dd05032ae48db60", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-6-6.21.0.3-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-6-6.21.0.3-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-6-6.21.0.3-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/13.0.2-13.29/Dockerfile", - "similarity_id": "052ca660d75c9151bb9caae88ec3921138beb866117c36b513f6ad251991c2d5", - "line": 14, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems \u0026\u0026 curl -o /etc/yum.repos.d/zulu.repo http://repos.azulsystems.com/rhel/zulu.repo \u0026\u0026 yum -q -y update \u0026\u0026 yum -q -y install zulu-13-13.29+9-1 \u0026\u0026 $JAVA_HOME/bin/java -version}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems \u0026\u0026 curl -o /etc/yum.repos.d/zulu.repo http://repos.azulsystems.com/rhel/zulu.repo \u0026\u0026 yum -q -y update \u0026\u0026 yum -q -y install zulu-13-13.29+9-1 \u0026\u0026 $JAVA_HOME/bin/java -version}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems \u0026\u0026 curl -o /etc/yum.repos.d/zulu.repo http://repos.azulsystems.com/rhel/zulu.repo \u0026\u0026 yum -q -y update \u0026\u0026 yum -q -y install zulu-13-13.29+9-1 \u0026\u0026 $JAVA_HOME/bin/java -version}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/10-latest/Dockerfile", - "similarity_id": "30ba0e6d905935dd1cc2afdb75757db15374897f78c7aadebe84b478dfb1a21c", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-10}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-10}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-10}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u152-8.25.0.1/Dockerfile", - "similarity_id": "8faa6892cdcede4bbfcb27244ba4699b015bb2cf9716e3b30ee353e02112e33f", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-8-8.25.0.1-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-8-8.25.0.1-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-8-8.25.0.1-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/12.0.1-12.2/Dockerfile", - "similarity_id": "e5a359e7e814a85865a64a0efd48aa91c054bbc43fd59ec2b40753788067d2db", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-12-12.2+3-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-12-12.2+3-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-12-12.2+3-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6-latest/Dockerfile", - "similarity_id": "ac4bc72bfb82ff4671ccf06ca0381423264272c4ab56461e8a51ff92b17b48cf", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-6}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-6}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-6}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u119-6.22.0.3/Dockerfile", - "similarity_id": "e4e06f2272bdb4a830185548147c5b085d6657b8697926eb7111de39da0277ff", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-6-6.22.0.3-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-6-6.22.0.3-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-6-6.22.0.3-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u76-7.8.0.3/Dockerfile", - "similarity_id": "806777e049db02eca2777edc1d2ec6680dff9dfc10118334168b1337e78c4af1", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-7-7.8.0.3-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-7-7.8.0.3-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-7-7.8.0.3-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u107-6.20.0.1/Dockerfile", - "similarity_id": "b384d4155291b007aa6b0cc0b754182520aabda06420a8a8ea2896f5d65c0a95", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-6-6.20.0.1-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-6-6.20.0.1-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-6-6.20.0.1-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u181-8.31.0.1/Dockerfile", - "similarity_id": "fbe1dbdc2e4501d6eec1af851048cbeb816918d3ba2ddfa62d1a08c66d7121f1", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-8-8.31.0.1-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-8-8.31.0.1-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-8-8.31.0.1-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u212-8.38.0.13/Dockerfile", - "similarity_id": "e9d72562599776bd26322a55a76aa4540bfff4ac0bc46f2d6f5cd23b5420552e", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-8-8.38.0.13-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-8-8.38.0.13-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-8-8.38.0.13-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u222-8.40.0.25/Dockerfile", - "similarity_id": "37e8d93b9f3ac9cd6047bc6a86fbc3779a9a877441a974b70a374507b8665e8d", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-8-8.40.0.25-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-8-8.40.0.25-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-8-8.40.0.25-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/11.0.2-11.29/Dockerfile", - "similarity_id": "839dd940012163690ca7941e723d5111f25ce7ed6b3b708a2946a81d31e78f30", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-11-11.29+11-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-11-11.29+11-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-11-11.29+11-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u77-6.11.0.2/Dockerfile", - "similarity_id": "a302ffa74e44893504788340af5706438855e01e0b46a9de5c7529f2aaef2967", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-6-6.11.0.2-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-6-6.11.0.2-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-6-6.11.0.2-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/9-latest/Dockerfile", - "similarity_id": "4389bec179a4e0328b2c616e01fcccb787211b1a505ebd1bc5c108812de2abeb", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-9}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-9}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-9}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u83-6.13.0.7/Dockerfile", - "similarity_id": "4771bcf840f70a4bba7130544621f5aaba5cb3a95a4cb3597db3832ec9226be3", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-6-6.13.0.7-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-6-6.13.0.7-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-6-6.13.0.7-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u80-7.10.0.1/Dockerfile", - "similarity_id": "2d9a1cb3a4e5a0ea476263e1c2401f020c324de252821630ec93c51aefce6394", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-7-7.10.0.1-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-7-7.10.0.1-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-7-7.10.0.1-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/11.0.3-11.31/Dockerfile", - "similarity_id": "5e9c266fc488cb9142ecb97ad3501c3ac2ef714f99971da6528530182f37bba4", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-11-11.31+11-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-11-11.31+11-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-11-11.31+11-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/13.0.1-13.28/Dockerfile", - "similarity_id": "7b45c7e5c59ccf63cc866c847a3175a20b54a052321bac8487311b879af96b5d", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-13-13.28+11-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-13-13.28+11-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-13-13.28+11-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u111-7.15.0.5/Dockerfile", - "similarity_id": "dfa37ef78c520dc77e6d6ac689424dc982bc44e31610d10226fea875cc6851ee", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-7-7.15.0.5-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-7-7.15.0.5-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-7-7.15.0.5-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u93-6.16.0.1/Dockerfile", - "similarity_id": "92ab7b645b228a276537f999c31f5dab0e56970d400d9b6cb39fcf297d9e92db", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-6-6.16.0.1-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-6-6.16.0.1-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-6-6.16.0.1-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u91-7.12.0.3/Dockerfile", - "similarity_id": "c6bcc082b4171340c1e60e783f847dd1fa18a3f78fb8f0d763bb50a85a8efe03", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-7-7.12.0.3-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-7-7.12.0.3-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-7-7.12.0.3-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u97-6.17.0.1/Dockerfile", - "similarity_id": "62650f4bfde17783e7b19fd480286b10c0143400a6f1c06f6be5677a84d8ab4c", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-6-6.17.0.1-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-6-6.17.0.1-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-6-6.17.0.1-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u92-8.15.0.1/Dockerfile", - "similarity_id": "f1319ab9bda07c2ceecff691f490c19ba69bd4e8619ca02efecde105b41e2df4", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.15.0.1-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.15.0.1-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.15.0.1-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u131-8.21.0.1/Dockerfile", - "similarity_id": "dc98d36c807d5fcca56495707c4ceac3ae39ffd5c13b8ddb8fe832501389d6fc", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.21.0.1-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.21.0.1-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.21.0.1-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u65-8.10.0.1/Dockerfile", - "similarity_id": "d7aff1e0f063621db77dcddd90b626912a94d6b3a7b0009c38f80290cb550de1", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.10.0.1-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.10.0.1-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.10.0.1-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u56-6.6.0.1/Dockerfile", - "similarity_id": "c6ad2cf5b0d8c5987a8d85750650a15d1ab3550d1dc7faa6783d0208b9ce9abb", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-6-6.6.0.1-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-6-6.6.0.1-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-6-6.6.0.1-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u101-7.14.0.5/Dockerfile", - "similarity_id": "67c16252104c496ac9374b3d33d969ae01a051a2d68be57767a2df9386dfd0b6", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-7-7.14.0.5-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-7-7.14.0.5-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-7-7.14.0.5-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u69-6.9.0.3/Dockerfile", - "similarity_id": "a496bf86e1481fc2079d50e722fd68d201762ef55b9dcd7b288485e96a0da991", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-6-6.9.0.3-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-6-6.9.0.3-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-6-6.9.0.3-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u60-8.9.0.4/Dockerfile", - "similarity_id": "f21d9127039e8f027da158cde1e88d2656976255c793a4fdd3d500af1c0a9528", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.9.0.4-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.9.0.4-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.9.0.4-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/9u01-9.0.1.3/Dockerfile", - "similarity_id": "51b631d396d33356f19985c73c634b41b4e64e9cf0ec726087e48f162b2f1931", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-9-9.0.1.3-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-9-9.0.1.3-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-9-9.0.1.3-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/11.0.5-11.35/Dockerfile", - "similarity_id": "3ee5bc2f9f63ebda79ab380967cbb9ca69a8cdf71d9ca8661a4139fccacd45ed", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-11-11.35+15-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-11-11.35+15-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-11-11.35+15-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u201-7.25.0.5/Dockerfile", - "similarity_id": "e8f0003b1ac289f3a750521c84bdf69abc822dc0454b3201c1ee2f0b58803d11", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-7-7.25.0.5-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-7-7.25.0.5-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-7-7.25.0.5-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/9-ea/Dockerfile", - "similarity_id": "a00dc3275d540e512cf96e8b4b133abc939f7177604338840330cd17bf67d4fe", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-9-9.0.0.14-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-9-9.0.0.14-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-9-9.0.0.14-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u73-6.10.0.3/Dockerfile", - "similarity_id": "eef70e87f28875d7c84d90ed0695c6142e2a2c30d65023029aa00bedc73af84d", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-6-6.10.0.3-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-6-6.10.0.3-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-6-6.10.0.3-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u66-8.11.0.1/Dockerfile", - "similarity_id": "d1b608d6d412c7275367cd09961b697cc95b06d035eccd257aa17dcea82c916f", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.11.0.1-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.11.0.1-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.11.0.1-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/11.0.1-11.2/Dockerfile", - "similarity_id": "4e74c4ac31e2f9ed0f67b96dd7c87e4c3092c0c2ffda92a660e6cde50e3a28d1", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-11-11.2+3-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-11-11.2+3-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-11-11.2+3-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/11.0.6-11.37/Dockerfile", - "similarity_id": "091f7432470396357f19ce05c99c2ca59693d025fc58c132c6ad1815281d9f66", - "line": 14, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems \u0026\u0026 curl -o /etc/yum.repos.d/zulu.repo http://repos.azulsystems.com/rhel/zulu.repo \u0026\u0026 yum -q -y update \u0026\u0026 yum -q -y install zulu-11-11.37+17-1 \u0026\u0026 $JAVA_HOME/bin/java -version}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems \u0026\u0026 curl -o /etc/yum.repos.d/zulu.repo http://repos.azulsystems.com/rhel/zulu.repo \u0026\u0026 yum -q -y update \u0026\u0026 yum -q -y install zulu-11-11.37+17-1 \u0026\u0026 $JAVA_HOME/bin/java -version}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems \u0026\u0026 curl -o /etc/yum.repos.d/zulu.repo http://repos.azulsystems.com/rhel/zulu.repo \u0026\u0026 yum -q -y update \u0026\u0026 yum -q -y install zulu-11-11.37+17-1 \u0026\u0026 $JAVA_HOME/bin/java -version}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u25-8.4.0.1/Dockerfile", - "similarity_id": "d6155e30d836b6f0f1edf9895d33fc9ef952ccc3b91b102bf2a0564f05566930", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.4.0.1-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.4.0.1-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-8-8.4.0.1-1}} doesn't have 'yum clean all' after 'yum install' command" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u131-7.17.0.5/Dockerfile", - "similarity_id": "67ed7ea7d2c935040e9dfbc79e0ff321fab587b3efc860e4f8281975e5649dcc", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-7-7.17.0.5-1}}", - "search_line": 0, - "search_value": "", - "expected_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-7-7.17.0.5-1}} does have 'yum clean all' after 'yum install' command", - "actual_value": "FROM={{centos:latest}}.{{RUN yum -q -y install zulu-7-7.17.0.5-1}} doesn't have 'yum clean all' after 'yum install' command" - } - ] - }, - { - "query_name": "Yum install Without Version", - "query_id": "6452c424-1d92-4deb-bb18-a03e95d579c4", - "query_url": "https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#run", - "severity": "MEDIUM", - "platform": "Dockerfile", - "category": "Supply-Chain", - "description": "Not specifying the package version can cause failures due to unanticipated changes in required packages", - "description_id": "19d4cfc7", - "files": [ - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/9-latest/Dockerfile", - "similarity_id": "f634adbf379cdde3837350769df73a5c6195090b145b626e4b8ca2092d5c8a67", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-9}}", - "search_line": 0, - "search_value": "", - "expected_value": "The package version should always be specified when using yum install", - "actual_value": "No version is specified in package 'zulu-9'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u272-7.40.0.15/Dockerfile", - "similarity_id": "916bebc4df80ff1d4ed931a4ce1a16a6ee2dfb63c24c4f28e20f050cffc56380", - "line": 14, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo-${ZULU_REPO_VER}.noarch.rpm \u0026\u0026 rpm -ivh zulu-repo-${ZULU_REPO_VER}.noarch.rpm \u0026\u0026 yum -q -y update \u0026\u0026 yum -q -y upgrade \u0026\u0026 yum -q -y install zulu7-jdk \u0026\u0026 yum clean all \u0026\u0026 rm -rf /var/cache/yum zulu-repo_${ZULU_REPO_VER}.noarch.rpm}}", - "search_line": 0, - "search_value": "", - "expected_value": "The package version should always be specified when using yum install", - "actual_value": "No version is specified in package 'zulu7-jdk'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/15.0.1-15.28.13/Dockerfile", - "similarity_id": "a7479000ae4abda67cdbf4384072c1b824722d905257eee4673fce0859525fe1", - "line": 14, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo-${ZULU_REPO_VER}.noarch.rpm \u0026\u0026 rpm -ivh zulu-repo-${ZULU_REPO_VER}.noarch.rpm \u0026\u0026 yum -q -y update \u0026\u0026 yum -q -y upgrade \u0026\u0026 yum -q -y install zulu15-jdk \u0026\u0026 yum clean all \u0026\u0026 rm -rf /var/cache/yum zulu-repo_${ZULU_REPO_VER}.noarch.rpm}}", - "search_line": 0, - "search_value": "", - "expected_value": "The package version should always be specified when using yum install", - "actual_value": "No version is specified in package 'zulu15-jdk'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u262-8.48.0.51/Dockerfile", - "similarity_id": "bf7f0c04b21cd8b86fde9bc41cc66731df5f7a23387a8b0bde2fc488b8f7d022", - "line": 14, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo-${ZULU_REPO_VER}.noarch.rpm \u0026\u0026 rpm -ivh zulu-repo-${ZULU_REPO_VER}.noarch.rpm \u0026\u0026 yum -q -y update \u0026\u0026 yum -q -y upgrade \u0026\u0026 yum -q -y install zulu8-jdk \u0026\u0026 yum clean all \u0026\u0026 rm -rf /var/cache/yum zulu-repo_${ZULU_REPO_VER}.noarch.rpm}}", - "search_line": 0, - "search_value": "", - "expected_value": "The package version should always be specified when using yum install", - "actual_value": "No version is specified in package 'zulu8-jdk'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/13.0.5-13.35.17/Dockerfile", - "similarity_id": "e824e16b453bed38ea31be09b62aea981d6a3912546fcb773fedc1b084b5f532", - "line": 14, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo-${ZULU_REPO_VER}.noarch.rpm \u0026\u0026 rpm -ivh zulu-repo-${ZULU_REPO_VER}.noarch.rpm \u0026\u0026 yum -q -y update \u0026\u0026 yum -q -y upgrade \u0026\u0026 yum -q -y install zulu13-jdk \u0026\u0026 yum clean all \u0026\u0026 rm -rf /var/cache/yum zulu-repo_${ZULU_REPO_VER}.noarch.rpm}}", - "search_line": 0, - "search_value": "", - "expected_value": "The package version should always be specified when using yum install", - "actual_value": "No version is specified in package 'zulu13-jdk'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/10-latest/Dockerfile", - "similarity_id": "e216ed4eefa9472802a85555d13126350d4e39f24ac0b6c5ab0646efdd9dd11e", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-10}}", - "search_line": 0, - "search_value": "", - "expected_value": "The package version should always be specified when using yum install", - "actual_value": "No version is specified in package 'zulu-10'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6-latest/Dockerfile", - "similarity_id": "300238ff4e140780feb48bdee0878734eeca1d77edf653e26c900a829087f18e", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-6}}", - "search_line": 0, - "search_value": "", - "expected_value": "The package version should always be specified when using yum install", - "actual_value": "No version is specified in package 'zulu-6'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/12-latest/Dockerfile", - "similarity_id": "9ba7df757ad0a824bc636ba8353511a5d1a36422e1f58ab631c0823c5ea2ca29", - "line": 16, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN yum -q -y install zulu-12}}", - "search_line": 0, - "search_value": "", - "expected_value": "The package version should always be specified when using yum install", - "actual_value": "No version is specified in package 'zulu-12'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u282-7.42.0.13/Dockerfile", - "similarity_id": "c7190d95f00e819b1757b5df584bd19478e8d94d424bd54673995464fa0e81b0", - "line": 14, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo-${ZULU_REPO_VER}.noarch.rpm \u0026\u0026 rpm -ivh zulu-repo-${ZULU_REPO_VER}.noarch.rpm \u0026\u0026 yum -q -y update \u0026\u0026 yum -q -y upgrade \u0026\u0026 yum -q -y install zulu7-jdk \u0026\u0026 yum clean all \u0026\u0026 rm -rf /var/cache/yum zulu-repo_${ZULU_REPO_VER}.noarch.rpm}}", - "search_line": 0, - "search_value": "", - "expected_value": "The package version should always be specified when using yum install", - "actual_value": "No version is specified in package 'zulu7-jdk'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u272-8.50.0.21/Dockerfile", - "similarity_id": "a34aabb39195f0f84c0c4dcf7d1253b4fb1447d259d358c7eaeb2d57308100e1", - "line": 14, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo-${ZULU_REPO_VER}.noarch.rpm \u0026\u0026 rpm -ivh zulu-repo-${ZULU_REPO_VER}.noarch.rpm \u0026\u0026 yum -q -y update \u0026\u0026 yum -q -y upgrade \u0026\u0026 yum -q -y install zulu8-jdk \u0026\u0026 yum clean all \u0026\u0026 rm -rf /var/cache/yum zulu-repo_${ZULU_REPO_VER}.noarch.rpm}}", - "search_line": 0, - "search_value": "", - "expected_value": "The package version should always be specified when using yum install", - "actual_value": "No version is specified in package 'zulu8-jdk'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/11.0.9-11.43.21/Dockerfile", - "similarity_id": "45a64293ff66b9683d295e48c87accababe669de4ff41a689ea39c572815cd35", - "line": 14, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo-${ZULU_REPO_VER}.noarch.rpm \u0026\u0026 rpm -ivh zulu-repo-${ZULU_REPO_VER}.noarch.rpm \u0026\u0026 yum -q -y update \u0026\u0026 yum -q -y upgrade \u0026\u0026 yum -q -y install zulu11-jdk \u0026\u0026 yum clean all \u0026\u0026 rm -rf /var/cache/yum zulu-repo_${ZULU_REPO_VER}.noarch.rpm}}", - "search_line": 0, - "search_value": "", - "expected_value": "The package version should always be specified when using yum install", - "actual_value": "No version is specified in package 'zulu11-jdk'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/13.0.4-13.33.25/Dockerfile", - "similarity_id": "69785981248b7fe1d438da4af08606de07fd88e5b04ee238157a0df7aed9902f", - "line": 14, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo-${ZULU_REPO_VER}.noarch.rpm \u0026\u0026 rpm -ivh zulu-repo-${ZULU_REPO_VER}.noarch.rpm \u0026\u0026 yum -q -y update \u0026\u0026 yum -q -y upgrade \u0026\u0026 yum -q -y install zulu13-jdk \u0026\u0026 yum clean all \u0026\u0026 rm -rf /var/cache/yum zulu-repo_${ZULU_REPO_VER}.noarch.rpm}}", - "search_line": 0, - "search_value": "", - "expected_value": "The package version should always be specified when using yum install", - "actual_value": "No version is specified in package 'zulu13-jdk'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/15.0.0-15.27.17/Dockerfile", - "similarity_id": "583698f591bec194d80e97b1e3e2864fce0c7c72df869e2d88bc3627ba015cbe", - "line": 14, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo-${ZULU_REPO_VER}.noarch.rpm \u0026\u0026 rpm -ivh zulu-repo-${ZULU_REPO_VER}.noarch.rpm \u0026\u0026 yum -q -y update \u0026\u0026 yum -q -y upgrade \u0026\u0026 yum -q -y install zulu15-jdk \u0026\u0026 yum clean all \u0026\u0026 rm -rf /var/cache/yum zulu-repo_${ZULU_REPO_VER}.noarch.rpm}}", - "search_line": 0, - "search_value": "", - "expected_value": "The package version should always be specified when using yum install", - "actual_value": "No version is specified in package 'zulu15-jdk'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/11.0.8-11.41.23/Dockerfile", - "similarity_id": "3dfdfbc761b6cd349192eae134ca412faaf9196ef4a7d5c599a8b516d347b6e3", - "line": 14, - "issue_type": "IncorrectValue", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems \u0026\u0026 curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo-${ZULU_REPO_VER}.noarch.rpm \u0026\u0026 rpm -ivh zulu-repo-${ZULU_REPO_VER}.noarch.rpm \u0026\u0026 yum -q -y update \u0026\u0026 yum -q -y upgrade \u0026\u0026 yum -q -y install zulu11-jdk \u0026\u0026 yum clean all \u0026\u0026 rm -rf /var/cache/yum zulu-repo_${ZULU_REPO_VER}.noarch.rpm}}", - "search_line": 0, - "search_value": "", - "expected_value": "The package version should always be specified when using yum install", - "actual_value": "No version is specified in package 'zulu11-jdk'" - } - ] - }, - { - "query_name": "Healthcheck Instruction Missing", - "query_id": "b03a748a-542d-44f4-bb86-9199ab4fd2d5", - "query_url": "https://docs.docker.com/engine/reference/builder/#healthcheck", - "severity": "LOW", - "platform": "Dockerfile", - "category": "Insecure Configurations", - "description": "Ensure that HEALTHCHECK is being used. The HEALTHCHECK instruction tells Docker how to test a container to check that it is still working", - "description_id": "426121ee", - "files": [ - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u111-7.15.0.1/Dockerfile", - "similarity_id": "501a85a7e8d622eb4695367cbfe340f0f2fa3c6776cb311b3942053cabf24b31", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u262-8.48.0.51/Dockerfile", - "similarity_id": "0e0bd07fc17e528507b1024362a3ae534eb6e4b3c5b72d9fae366a5f5c7014f3", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/9-ea/Dockerfile", - "similarity_id": "a8d152edf40650c65a25c0877e0da09bb4b3a497d14c7a6ddf7856ed59803757", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u102-8.17.0.3/Dockerfile", - "similarity_id": "830f7041a9d47e5b021ca09360ffae56030b2eac9693518cbaa7db028b8ddca1", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/9u07-9.0.7.1/Dockerfile", - "similarity_id": "dea89069f649abda40ae505877a09f1ccdc93a8497b36b0f222fdd5c3342c966", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.6-11.37/Dockerfile", - "similarity_id": "1727d719b88797c6cf7c92e613834722a98ad4710b8d77dce632698e6947a426", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.10.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.7-11.39.15-jre/Dockerfile", - "similarity_id": "fb8b51d5df7bc5aeed58703a4322d2562a7d162cc2fcc47b7af496ea27d02735", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.11}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/6u97-6.17.0.1/Dockerfile", - "similarity_id": "ed608184e628ee94f900ad1a007b8e724c36650f474f627fe2ed6215733fbaab", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u191-7.24.0.1/Dockerfile", - "similarity_id": "15fa72843947656bc26c79df23faf77c1ef4ce04733bd1d177439a5a8d31e53c", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.4-11.33/Dockerfile", - "similarity_id": "a3ee84e892f9654bc5e40cf2ad77f022828eb1a7227cb8b978b255eedcbc7e93", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u89-6.15.0.1/Dockerfile", - "similarity_id": "de866f8361c6743920f033dec4941443a94100a9df04a936a16a18c03613f770", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/10-latest/Dockerfile", - "similarity_id": "f4409701ba120cb5733bcd36b3ab2a76824bb19be61bf7e7009b32de9c6f06ce", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u112-8.19.0.1/Dockerfile", - "similarity_id": "ac9515ac7f03631912b30c92c72a41b89029eb791f047ce01b333c9e1a5939c9", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/12-latest/Dockerfile", - "similarity_id": "03cdfd8e935f8997ee163bf4eb9a728c7c2f7690c88edb1972bdb7aa64f4b0e4", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/9u04-9.0.4.1/Dockerfile", - "similarity_id": "48aeea0634a9907626ec007749900332cd0a45abd6735df31078b206a11cea0f", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/14.0.2-14.29.23/Dockerfile", - "similarity_id": "bbf27f2d6c45a591d8c0ad883a65078b73305a93094fc14d57bb18b4f0c62b7e", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u242-7.34.0.5/Dockerfile", - "similarity_id": "0142372993535fb3ce9b056e4de4959f5ec619bb5045f8dbaf321a41acaa99cc", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u95-7.13.0.1/Dockerfile", - "similarity_id": "4de3bcdb66e27c7d693a72962db75c235e29a3ddb59a1df99ed250fabe59043c", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u171-7.22.0.3/Dockerfile", - "similarity_id": "cea1927c83d7041763756512eabc42b957985469ac416c70a7284e59aeb68265", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u65-8.10.0.1/Dockerfile", - "similarity_id": "e2d64f4de54d5d052ef680ae0d07e1b2b8321642700c806a4013875705594b9a", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/8u162-8.27.0.7/Dockerfile", - "similarity_id": "809127686c6e401bc7c1a65c6b19acf90d6a3411de9eb17f4fb3062174941ef5", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/13.0.3-13.31.11-jre-headless/Dockerfile", - "similarity_id": "d112338c090314d747223d16f1bd73c8c32aba3bbe2b49b9c9c0426c98c20666", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.11}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u232-8.42.0.21/Dockerfile", - "similarity_id": "fa2e259368836af433c6b33177f4fb7972ae3ecd19a914ffd35a46ae65330297", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u232-8.42.0.23-jre-headless/Dockerfile", - "similarity_id": "bab70b27530b366c702584478e0df8950bbd1600564aa0db05731d2325f916b8", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.10.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u154-7.20.0.3/Dockerfile", - "similarity_id": "4bc349f02ecc620e1f29bb11b09d3c1be37f43b6c5f234a8d71bd1508c7a9ce6", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/12.0.2-12.3/Dockerfile", - "similarity_id": "94fec1ab48d94a449eea8fd0ba5aad7eae9da59e7240bd2995d0d76efefef434", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u55-7.4.0.5/Dockerfile", - "similarity_id": "61bd3cc46857f78b82207183624228cfb3e0f55514b5953741afcaa2b06c64c3", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u152-8.25.0.1/Dockerfile", - "similarity_id": "126b337bcddbb2dcc50d078c4885081cbd4069c814ba2f294532e32acd4b67f9", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.2-11.29/Dockerfile", - "similarity_id": "5acf09c56d058faef02ac48ba1f9024035672e60aa36862ef7bb8c9a3cfc1ff5", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u192-8.33.0.1/Dockerfile", - "similarity_id": "7722f81af31bc29a43c6c63c14d50b3ba0d938227c891527e87591dc8827ef1d", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/13.0.2-13.29/Dockerfile", - "similarity_id": "94c8db258ca99550d2233d866b669a8557b22031a5417697640f0e7dbec81628", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/8u102-8.17.0.3/Dockerfile", - "similarity_id": "5ff4430a4f8a05f3d7e0c69566082dad1fd88fa1226264f8e5da13210c2db9bd", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u112-8.19.0.1/Dockerfile", - "similarity_id": "63a30b7451d56f250752d8bf245793b81c5f58dcaf43c70ad70d6c9ff717b111", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.3-11.31/Dockerfile", - "similarity_id": "6945a65ebb67d3b668c8d1e9fdd6e4ad0677bc4bd313ba9b43fafd1f0502c54e", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/13.0.4-13.33.25/Dockerfile", - "similarity_id": "be8659cb39794792f0305af008f9e1e861ec23538595950a4745205a45e8f904", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/13.0.1-13.28/Dockerfile", - "similarity_id": "1c2e9fe0f04eb9e34bfee3027f8de2eb22e5d107e7e068b0b2e3d9b2e4a6aabe", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u85-7.11.0.3/Dockerfile", - "similarity_id": "0d791fb1a2d2fab9ed17df12939812a4e854a08a20bb50718828173374031dd1", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u95-7.13.0.1/Dockerfile", - "similarity_id": "113979cfbafa0d3172f2b65d193186b4eeed8cfd025e01de6f74a03cd5bca28b", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u262-7.38.0.11/Dockerfile", - "similarity_id": "9f0082bba20f9a462209ce237c40f85166726aad105e93a5b6d89b891f7a1ace", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u232-8.42.0.23/Dockerfile", - "similarity_id": "4618245c490940bded1f2300244595e61224409a8a43205449dd5d25642054f3", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u272-8.50.0.21-jre-headless/Dockerfile", - "similarity_id": "e9c197d1742d855dffdefa25bf72e4433aa4079ae2407ce09c1d7e7146ee6b1e", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u272-8.50.0.21/Dockerfile", - "similarity_id": "e22666098a66faf6e5e8b5398fa0b1ed770650db767884849d5b9e8f11fb180f", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/10u02-10.3/Dockerfile", - "similarity_id": "ac5ad4042c50fff633e3d8e559b7d640038ce943a66dd322ad3a71e8e9752029", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/13.0.2-13.29/Dockerfile", - "similarity_id": "d962a5d603e050737e9e354021e67fd4fcaa51357e608bc8c77277224a8db55e", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/13.0.2-13.29/Dockerfile", - "similarity_id": "f469a1fd970cc5fb967d65dd72c629f9059f75e493435689fafe367e9b5b820b", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u79-6.12.0.2/Dockerfile", - "similarity_id": "d0a559463a22fdb4662ba5a49f41c7fe868c5d38f74123e1788fee317ea67722", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/10u02-10.3/Dockerfile", - "similarity_id": "821abfc4086920265b4b98fd53c617c0fcd2111db26d6b7e51e2ad5a17b6108a", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u73-6.10.0.3/Dockerfile", - "similarity_id": "19c338baec1bfcb5ae9f377cca390cfa5dd35df72008318e6ed0615a37f0e92b", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u25-8.4.0.1/Dockerfile", - "similarity_id": "b896ec127d839f1572e6a78256af66cd552a8a250d355a0c1754357f6338d40b", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u242-8.44.0.11/Dockerfile", - "similarity_id": "f42d653ddb39b4d8ec9949d63a172fb2a9a42bb67bcc1b59a9ccfb606a4fdce5", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u101-7.14.0.5/Dockerfile", - "similarity_id": "07ea981b1a4c2d78171eb44adc34ed65f023680da31edd562326827cd2c06fae", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u56-6.6.0.1/Dockerfile", - "similarity_id": "79a37b27f3bc3ad66de402848debaea7b05a6abc57d68ffcf5f941029a5ed7c0", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.9-11.43.21-jre/Dockerfile", - "similarity_id": "7772b6505579fb9dff6b5e88dc46c2b3297fcc25b66bc34c0d6440066547cd7a", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u144-8.23.0.3/Dockerfile", - "similarity_id": "82038b12f7a5058d4e90b916a86958d7577799925e7e3edcaf3d4185415edf58", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u72-7.7.0.1/Dockerfile", - "similarity_id": "74142196b9c943416dd9923f6f5c3a7011b7514ff357e5ef838a8a6f25323c3f", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u99-6.18.0.3/Dockerfile", - "similarity_id": "916134cf4a986c36af291df92db2161b354984517ee81537ed5b9794f4eed4f4", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u242-7.34.0.5/Dockerfile", - "similarity_id": "3ebff4e8901e261ceaeb5f5d0d71b4757ef9814f8e2cb13efa44b8f0c8d88a76", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u191-7.24.0.1/Dockerfile", - "similarity_id": "a1474852025374e0e691e61a9e47515f5f0f39949e296b3c5df47e2c85d886c8", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/9-ea/Dockerfile", - "similarity_id": "8961a823a06665a2b61d220ec87d812d222c1dd060c844a7553cccb6bfacdedf", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u181-8.31.0.1/Dockerfile", - "similarity_id": "e84a46116b67c24a2ffc3a6237d386c7cd15e0f0d8a0b1f69e17fcd16dfd097e", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/10-latest/Dockerfile", - "similarity_id": "adbbc593f6f9f066a1631f27c9ee6575e21e4c840c17fbd3d8dda04a04be6795", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u272-8.50.0.21/Dockerfile", - "similarity_id": "4fbee7897defdee2f167ffc100b66b968c75e8bafccd947a8b23b06bd8cafdd7", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u262-7.38.0.11/Dockerfile", - "similarity_id": "4945afd54319eee82c926ee21f81de1e060f3a04e6a504ed2aa0bca0f2e9d803", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/11.0.3-11.31/Dockerfile", - "similarity_id": "884b8a81316e9f2c87986059b36af0da04ae2ea23841c68ac2b2a19a143fe1a1", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u171-7.22.0.3/Dockerfile", - "similarity_id": "6c0f767a18b0583a07767cf35c83aab9164a93b7e8c856fb984cb4a7787f2642", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u131-7.17.0.5/Dockerfile", - "similarity_id": "2776d0b6248bb62b8e0d27d0b8180244204f2078b145ae7e66a28757c9ceaaa6", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u191-7.24.0.1/Dockerfile", - "similarity_id": "355351a05e6b5363c62c9be47a101f9542d8dc2b820bebf4f0a963888b141cbd", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.2-11.29/Dockerfile", - "similarity_id": "62f407010792e7bfc02ad3123f122e6017fc47d012911c64db453fff80da5e24", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u93-6.16.0.1/Dockerfile", - "similarity_id": "7de0e981ee5548ae71d274848ce302a99650fa265e69fd278e09e03f0bfe020d", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u232-7.31.0.5/Dockerfile", - "similarity_id": "d925951d2e892ff096b4e5774efe8d7c0df1b0387a164974a76e34982acb7f66", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u211-7.27.0.1/Dockerfile", - "similarity_id": "86741fe41f2230fd7cd16ed507776eb713779193ce50ca0b99f4b4e11755f051", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u25-8.4.0.1/Dockerfile", - "similarity_id": "c9a5da01c622e6cad3978223cf49c19b4b15f304e7c2f2044b0ab18846bb9e41", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.5-11.35-jre-headless/Dockerfile", - "similarity_id": "e65bf16c1a9095bace3c4f5ea03e1238005d56a0fb47f91f28babc7619921be2", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.10.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u79-7.9.0.2/Dockerfile", - "similarity_id": "fae5c87266359e1d6c3debb2e1e30c05186eab2564d4512f6aa11eb30bfe8988", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u212-8.38.0.13/Dockerfile", - "similarity_id": "638f499006f3756c9202d9bc7134fe2b3bf05b46f9ab9d8a3d35459a5e129760", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/11.0.4-11.33/Dockerfile", - "similarity_id": "4d24bc47b396e5183a8b1b5500204942b629719be193b48d73c722d1f9fc3f4e", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u222-8.40.0.25/Dockerfile", - "similarity_id": "8cf9d718dc052554c6f6067aa5890eeedb04b0d6d0adfc83765a9505905156eb", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u77-6.11.0.2/Dockerfile", - "similarity_id": "1ee2289e15391f443b07676cd8a5fec2b07fbbb38ecded508446c07b7a0a5f5a", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u141-7.18.0.3/Dockerfile", - "similarity_id": "0ea6257521536b21f6b0c8cc90e3baf378647793de7364a1b15c68857a58743f", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u252-8.46.0.19/Dockerfile", - "similarity_id": "bd63d6af9303875825acf9b01f8bdb5c27b9de855ea5203169c3aa8badf1d813", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u131-7.17.0.5/Dockerfile", - "similarity_id": "77958033ecc8f23440f1aa570583ad3758986fea84af65ef5ec5eec90c6a5bef", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u112-8.19.0.1/Dockerfile", - "similarity_id": "398d446c143a100a7204ae00e3dad05f57fa32da67f7172bfafefe06acb47572", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.3-11.31/Dockerfile", - "similarity_id": "62052499bb8e4afdeadd868f86bb370e380479d5d8b38304669077f57878bc2b", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/6u89-6.15.0.1/Dockerfile", - "similarity_id": "3540f29804740ed3c15987189789bcbe2f481bb0455f476664c8a585bceef670", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.9-11.43.21/Dockerfile", - "similarity_id": "7b243a7b627008e796444bbeed8a7391b0e980d0a6ba30cf39d204c69905974f", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u65-7.6.0.1/Dockerfile", - "similarity_id": "c23aabe07aec0ef963d67d2719fd2b5d1958fe09cb307598bcb9ea66dbf2b8b3", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/6u113-6.21.0.3/Dockerfile", - "similarity_id": "f53bb3349291349940717acbc682fcd720dda5f504bd5e4d56fcdcea50b69e60", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u56-6.6.0.1/Dockerfile", - "similarity_id": "136e90680efee51f0dad527a8fde19925ee0e247d0fac407f4d9aa7f96b5acfd", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u66-8.11.0.1/Dockerfile", - "similarity_id": "0e836a5707d2e98d0506e7575621224b1b537b791521c74ba93687c85eb7d7a2", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u55-7.4.0.5/Dockerfile", - "similarity_id": "9feba8078452f33c819e0f0e28e3dba9fadb426fc90be635746a6923f4c572bf", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u282-7.42.0.13/Dockerfile", - "similarity_id": "c581561b23de31929bacc972817de8f9da38b578025a17620706ca4432aa88d4", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/6u83-6.13.0.3/Dockerfile", - "similarity_id": "ff1902b65ecbdb5e04307f2b51111f1317e2f32383ff4adfe5b3837417d28b98", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/8u152-8.25.0.1/Dockerfile", - "similarity_id": "cd1fe642b45e812fc2186b0f796a3aa89a14cc1b0a1afd45ef0f20ef2f5412be", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u91-7.12.0.3/Dockerfile", - "similarity_id": "1bd22ecf238f71347060843ae603a4b90f567c1b085577ff78850b73889b6b4b", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u232-8.42.0.21-jre/Dockerfile", - "similarity_id": "5677d67d6cc6a68b436e7e6b471525e08c0750e15f1dfc17a613fc4ca3a010ba", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.8-11.41.23-jre-headless/Dockerfile", - "similarity_id": "f5c9a04d7a3369d35daee677319574d8da75d279c2b26d289562bcbcc42535f9", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/13.0.5-13.35.17-jre-headless/Dockerfile", - "similarity_id": "8072de2f848402f181ff73372b9c36b725df8135bcd7e2e338a27ba5383ddca1", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u80-7.10.0.1/Dockerfile", - "similarity_id": "fbff802537b4c13b515b84aa34529fd2c0a44d4b7be6eb9799f1be748888a32f", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u152-8.25.0.1/Dockerfile", - "similarity_id": "9532edbfbd6c46b844af441eb04f411de20a966e1892e1a9e1844a896bb46ae8", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u262-8.48.0.51-jre-headless/Dockerfile", - "similarity_id": "caf8bc388ba706dd344cd2987cec28f951b4f0da6fb97554bb3865534c8594c7", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/6u99-6.18.1.5/Dockerfile", - "similarity_id": "86b970599d7e1f636babeb954d92f01a5370e3bb6cf2f8522337321f7f6beae7", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u192-8.33.0.1/Dockerfile", - "similarity_id": "a15d4302ea5ea45adb8daf67d54a87b17e85b97ad2250a9208e68953f44f7537", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/13.0.3-13.31.11/Dockerfile", - "similarity_id": "a33b84a194251d1d8479c3cc3bff86182a67105d3afbcdf988245b4bd1a5c865", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u202-8.36.0.1/Dockerfile", - "similarity_id": "1d5e08ef461991d45c7451d09eb419a7ca14f23b9a85038341a40a442ecf3793", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/13.0.3-13.31.11/Dockerfile", - "similarity_id": "e6bf5cd2c07e95571186be327a801c57b7f34d3e01b28c9547364ef4dfb9d50a", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.11}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.6-11.37/Dockerfile", - "similarity_id": "dcb8765889ee59d026f93f3ed558a41b285677cddcf993e69166b456e397befb", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u121-8.20.0.5/Dockerfile", - "similarity_id": "b88e2c085b7b9b527b86adfa56660aa078ddbd6bce6397f11c7d64d78f779ea9", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u31-8.5.0.1/Dockerfile", - "similarity_id": "6ba6cef1c5c1efb81af5f1b33a4270240d08473aa72b1b1d5c6bb3a28f2355ef", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u113-6.21.0.3/Dockerfile", - "similarity_id": "ab0cb6ec38f96582eae726aa5c7fe63ea724bbf852f8a5ecce10e7a976c6c2b4", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/13.0.4-13.33.25/Dockerfile", - "similarity_id": "e0123ddf79878169ba693e82e212e88d538e6e4966d38535a341804162c9ffaf", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u131-8.21.0.1/Dockerfile", - "similarity_id": "8a7f490dd0610a358647d60f8a6e3ff9a07628070acdb89289d0b4766f36a596", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u107-6.20.0.1/Dockerfile", - "similarity_id": "a8f32bf1981f48287fe007d1aa68495faa4b0c52c62d49986d7625fdee4bd381", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u262-8.48.0.51/Dockerfile", - "similarity_id": "dfe5a9882beed2b16233deef1adb35fe8897cc9618dee262321967d94f26cf21", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u79-7.9.0.2/Dockerfile", - "similarity_id": "24f259036c98aab693a0f0301c915b9a5c8687df276f5bd66f7938cec9248151", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u31-8.5.0.1/Dockerfile", - "similarity_id": "9a03799d5588bd069518c0ce0c8695850507401abededfa4aed20f9f750c0464", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u107-6.20.0.1/Dockerfile", - "similarity_id": "ea90a429ecf7c8ea3ab665ed6f9b239a2a59a3acac6343ab3e5e45b9ac02d4f2", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u131-7.17.0.5/Dockerfile", - "similarity_id": "5b927d93478e405094aac3725e3ced58f56e52e6fcf0bcd6c71a45426fd1a1ee", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u141-7.18.0.3/Dockerfile", - "similarity_id": "616215c50e658b0d6cdfcf806992fac3ff619676bb072b7e3b08278d8d0527c1", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u211-7.27.0.1/Dockerfile", - "similarity_id": "d282393dfa30ce713e34b7a9c8cb61230ca5aac4dfa3a3a11e87be0397af89b0", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u232-8.42.0.23/Dockerfile", - "similarity_id": "e32b70e95e812d444cb4377a8dd58f5d88dc8a0d1ef5b7095eef79193651c08b", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.10.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u45-8.7.0.5/Dockerfile", - "similarity_id": "029c2e7bd10e4bf8aae1e8f104c2765842e1dc42c750ba27f00adf8c33cd8056", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u181-7.23.0.1/Dockerfile", - "similarity_id": "7a89f5a073d65933d5742e806ac8c1b003b18885ccbb8eaaa6dcb45ac22bf439", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.7-11.39.15-jre-headless/Dockerfile", - "similarity_id": "c6b9537f5d6d0dce95c8b6068d3d8413567c9e6cdeecc92906f8d2ca60481c4e", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.11}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u53-6.5.0.2/Dockerfile", - "similarity_id": "dce3bced77ec5ed4aa33401ed8ab4dc60959cfa765514273e3db75be7930fe66", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u272-8.50.0.21-jre/Dockerfile", - "similarity_id": "36b2ccbb51bb00a371c5bc72aaf5112bea52537bb0763e610bbc7546f1254ab9", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u73-6.10.0.3/Dockerfile", - "similarity_id": "00ec5ba2d25f26f4b22646bde96fadafdd53fa49de8313b08b86d6e4d97b3671", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/15.0.0-15.27.17/Dockerfile", - "similarity_id": "0fd5caf6d805c79af46341e4cb24bb6e733a797ec0b9419f57ed3b0b1bb7aa10", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u69-6.9.0.3/Dockerfile", - "similarity_id": "1f1ab511eae251c4b24776dc398ff6100d328c6d3ff1a86379b57b888fd02f77", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/7u161-7.21.0.3/Dockerfile", - "similarity_id": "a2c5c9dbaf95ca3418b1886261cc8814c96f64e0717a38cc157775484bae8116", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.5-11.35/Dockerfile", - "similarity_id": "34b6bcce734fadc081a014593fd33c421358ec5b375f623468de6e60266a7bab", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u222-8.40.0.25/Dockerfile", - "similarity_id": "3170e41fbbc6f62884bfc01ead91e3b932333fcf955f8520ed114bef6a41b474", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u63-6.8.0.1/Dockerfile", - "similarity_id": "013329d38f8313684f8585ffea246ba363e940d00aabd1303675da4661d8b49b", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u201-7.25.0.5/Dockerfile", - "similarity_id": "892f97b048160cac5b72f5335709cbb7b4446780f6385fbeb72a0ea0da589919", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u91-7.12.0.3/Dockerfile", - "similarity_id": "2166fb8351cc6d2b5dac06e12a10ffee9bd659ad9a6e51c49c881c6e9f3145f2", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/7u121-7.16.0.1/Dockerfile", - "similarity_id": "94e3ee03ba751f60e64d409890e293c46e002e1b920ad9c973f96752609921de", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u60-8.9.0.4/Dockerfile", - "similarity_id": "d29bb3b29914acc5f323697ec19d985e924c02b0839e42385817b06de5cb3b58", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/7-latest/Dockerfile", - "similarity_id": "3ae2c0add9ebce3b67b3eb0c890a329a401366768bf246a696a9ee8ceb60d4d4", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.1-11.2/Dockerfile", - "similarity_id": "f9b4df967d16e79a4ebe94dc812b9981d8385ec4abb2a38793d8bcb6d9e9d590", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/9u01-9.0.1.3/Dockerfile", - "similarity_id": "3c999bef3096e2b6db5b053b6632b37d29f3941ef8f5b346bb53091b6e9beee5", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/12-12.1/Dockerfile", - "similarity_id": "b8ceb6b8417bf8382c5966a89df8909514857160a8abe7da90547ba91af994a5", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u72-8.13.0.5/Dockerfile", - "similarity_id": "c10d836c8d1e6105ef7d1704509344e138d150066b6e495a4c3ccaeb21bf1807", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/7u111-7.15.0.1/Dockerfile", - "similarity_id": "325fbdeed5cb2b6494d78ab451db033ce1bbc6e9776f5c77c4c6a6b1ee4ac9ab", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/12.0.2-12.3/Dockerfile", - "similarity_id": "529c929122445902f2456d611489603f5ff3802efb60e2b5c4fe207b17bdeaf7", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u232-7.31.0.5/Dockerfile", - "similarity_id": "2637289d69af60c9269a64baad37c311dd0ff3b910d3d81a10138e17ef7072d0", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u20-8.3.0.1/Dockerfile", - "similarity_id": "d5d1b3dd8ae486cd97ad729b7e41811bdafa14b6e38556289ae0deb5cb1fcbba", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u222-7.29.0.5/Dockerfile", - "similarity_id": "41afb25895dd7a7d1481ceaf27dc005bcf8d73c61da30b6a469d60aa9981567d", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u212-8.38.0.13-jre/Dockerfile", - "similarity_id": "905b7e33b7945f5355f866b8105508795b81f99230c5f1acbd213259a44f613d", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u242-7.34.0.5/Dockerfile", - "similarity_id": "af092b813846490f88add92dc8792c8c2d35cf540d8ea3285ca6216ee223b53a", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u121-8.20.0.5/Dockerfile", - "similarity_id": "5e7aedc47117c63ab3c2444bdf9d1520417c1e6ce22c04b6f456d543ebd2badd", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/10-latest/Dockerfile", - "similarity_id": "c2f716962cd3b7249cf4109126439ed99a61e497a1d0851387cac8b07369b6c5", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u282-7.42.0.13/Dockerfile", - "similarity_id": "66cc560b65857a8183d61ef52b56a94df0974676e344911522e6a5033768edc2", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u242-8.44.0.11/Dockerfile", - "similarity_id": "c05c4cb88b92578881cbf0452c55ca91d2017b08253b686aab97b3e418873aa5", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u66-8.11.0.1/Dockerfile", - "similarity_id": "a1c17436b2ad19906c7497805674a8754004636f4e96c7597624ba700356e6f0", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.8-11.41.23/Dockerfile", - "similarity_id": "3899d9cd7b3dc0028401102e9cd733e2672026672fc2bf6953e11145901425a1", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u59-6.7.0.2/Dockerfile", - "similarity_id": "e2a4869ff4d24332c95e3cfae8d3d927acabbea9686bfc8ca502834a1ef9b79e", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u191-7.24.0.1/Dockerfile", - "similarity_id": "ef930a586f1c4529d6189cf228d85a5d48405f5c05a5fe51d26d68a6579d6fdf", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u154-7.20.0.3/Dockerfile", - "similarity_id": "f664227093f537bc7a71315ffbe817c4fd8d80a055f42ab23e8ee947dc952f7c", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u222-7.29.0.5/Dockerfile", - "similarity_id": "a80962475f9065edd1546db2fe9b8f4d78cfe6992cb6b823fc856cf1fbaf168f", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u162-8.27.0.7/Dockerfile", - "similarity_id": "7ad6bc029f21140cc3195153f959415040a96c1bd501f57f7c90733fa02913fd", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/9-ea/Dockerfile", - "similarity_id": "08c94c3c8052933da4093f6d7ab262daf5027035c7e7fb8b1c4353cf7c14b9d3", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u121-7.16.0.1/Dockerfile", - "similarity_id": "60b04f039fd3c7e38163438e5bf66bf643ddfa6f9961a3e9ec0fbed8f065a7af", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u252-8.46.0.19/Dockerfile", - "similarity_id": "de8fad72046c2d0c3e7c8f51d9a9766d6dee67ffd35599a0ed7c6b9eb063506a", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/12.0.1-12.2/Dockerfile", - "similarity_id": "a27d7455276595e05157863059bc0fa49781f7acf3d31b1e5265a52d9e69593f", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/12.0.2-12.3/Dockerfile", - "similarity_id": "821d2f856ae3670958e8d11986c9aee61901ab91451ea3b134900cef26d85c2b", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u232-8.42.0.23/Dockerfile", - "similarity_id": "d61f8765c3300d2bc62666f57937e0cbc59930b878fd488b05ad0bfe092199fc", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u272-7.40.0.15/Dockerfile", - "similarity_id": "d410cb789666e9a42072f0f0c68e0f5b46288cf4a6ad9479b98441e90f4dbf8c", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u51-8.8.0.3/Dockerfile", - "similarity_id": "7e3b65632500d4a12c5e9077c1442a665d1b2a091dc9758fea090e98f5f37394", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u242-8.44.0.11-jre-headless/Dockerfile", - "similarity_id": "fea3ebabd0f8cd74d58abff575a374e37f7d19cd506acd610a3b74d4d04d7cfb", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.10.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/13.0.4-13.33.25/Dockerfile", - "similarity_id": "cf9f1f92911989e67fec40492e8d1613193626f6330a8ee89007a8c13bba9eb5", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u93-6.16.0.1/Dockerfile", - "similarity_id": "348a3ca84d94a9e00f3347e575a7ed923d7527f552bcb7e4b726966a7b884b60", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/13.0.3-13.31.11/Dockerfile", - "similarity_id": "37aef7f792b89620f33b4058eeb2d77f346b18ff55c26f8e8945e2c13ba28f1d", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/10u01-10.2/Dockerfile", - "similarity_id": "218952334bda3f0821a93388e44d7ef48ca7617e988d4ea3d326c34bc0839e4b", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u51-8.8.0.3/Dockerfile", - "similarity_id": "bd4e35b5d90b6c0f6c9dd5d7463c3ebbdf7114cae56c324008fa556e4d4f74ea", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u282-7.42.0.13/Dockerfile", - "similarity_id": "7470e08f0339e45731ae4e2ebba6407c3ee2f71845cf12d1740edb9fa044cc37", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/9u07-9.0.7.1/Dockerfile", - "similarity_id": "75486c9dcf8efc8bde209c724baaa355327eff8adbd1568d06b29880d50e5e82", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u83-6.13.0.7/Dockerfile", - "similarity_id": "c79388373c8d6303d768c9a4100e906d54dac309e1890138eba52385c76474b0", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/14.0.1-14.28.21/Dockerfile", - "similarity_id": "865690b428627d03c4e18769fe70293f5f6ba0c3e2c5078742a8d764b31be486", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u93-6.16.0.1/Dockerfile", - "similarity_id": "55ac7338e912725a26fb6a07ebb0f2fc3f6d2d88f21c6df7845c8f2d10a08178", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u102-8.17.0.3/Dockerfile", - "similarity_id": "3fd1ccc2c5a6b2537982d7a9bae662cf3701a043094e837d4e41a1a64507443f", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u80-7.10.0.1/Dockerfile", - "similarity_id": "6977d96f0f48a08049a45e5596cc79f300ed315d6faeceb6936a6c8c3dd32098", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u172-8.30.0.1/Dockerfile", - "similarity_id": "b4ab44f41bb85ef295e53518509714d2dd2fb48915b1fde1286fa64cd52bd983", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u87-6.14.0.1/Dockerfile", - "similarity_id": "008bf2525623a74e3b01baa1f4bea85647af860578d81782acd7f6d2faef0411", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u144-8.23.0.3/Dockerfile", - "similarity_id": "a0a081bacb896df89dc4b0f4a91d83f7522336f0abc0154f94c2189004e46653", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/6u103-6.19.0.1/Dockerfile", - "similarity_id": "5cb133f1284e8838a7a85e0ab1ac9ab8efb12130d8b3875dd7a35c0da04fc0d9", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u232-8.42.0.21/Dockerfile", - "similarity_id": "d82b4b60a7cf483958d920c3642f79276844fd156b5833d029d3917631cb7218", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u162-8.27.0.7/Dockerfile", - "similarity_id": "0c28b014564631215df14ed74b18cbec10a166a6ae8591d59be19b8b34eebe43", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/8u121-8.20.0.5/Dockerfile", - "similarity_id": "669539022a7e4c131edc68906b8009a3dc547707ea65b164d1becf61982352ad", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u31-8.5.0.1/Dockerfile", - "similarity_id": "03b734b861f57060031c918b90bdf27a745e55a3ca6ef6c1eb72cdf57fda9d8e", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u192-8.33.0.1/Dockerfile", - "similarity_id": "3226aca5c6cd2ecd89f1ca2aca9eb195bede8e977d2cfade8d6b2a33abc36520", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u45-8.7.0.5/Dockerfile", - "similarity_id": "b2bff2130ef490fcfd671d3f66d09c99e64c5dd774fd06c21498acd649e752ff", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u69-6.9.0.3/Dockerfile", - "similarity_id": "677a38a61bbac1060419f4ccf1b45bde8f9c89c1b2b06496e4ca4994f30f2e82", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u222-7.29.0.5/Dockerfile", - "similarity_id": "837c65730c73f573873fa4001b5e5f44cce7c30bb2e5b7be31364e2db651c7a6", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u152-8.25.0.1/Dockerfile", - "similarity_id": "2c1699aebcd637d830f7d38e82d1c750ea701c0fef6d2ad615b7b70fbb78d264", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/12.0.1-12.2/Dockerfile", - "similarity_id": "4116381031fd9f911bec6a482efc676f5d59419a02dbc30db0e8291ec514a76c", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u252-8.46.0.19-jre-headless/Dockerfile", - "similarity_id": "f10cbdb878a02a7f039c877f8588fba6354fc215101ad98a7714c352d6bf6f63", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.11}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u242-8.44.0.11-jre/Dockerfile", - "similarity_id": "1c5290cfa48b0f676cf585d08245c85416bc3b4dd39a2a473240d490a6a2cb46", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.10.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u202-8.36.0.1/Dockerfile", - "similarity_id": "5c1c9ddd7fe6144e4ac57ce1b79a1eaf90dde74e9848f64800315f3b52d5616b", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u262-8.48.0.51-jre/Dockerfile", - "similarity_id": "95faf2759cc497254dabbbd258e1957c967433d3c05d0bbfb8b2a50b6c97bbc2", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.8-11.41.23/Dockerfile", - "similarity_id": "07dfa8a84864fed5c4c08d7ca760f9d641ae93c40fe1ebf89813042f51ed3892", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u45-8.7.0.5/Dockerfile", - "similarity_id": "51d9b39124f591a1c4e6fc5615f71cd5443f8955a9066d8cde8ee48462740103", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.9-11.43.21/Dockerfile", - "similarity_id": "b62a7160fa0beb2374b6ad9375fc8661405a5a67bb742813f4416e3592ad3f35", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/10u01-10.2/Dockerfile", - "similarity_id": "82ad3f33965d0a283a7718c3d99e135f9bdbc2d63d67158f84eda438222799e5", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u101-7.14.0.5/Dockerfile", - "similarity_id": "83c8398e7e7cb0cd7580e48b31984ec7a7c32e485c9967439f297af774ed59c2", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.5-11.35/Dockerfile", - "similarity_id": "42910854b3a20ea76fc5a9636c76e5ddfa56e88ddee9ad1506b1077f002fb2a3", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.8-11.41.23-jre/Dockerfile", - "similarity_id": "e95e36ca96c672410fba3b8097a42765fb25902707bc62684eaa555844da8788", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u85-7.11.0.3/Dockerfile", - "similarity_id": "f0ae1aae461affe256c380724bec00ec8cfed87513f884b432ea57bd30b77ad2", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u154-7.20.0.3/Dockerfile", - "similarity_id": "9a3c721d23be3c6d74bf243d60ce02859f49f856cb68bdc4b55f3bcd374f14ef", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u162-8.27.0.7/Dockerfile", - "similarity_id": "93eb4d45c21dd2209673cced0954a6cf7333f9b277331284ed757483800f5a7f", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u272-8.50.0.21/Dockerfile", - "similarity_id": "a662fd688c78d898f3bd9357e6544f269e383fd0daf9506ed403e3244a0fed86", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u97-6.17.0.1/Dockerfile", - "similarity_id": "efdfb6a4d1462613e89d429aa00320a9e72d47b09637de78056badcb978b990c", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u252-8.46.0.19/Dockerfile", - "similarity_id": "81e08e8dca14dfaae5219b019eb2733a8dad5ac6540b8b5c191f9d745aa48aae", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.11}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/ubuntu/8u272-8.50.0.21/Dockerfile", - "similarity_id": "7736164f62947d573dc55e64cc91ee6b9bdb7524791327b931c282b3bdcea322", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u141-7.18.0.3/Dockerfile", - "similarity_id": "87e77774eb274082d6215e9f908e8352a53991bb3bdb9ddbf14e3c542ad28f97", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/8u101-8.16.0.1/Dockerfile", - "similarity_id": "ad8eaab1dc146bc2f1df4e92e7db30aff79ba70ae444202e5528388fd2240e92", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/6-latest/Dockerfile", - "similarity_id": "0b30ade32b47e3c7742aba35919c222528b87a75cb87fbc81a64357147bdeb64", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u60-7.5.0.1/Dockerfile", - "similarity_id": "32044bed66468c7e678c2a2181ee799f7b6bea88edcb826a26a05b08f259d92c", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u232-8.42.0.23/Dockerfile", - "similarity_id": "67979a83c53c74772487aba6047c36a299a40139c677d7ef9d266524e7ff22a7", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/ubuntu/13.0.5-13.35.17/Dockerfile", - "similarity_id": "bf8fc7ed2e69dbd46ff07f798cb5f5f776530ffe5058bc7aacbc971b99995ed2", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u201-7.25.0.5/Dockerfile", - "similarity_id": "c285ecdcaac6ce7cac32ddb3100594e8b3d3d9708ecd1890b021d0910b3ee6ee", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/8-latest/Dockerfile", - "similarity_id": "0c6b0c69116053946d6dbaed02c5536d2222121f40535a09ac7038cf07891af9", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u103-6.19.0.1/Dockerfile", - "similarity_id": "0f128a8419f92ef59fcb58b15cbf5657bae3eb9a96eca92e75ffd4452b8a3c63", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/14.0.1-14.28.21/Dockerfile", - "similarity_id": "0a08fd9331bd0389914e1bf3d6e79b54bff543ea2cd65f79dd1fab8376856907", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.11}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.7-11.39.15/Dockerfile", - "similarity_id": "5937b57744858b1d52694e9dd262b98af7a3b3eb11a36357ae42125478c8975f", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.11}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/13.0.1-13.28/Dockerfile", - "similarity_id": "338e23c24de6390bcc2d9718ef8eea7ab75a10f815ecea345931e25bac9e31f0", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u211-7.27.0.1/Dockerfile", - "similarity_id": "3599f0d2a6036556e65119855d5ef0f078a6567a38319a6e7c2dd52a7a460454", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u181-7.23.0.1/Dockerfile", - "similarity_id": "0fe1a8742ed0b3f3512c97bb9d07698125aaa135d78c9a7e23a45ef59eec1fe1", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u49-6.4.0.6/Dockerfile", - "similarity_id": "4a12cdea23388f726877329ff311628b55cf072e4e03892eebf96b650e2ad92d", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/12-latest/Dockerfile", - "similarity_id": "71acb04f765a6325d733e138b456fcb1b7baf8ecf5b3f2a36dd898ea26d65779", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/10u01-10.2/Dockerfile", - "similarity_id": "b6301e1d5f6bc052572a36e259f64658f6b014708161ec189f279b9bb5b449cb", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u222-8.40.0.25/Dockerfile", - "similarity_id": "2636a03c4807c4aa133f5adcce996c12762f7ef843b683f163ede7ecd4a4b99e", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/9u04-9.0.4.1/Dockerfile", - "similarity_id": "6ed0dc5380ce41a73032c80771f3079b7daee19f84ee3976f7d0b9782b6f98a9", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u181-8.31.0.1/Dockerfile", - "similarity_id": "e04d44246f98af6a662cd853cce5134d1866d3405f3f1aca477e076fa5b1cccb", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/13.0.5-13.35.17/Dockerfile", - "similarity_id": "3a35acd0912aeea6bc8203696d12f8cfb39c5c2e7568152594cdc2c6612b09cb", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u87-6.14.0.1/Dockerfile", - "similarity_id": "91486c9dd8942019a157bd579eca12bff60ddc83dede18b8f94edd2b917af400", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u60-8.9.0.4/Dockerfile", - "similarity_id": "85d9046b6683e32f04670eca3484b681f5b54f3b5e6060f29b007a01d2fc7a8b", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u69-6.9.0.3/Dockerfile", - "similarity_id": "62d8179debc33a285f729eea3d1e2da6ccdae6069a104c636d08ff8940544efc", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.7-11.39.15/Dockerfile", - "similarity_id": "bf0fce48a8d11188538fe5e12cf66ab9b27384ee44e0c4d3e99de0355f583e18", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u11-8.2.0.1/Dockerfile", - "similarity_id": "d56d2315c6d245cf86431672695c48315cea521043e70f2b64bbb58cbc2620fe", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/9-latest/Dockerfile", - "similarity_id": "c8101955b3180f4a3de438bfb0f6a8bb809dc33ad16619344b423e1d9c3cae95", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u63-6.8.0.1/Dockerfile", - "similarity_id": "731ccc39f67259be69d9e1c4b123d512db38eeb0a754be532f0f2af6234dae4b", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u102-8.17.0.7/Dockerfile", - "similarity_id": "cb55ef914d64b2c6e7d3f4889d94012f198949c6c8e986e14e3d84260d967fb6", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u56-6.6.0.1/Dockerfile", - "similarity_id": "52067e7a3d7a2a6577cbe06f6971e2937ba7657e384ac390ae4fdbe6229f13b6", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u171-7.22.0.3/Dockerfile", - "similarity_id": "a0331d4f6a5118e81cd7b9fa5267611744872bf1cc148885f8f2d15dd3c98f0e", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u72-7.7.0.1/Dockerfile", - "similarity_id": "e7e64e1fe36405d02e7102820e78482e1572f4a0465ee317d78c26d764b154b7", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u91-7.12.0.3/Dockerfile", - "similarity_id": "b102a0dca54146fe8f16f5c4da20df6f5f41a5ee4146f9dd408d954077459fa4", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/12-latest/Dockerfile", - "similarity_id": "33d00f5f6f84a5af931bf3bda8f23f088e297091c11e01a52d19be9485acaae4", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u87-6.14.0.1/Dockerfile", - "similarity_id": "47961e7ed100aa71c00a2ae7f138644d164e60a541e732642bcf5efd3a6966ea", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u222-7.29.0.5/Dockerfile", - "similarity_id": "86c0b6b4d6945d993b91bf232627848f27a45654dcd30a5eaf6db8d0b80e6e4b", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.7-11.39.15/Dockerfile", - "similarity_id": "10606ce23cf95ada813d29db344fb30a6f813c0ea79877e45cb397034fc2e060", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/6u99-6.18.0.3/Dockerfile", - "similarity_id": "aeb51ef39c141f77e831d781b25cdd5056a3d46947b7f56bdb5f782524db5ae4", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u141-7.18.0.3/Dockerfile", - "similarity_id": "a69dde6240e15f5fcca5eece640515f507426c7a016d330a5fa0ece73e9a4d1a", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u222-8.40.0.25/Dockerfile", - "similarity_id": "88bb289a9e01c3bb5c05b469e209f509da1c1868ecfe3e4dd0cce320bc3028d9", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.3-11.31-jre/Dockerfile", - "similarity_id": "0f1f21c55212ef53926094b3548137b9c31eb8bb783ad6829f8d649b921eb4aa", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u192-8.33.0.1/Dockerfile", - "similarity_id": "36540be9877bdb682f2f4385d5ef5ea70e88181fb216066b0ef13be61d9c1acd", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/13.0.5-13.35.17-jre/Dockerfile", - "similarity_id": "3248f061092bade49c9dce18febbc44e5f160988ba09a3ed7c7a951e5da3d78e", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u111-7.15.0.1/Dockerfile", - "similarity_id": "a944f57513a88956171d07d3abfef8dabf28ea803d92de645c2f262db0584b7b", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u262-7.38.0.11/Dockerfile", - "similarity_id": "d5054e4da22a89ca4a1026b27144a57a7951e749647af82a6f6374616f1d1149", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.11}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/13.0.3-13.31.11/Dockerfile", - "similarity_id": "6145d113132a5595a8471806bed47aa759209a03f4725e803dfcd0fc5907c736", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/9u01-9.0.1.3/Dockerfile", - "similarity_id": "1ad38dde0575b6d189281012b3f1f8e42cc2b8eda1093ceeb2a3f66f094f0c31", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/9u07-9.0.7.1/Dockerfile", - "similarity_id": "073cf81c24613901c0ebc1ad1eaec7d445f8302dcd7915090c62c69d87af2c2e", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.8-11.41.23/Dockerfile", - "similarity_id": "2aea288c50d7fa9b973e2a5cd97ae78201a5529812e3014fab7ae0c6bbee7b3e", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u101-7.14.0.5/Dockerfile", - "similarity_id": "c640a4397022f3e49c8022c090293f53df338a71a19256ec116142e5fee78036", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/15.0.1-15.28.13/Dockerfile", - "similarity_id": "12113fb72cb4d83ba13147de7ddefe732e366e60ab6e2c486482f301f9f4fbc6", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u262-8.48.0.51/Dockerfile", - "similarity_id": "7ba237b0a48a1ab6eb616bc949e15307d29219a7f09b4eb4849997379bc4fc12", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.6-11.37-jre-headless/Dockerfile", - "similarity_id": "5b3fd1b3b59b0f9f32fccb89ad99315ae8f6317e8b93ac3ff38d36de9fcf8cc6", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.10.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u20-8.3.0.1/Dockerfile", - "similarity_id": "e2b1d06b00b206202a6754dd16d6a387b2ea0c60f4377006022e513e0cddfe50", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/6u87-6.14.0.1/Dockerfile", - "similarity_id": "fe85ab281d4f3b94c68775981fe6ebf300f0b8645837cb54b16c2f86a1e079f3", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/11.0.7-11.39.15/Dockerfile", - "similarity_id": "f49e1528a83be87a3c48e73dc9c9b1fe238123fb669af5e609773b8fcd84e90d", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u232-8.42.0.21/Dockerfile", - "similarity_id": "5cf525608e66943a47179c681b439bbc9bb5b4dfef0fe4b224bf59a31c52fb2e", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u76-7.8.0.3/Dockerfile", - "similarity_id": "c6742d18a6ad225615e007620f161afa3268aefe1b240f9777ef5ed558c60b41", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u72-7.7.0.1/Dockerfile", - "similarity_id": "83d67f16dceb9a8f5da67307f083af3848cd475a33357ef418a77d24f491bcef", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/13.0.5-13.35.17/Dockerfile", - "similarity_id": "a05e26e6ea34c478bf59e51a9adde7c13a922d70ba2635fa24efc3b651869b4d", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u242-7.34.0.5/Dockerfile", - "similarity_id": "0d78283c92a6fb3dee6203672f97675279927a3d636cc0fdcff4811b34d87944", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u232-8.42.0.21/Dockerfile", - "similarity_id": "b67049f88d20cae1a82c12c77e473e2b048c77bed93d01c5505281a6bb826391", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u99-6.18.0.3/Dockerfile", - "similarity_id": "c79614f495aa8ff11946ecae2b89ec9fe601c468cb7306e6a30c29da333506e9", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u212-8.38.0.13/Dockerfile", - "similarity_id": "e7f83c0c5561867a8c528eae3e12485bdaaf271bda4cd3d103240c26cc099cbc", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/9u04-9.0.4.1/Dockerfile", - "similarity_id": "aaee11f8b105a4711f404716ca563af98b2498846d001ea49c29ecc3cd1ff508", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u232-7.31.0.5/Dockerfile", - "similarity_id": "79b371b1083e1dca330cf7b2f251cfb9374a809e99f814a9164cc23181370f94", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/14.0.2-14.29.23/Dockerfile", - "similarity_id": "8af05a104ea172acdc8ce85679d187db0d489222638973b271ba868f5e4e6e23", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/6u119-6.22.0.3/Dockerfile", - "similarity_id": "56d09a3587d472efe351a0770496f8ab1992f3d61def9bb120e43582cb3ef75e", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u252-8.46.0.19-jre/Dockerfile", - "similarity_id": "ab442cca772cdc822645a9af45c837453e31694504361a37f29ea62cfec84278", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.11}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u119-6.22.0.3/Dockerfile", - "similarity_id": "da9ee62de4b401246b03309dabb152856a6dc865596776a6c26433c9173f2c54", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.1-11.2/Dockerfile", - "similarity_id": "d0615270ad2b91847bbdbe8d4f82cac6c11f0620e9f829b7583961ee275506c0", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u79-6.12.0.2/Dockerfile", - "similarity_id": "c846e881fd7c899692c69db6696492b7a01f18038ea55d1be66c79df318e53dc", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/9u04-9.0.4.1/Dockerfile", - "similarity_id": "fe0b968f56ab1d1cb8f4fe7530394712123464c2dc4cf4ecb37107a21b8c42c8", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u76-7.8.0.3/Dockerfile", - "similarity_id": "f24ad4405f084521e93909569fec5b56474e28d4cb50e9cc3651aa9abd90ef62", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/12-12.1/Dockerfile", - "similarity_id": "c5e9ef2356e5f20a8c80faf332fcdd2c9e41e7a809a2d1cd3c5c369624538d1a", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/15.0.1-15.28.13/Dockerfile", - "similarity_id": "23b0edc3223a55987b5f7f1b4b6d1944c0d3085d5a5f03773f8dd88a36744498", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/9u01-9.0.1.3/Dockerfile", - "similarity_id": "3c3e0df016d0264b98353f5cf0599f2593a0261a26355e7c89edd5d005bbdb07", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u212-8.38.0.13/Dockerfile", - "similarity_id": "cea3aca22e0ca34a11bcd26b65b5bacde3254cd2cd8c5bc74bc2da510e2f02ec", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u72-8.13.0.5/Dockerfile", - "similarity_id": "c4a1da75515b1f49f7769b15596d07acac4ca8fc5b45897217cffdc864c2ead8", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/15.0.0-15.27.17-jre/Dockerfile", - "similarity_id": "7bc6260e4dbe7bec22caddf5a3de52d0b97ed7e66302481d3d4c899e9c5054b4", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/12.0.1-12.2/Dockerfile", - "similarity_id": "c54afa196a52d2f481c14d5a2a991f14095c9388d251f22f43d52622d16c966b", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u222-8.40.0.25-jre/Dockerfile", - "similarity_id": "1358060e0fb44e525885633efadfeb4114993251f86ea5f344f1eab498f39f96", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/12.0.2-12.3/Dockerfile", - "similarity_id": "e4d07f49bbb05bc997ccf1c635629ebcebc79f135e5c79c28f9f532cd96cf3a0", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/10u02-10.3/Dockerfile", - "similarity_id": "103760ba89cecccbe030c093ece800c05be9226e253c647b619b6dd9d786abb0", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u83-6.13.0.3/Dockerfile", - "similarity_id": "6eb4a5dc728b1220f580a00da3c238e8e00f660212d0e0c436af846a4e9b4200", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.6-11.37/Dockerfile", - "similarity_id": "72ca99ad45f519c15c7d1fa0e4bc7011dc2330f610d49de45be261cc3e0ae7b5", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u212-8.38.0.13/Dockerfile", - "similarity_id": "e8160bbf0232819b3fae753dcbc185cc9dbac5fd5223eb291284358a35ad0baf", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u272-7.40.0.15/Dockerfile", - "similarity_id": "d9cd6792439d6dc5c6d7181034e0a48a6a3024f8f04ccf25c7a0ccfc83ea0cb3", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u152-8.25.0.1/Dockerfile", - "similarity_id": "27d2b6912cafe4f89b8272e4abe6bb1c7426b71b4074796684a3902d075180ad", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u119-6.22.0.3/Dockerfile", - "similarity_id": "4325c176e523f3169c2d2e9dec26d980c97846ebecf8e45c4ce7cbac9e8ee3d0", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u242-8.44.0.11/Dockerfile", - "similarity_id": "e0c20e4b5561925147a6e804130c349f7017a3b2bdc3188c909df2d743bad1d0", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.10.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.1-11.2/Dockerfile", - "similarity_id": "fed318733f563fd7be6eb663b08d3ea30b624248539488d524da597dc009a28c", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/12-12.1/Dockerfile", - "similarity_id": "40d4e97631692f3ec6b3c402949de14f5a7b7ff0d62635e43869b40dd271e79d", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u95-7.13.0.1/Dockerfile", - "similarity_id": "555e609c25f9b290ce6460368f9ca826c71e446e94c8e50f01bb46d79d5836ba", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/6u79-6.12.0.2/Dockerfile", - "similarity_id": "6989717cdc8c77792669726de9dbe26e5861e97d44f90df0dcedf59a83e0b204", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u65-7.6.0.1/Dockerfile", - "similarity_id": "465beb68d82d0bc7750ee1e3339a91f5d20f32b7f04f908e19cbb06c5f846f7d", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u202-8.36.0.3/Dockerfile", - "similarity_id": "18fd63cff0a6cddd1f9aefc4696b996223de06298aab60f90d85ae4ff5ad0e05", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u97-6.17.0.1/Dockerfile", - "similarity_id": "ab9db727327dd94c685abdba597bc5cad9aa98c785b06ccedd21039c6d465443", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u40-8.6.0.1/Dockerfile", - "similarity_id": "b91e20c9c13828671234568a27b2d4ea5fc80d31096ed0aa5eb1903d575cd6c1", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u05-8.1.0.6/Dockerfile", - "similarity_id": "b2e4a7c6599f7b71ac8d3203201e2c123ffc40b5062e92fcd31ca62ee366843a", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/15.0.0-15.27.17/Dockerfile", - "similarity_id": "369e24ae303c4fc8ea3be220a58bb5492438f5b3f7d0cca009086f11f43fa5b5", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u144-8.23.0.3/Dockerfile", - "similarity_id": "da1364d57f1d6d781cff887f59c94c00b18a1e7d0e76ac3aa6b993956ad88fdd", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u97-6.17.0.1/Dockerfile", - "similarity_id": "c6f2afa78d6d6be3228134964267af4bf8c5e08131143cec98857aad9e606fda", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/14.0.2-14.29.23/Dockerfile", - "similarity_id": "9aa1d01fa208f57f8b8c4c58f834e6f41b69095bb83dbbdaa4f98d5751404804", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/11.0.1-11.2/Dockerfile", - "similarity_id": "0f807b97557fc6463a1430b5f155ffd41080742805166ebf067bc9c487453fcf", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u65-8.10.0.1/Dockerfile", - "similarity_id": "2e0baea9b3b5848db82d4e92da29b35a316422bd002045d90941c5f439aeff33", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u181-7.23.0.1/Dockerfile", - "similarity_id": "f9b694b8516a1b9698a2627da379b97a60afd4d1508cd0187b1ac1d6819d1383", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/13.0.3-13.31.11-jre/Dockerfile", - "similarity_id": "a04b7174d82d978f98bd6280c055e6eeb85c276882aad6bfff95e29688456e4c", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.11}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u66-8.11.0.1/Dockerfile", - "similarity_id": "d760560e56ce05ead43c125b963b7fd8ea3e37f5c25d6457e44ed903c7d68170", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/7u101-7.14.0.5/Dockerfile", - "similarity_id": "46beda11c0351366530ad9c3459fa9ff33839e90c0236784552d6b9076dda539", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/ubuntu/7u282-7.42.0.13/Dockerfile", - "similarity_id": "d3794e781d2f5b1f64c523521cd6f3537a1cb8565d59efc9c771e99ed60b4c92", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u73-6.10.0.3/Dockerfile", - "similarity_id": "098454af6c004e9fee04b63df7b239e086d05496985cd50be449073a73700b3e", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u181-7.23.0.1/Dockerfile", - "similarity_id": "b09a13087ca1add5e498094f66e29dbdabf35cf06dfab37da2f44a7077fa4bbb", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/10u02-10.3/Dockerfile", - "similarity_id": "b856f63a8cfe2803738defba9abba5c0ddf35e86e9adbea0fb5a4e38afd663a4", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u121-8.20.0.5/Dockerfile", - "similarity_id": "7393341669b6996b5515229739a2daaa818a6f08096fb46f390c53337d57a0c3", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u40-8.6.0.1/Dockerfile", - "similarity_id": "eb6d6371d8eb0ee52fb541d52bd5b59cfefd6dbde541df9e3c032e9487446394", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/13.0.2-13.29/Dockerfile", - "similarity_id": "4af3f14e3c07fe26eafc96c379199fe223c2c60dd0d008d7aa79f94107f37da0", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/11.0.2-11.29/Dockerfile", - "similarity_id": "51f7903dbec2263a7f8298b5755512db94cc0faa4239941c88719591c8b9f9fc", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/13.0.1-13.28/Dockerfile", - "similarity_id": "4d792f1f132134044612bc12a3d5799adee3ddc65360f67f6b8a93db29b3027b", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u49-6.4.0.6/Dockerfile", - "similarity_id": "4f2fd7056705093ff49aaed2ad3475d42d5910f26e00f9edb46077d6b00152c9", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u161-7.21.0.3/Dockerfile", - "similarity_id": "c2f03f82850a546cccd9565af94b85bd77f556c104cbc4cfc02c29a9cf2a6f0d", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/10u01-10.2/Dockerfile", - "similarity_id": "306c5700de0d9d49fc2263a30f269326476373b666eb0a7b37e55f1c47b26b04", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.5-11.35/Dockerfile", - "similarity_id": "1a3f007d033b8c9e107dea1376332dbaa936b703247e3017311e32b64c89f19b", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.10.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u262-7.38.0.11/Dockerfile", - "similarity_id": "ff390d32598b429956c29cd7223716971157e122c32c908f1b4a36e2fe4ca867", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u40-8.6.0.1/Dockerfile", - "similarity_id": "385b7e3ce9e36b8798064cbf4daab9a60e8e5d3571d0cd7474c1ed030e571691", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u172-8.30.0.1/Dockerfile", - "similarity_id": "3676ebb9a39b3e2fc3103406089af154b0fcbbce284a0f42734a36d6c1eafacc", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/8u144-8.23.0.3/Dockerfile", - "similarity_id": "56d5fa10628371174546fb2e28461d57c55b4913b17f5a147bdd81e9ded48375", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u181-8.31.0.1/Dockerfile", - "similarity_id": "24f0f60e220a68c5520c549c0bccd87b5477162f77c474e654b4d12a8c9b9f37", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u107-6.20.0.1/Dockerfile", - "similarity_id": "3df81ca2bf7e290675f52abb967fa79c5e6db615a5d997854f25e00914a632ac", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6-latest/Dockerfile", - "similarity_id": "7fdb5a3119668131a5c1fe207e37ea49609c504a9829d5417cf7f3aba1710119", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u103-6.19.0.1/Dockerfile", - "similarity_id": "796658cd7beac53ea0c40419c44ee9add5a03a3fc501fe61ae33ae26b23b441a", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u79-6.12.0.2/Dockerfile", - "similarity_id": "707be3a20c54e054ca8388242ec92d41d123f112fc9f9012ce08230fd88bcfe0", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/13.0.4-13.33.25/Dockerfile", - "similarity_id": "1db5bd3867c74e0d66ca83cc6b640ab6a991dac2251b453e1f5c22babecf8fab", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u103-6.19.0.1/Dockerfile", - "similarity_id": "afca09133c7df5da73d1c530ade8339cc8077becaee2212dc58b75d7acd408dc", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u89-6.15.0.1/Dockerfile", - "similarity_id": "f9e4d9d7ac15bdbb5692474f6e57c31462705435fd7ad22f17a9b3efc86e7484", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u154-7.20.0.3/Dockerfile", - "similarity_id": "4ff39478c001c579de1639f4f42fede84048a1989f5930985a280ea146f4822d", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u131-8.21.0.1/Dockerfile", - "similarity_id": "23333d3e6655320139618b8c9be33c62e73bf2c1e9db47b6c8bb0bfdb8a43f0a", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/7u131-7.17.0.5/Dockerfile", - "similarity_id": "c78e458309290e17adef4c3e08f726af4426ec82246bbe13c91494bd778dc00a", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u113-6.21.0.3/Dockerfile", - "similarity_id": "e12a82c2180d0d261b56530d0fa7ae564baf582d772293ee3caf02b0822c1d56", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6-latest/Dockerfile", - "similarity_id": "5341f5610a5359e5d651741124e8635a917680239229ceb59bc4f2fc496a964f", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u172-8.30.0.1/Dockerfile", - "similarity_id": "e87323c7f8a268537745a91bc441cf248e3943b590febc5582f6fd1b258b9293", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/11.0.5-11.35/Dockerfile", - "similarity_id": "0b857cd001fc0c2ada06a225c68f9dae34dd464ba88c74afbe10eb4d44909a10", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u172-8.30.0.1/Dockerfile", - "similarity_id": "1fe692e300236b7cd6c90d2a7711bd5b78b4eb9be0105fde6564d3cad9acc135", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/6-latest/Dockerfile", - "similarity_id": "fec42b842471510e39d38a18100b872cef1751612ab66f29f8b2d44f3e0ec570", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.4-11.33/Dockerfile", - "similarity_id": "b5e9ac71e453dca232f46b1aa5b091c5dc5a05df4ae73498bacff0891306a439", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.2-11.29/Dockerfile", - "similarity_id": "b764ea0aa2703a30edfd8a4ad3baf83c88bae6005f5cff2973615924324e1ac5", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u113-6.21.0.3/Dockerfile", - "similarity_id": "be92b7e63fb22233356b05d5f3b3b97a091834a3ccbe4b681785723c238cf63f", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u242-8.44.0.11/Dockerfile", - "similarity_id": "3f562d8a18e55398f05c04ffb5d602c72e9ee8b9e8ce8185187bae8f7781c47f", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/ubuntu/15.0.1-15.28.13/Dockerfile", - "similarity_id": "9c2bb2c4ca92fbc1e3f42be89591e34dfd8f537643f7ed036fea9877176f952d", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u59-6.7.0.2/Dockerfile", - "similarity_id": "b7f5c7f43fdbe556a6ef563e3080888acffc1519aba7b3f8e20a2d34e3525d06", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u25-8.4.0.1/Dockerfile", - "similarity_id": "d63c32d0171aa7ea7fad7c1a9dce0b36111ad464dfdfbb4520a5630d86c389f7", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/11.0.9-11.43.21/Dockerfile", - "similarity_id": "3c3249bbc533217182011209d940523af82b99fe11dcea9cfa5635cdb3daf0a2", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u181-8.31.0.1/Dockerfile", - "similarity_id": "a50aadf7d731f976b758721d3c1c4294ef2303e7f551806f79207b4fb3bf13d1", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u89-6.15.0.1/Dockerfile", - "similarity_id": "69c8202db61a34d616661d93d24fe5f158cef16e5bee5432961b26229cb98ef8", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u171-7.22.0.3/Dockerfile", - "similarity_id": "272439d43c4efe4b52e9a87b1935352a07fdead1ee86cf863afeb043e04d2aa8", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/9-latest/Dockerfile", - "similarity_id": "924a51e2ca0568a209e41ff3aa37ab48ae9df04c73610e6352e1b6a401a83eca", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u121-7.16.0.1/Dockerfile", - "similarity_id": "eef6e21ca7d049450c984d246e79230d460cc24d1ff6a2f1a8a6715e3bbd35ce", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.4-11.33/Dockerfile", - "similarity_id": "d1570eab40d3ae7367128e575f88690d467f8b05b346e0c938b8b5aa705037ad", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u272-7.40.0.15/Dockerfile", - "similarity_id": "a78bd0cb8e99aa2a4fab21fec832caddf8770c15e99433fe8451588d0fe26764", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u92-8.15.0.1/Dockerfile", - "similarity_id": "16929b9a3bf4d67387a0d23cee57c87c30927f9f3dc1ec846aa8078792d97306", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/13.0.1-13.28/Dockerfile", - "similarity_id": "ae7446c9c357f3c7e6a859768d5a4b39af952c143aabed459728e0c8afa0dea2", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u76-7.8.0.3/Dockerfile", - "similarity_id": "272e4504f813ee3a2aad821fdf1e05fc22d7ecfeafefc3a48235fa5385a7bfeb", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/13.0.5-13.35.17/Dockerfile", - "similarity_id": "fadac4d37e838d85084db9ccabdac457912874c5d6ca8de2899944eb35484bce", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.3-11.31/Dockerfile", - "similarity_id": "aa811e6a63bf5b12ed4e4f04128c2bcc4776effaaf19867a1c5337451651f7a1", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/13.0.4-13.33.25-jre/Dockerfile", - "similarity_id": "f873b73fa1ecaa5d03e379c25e9c823f521a5052183e1a77850bacfe1af19b34", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u53-6.5.0.2/Dockerfile", - "similarity_id": "2c7a9747ba5d7b5c51b3a257d458846a74c976349c9c3daa1e94527c17d5d929", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u99-6.18.0.3/Dockerfile", - "similarity_id": "25a773869fbca9509b7c38873e3e85c6452ef92026d0a83168adf571b9a1d3f5", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u119-6.22.0.3/Dockerfile", - "similarity_id": "a75f01663e3c86afda9497d25780c879e8e2e99553b64fc4fc33b99476f8c771", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u77-6.11.0.2/Dockerfile", - "similarity_id": "7bf8ef1129f3c01afccbbd5525a169f7962277731faea87e833940b172581fed", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u162-8.27.0.7/Dockerfile", - "similarity_id": "8c0ee03b721c48812fb4eec7310aef963fecb7b48beae01cb07fa7db59dea10c", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/12-12.1/Dockerfile", - "similarity_id": "3497828b9bb711e2ed62f1bec891ef3d08e14b22829211b106f9fef128995d56", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u161-7.21.0.3/Dockerfile", - "similarity_id": "985423fd0ad8495f73918c06e33502cc62b4024db07b5c97f19b8d15cb014a00", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/14.0.1-14.28.21/Dockerfile", - "similarity_id": "2711dc03de68636ad4dbd9f8c7a76e2f5b6847daf3e6f27a1ab1bb960e9b22b2", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u232-7.31.0.5/Dockerfile", - "similarity_id": "01163c337b6e3367555a175e45f0696e17e4631340349676bf20b519ff0eedf1", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/11.0.6-11.37/Dockerfile", - "similarity_id": "c09991fa0874a8dde6be172493c60e27ef9174ea3b2904530357ccaee530c977", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u272-7.40.0.15/Dockerfile", - "similarity_id": "16f08d50c4f975a97d4c28e4de0cbdb498aeaaff0cfad2386146a508c2a6db8b", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u211-7.27.0.1/Dockerfile", - "similarity_id": "a55d0cb53428541f52e8c7ed0edd5ef709a48778a828d5e87e06fcb9f4e51934", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u111-7.15.0.5/Dockerfile", - "similarity_id": "e542851f7986f610a79617644aadaab8c66fdbff08ea57d5114c5272c9d320f1", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u53-6.5.0.2/Dockerfile", - "similarity_id": "4a21301dc3455ef283039a447274a3d628f467f5485140341ad4abbcc0acddbe", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.5-11.35-jre/Dockerfile", - "similarity_id": "f86926767ee062e27b84ef83aad694f4620059775d2d18651508ac9b1038650e", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.10.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/9-latest/Dockerfile", - "similarity_id": "5882b430152ebfb9b2baa6389f42554c18d73e909865615cab2100b67cb240cf", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/ubuntu/11.0.9-11.43.21/Dockerfile", - "similarity_id": "6f94cfc5c2e6fce58174dea00f729d659f7937ae481bd685e0bdd4a5e5a2ba10", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u252-7.36.0.5/Dockerfile", - "similarity_id": "9db47be11fdd8608f2a0ffe3b709c57d4635cb5a6ab6552e28ea3e682f01cfa8", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u72-8.13.0.5/Dockerfile", - "similarity_id": "0cd368ee5d5b0fa5e32a9beb9b52c9766ae70c693fcc63d4f8f6d810c07bd3fa", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u252-7.36.0.5/Dockerfile", - "similarity_id": "2285523d1793e34a855b0a59a68db65d94f1a44df5257e41e44d51a5f6c2b43b", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u161-7.21.0.3/Dockerfile", - "similarity_id": "eb577b4fe0f9a06342323da4848bc5ec94d6c05a45fee99c4966418ff3e19311", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u83-6.13.0.3/Dockerfile", - "similarity_id": "f20408908a6b818372819c126974191b04255949f53d87a13274a952ca8815f6", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/15.0.1-15.28.13/Dockerfile", - "similarity_id": "ec16155e2456e8bd4e249767650ad0be6608c44c07edb3334d00e14ffeac252b", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/13.0.4-13.33.25-jre-headless/Dockerfile", - "similarity_id": "a6836469243abed57740b4f5f40a07a9facbe02205b2091ad2ae13e8c03c0f42", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u77-6.11.0.2/Dockerfile", - "similarity_id": "32f57ae803682957a29318f9ec495adb5552e640d713d8e3ea0b9b2819b69e0e", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u59-6.7.0.2/Dockerfile", - "similarity_id": "4e3bee9562f50193c07479a5ef074944d96a1a08d52e02f39de98c179c5e014f", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.4-11.33-jre/Dockerfile", - "similarity_id": "7abcba35976cbdad39e72c7c35caece91ac0bd975fafbc13f85bde717443795b", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u121-7.16.0.1/Dockerfile", - "similarity_id": "7cf68a8449de0e6d3b7fb973ec93f6099d4e4f54aea3b80683fae71532d1a47e", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u60-8.9.0.4/Dockerfile", - "similarity_id": "a3370f2cd657003827849dfa16f099b18b63af60fe0aae9798b70ae361857d84", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u85-7.11.0.3/Dockerfile", - "similarity_id": "18f391e3fb594100efe2c635e578d42d07740bf9b643813565962e66ef527d8a", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/9-latest/Dockerfile", - "similarity_id": "9bd782f7c911c04b3eb0decf9cc81f08f173848b75571cb29c6dbfb132b2807f", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u144-8.23.0.3/Dockerfile", - "similarity_id": "f83f6b80629a81c147f8dc7344fb8abed07a2bbe1e0c1d15dfa10750cd6c4770", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:16.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.9-11.43.21-jre-headless/Dockerfile", - "similarity_id": "7deecaac5964ce65101bb987ef30d94ea04e77491e825a5d3c27c1916ea883b7", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.12}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u80-7.10.0.1/Dockerfile", - "similarity_id": "1fe50fe366a42eccb28eeb97889878f6263360e959bea61b777785c9f705f956", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/7u171-7.22.0.3/Dockerfile", - "similarity_id": "ee958a063f525231001b83034fd0f3fd835122940e52d0847f561a185ab463ee", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/12-latest/Dockerfile", - "similarity_id": "2bcd2da989a2792b97c73e3285980d93b86b8273df1210f49dd79cf3fe7c132b", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u92-8.15.0.1/Dockerfile", - "similarity_id": "81f6566c7a5f904090d0c4723debe2f2716e22c78a840414bce45a98ad97f01d", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u11-8.2.0.1/Dockerfile", - "similarity_id": "ffac62141c62e6de6041f3e9ebcdc694a2cef1299b0d7ced598a2f30ad8c81d1", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u131-8.21.0.1/Dockerfile", - "similarity_id": "9e1ba1e1d80109d42bf6e7337a06cc799df98893651a0d860e34a6c60d21c8d5", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u201-7.25.0.5/Dockerfile", - "similarity_id": "6de3b68055abe88a19c1a0c0241880fe521e66a0a3e188ed70134e7d7568d6c7", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u11-8.2.0.1/Dockerfile", - "similarity_id": "99b3ad2062ab5304e3b93084cde855b282c71f1b05bf07c58c71116f74a889db", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u161-7.21.0.3/Dockerfile", - "similarity_id": "402a1c0f0becae26c186c7d4cde991e0580e3f0e2c7440b4e3c30ae8d23215f5", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u60-7.5.0.1/Dockerfile", - "similarity_id": "8d22ebe722cc3f64a45947db4b4a2a548e5bb62301563d66c2de66d718c9461e", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/11.0.6-11.37-jre/Dockerfile", - "similarity_id": "84e614bc2a799efc6161d83d5278117ab2f52fc05604495c8bec957667af8349", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.10.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/6u107-6.20.0.1/Dockerfile", - "similarity_id": "c91761f3dc491ed2e4f4dc6038e635fee78f1c90a7d412684c069c06db8dd551", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u262-8.48.0.51/Dockerfile", - "similarity_id": "29807d95453e84102e0a54f0c63ab7f8a74730b3d42eacc9d4fe6f87c00cd5d7", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster-slim}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/6u97-6.17.0.1/Dockerfile", - "similarity_id": "4a2f528945a09ddd58c5cbc5c4fef1620601bd57469c52fb5ed4b588371ace7f", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u65-7.6.0.1/Dockerfile", - "similarity_id": "891239ee05c735f7c680cac9c73297aa57e24872a20c072c05294ae684845c03", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6-latest/Dockerfile", - "similarity_id": "cba6e75a99dcf1f4b547b01c86fe19b66fd47765449ee7824cb22cc0b3806128", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/6u93-6.16.0.1/Dockerfile", - "similarity_id": "d414736a260d0cf0c7c5f2452f8dc123e52d6261ffd18baa1caf7eca334fbb57", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u201-7.25.0.5/Dockerfile", - "similarity_id": "db3f6300a683128d1548c38f3b4a7c6286302eaef5b7f158f13c5d14dfbeb573", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u252-7.36.0.5/Dockerfile", - "similarity_id": "a81a49a838b816b01de22c5866bbfb5317c683d39948c1069b6f6c018475e4cb", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/8u112-8.19.0.1/Dockerfile", - "similarity_id": "b3eb023ffabd724b3b7e8c2249ccc1ee98d937008f7f6f30a80dda836713edee", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{microsoft/nanoserver:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u92-8.15.0.1/Dockerfile", - "similarity_id": "4d4eb1088397508bdc94ac5809a7d0ebb2af9974b414cea65e90e30b1cb69aeb", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:latest}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u05-8.1.0.6/Dockerfile", - "similarity_id": "37b52faa88d03203eb8293ee0720f782d6494d78d24ea65f455a87f64968aa76", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u79-7.9.0.2/Dockerfile", - "similarity_id": "b83680ce2295d7d8c27abe2a5d222653f1695283c18181fe24a0e64d3baef3a2", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u20-8.3.0.1/Dockerfile", - "similarity_id": "b85d70a6ddea59cef3fb147db64632bb41cd5552af455c63027880a09e67e0ec", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/14.0.1-14.28.21/Dockerfile", - "similarity_id": "6770836b0b38f993baed4b66ce89adb06f16f05b1edc6eb2cb05b4d44105e8d5", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/9u07-9.0.7.1/Dockerfile", - "similarity_id": "e64d1044e16e43daba0654e7eaea10566560825728b6f13572adaccba86b60bc", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:9}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u65-8.10.0.1/Dockerfile", - "similarity_id": "5039915d7cb611b305864989e33088b9054782e03e8bb90fed785a3af0ebbafe", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u252-7.36.0.5/Dockerfile", - "similarity_id": "5b2ecaf9bf64bf6e12907d8bb4367ca93998a421861749cda6b0ec6507ca02b1", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/14.0.2-14.29.23/Dockerfile", - "similarity_id": "cfb7edf443c63197195417bfbe7df87151d662fdabaa4f4ded665097180c67c7", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/ubuntu/14.0.2-14.29.23/Dockerfile", - "similarity_id": "ddaafa2b9e797274e2832e7e89077b0e383e57c99c415c393f84e951f386bb0d", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:bionic}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u131-8.21.0.1/Dockerfile", - "similarity_id": "19d4e30c2a0661f38942645a539e0bfb6b65509d4d0b8bb1c5a34d4085307bd4", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{frolvlad/alpine-glibc}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/12.0.1-12.2/Dockerfile", - "similarity_id": "b997f9594ae4d2ed3aef57b384fa1f39ec86afbb44feb2e8815674e211f265fc", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/11.0.8-11.41.23/Dockerfile", - "similarity_id": "3e4339a6c0e23bf0b72065c87f7948d5d418b5e3acc580451ca1368c757d8ffa", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{centos:7}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/8u232-8.42.0.23-jre/Dockerfile", - "similarity_id": "3076c843446979c509b9f08052773f8eed88560cebb4c26b3bcaedfd948a1c08", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{alpine:3.10.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u252-8.46.0.19/Dockerfile", - "similarity_id": "2c1ee5a5b74d26ec95e5d559dba8bb07091990c0e8a9086b871f2c16090919f3", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:buster}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u202-8.36.0.1/Dockerfile", - "similarity_id": "07f2c47839ca19144545f12f2ecc390ba05cd4cee9827d56784a2aef3167f9e7", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:18.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u63-6.8.0.1/Dockerfile", - "similarity_id": "0ba8515c466e518a3f1c8b97d71271113e929889849566968a96074439589cf6", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{debian:wheezy}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u51-8.8.0.3/Dockerfile", - "similarity_id": "98a71365fab2298c2df8cba56ea50656db769c1b2eedcb0128e23eab715434eb", - "line": 1, - "issue_type": "MissingAttribute", - "search_key": "FROM={{ubuntu:14.04}}", - "search_line": 0, - "search_value": "", - "expected_value": "Dockerfile contains instruction 'HEALTHCHECK'", - "actual_value": "Dockerfile doesn't contain instruction 'HEALTHCHECK'" - } - ] - }, - { - "query_name": "MAINTAINER Instruction Being Used", - "query_id": "99614418-f82b-4852-a9ae-5051402b741c", - "query_url": "https://docs.docker.com/engine/reference/builder/#maintainer-deprecated", - "severity": "LOW", - "platform": "Dockerfile", - "category": "Best Practices", - "description": "The MAINTAINER instruction sets the Author field of the generated images. The LABEL instruction is a much more flexible version of this and you should use it instead, as it enables setting any metadata you require, and can be viewed easily", - "description_id": "9d9cbf83", - "files": [ - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/7u121-7.16.0.1/Dockerfile", - "similarity_id": "1a66fb455cd49ff286ac1ef1128d87cd43bb5aab1c616b3351c1aca26bd4279f", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}.MAINTAINER={{Boshi Lian \u003cfarmer1992@gmail.com\u003e}}", - "search_line": 0, - "search_value": "", - "expected_value": "Maintainer instruction being used in Label 'LABEL maintainer=Boshi Lian \u003cfarmer1992@gmail.com\u003e'", - "actual_value": "Maintainer instruction not being used in Label 'MAINTAINER Boshi Lian \u003cfarmer1992@gmail.com\u003e'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/8u102-8.17.0.3/Dockerfile", - "similarity_id": "8b7f940e36022f24e41bcb843225993ff52436f10bfcb832b736efb5e5d5eb0e", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}.MAINTAINER={{Boshi Lian \u003cfarmer1992@gmail.com\u003e}}", - "search_line": 0, - "search_value": "", - "expected_value": "Maintainer instruction being used in Label 'LABEL maintainer=Boshi Lian \u003cfarmer1992@gmail.com\u003e'", - "actual_value": "Maintainer instruction not being used in Label 'MAINTAINER Boshi Lian \u003cfarmer1992@gmail.com\u003e'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/7u161-7.21.0.3/Dockerfile", - "similarity_id": "60bf1686385d8b6cc4f49c594742c9101aa4201aacb2fcc2706cae48919e5045", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}.MAINTAINER={{Boshi Lian \u003cfarmer1992@gmail.com\u003e}}", - "search_line": 0, - "search_value": "", - "expected_value": "Maintainer instruction being used in Label 'LABEL maintainer=Boshi Lian \u003cfarmer1992@gmail.com\u003e'", - "actual_value": "Maintainer instruction not being used in Label 'MAINTAINER Boshi Lian \u003cfarmer1992@gmail.com\u003e'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/7u131-7.17.0.5/Dockerfile", - "similarity_id": "e5f94bb63676002e8b2426b81b9486bfce8e2f2be21382017af5da63a7f5af2a", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}.MAINTAINER={{Boshi Lian \u003cfarmer1992@gmail.com\u003e}}", - "search_line": 0, - "search_value": "", - "expected_value": "Maintainer instruction being used in Label 'LABEL maintainer=Boshi Lian \u003cfarmer1992@gmail.com\u003e'", - "actual_value": "Maintainer instruction not being used in Label 'MAINTAINER Boshi Lian \u003cfarmer1992@gmail.com\u003e'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/9u04-9.0.4.1/Dockerfile", - "similarity_id": "10bed66826dd1f29083cea8c9ee913a01c7a5ee85be6db1985e4ba93af9cd207", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}.MAINTAINER={{Boshi Lian \u003cfarmer1992@gmail.com\u003e}}", - "search_line": 0, - "search_value": "", - "expected_value": "Maintainer instruction being used in Label 'LABEL maintainer=Boshi Lian \u003cfarmer1992@gmail.com\u003e'", - "actual_value": "Maintainer instruction not being used in Label 'MAINTAINER Boshi Lian \u003cfarmer1992@gmail.com\u003e'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/8u152-8.25.0.1/Dockerfile", - "similarity_id": "fb010854405f09ee0c53e0e4de2804efa0df5f507e2b9f788c14a655ba7371c7", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}.MAINTAINER={{Boshi Lian \u003cfarmer1992@gmail.com\u003e}}", - "search_line": 0, - "search_value": "", - "expected_value": "Maintainer instruction being used in Label 'LABEL maintainer=Boshi Lian \u003cfarmer1992@gmail.com\u003e'", - "actual_value": "Maintainer instruction not being used in Label 'MAINTAINER Boshi Lian \u003cfarmer1992@gmail.com\u003e'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/8u112-8.19.0.1/Dockerfile", - "similarity_id": "6c89bbefc1ba74d57bfcb85a3df19f20c802ae42c61faebc07ca1622b128683c", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}.MAINTAINER={{Boshi Lian \u003cfarmer1992@gmail.com\u003e}}", - "search_line": 0, - "search_value": "", - "expected_value": "Maintainer instruction being used in Label 'LABEL maintainer=Boshi Lian \u003cfarmer1992@gmail.com\u003e'", - "actual_value": "Maintainer instruction not being used in Label 'MAINTAINER Boshi Lian \u003cfarmer1992@gmail.com\u003e'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/7-latest/Dockerfile", - "similarity_id": "b34440d931dfe4958a59ecba22b5f7e4440aa5db8af023a1eb579710abd20390", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}.MAINTAINER={{Boshi Lian \u003cfarmer1992@gmail.com\u003e}}", - "search_line": 0, - "search_value": "", - "expected_value": "Maintainer instruction being used in Label 'LABEL maintainer=Boshi Lian \u003cfarmer1992@gmail.com\u003e'", - "actual_value": "Maintainer instruction not being used in Label 'MAINTAINER Boshi Lian \u003cfarmer1992@gmail.com\u003e'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/6u87-6.14.0.1/Dockerfile", - "similarity_id": "73892bcc2aad9b23e1da60649787570cedc4289d0e0980fda33f803c1000d1d5", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}.MAINTAINER={{Boshi Lian \u003cfarmer1992@gmail.com\u003e}}", - "search_line": 0, - "search_value": "", - "expected_value": "Maintainer instruction being used in Label 'LABEL maintainer=Boshi Lian \u003cfarmer1992@gmail.com\u003e'", - "actual_value": "Maintainer instruction not being used in Label 'MAINTAINER Boshi Lian \u003cfarmer1992@gmail.com\u003e'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/6-latest/Dockerfile", - "similarity_id": "44676aa0a82e3f2938066605264c79f04a52af4c92ffd8fae109e02e1230eac2", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}.MAINTAINER={{Boshi Lian \u003cfarmer1992@gmail.com\u003e}}", - "search_line": 0, - "search_value": "", - "expected_value": "Maintainer instruction being used in Label 'LABEL maintainer=Boshi Lian \u003cfarmer1992@gmail.com\u003e'", - "actual_value": "Maintainer instruction not being used in Label 'MAINTAINER Boshi Lian \u003cfarmer1992@gmail.com\u003e'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/6u79-6.12.0.2/Dockerfile", - "similarity_id": "be242cd0e1685ee4311bf695a22e88edae30f2a2cb39eb9247f702bc05cd97dc", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}.MAINTAINER={{Boshi Lian \u003cfarmer1992@gmail.com\u003e}}", - "search_line": 0, - "search_value": "", - "expected_value": "Maintainer instruction being used in Label 'LABEL maintainer=Boshi Lian \u003cfarmer1992@gmail.com\u003e'", - "actual_value": "Maintainer instruction not being used in Label 'MAINTAINER Boshi Lian \u003cfarmer1992@gmail.com\u003e'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/9-latest/Dockerfile", - "similarity_id": "92d9128d312a976cd1f21646407704c76c130a85d47822d37505c997d8638258", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}.MAINTAINER={{Boshi Lian \u003cfarmer1992@gmail.com\u003e}}", - "search_line": 0, - "search_value": "", - "expected_value": "Maintainer instruction being used in Label 'LABEL maintainer=Boshi Lian \u003cfarmer1992@gmail.com\u003e'", - "actual_value": "Maintainer instruction not being used in Label 'MAINTAINER Boshi Lian \u003cfarmer1992@gmail.com\u003e'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/6u97-6.17.0.1/Dockerfile", - "similarity_id": "4387b63e0dac77be36a36db73aaf944dc709f9d5e07b14b0d044adf9d6453a36", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}.MAINTAINER={{Boshi Lian \u003cfarmer1992@gmail.com\u003e}}", - "search_line": 0, - "search_value": "", - "expected_value": "Maintainer instruction being used in Label 'LABEL maintainer=Boshi Lian \u003cfarmer1992@gmail.com\u003e'", - "actual_value": "Maintainer instruction not being used in Label 'MAINTAINER Boshi Lian \u003cfarmer1992@gmail.com\u003e'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/8u121-8.20.0.5/Dockerfile", - "similarity_id": "e35290337b1891f21ab0df930a1482946b1c3b146daeb9f7b7de18a9aec5b383", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}.MAINTAINER={{Boshi Lian \u003cfarmer1992@gmail.com\u003e}}", - "search_line": 0, - "search_value": "", - "expected_value": "Maintainer instruction being used in Label 'LABEL maintainer=Boshi Lian \u003cfarmer1992@gmail.com\u003e'", - "actual_value": "Maintainer instruction not being used in Label 'MAINTAINER Boshi Lian \u003cfarmer1992@gmail.com\u003e'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/6u99-6.18.1.5/Dockerfile", - "similarity_id": "14b31c40a81a5de346196ee044cbfe8d2fc36f5210c06f5bc7852815af69e42a", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}.MAINTAINER={{Boshi Lian \u003cfarmer1992@gmail.com\u003e}}", - "search_line": 0, - "search_value": "", - "expected_value": "Maintainer instruction being used in Label 'LABEL maintainer=Boshi Lian \u003cfarmer1992@gmail.com\u003e'", - "actual_value": "Maintainer instruction not being used in Label 'MAINTAINER Boshi Lian \u003cfarmer1992@gmail.com\u003e'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/6u83-6.13.0.3/Dockerfile", - "similarity_id": "9fa44e714f181b557c974f19a6f7b1014f23b53716e7ae18d94e1fce840cb830", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}.MAINTAINER={{Boshi Lian \u003cfarmer1992@gmail.com\u003e}}", - "search_line": 0, - "search_value": "", - "expected_value": "Maintainer instruction being used in Label 'LABEL maintainer=Boshi Lian \u003cfarmer1992@gmail.com\u003e'", - "actual_value": "Maintainer instruction not being used in Label 'MAINTAINER Boshi Lian \u003cfarmer1992@gmail.com\u003e'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/8u144-8.23.0.3/Dockerfile", - "similarity_id": "59aa58b0c5682e95a63c5f3408f6c7468c7e7dee14049f77f9ff1a834233858d", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}.MAINTAINER={{Boshi Lian \u003cfarmer1992@gmail.com\u003e}}", - "search_line": 0, - "search_value": "", - "expected_value": "Maintainer instruction being used in Label 'LABEL maintainer=Boshi Lian \u003cfarmer1992@gmail.com\u003e'", - "actual_value": "Maintainer instruction not being used in Label 'MAINTAINER Boshi Lian \u003cfarmer1992@gmail.com\u003e'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/7u101-7.14.0.5/Dockerfile", - "similarity_id": "bad43aa5ab4bd175bc62f35572a26d5ffdf5f2f2907d9641c056dae9f42179cf", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}.MAINTAINER={{Boshi Lian \u003cfarmer1992@gmail.com\u003e}}", - "search_line": 0, - "search_value": "", - "expected_value": "Maintainer instruction being used in Label 'LABEL maintainer=Boshi Lian \u003cfarmer1992@gmail.com\u003e'", - "actual_value": "Maintainer instruction not being used in Label 'MAINTAINER Boshi Lian \u003cfarmer1992@gmail.com\u003e'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/8-latest/Dockerfile", - "similarity_id": "e9f152a88e68508d52222618a40cbbd7387092345139834b9577be67e76d223e", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}.MAINTAINER={{Boshi Lian \u003cfarmer1992@gmail.com\u003e}}", - "search_line": 0, - "search_value": "", - "expected_value": "Maintainer instruction being used in Label 'LABEL maintainer=Boshi Lian \u003cfarmer1992@gmail.com\u003e'", - "actual_value": "Maintainer instruction not being used in Label 'MAINTAINER Boshi Lian \u003cfarmer1992@gmail.com\u003e'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/6u89-6.15.0.1/Dockerfile", - "similarity_id": "bc8b1834d8e0aee714ee4d31fffecbb0e795877705abf93d0f2b7bfc07f76c30", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}.MAINTAINER={{Boshi Lian \u003cfarmer1992@gmail.com\u003e}}", - "search_line": 0, - "search_value": "", - "expected_value": "Maintainer instruction being used in Label 'LABEL maintainer=Boshi Lian \u003cfarmer1992@gmail.com\u003e'", - "actual_value": "Maintainer instruction not being used in Label 'MAINTAINER Boshi Lian \u003cfarmer1992@gmail.com\u003e'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/7u171-7.22.0.3/Dockerfile", - "similarity_id": "d2763f5f0afbed92dc4a8d9d5d9ce796c0f1916c2944c0b9dca9ab3785b36681", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}.MAINTAINER={{Boshi Lian \u003cfarmer1992@gmail.com\u003e}}", - "search_line": 0, - "search_value": "", - "expected_value": "Maintainer instruction being used in Label 'LABEL maintainer=Boshi Lian \u003cfarmer1992@gmail.com\u003e'", - "actual_value": "Maintainer instruction not being used in Label 'MAINTAINER Boshi Lian \u003cfarmer1992@gmail.com\u003e'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/7u111-7.15.0.1/Dockerfile", - "similarity_id": "d8aae53c2d0727b318572bd209101dc040403c964573bc561c9f4c5af92a8dd5", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}.MAINTAINER={{Boshi Lian \u003cfarmer1992@gmail.com\u003e}}", - "search_line": 0, - "search_value": "", - "expected_value": "Maintainer instruction being used in Label 'LABEL maintainer=Boshi Lian \u003cfarmer1992@gmail.com\u003e'", - "actual_value": "Maintainer instruction not being used in Label 'MAINTAINER Boshi Lian \u003cfarmer1992@gmail.com\u003e'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/8u162-8.27.0.7/Dockerfile", - "similarity_id": "a51532808db921e502a0348de422e781dbbb3cff4028b9ca979c24e0b0ad1631", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}.MAINTAINER={{Boshi Lian \u003cfarmer1992@gmail.com\u003e}}", - "search_line": 0, - "search_value": "", - "expected_value": "Maintainer instruction being used in Label 'LABEL maintainer=Boshi Lian \u003cfarmer1992@gmail.com\u003e'", - "actual_value": "Maintainer instruction not being used in Label 'MAINTAINER Boshi Lian \u003cfarmer1992@gmail.com\u003e'" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/nanoserver/8u101-8.16.0.1/Dockerfile", - "similarity_id": "9a68662c7ab8ca19fa9bfe590b8ec702e5e8f807f39daeccaec0cbcd2bd7e6a9", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{microsoft/nanoserver:latest}}.MAINTAINER={{Boshi Lian \u003cfarmer1992@gmail.com\u003e}}", - "search_line": 0, - "search_value": "", - "expected_value": "Maintainer instruction being used in Label 'LABEL maintainer=Boshi Lian \u003cfarmer1992@gmail.com\u003e'", - "actual_value": "Maintainer instruction not being used in Label 'MAINTAINER Boshi Lian \u003cfarmer1992@gmail.com\u003e'" - } - ] - }, - { - "query_name": "Multiple RUN, ADD, COPY, Instructions Listed", - "query_id": "0008c003-79aa-42d8-95b8-1c2fe37dbfe6", - "query_url": "https://sysdig.com/blog/dockerfile-best-practices/", - "severity": "LOW", - "platform": "Dockerfile", - "category": "Best Practices", - "description": "Multiple commands (RUN, COPY, ADD) should be grouped in order to reduce the number of layers.", - "description_id": "29bd3a34", - "files": [ - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u222-7.29.0.5/Dockerfile", - "similarity_id": "527cd77d9a7172d62de9da77ce593652132eedb6c566653ef06833b05c7a1fa1", - "line": 13, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u181-8.31.0.1/Dockerfile", - "similarity_id": "bcd94a303ffb74af8a6804a182dddf78f752d2f7d050485a20a0af25d80e32da", - "line": 3, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u111-7.15.0.1/Dockerfile", - "similarity_id": "fa66fd21e1c3a152e513dc5a2691f5dcc791829c9d3e6b6fd6d505ada5d7999a", - "line": 14, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u40-8.6.0.1/Dockerfile", - "similarity_id": "ec3b980a81966894812eb7fad1a4bf67b7493c3a601f8433f1ce980af0fc8644", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:latest}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u211-7.27.0.1/Dockerfile", - "similarity_id": "cfc14bd06f136e239d9ceeed6ff70ee82d8cbe2c36de43ef874d8cd0022b82fa", - "line": 13, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u92-8.15.0.1/Dockerfile", - "similarity_id": "d1ad76600379066019b61609544486ca92f3586d9803136bd68f0f1d023e53a3", - "line": 14, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:latest}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u154-7.20.0.3/Dockerfile", - "similarity_id": "1dd4fe2d676c79573736be789406c420dec36fdad5a6504f528cd57b13131861", - "line": 3, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u119-6.22.0.3/Dockerfile", - "similarity_id": "4f2db1da2cf481214355a3e78f8a976e20676e218323a89118615514ed8baa31", - "line": 3, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u121-8.20.0.5/Dockerfile", - "similarity_id": "ede7e68de5ae6cf477b687759f642d2b4ebad34c5d2bc0fbd8424440f8d8938d", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:latest}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u232-8.42.0.23/Dockerfile", - "similarity_id": "ce4665bd777bb0e8379ede06d46827eec700f7ead69870deb3e883c1007f3acd", - "line": 3, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u20-8.3.0.1/Dockerfile", - "similarity_id": "bbe80c8eebaab81bca8ee9807c5b50aa51d934151f4956c462ab709633b0fbdf", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u141-7.18.0.3/Dockerfile", - "similarity_id": "2f7f9903c68e53a3bf8aa84d455bdaa703277abcbaebaa7df4d85a3ab6fccf18", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:latest}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u59-6.7.0.2/Dockerfile", - "similarity_id": "967bf4643d38ba8418e331fd75a743105dec2f888434ffb5271ff6f94d64d481", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:latest}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u65-7.6.0.1/Dockerfile", - "similarity_id": "d1f9abf61eaa9252899399641aaaa6e1d351261ee88ca66b9600fe64fc6cbc56", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u66-8.11.0.1/Dockerfile", - "similarity_id": "532bc656f0f126c82d97f31a919546feff3cde9d0e3029d532c5f4e132952cb2", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:latest}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u161-7.21.0.3/Dockerfile", - "similarity_id": "a5112f4149e60675e4bc95b88622c3a6a91f3a1072ccaa935dd306260134f047", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u191-7.24.0.1/Dockerfile", - "similarity_id": "760cb697a7862f04dd261ed0172b2e0a1bcae8aa386658800058067381bf9b95", - "line": 3, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/12.0.1-12.2/Dockerfile", - "similarity_id": "a0e62427e44e85b71f2ad0df230edb3bfbf0862f1133571f35c579deb8ec368b", - "line": 3, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u63-6.8.0.1/Dockerfile", - "similarity_id": "2b960e4dd7779f90da00b14c274dc2b00653c27cc1c850af60e93d11d7e6fb7d", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:latest}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u85-7.11.0.3/Dockerfile", - "similarity_id": "065a0d1889dab99cf7d288282c0204f58c53c2844520c329640456c1607fedad", - "line": 14, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u131-8.21.0.1/Dockerfile", - "similarity_id": "76c0f2de5ca58eb6037982ff655526192d6a24c4a991e90309f0d8451217d199", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:latest}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u72-7.7.0.1/Dockerfile", - "similarity_id": "ff48d8da0b1c77f53e2e9add2b4a636763728c05a644c59f3d71ff1797ec497b", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u53-6.5.0.2/Dockerfile", - "similarity_id": "e9d4d9ebd1192d3722d7c66f091dcba5c0e124e136910d81eaac44a9f6455b02", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u121-7.16.0.1/Dockerfile", - "similarity_id": "75f5d912170af0f9763633043fde92d1fd2d10f7ca1ad6c3bd566e27c19ad1a4", - "line": 14, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u107-6.20.0.1/Dockerfile", - "similarity_id": "20c3f75eea1cf22dcdff170110a4a980bc0f9ec5c5f65e2ff542a2527bdf371f", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u60-8.9.0.4/Dockerfile", - "similarity_id": "47a0926c2d16cda6c4b671cf8fd30b2929bf7e09c909b8f6d94adbdb84507453", - "line": 14, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u20-8.3.0.1/Dockerfile", - "similarity_id": "b159c78715a532ebabacd410f1f19c6e1109c2dff5678d47de3db5e16832a409", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:latest}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/13.0.1-13.28/Dockerfile", - "similarity_id": "8e6efafc0bba8b8ca8ba78b413116e1dbfbcbbc64f141e14f9e114916ccc239c", - "line": 14, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u152-8.25.0.1/Dockerfile", - "similarity_id": "e81f5151d2b04e2ed7b80d3273ce642be32ee436f9a58f42fee59ec06b207e24", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/12-latest/Dockerfile", - "similarity_id": "e9622c6a55fce00875fc979a62684be86406723c7ead7652a953adb398f319e6", - "line": 3, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u83-6.13.0.7/Dockerfile", - "similarity_id": "9db4b4998f6d7d7c6cbbe18a49873a409c342ede8d40f9552f6d4e7da204273c", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:latest}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u80-7.10.0.1/Dockerfile", - "similarity_id": "e870717c47e028752cc6ebdbaccbdb8069fba8f474c4a87fb198a6e6515b8bab", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:latest}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u93-6.16.0.1/Dockerfile", - "similarity_id": "bcd2b4f5a7856e10fe14ab378c403d7d4dd4ecb2ceacd5447161eede8d2bb988", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:latest}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u92-8.15.0.1/Dockerfile", - "similarity_id": "5738147b891973e3df3442e33479864d20c209cb4c8383a915fb1063005a3af1", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:latest}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u56-6.6.0.1/Dockerfile", - "similarity_id": "8cdc3aae1624c89ea86a147ac0c749495d09472c0a4b2255c35d36351b275753", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:latest}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/10u02-10.3/Dockerfile", - "similarity_id": "ed2285a48d56fb4370629378f8cd59912901a07a9e2d9f300f37f90b16d459fc", - "line": 3, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u101-7.14.0.5/Dockerfile", - "similarity_id": "74485e2756016d9d72a00da445878c8fbd102d3d9d1e1c65e25ae6878cf812c1", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:latest}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u79-6.12.0.2/Dockerfile", - "similarity_id": "959506067b2fea8888a47c3cb0bf78c29e2584d35b70b11deff9a7708bc0a3d2", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:latest}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/12-12.1/Dockerfile", - "similarity_id": "106c7413b4bf82823e8f02a41bd098b41411a5f1a401a4f4414737d31e71e2be", - "line": 13, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u172-8.30.0.1/Dockerfile", - "similarity_id": "07719889a12a462de4389999bc7436d36c58d6a9ee789c1723df7c98f56fdf3d", - "line": 3, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u31-8.5.0.1/Dockerfile", - "similarity_id": "8be83d57d2b40a37df389db6bf1a31938a98606f06fcef8f0f680de37354089c", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u55-7.4.0.5/Dockerfile", - "similarity_id": "a54fb3a11a835fbdf17dff0e9ba91023cde547e229bc50ac1f8ceb1665e97e8d", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u51-8.8.0.3/Dockerfile", - "similarity_id": "c3773fc76e35c8d8beea43c8c3101567164ed1ab1c6e3b8f6be7dd63d0d0803b", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/10-latest/Dockerfile", - "similarity_id": "32fee1f2dce15a1dfdc1b008acc1a71e2479b2383fbc2936ae11d6ed638a1444", - "line": 3, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u202-8.36.0.1/Dockerfile", - "similarity_id": "4f7ace3f83bc8919d72cafad38ebd3a37f98be5d219581664a65c164c2211c52", - "line": 13, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u79-6.12.0.2/Dockerfile", - "similarity_id": "8e3641d804657700d31b08ad2fc5eda2db46fd0ae8885f20349306201391e0ca", - "line": 14, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:latest}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/10u01-10.2/Dockerfile", - "similarity_id": "19681f63afb05014e849db6bb3cde854e19e40adb7dc78ecc06ea8185998cfc0", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u31-8.5.0.1/Dockerfile", - "similarity_id": "84f2a87c16e4b7d39c62c946b1c333650f8e5df3cb21c405228d3d6f887be236", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:latest}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u161-7.21.0.3/Dockerfile", - "similarity_id": "4a4fe629cfb5c8e5b8689bc3c2751c9aa113f376b644a64ef2705b65f0307530", - "line": 3, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u79-6.12.0.2/Dockerfile", - "similarity_id": "71aa531215d0161374ee476c7f81e59f7c4571ae564e3d482cca65ffa6c36ecd", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:latest}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u152-8.25.0.1/Dockerfile", - "similarity_id": "e3a4968d300e3ebc64fcff5ab77d8dce101bdd083ac5b59f8a2026eff0d31e49", - "line": 3, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u51-8.8.0.3/Dockerfile", - "similarity_id": "c1f4699c8c40a8f1f20935ed44c27efa2231fdde9c812432efc04ccde177415a", - "line": 14, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/12.0.2-12.3/Dockerfile", - "similarity_id": "d0f291bc3598870d34a2952dddaef5254eb1369c4f05f911a87d037b95e1a34b", - "line": 13, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u87-6.14.0.1/Dockerfile", - "similarity_id": "6d1f44333baf24a4afa3c980552c7a20c991d8a5477a219a572c87642e0224b4", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:latest}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u92-8.15.0.1/Dockerfile", - "similarity_id": "0833684faa5f020f73b108773b27e395884260e0f4cef400139ad00264f16ebc", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:latest}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u99-6.18.0.3/Dockerfile", - "similarity_id": "5f702254c52c69dc18a53f51b478a9ae806c812f80c0cc5e46f998e5780a73aa", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u55-7.4.0.5/Dockerfile", - "similarity_id": "2c3d521b62bd718d4f27c8120bb04b6ec85ec91a85889ad6cbc6388f18f8c682", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/9u01-9.0.1.3/Dockerfile", - "similarity_id": "781c0551c86c5a2798402056a56af1078db3af558d2419670d4b4ded6fc7f615", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u40-8.6.0.1/Dockerfile", - "similarity_id": "c4fd265b44609a1cc69f6caa03511e878a86c02b687e03b3fdd9f304334880f0", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u51-8.8.0.3/Dockerfile", - "similarity_id": "addd5892d85adcbcf8a8c898ddaf627afe37ecef3c1e26537e0b8ee0f233cd79", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:latest}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u144-8.23.0.3/Dockerfile", - "similarity_id": "33726b96b2bef8811cd85109b400e93e5e492aeb51ac858448a45a4bd1ce3fa4", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u91-7.12.0.3/Dockerfile", - "similarity_id": "41be25a5ece4fb70c9fa022bdcff8b20ad83db3cbe69658eba4d738ee2783841", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u131-8.21.0.1/Dockerfile", - "similarity_id": "b7d52c1755bc0ca714910f564baf1cf519a1df44cbbe903502bdf436e87e294e", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:latest}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/9-latest/Dockerfile", - "similarity_id": "968b69adc3ee6a23f59cf8b0705ab62e0571c7d8b3b9d86e262cc02f5b4c2e19", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/9-ea/Dockerfile", - "similarity_id": "1b3e55fa870cdef555deaf035177af2d8539b9deb5053477372faa251544f7e5", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u201-7.25.0.5/Dockerfile", - "similarity_id": "ecf68c7f1cd91f55b09bcc3c9b3a4b84e44255ca3e2ac9b4914e2215f0b6a754", - "line": 3, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u141-7.18.0.3/Dockerfile", - "similarity_id": "a0e613d840775b9f46e86f1c3897ab8adf921bf5952c8ad03864598b5b3f8bd9", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:latest}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u102-8.17.0.3/Dockerfile", - "similarity_id": "c2352dd42b9c59f6aefc60b584ff8025ee512cfca1f73905c84a5981d9265500", - "line": 14, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:latest}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u40-8.6.0.1/Dockerfile", - "similarity_id": "b00631e5b36f5a459fee0e8f0f9a5af9b9b4fcd5f130ef9b9dbcbedc6a0f0d19", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u141-7.18.0.3/Dockerfile", - "similarity_id": "03e4dbc278f198b2f3cb2bcd378bca7dc23b59c85aa9036fbc88148c70001966", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:latest}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.5-11.35/Dockerfile", - "similarity_id": "2bdefe6cc5eba55e25051f3683de0707ce47c4122812adc7a1130fb037b62bc3", - "line": 3, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u121-8.20.0.5/Dockerfile", - "similarity_id": "550e91e1011f578ff5b4cda146de00cc936580d49907d38171f47e2e7475fcea", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:latest}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u66-8.11.0.1/Dockerfile", - "similarity_id": "832595fed35eb784960df816e53425025559a051b88b9300f5984cb70b6ac2af", - "line": 14, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.3-11.31/Dockerfile", - "similarity_id": "6c8dd5ac5981cf67498ace17bbb4e5b10ed37bbc2c6015a036b6718ce70f3460", - "line": 3, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u76-7.8.0.3/Dockerfile", - "similarity_id": "c9d31c290c40d40428af8fc219fd8e9729b9e6b02d1460987f06b0958351a906", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u97-6.17.0.1/Dockerfile", - "similarity_id": "95cae5658337808068a6846fda6c446417f59d8fca5d80766762c2cf94c02679", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u191-7.24.0.1/Dockerfile", - "similarity_id": "daad205bfb6b1751759c6f0adca0aa0997a2d8f0c5b443bbf1c3a1cd8b7a8ca7", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u65-7.6.0.1/Dockerfile", - "similarity_id": "84e13d138d737b4ddaa8d78c7109ef8663dda91f7c908eb2173ee4d6a9f5ba73", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:latest}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u89-6.15.0.1/Dockerfile", - "similarity_id": "8c0066d85846e35f2c1cdfb62d4b181b9edcd8cbf8b8573f9d54c15846911793", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:latest}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u11-8.2.0.1/Dockerfile", - "similarity_id": "d25a41e2c23d4b5d685ff884f2a918dba6f3fd1031f9d124e715daa1bf55be9e", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u192-8.33.0.1/Dockerfile", - "similarity_id": "a0e4c6409d721daf4309f87c3a9dfdbd17a96d3b57cc4fc388d9fe60f84fc6de", - "line": 13, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u45-8.7.0.5/Dockerfile", - "similarity_id": "2ffd155d9a30be797c35d80c469fa37938cfe0f245ad2832e51dbb1617fd410b", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u73-6.10.0.3/Dockerfile", - "similarity_id": "56c8339b3739c1158f69f6ac6fcfc8e5a8b94db45276a8f192e815d6cad844b9", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u131-8.21.0.1/Dockerfile", - "similarity_id": "3c9ee92d4650f4d28678ab68dd127985d7c4c6a7666457c80039bce7af17f2dd", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:latest}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u111-7.15.0.1/Dockerfile", - "similarity_id": "b459ccecbd3512c008c9a58f2252bd318f32eed74011b57b83961f2726b41257", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u202-8.36.0.1/Dockerfile", - "similarity_id": "e7f1fb8b1d723d13af84c518f6c5dff8884a3a27048e394201a89aed73d8d8c7", - "line": 3, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u80-7.10.0.1/Dockerfile", - "similarity_id": "5e228f8def252631f5abaccd1af95304bef89de530f1c2c2c0db65f7982388c5", - "line": 14, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6-latest/Dockerfile", - "similarity_id": "f7414d0fb666995afd35a7bf732a5f2f755d17d42c712f9b4ebce0db6f99296a", - "line": 13, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u89-6.15.0.1/Dockerfile", - "similarity_id": "c0c85eb6e32ec3bf9d645350b4b072e40d2cff24aaeefa06f0219fd2d3fc754b", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:latest}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/9u04-9.0.4.1/Dockerfile", - "similarity_id": "f561e88a0949a55f9e80b3e3696ca9df2ef305132b65fe8ee46cedef0d04419d", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u80-7.10.0.1/Dockerfile", - "similarity_id": "695c384c339512e1bb4d839fbec32295ed86e61a7f725c2c0cf96b0cc4ac33f2", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u11-8.2.0.1/Dockerfile", - "similarity_id": "7aa92a7232e3e22bcedec02a72864309640cb56b22bcbf0d7f003c637d626f81", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u232-7.31.0.5/Dockerfile", - "similarity_id": "5394263f3e81d3a7b5cd73f0c8ea9f60639980150d697cba0db54928831142e2", - "line": 3, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u97-6.17.0.1/Dockerfile", - "similarity_id": "a4c64d28a8487d7090a3d54a08f2cbac378d0d710d9f22aec437d45e3d314567", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u91-7.12.0.3/Dockerfile", - "similarity_id": "0427e0be8fcc76baf4df3d71e42ebcf0e7f4379777d75efae4f17d3cf1bb9ab0", - "line": 14, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u72-7.7.0.1/Dockerfile", - "similarity_id": "3076207b9b73241aa694e2685f9f710152971bfd599b6dc32008735c830c2c10", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u31-8.5.0.1/Dockerfile", - "similarity_id": "376262f429fa994d2cd023e1f7be8edfa7bbf667d2a15dbbafd1fbd8e40b7ba2", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u66-8.11.0.1/Dockerfile", - "similarity_id": "a779e875e95d9f944a28c5cd076478913e9f620a2db2c0029d8f8fa133119f4f", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u131-7.17.0.5/Dockerfile", - "similarity_id": "da36ae5335d3ba8ef8b2761cb0c46657151e68a5ebec173ee9a24362ac4af410", - "line": 14, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u79-7.9.0.2/Dockerfile", - "similarity_id": "18a244054a128249833fa3195c8c74a7aa9117387ec51e9623d59e66f39d9b6d", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/12.0.1-12.2/Dockerfile", - "similarity_id": "aca5eda7bdab27e4ed8c5d1d3aa9689e6dbbdd5d3d5efc91f8538f9049b3c943", - "line": 13, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u121-7.16.0.1/Dockerfile", - "similarity_id": "5e7198aba32ea28000668ee58a4f80dd5784cd1eef16dd22fcd3920d63c41550", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u73-6.10.0.3/Dockerfile", - "similarity_id": "dee02595be5a5818c772b3ab084b99555e763aaaa63cca758d95e92f9d4baa9b", - "line": 14, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u95-7.13.0.1/Dockerfile", - "similarity_id": "d3c49fd9ebf7f93be967e89ee2864bb5762aa1bd4921d43a22a6ce91a7d6cd06", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/11.0.1-11.2/Dockerfile", - "similarity_id": "dd577edb90504ead99e00f8383aa3e934a7381a93e3d55a8bebc0358be68c7f3", - "line": 13, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u162-8.27.0.7/Dockerfile", - "similarity_id": "a2eb42703a2736efc9c3be1ca704beb96a376229a2e7f21918a793060b3d0a4a", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u131-7.17.0.5/Dockerfile", - "similarity_id": "3a8a71821c7e360d9a48b29407eaeac53c5929fc8153b2a00b96b9059229ef63", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u131-7.17.0.5/Dockerfile", - "similarity_id": "b0c0f188ef7d06c60c3586a5497f49adc758ec9d770605d683243c5e0c2f5e0d", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:latest}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/11.0.4-11.33/Dockerfile", - "similarity_id": "117b7114561c67f7091f21af0e2457ce60c36cb0bb803e85a5774ff91d73ed55", - "line": 13, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u101-7.14.0.5/Dockerfile", - "similarity_id": "3cc28812480348f79ebe051440d06a7e593ac6e455d174a569a16fe0693d3360", - "line": 14, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:latest}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.1-11.2/Dockerfile", - "similarity_id": "a1df4abf5a821df11478aa1071d761727101fee5870690a4a9e9cbd9ab1318bb", - "line": 3, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u25-8.4.0.1/Dockerfile", - "similarity_id": "937ddfcbd98739979d6241f4bbec2617c8a2f9e6b0c7ad6aaf669e792dc7e5b4", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:latest}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/9u01-9.0.1.3/Dockerfile", - "similarity_id": "8c88d492a6bbe31892d1ac6c08c1ac17e0175d89d1342d7b93623afaa5bdef1d", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u181-7.23.0.1/Dockerfile", - "similarity_id": "bb92aa4eba7c6b70d91ecb536829b3d21a0ae13872cef0c1fb8e9bbabde533a6", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u79-7.9.0.2/Dockerfile", - "similarity_id": "0e3f1f3a690767539953c6251c8ce0b7f2c16fc6d3292105181ee5a8f6d1bdc5", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u93-6.16.0.1/Dockerfile", - "similarity_id": "f8d448285b6eb586decc2b401dd24d15c1bd621b3a0d22da8f08b871da6f5733", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:latest}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u53-6.5.0.2/Dockerfile", - "similarity_id": "ba4cba90de5f67b85734a22085fe5885da4566cd0fd715cbf31ef5191068d1a8", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:latest}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u76-7.8.0.3/Dockerfile", - "similarity_id": "ee2f4ec2627e0cf36ff7d60149606b7cbc3165fef7943ad8f24f7c89955ef0ab", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u79-7.9.0.2/Dockerfile", - "similarity_id": "c95079797842b7c96302bd5026ff5b17cad643f93430b49527aa17785bb752b6", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:latest}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6-latest/Dockerfile", - "similarity_id": "57d05fda71e6e96e37dac60a06c341c1560c7cd07e6546dec6ee60177f9550b3", - "line": 3, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/11.0.5-11.35/Dockerfile", - "similarity_id": "136a738565e4b088fa6050330bcdbc5052cf9a5e2f36a2c9cae2df6399a0e381", - "line": 14, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u83-6.13.0.3/Dockerfile", - "similarity_id": "b3d43bf08bcc178408f619b03a6b921651c10259c7ae8d0744be9ec8d235761d", - "line": 14, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:latest}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u121-8.20.0.5/Dockerfile", - "similarity_id": "0fae96fd969e0119fa0a7a8f3a37c45f15c5caf68c099a9a5c338e8b986af1be", - "line": 14, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:latest}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u211-7.27.0.1/Dockerfile", - "similarity_id": "a7869461ca1bba4060233f8606da0bcbb429d0059e139a02af204e76f3da9f91", - "line": 3, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u91-7.12.0.3/Dockerfile", - "similarity_id": "390f1df584e2f32df933dfcc982398c912a6c4ab61d665b21dbf65a58a6a0034", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:latest}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u76-7.8.0.3/Dockerfile", - "similarity_id": "7cfec7a3df7e0f554caad180042c562824f8e2cfa74abfe997c5d0bd2f9ef609", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:latest}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u56-6.6.0.1/Dockerfile", - "similarity_id": "dbe5b64033bc2829f143299b3a9e9916ce777d1c9bc99e63c37ff5a70c92a4f7", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u99-6.18.0.3/Dockerfile", - "similarity_id": "f82d4b8967164d73f1c3678034fb2641a1fd2089664c640b31d92a540e54efe4", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u69-6.9.0.3/Dockerfile", - "similarity_id": "f1c62600146e101114f44a07ecae034578892b2bc50a7a17fe54b71102559c64", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:latest}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u101-7.14.0.5/Dockerfile", - "similarity_id": "da8a52467f53aa03ba69bc22d2bd55ceee335ad764de13b993ddef823a4de687", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:latest}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u20-8.3.0.1/Dockerfile", - "similarity_id": "d525cb005adb0b6f6260f53560f40a00e40e5896d824dd8327b87102c19af164", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u144-8.23.0.3/Dockerfile", - "similarity_id": "a9fe5addd1931a1be5759f281ef87b71268d4a04fc436331965b15d3f4031257", - "line": 3, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.2-11.29/Dockerfile", - "similarity_id": "1bdb4a3fb31b73c741ecc88ce1b6ccba5fe5b76dd11ef62287999c8fe2d2d7ff", - "line": 3, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u65-7.6.0.1/Dockerfile", - "similarity_id": "63363ad82e7a30f06ba11b87f0090db226d2599d328dfa392ef00bd13b2037b0", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/11.0.3-11.31/Dockerfile", - "similarity_id": "4cf8eb76d5c107533844ff3169cabddd3963872d150419551a7660c1331f0b93", - "line": 13, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u154-7.20.0.3/Dockerfile", - "similarity_id": "450e4d836254ba8744139b8c508078095029b9da22339d1af58fef94196c49a6", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u222-8.40.0.25/Dockerfile", - "similarity_id": "4b070a3a39da7502d1757b03b38fea2d3e1d256ee740e0f9c7eb3a435044529f", - "line": 3, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u242-7.34.0.5/Dockerfile", - "similarity_id": "f01cd81b90e250d6a4891cc6e38b438ecd162355a9d08c0c2ad54e686d019dce", - "line": 3, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u232-8.42.0.21/Dockerfile", - "similarity_id": "63fc70568bcb492c299baf28809eab45862d1ccf55ed136357035f99aada516f", - "line": 13, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u69-6.9.0.3/Dockerfile", - "similarity_id": "957a00df7c0e3c672feccb0c1ec70072eeb9acb376074509d822394a0ef0e4b4", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u212-8.38.0.13/Dockerfile", - "similarity_id": "10db4b865b43a1ebd9cc7d93cf687777f47c4f84c3531eb78da19b19ba651adf", - "line": 3, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u85-7.11.0.3/Dockerfile", - "similarity_id": "ddfc08314e6b6a88eb32fa18f51c4e19a7f463f93b5445c3f0ceeffef7c70500", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:latest}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u181-7.23.0.1/Dockerfile", - "similarity_id": "393e40d5edb9a46f27e8b1bb9f080c81326646135115ebb1d8938908139015ff", - "line": 3, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.4-11.33/Dockerfile", - "similarity_id": "a9028b660e6e4892f5ca90fa381f6c80da8461474b297398e9f4a7dd5d1429b6", - "line": 3, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u49-6.4.0.6/Dockerfile", - "similarity_id": "74116e5f6c95b8b94b93f9f6c721483f7bdb8c1c284d9abef9379be96f1c61e3", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u201-7.25.0.5/Dockerfile", - "similarity_id": "e8b2c559739dca3d6271bc92d5ec57025c99c4e864e8bde83f556adfbd1c5812", - "line": 13, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/10-latest/Dockerfile", - "similarity_id": "92418ff3944774010d67c510e43d459aac1d1d16e5252fb451f3158430d94543", - "line": 13, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u60-8.9.0.4/Dockerfile", - "similarity_id": "dcec1fd05e86a997f650c557e1252e6b0ed3d7d47c0bfbe0133aa11bc702bfd1", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u25-8.4.0.1/Dockerfile", - "similarity_id": "5870a3cdd9b9afd8c9036aa1d676add7c54ae3cf9261f069f397a822bf0bb1e2", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u25-8.4.0.1/Dockerfile", - "similarity_id": "5500dcd8c36d43061d222d925cfb598cfa2ed4fa3ff43ba095a83ed141edf30e", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u192-8.33.0.1/Dockerfile", - "similarity_id": "8609f3b8cc02c3cde56b2fa38d8bc6ff6db319cd27992cf4dfc82b3ffb806781", - "line": 3, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/12.0.2-12.3/Dockerfile", - "similarity_id": "2d3de97baf58b83633cf4e6417d091deb2a120bfdc6d597226536c6c772cc4e5", - "line": 3, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u49-6.4.0.6/Dockerfile", - "similarity_id": "4c9c9385f8bdd76903524bf1d1e1396d661bbdb70462f1faf3a922e74c4236e0", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u56-6.6.0.1/Dockerfile", - "similarity_id": "01bd66cfb071719897788e3d6dab3e7dbdc1d08e53e8615012497f8976c9a2c2", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u05-8.1.0.6/Dockerfile", - "similarity_id": "d52ab3e8a1f828bfb339ed66313767ebc8ec684af5ca7a903ecb0a542e48ba3f", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u65-8.10.0.1/Dockerfile", - "similarity_id": "b574c779f9d394fb9cecf27ec6dd58b742518c815f397e251ac573cdae9bd4de", - "line": 14, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u95-7.13.0.1/Dockerfile", - "similarity_id": "e2921bafaa2fa3f5dd9bbe0627851b49e5fb8ffa16d24f804b94f2fc9ea6ae81", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:latest}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u87-6.14.0.1/Dockerfile", - "similarity_id": "698e26b3aa550badf327e637a4450b8769fb85ca4dfb576ac7e74b875e5ff4eb", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:latest}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u107-6.20.0.1/Dockerfile", - "similarity_id": "ec026f49820b7075b97b7b237fd3c5b2f9d415d15841a30bbabb5408c25fb611", - "line": 3, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/9-latest/Dockerfile", - "similarity_id": "7becca4a65983b4b4ad940c62f277aecb89fd7bb61d72363484c2cf4fe0fe07b", - "line": 3, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/12-latest/Dockerfile", - "similarity_id": "81fd9aeac2c24513986260c021f137e209ae1f67cbb92f8a71577606ae4fcef9", - "line": 13, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u11-8.2.0.1/Dockerfile", - "similarity_id": "dd31a48bc3af1b6e8c61a6866592894b70f746e2d5f9e7697d944e1fe1014f97", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:latest}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/9u07-9.0.7.1/Dockerfile", - "similarity_id": "7e49097f07f4e1695c9e3995524384a6d0b52cb95427d2314fabad2684ee03c9", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u73-6.10.0.3/Dockerfile", - "similarity_id": "373a22fbe912e4399222a190adc7ea8e6a95fe6a57f3913ab4dc19b76bb8f753", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:latest}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u77-6.11.0.2/Dockerfile", - "similarity_id": "c03b99f5afb2dc2970eacdc494581badda92a1f82abe1a7e4a51e0df84b7d6de", - "line": 14, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u05-8.1.0.6/Dockerfile", - "similarity_id": "ae75f83603825ef2ba55f12747ee13f38625b4cda11a2f4275763967a0123917", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u60-7.5.0.1/Dockerfile", - "similarity_id": "7aa571d08579e96d26dd56e30ed124a708002786c608a8c74a29d7c53621df99", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u99-6.18.0.3/Dockerfile", - "similarity_id": "84739055bc0d07cf6d8ce546a392796ae4e84acfb38c97449f643b4579bdc269", - "line": 3, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u172-8.30.0.1/Dockerfile", - "similarity_id": "6a3fff469ca65a2c0a13e0c3ee08f70a8266989df1007bf6669fbcd102921aab", - "line": 9, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/10u02-10.3/Dockerfile", - "similarity_id": "7940ff5e8766a5ab3a637b2259c3ebb584c608bf6f23118bc4bdb0beab9dc275", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u112-8.19.0.1/Dockerfile", - "similarity_id": "fb604b02fb04a25c27e7fdbc68d14f7c8fd0c1199944bf7abdb85b486025cecb", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:latest}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u121-7.16.0.1/Dockerfile", - "similarity_id": "c50f13443ac716a74cad51a924152d2e03acf403c484889f43e7e1be6815abb8", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:latest}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u112-8.19.0.1/Dockerfile", - "similarity_id": "9fc3a0b8e94636cb864065bcd9657a954452dcdddb0e11df6bf456f8637d9b97", - "line": 3, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-get clean \u0026\u0026 apt-get update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/11.0.2-11.29/Dockerfile", - "similarity_id": "d36f6fe825e0df336d979ec17b5af4e9ee021ddbbe6592d9fcc39b97ea123f1b", - "line": 13, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u152-8.25.0.1/Dockerfile", - "similarity_id": "51d3426a5526e8745d80de10169c99e9268c0c6094d331666ae01a867dbbb793", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u222-8.40.0.25/Dockerfile", - "similarity_id": "d631dffa5ff2cd3f0e0684425e7c82e48cdbb6e12da29311f19bd55919fa6121", - "line": 13, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u65-8.10.0.1/Dockerfile", - "similarity_id": "5f199846c4383e08f5a96154bf277373a0af6fd545b475ac01f0eb49bfbfcf6a", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:latest}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u97-6.17.0.1/Dockerfile", - "similarity_id": "0cc78a3fe5845422e5a314890bd416d10b8e6de35fd337afc2039e95984639a0", - "line": 3, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u60-8.9.0.4/Dockerfile", - "similarity_id": "5e27117959825dcc501916db988dfa6ae1b1426bd3564277bce4e60fb49c8d39", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:latest}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/9u01-9.0.1.3/Dockerfile", - "similarity_id": "f7dd6f69b38e3b948d2319508912d112159514934d36ae82b97a9a09e44478af", - "line": 3, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u222-7.29.0.5/Dockerfile", - "similarity_id": "5a051066332ee12a6e905bcc6297b010e98f9e60c68711e0afd586fb1742e814", - "line": 3, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u102-8.17.0.3/Dockerfile", - "similarity_id": "6cfb45f924d8b823e01d73aa0022a8e8f0f56f99ea33f113db848db731ac9e57", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:latest}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/12-12.1/Dockerfile", - "similarity_id": "684843dd28036c0d21b83b4e567794c578a2137108d9602ac81b4932bd494bea", - "line": 3, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u45-8.7.0.5/Dockerfile", - "similarity_id": "6819886d13e399b27c0bbbe0408acf6052231c268fa9ad2e790941b7dec88a6b", - "line": 14, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u112-8.19.0.1/Dockerfile", - "similarity_id": "300d3200b4875cfb757848612d6427ac103c55fec5f2ac78f7517aa616641c68", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:latest}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u87-6.14.0.1/Dockerfile", - "similarity_id": "56d2c541411ad4683f3f3857192bc603355e02aa01ec5cfe7a1ceba64f612efc", - "line": 14, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:latest}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u85-7.11.0.3/Dockerfile", - "similarity_id": "d15c6bafa4348d9ca3e2732c3a0379845984a5aaa2ea96f52c02d69ff5496c6d", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u77-6.11.0.2/Dockerfile", - "similarity_id": "682b5701134335a9c3967aa657490bf0927014a3f1e10f5cdcc64a111d32879c", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/13.0.1-13.28/Dockerfile", - "similarity_id": "af787f7c805810007b6ec31f5ab8c65b2f45bba80ff21a3f002077fc58e0ca17", - "line": 3, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/9-ea/Dockerfile", - "similarity_id": "4c86c4b78192094eb7e378c627a9f528e7387bf856b9e56df7f6dab39ae0db50", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u242-7.34.0.5/Dockerfile", - "similarity_id": "33e7a11d3d3d92f4fb88051aeaba5c1a82680b6314ad45d85ce24ff6c9e32d68", - "line": 14, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u63-6.8.0.1/Dockerfile", - "similarity_id": "5d1d254f0655800d38f32bfb551425ac0cdceed787076e650491b871fba2523a", - "line": 14, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u53-6.5.0.2/Dockerfile", - "similarity_id": "75fd497c928880576e42b94538d47af2498e1fb1456d7df0bfd62524b0c19ea1", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/9u07-9.0.7.1/Dockerfile", - "similarity_id": "4447a08f3bb703304462097c5775881cf081b88fda48fc4d77e03889e404b5e3", - "line": 3, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u83-6.13.0.3/Dockerfile", - "similarity_id": "bf5ed9290a12aad8b0ba1627ea874d8a620598cc74ecb331411c4f62a0fb78d9", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:latest}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u72-8.13.0.5/Dockerfile", - "similarity_id": "0fac485392db57f39d5f39e4b07d7a8a5f5e2f1c6b27f0b51d4250779ec2bd84", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u232-7.31.0.5/Dockerfile", - "similarity_id": "641934eb0a48cd648c94a94b7513f8b963de301f459ed5d291db193b2989914d", - "line": 13, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u103-6.19.0.1/Dockerfile", - "similarity_id": "c2ab5d1ca62b36417806473f9d501950a5f8180abc5871604ef300e883328322", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u89-6.15.0.1/Dockerfile", - "similarity_id": "1fa0a6706f198bb9560754f5cc6d0b0d5d466379b563f4e11916e3f2e66993ca", - "line": 14, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:latest}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u161-7.21.0.3/Dockerfile", - "similarity_id": "063d0103b2b52d736be4ca4bf535741bc12c89036816cc57ee8b79fe2b661a9e", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u45-8.7.0.5/Dockerfile", - "similarity_id": "7aa3427b652402fd38364e95b3c58ddb0c811838785bfb5710ae6c4f0fd343c0", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:latest}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u232-8.42.0.23/Dockerfile", - "similarity_id": "ff837b04e01b4e3373ea3890789f42c5c4bc0ff4939deb09a746ffa2c9576b34", - "line": 14, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u72-8.13.0.5/Dockerfile", - "similarity_id": "8d59336c0dc2608b5b9c0bb2d65662f5a707d3e922a024b36f867e9c52e20960", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:latest}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u113-6.21.0.3/Dockerfile", - "similarity_id": "a41c12177d2e6c6eff43d1e2d888f171593799ca5241c21023fa789fa1c723b1", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u111-7.15.0.5/Dockerfile", - "similarity_id": "bfc9ce74f93e81f014a10ac8e1abcc3a0aff707097c623ea572ae9363ea42d34", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:latest}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u72-7.7.0.1/Dockerfile", - "similarity_id": "ba0ebc35c84f92ab1f0b8a8fe2a886b20888d9ca2da850a34b7c016fcb6e9f11", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:latest}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u119-6.22.0.3/Dockerfile", - "similarity_id": "513c9ca128e3fd48ca6bda9d6025001fdc1b00dbb1e112a673160d8e9474cab7", - "line": 13, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u59-6.7.0.2/Dockerfile", - "similarity_id": "39a958f7aa939bf7483229d0a576c5442bbd4487e0c572f0ec50337edee945ec", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/9-ea/Dockerfile", - "similarity_id": "b8801700170a1b2287237d2027906f49a8ee3e309ac9621fc8b9a6b79e1553ad", - "line": 3, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/6u77-6.11.0.2/Dockerfile", - "similarity_id": "bdeffcf785553768ee82aa52453596ecc9108b2f3b59ea6cbc5bc0cd81755045", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:latest}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u69-6.9.0.3/Dockerfile", - "similarity_id": "1028a0e669947aa9b58ebd0300e8bd5cb8f35b0199a772f9afa1ef3cbf5294d7", - "line": 14, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u181-8.31.0.1/Dockerfile", - "similarity_id": "3c77cb6c48d224eb71d1048b80a5839a006b99ff48effcef7aec868750d48681", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/7u171-7.22.0.3/Dockerfile", - "similarity_id": "1891875363d190e050948bc15e664e9b61485c94a29b3c192ea253a91afaeacc", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u95-7.13.0.1/Dockerfile", - "similarity_id": "2630e4d4a7a421362a4dd7c86b26814551f2a44a1d55c24aea881bc599299aae", - "line": 14, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u212-8.38.0.13/Dockerfile", - "similarity_id": "4010e718a874550131953df5977d26996c7ccbb0e816c5a6a018ec8178e6ae0e", - "line": 13, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:7}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u232-8.42.0.21/Dockerfile", - "similarity_id": "23ef93b7073dc6289426d5cfff069413ffdf826dbc21c9a38188bf7551ab233b", - "line": 3, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u60-7.5.0.1/Dockerfile", - "similarity_id": "1d5a45ff7465bca5752466c4e52671bac10353d67ce38f994eead3daa9ef77f3", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u154-7.20.0.3/Dockerfile", - "similarity_id": "129e42865a48f5e945fc5b054ca4a4b5c57a06bed9046182f41fd2e2e5353914", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u93-6.16.0.1/Dockerfile", - "similarity_id": "f0d6a23083f60a8f5bad05c1c1fe50cbab1ace7f877d974026a04b0d32789ec5", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:latest}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/10u01-10.2/Dockerfile", - "similarity_id": "9348f503e59d40d543ff6e6d037e6f9c04c28630e88c7e08080a5d66d693790a", - "line": 3, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u63-6.8.0.1/Dockerfile", - "similarity_id": "81e7b8f7cc03bb491b967e3a1f5c4a99607548c96069b6b8f31e17a8b11c76d2", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u59-6.7.0.2/Dockerfile", - "similarity_id": "5e96886a00db5eb89a7d6999bee8d0aa438ebacca0ec38e957c7f13a7a7979e5", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u65-8.10.0.1/Dockerfile", - "similarity_id": "62196ce80b5190a2dfdcde35db4dc35956a5b533650e045f658f44b5be54ebfc", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/centos/8u102-8.17.0.7/Dockerfile", - "similarity_id": "67ca5b8414f0a3d20dea90d549be93de19210d0eb351094d1cbfc201cfbbaa07", - "line": 6, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{centos:latest}}.{{RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u113-6.21.0.3/Dockerfile", - "similarity_id": "4d66545aefc2b8ea38e32036fe6c890bec8ded43b88cdc95036223a2124ae798", - "line": 3, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u72-8.13.0.5/Dockerfile", - "similarity_id": "99dfd366080bde71d6859acc7742acd5598b631c6f7a224e411a5b8aa5f62f2e", - "line": 14, - "issue_type": "RedundantAttribute", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9}}", - "search_line": 0, - "search_value": "", - "expected_value": "There isn´t any RUN instruction that could be grouped", - "actual_value": "There are RUN instructions that could be grouped" - } - ] - }, - { - "query_name": "APT-GET Not Avoiding Additional Packages", - "query_id": "7384dfb2-fcd1-4fbf-91cd-6c44c318c33c", - "query_url": "https://docs.docker.com/engine/reference/builder/#run", - "severity": "INFO", - "platform": "Dockerfile", - "category": "Supply-Chain", - "description": "Check if any apt-get installs don't use '--no-install-recommends' flag to avoid installing additional packages.", - "description_id": "2e92d18c", - "files": [ - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u20-8.3.0.1/Dockerfile", - "similarity_id": "385bc024ea39a812e29d1975d1ed1b0798256872e9b767870665e5a96068cce3", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-get -qqy install zulu-8=8.3.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-8=8.3.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-8=8.3.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.3-11.31/Dockerfile", - "similarity_id": "460f79fc8d659cc32143acbd6ff21db059dd253a148fc72a30001f4176b14922", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-11=11.31+11}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-11=11.31+11' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-11=11.31+11' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u76-7.8.0.3/Dockerfile", - "similarity_id": "6f69325cbe08c00e1d39e52b110b7f2ff35e27e3ee8e773c2555dbab9f49c12d", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-get -y install zulu-7=7.8.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-7=7.8.0.3' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-7=7.8.0.3' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u72-8.13.0.5/Dockerfile", - "similarity_id": "8c22d4afe58606cad8adeb946134a7ffe66d7b64e5b3372fc93f22abe8e347c0", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-get -y install zulu-8=8.13.0.5}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-8=8.13.0.5' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-8=8.13.0.5' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u232-8.42.0.21/Dockerfile", - "similarity_id": "827b1363d8bd097fe4ffdbd4aef48ba524125080a5db589178f0623d56a196c7", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/9-latest/Dockerfile", - "similarity_id": "870eaf8ccacc0fb5faea18b27c5f34e5bd9330453561aeac26e4bb1e2072b083", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.6-11.37/Dockerfile", - "similarity_id": "d2a9e9cd87e202b502f57a4c9273e1f16c26f64754ccd6a92414d6c38a690a11", - "line": 14, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-11=11.37+17 \u0026\u0026 $JAVA_HOME/bin/java -version \u0026\u0026 apt-get autoremove -y \u0026\u0026 apt-get clean }}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-11=11.37+17 \u0026\u0026 $JAVA_HOME/bin/java -version \u0026\u0026 apt-get autoremove -y \u0026\u0026 apt-get clean ' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-11=11.37+17 \u0026\u0026 $JAVA_HOME/bin/java -version \u0026\u0026 apt-get autoremove -y \u0026\u0026 apt-get clean ' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u89-6.15.0.1/Dockerfile", - "similarity_id": "ef46829ebecf52040630f91931c505445aff037cd4c6f2e78c7f4bbed759a3c1", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}.{{RUN apt-get -qqy install zulu-6=6.15.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-6=6.15.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-6=6.15.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/9-latest/Dockerfile", - "similarity_id": "0a344ee7c440b930d04d058b3b0aeb8ee3884a1808f38aa0490c7b7e50cd5a99", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qqy install locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u11-8.2.0.1/Dockerfile", - "similarity_id": "2a17d574ed3eb71cc30effd5f51280aa9b5921f6c076e330fca982c5994fca3f", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-get -qqy install zulu-8=8.2.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-8=8.2.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-8=8.2.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.3-11.31/Dockerfile", - "similarity_id": "f46940481dd2085b10b92e7d7611f0110a6d0afc58e863e37c47e52a81158afb", - "line": 18, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-11=11.31+11 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-11=11.31+11 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-11=11.31+11 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u60-7.5.0.1/Dockerfile", - "similarity_id": "66f8fc82ff54a8112284943eaf82a0741eac693fc659fb25f140966dee72e2f2", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-get -qqy install zulu-7=7.5.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-7=7.5.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-7=7.5.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u107-6.20.0.1/Dockerfile", - "similarity_id": "4f979298721824a701aefdb5b9504611d847b7c1956e481576a4c97ed1b1a176", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qqy install locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u181-7.23.0.1/Dockerfile", - "similarity_id": "ba199745a9027443eb512d03d55ea405a464baa6a533b94eff47281d4d8abc6a", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/12.0.1-12.2/Dockerfile", - "similarity_id": "39ac74094d81caef2ca01d521e9a2007c17d36b7ac33a70aceaa4522cc75ebf8", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-12=12.2+3}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-12=12.2+3' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-12=12.2+3' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6-latest/Dockerfile", - "similarity_id": "9539cf8717b039ab54d299460590a9250520d060df6d0a5fd9594a9a263b80d6", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.1-11.2/Dockerfile", - "similarity_id": "b366b75acddf3ed89d003f09bfb2227c631dec82d3c20b3f4145bb18e50c20fa", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u83-6.13.0.3/Dockerfile", - "similarity_id": "788c69fd16ad8294a174faf6dabd7c50d292a35528bd7afa78261bfb25e1bf31", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}.{{RUN apt-get -qqy install zulu-6=6.13.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-6=6.13.0.3' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-6=6.13.0.3' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u181-8.31.0.1/Dockerfile", - "similarity_id": "1bca05f18d2f85f7be7d0fcd620ac28741dae0546cb385a79c71f3d6a254020c", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-8=8.31.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-8=8.31.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-8=8.31.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u119-6.22.0.3/Dockerfile", - "similarity_id": "50d24260a1926d7412e3084077d4d14fe88246c95d1cb9d5333fe30ac6991794", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u83-6.13.0.3/Dockerfile", - "similarity_id": "e107824557180a05b1b851ddd083cfa8b6dad56b80c30bc07c00e312c768aa34", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}.{{RUN apt-get -y install zulu-6=6.13.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-6=6.13.0.3' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-6=6.13.0.3' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u59-6.7.0.2/Dockerfile", - "similarity_id": "3dd53788fa713d6f1e8729488f27edad1ea8cc69977f06335b6b16e93f0dbb04", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-get -qqy install zulu-6=6.7.0.2}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-6=6.7.0.2' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-6=6.7.0.2' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u97-6.17.0.1/Dockerfile", - "similarity_id": "0315124271718a08e3defab1c340bfecb211875606d3a8ebe4a6af513f1d9a1e", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-get install locales}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get install locales' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get install locales' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u51-8.8.0.3/Dockerfile", - "similarity_id": "7122941f8f054b558bfa77f81946fe93f491753be805f79bd4a5ddfc2df429c4", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-get -qqy install zulu-8=8.8.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-8=8.8.0.3' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-8=8.8.0.3' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u60-8.9.0.4/Dockerfile", - "similarity_id": "5bb5f72ac6327e3a64cb618f701f43ba86ff34d20eee3da0385def7be7eaef25", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-get -qqy install zulu-8=8.9.0.4}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-8=8.9.0.4' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-8=8.9.0.4' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u103-6.19.0.1/Dockerfile", - "similarity_id": "14112b933aad88e70703b6e9ff4ec6b1f1f63afc42013b349ccf524188041989", - "line": 18, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-6=6.19.0.1 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-6=6.19.0.1 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-6=6.19.0.1 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u107-6.20.0.1/Dockerfile", - "similarity_id": "1ad3f151aeeceb07c82186f97a287ad37c0dd9a5876a8a215a025589ff44da54", - "line": 18, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-6=6.20.0.1 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-6=6.20.0.1 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-6=6.20.0.1 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u154-7.20.0.3/Dockerfile", - "similarity_id": "153f3fe465551b277b56f6ef7642d753eba67cf100078ff23b35318bc96d56a5", - "line": 19, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-get -qqy install zulu-7=7.20.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-7=7.20.0.3' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-7=7.20.0.3' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.5-11.35/Dockerfile", - "similarity_id": "dbcb6f4901939079f0b6baa967c451df0989d53c8eb3ee44584d362617fcf763", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-11=11.35+15}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-11=11.35+15' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-11=11.35+15' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.1-11.2/Dockerfile", - "similarity_id": "1074d398e9dc8b2e83dff49eca2031cc6d33785ebf08d92f127506708533e58c", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-11=11.2+3}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-11=11.2+3' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-11=11.2+3' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u162-8.27.0.7/Dockerfile", - "similarity_id": "2219a09e34b4958186285d54686a0d152f20a9b05cf406b59161332f6a5bb268", - "line": 18, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-8=8.27.0.7 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-8=8.27.0.7 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-8=8.27.0.7 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u131-8.21.0.1/Dockerfile", - "similarity_id": "a107e898aec065be1ac613c794f98f3764cd7acd7b2503b7c9876cad85043161", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}.{{RUN apt-get install locales}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get install locales' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get install locales' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u80-7.10.0.1/Dockerfile", - "similarity_id": "ce8e8e4cae20760cad1c4e354787f3129ce28235582b4d9fda431e70acb8476f", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-get -y install zulu-7=7.10.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-7=7.10.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-7=7.10.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/10-latest/Dockerfile", - "similarity_id": "756f2e4aa86f3a229aa0689e7c5118b35e92604cb75675a5313b578c269a43b9", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-10}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-10' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-10' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u53-6.5.0.2/Dockerfile", - "similarity_id": "0e4aba3b2e918361b71915ec033ebe1795391f19a7850aed2a7b640398236c6c", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-get -y install zulu-6=6.5.0.2}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-6=6.5.0.2' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-6=6.5.0.2' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/12-12.1/Dockerfile", - "similarity_id": "6fe7e1db632fe560cfac96ddbf32785188d86a05d87b63273223584553eb065b", - "line": 18, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-12=12.1+3 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-12=12.1+3 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-12=12.1+3 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u201-7.25.0.5/Dockerfile", - "similarity_id": "a26c15adcba164b66388aaee48bb8c92195187a6fb564da439ad0157fab4bae2", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/9u01-9.0.1.3/Dockerfile", - "similarity_id": "ecaa319334516bc69d8379c3727de243a94c4587bc04a5807ecdaa1a0d9247ad", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-get install locales}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get install locales' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get install locales' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u49-6.4.0.6/Dockerfile", - "similarity_id": "9235e87826d8e39cd42fa9e6ba2a924bc01e468bbd678698f1f88bd1db3590eb", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-get -qqy install zulu-6=6.4.0.6}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-6=6.4.0.6' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-6=6.4.0.6' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/10u02-10.3/Dockerfile", - "similarity_id": "6061dc8f44e717bffdf48cf41dd94ac3248df3cf0b23dec4be4b0abb0645c01e", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u211-7.27.0.1/Dockerfile", - "similarity_id": "72ff81d62110fb6bbdfb83612e47cacc0b197838d2044f50f233f35272f3efb7", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u121-7.16.0.1/Dockerfile", - "similarity_id": "c53ad2d812eda25239fb39bb050bb0434910d9a7bcd44bae23f66f6282981fae", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-get -y install zulu-7=7.16.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-7=7.16.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-7=7.16.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/9u07-9.0.7.1/Dockerfile", - "similarity_id": "558c19a7ea9015460273aaed4b9bee7b63bb6fefba94313ef7d2694d359c625a", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qqy install locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u161-7.21.0.3/Dockerfile", - "similarity_id": "ad80c72d5957de10cc2b46f5c0abf134cae007d5a5e2b237ebac64f73327b2af", - "line": 19, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-get -qqy install zulu-7=7.21.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-7=7.21.0.3' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-7=7.21.0.3' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/12.0.2-12.3/Dockerfile", - "similarity_id": "e46827d3e1fef9c70cff178570019ccd0aa7ce642dfa2ad31ace2dff7876d714", - "line": 18, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-12=12.3+11 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-12=12.3+11 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-12=12.3+11 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u53-6.5.0.2/Dockerfile", - "similarity_id": "b2022d3a31b2d816e1fb20bfb40ffc200611a2e3454c62fea37d1b9a760a014a", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-get -qqy install zulu-6=6.5.0.2}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-6=6.5.0.2' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-6=6.5.0.2' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u60-7.5.0.1/Dockerfile", - "similarity_id": "81f649090d64e48fb4332e4552a0268a9bd4e2a86af74427e761b76b5e725df0", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-get -y install zulu-7=7.5.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-7=7.5.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-7=7.5.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u222-7.29.0.5/Dockerfile", - "similarity_id": "fdafe090c06997c4b03e560e95dbd1432eb59db4318a5d16256d03434a7c7520", - "line": 18, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-7=7.29.0.5 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-7=7.29.0.5 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-7=7.29.0.5 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.6-11.37/Dockerfile", - "similarity_id": "b142696f4b52503052753ff69ce9c7e965b1aa4785f934bbd304251b72a616e2", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -y install gnupg \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/debian stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get remove -y gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -y install gnupg \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/debian stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get remove -y gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -y install gnupg \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/debian stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get remove -y gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u99-6.18.0.3/Dockerfile", - "similarity_id": "3da83c7616d4d7374921de7111fd407c3f36111dd6c1196ee0320670362a0781", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-6=6.18.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-6=6.18.0.3' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-6=6.18.0.3' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u49-6.4.0.6/Dockerfile", - "similarity_id": "16befea44c5389259b2fdceb031248583c386c8c29e46760f6be376af39d92ed", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-get -y install zulu-6=6.4.0.6}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-6=6.4.0.6' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-6=6.4.0.6' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u201-7.25.0.5/Dockerfile", - "similarity_id": "198d3e0d2324299e5b2fa83a35d7c4b08dcad1da5683beade5a159d120236f8b", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u131-8.21.0.1/Dockerfile", - "similarity_id": "a01f37f026393bdf31409d215ae58ef4f1375756680bcc8159eee712250c4941", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}.{{RUN apt-get -y install zulu-8=8.21.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-8=8.21.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-8=8.21.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u212-8.38.0.13/Dockerfile", - "similarity_id": "e552c8a5dea1d21500d947732a4691623a74684481de42d2ec17c0e664864240", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-8=8.38.0.13}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-8=8.38.0.13' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-8=8.38.0.13' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u201-7.25.0.5/Dockerfile", - "similarity_id": "1fbeb154a57964088b8bf58729dd0402d6e0bc951f8a0154f4018afc1bb68210", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-7=7.25.0.5}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-7=7.25.0.5' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-7=7.25.0.5' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u181-7.23.0.1/Dockerfile", - "similarity_id": "78f702f3b1366365e36257647fced2972744c415a4d353f9730fd2fdba8d0970", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qqy install locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u95-7.13.0.1/Dockerfile", - "similarity_id": "a6ff8227158ba02b27bb35e957ade7be80b301984b26b4156c608b07f2beb9e3", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-get -qqy install zulu-7=7.13.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-7=7.13.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-7=7.13.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u97-6.17.0.1/Dockerfile", - "similarity_id": "d024d1430e82b161bb76afe84bf057935c973788053c6c90aa0d7cbb6815d3b3", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u171-7.22.0.3/Dockerfile", - "similarity_id": "3df953b045f4e5604a2fa70d1a9050379e08bd8656f4d2bcd1536097f858008f", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qqy install locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/9-latest/Dockerfile", - "similarity_id": "5c74bd89c21845797ff5bcfd7fb93c9516f788a26ff60582bac390759f15d68d", - "line": 18, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-9 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-9 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-9 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.6-11.37/Dockerfile", - "similarity_id": "f840134f03fc4aa0c5c7b0aebc67226cd8b670e8228f01f8b382e2d45813867c", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u60-8.9.0.4/Dockerfile", - "similarity_id": "08147ffa21a40b94565bf44164eced2705679cebf7efae6d00de1ec3a68dbb16", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-get -y install zulu-8=8.9.0.4}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-8=8.9.0.4' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-8=8.9.0.4' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/9-ea/Dockerfile", - "similarity_id": "acbb8642d377dff421f8751f5997dd74294f11ffcb962e157dcc09cd97f5c5bc", - "line": 13, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-9=9.0.0.14}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-9=9.0.0.14' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-9=9.0.0.14' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u121-8.20.0.5/Dockerfile", - "similarity_id": "7b32ca21bca7aa5e6732e5a62f5e09852c01b600212ad12a913e83650f2758a3", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}.{{RUN apt-get -qqy install zulu-8=8.20.0.5}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-8=8.20.0.5' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-8=8.20.0.5' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u191-7.24.0.1/Dockerfile", - "similarity_id": "79873e77c3422a880e5146326d46d7331c7546d3cb2f5a7ecdbc0743d2b6f0bb", - "line": 18, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-7=7.24.0.1 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-7=7.24.0.1 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-7=7.24.0.1 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u80-7.10.0.1/Dockerfile", - "similarity_id": "b913d4a0e970831dc2265ac2faf2635fea3407440c03c18909bfb87be088a205", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-get -qqy install zulu-7=7.10.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-7=7.10.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-7=7.10.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u144-8.23.0.3/Dockerfile", - "similarity_id": "098a6cb6701c9cb5c24073164202cd1075b550db74183b3a586a42c5ef3cb062", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-8=8.23.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-8=8.23.0.3' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-8=8.23.0.3' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u66-8.11.0.1/Dockerfile", - "similarity_id": "39052a8802631daad70776b3f4d52087bed095a15a9d43725974a16d2e06f6cb", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-get -qqy install zulu-8=8.11.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-8=8.11.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-8=8.11.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/10u01-10.2/Dockerfile", - "similarity_id": "41e1cc0b6d7386b5f5c2b7822ec63fb0c78a619bd9e5493c0a3b74a4adec4d37", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-10=10.2+3}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-10=10.2+3' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-10=10.2+3' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u99-6.18.0.3/Dockerfile", - "similarity_id": "71bb02de09eaea1030e9a695a2dbb9ae67fb0d8e52f378f6c14d743504e4860e", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-get install locales}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get install locales' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get install locales' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u222-8.40.0.25/Dockerfile", - "similarity_id": "3a8381d6f8a33156dbf928f21b86ba769972c32d71151f6268fe1ce934bf25dc", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-8=8.40.0.25}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-8=8.40.0.25' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-8=8.40.0.25' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u72-7.7.0.1/Dockerfile", - "similarity_id": "ddf86486f8314d1275af9828c50bd87f478ebbdcd9d8a02b31c24a9af448225c", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-get -y install zulu-7=7.7.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-7=7.7.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-7=7.7.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/12.0.2-12.3/Dockerfile", - "similarity_id": "3a6353ae89a1656821b1408f64605c836852b39627ff768a2102e5ccbcd6b2a2", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-12=12.3+11}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-12=12.3+11' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-12=12.3+11' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u242-7.34.0.5/Dockerfile", - "similarity_id": "afd16071d5718c37558e9c66a687fa5f539d68f2a37905b31792af33a6df7971", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-7=7.34.0.5}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-7=7.34.0.5' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-7=7.34.0.5' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u162-8.27.0.7/Dockerfile", - "similarity_id": "a7abc1980839b062d99ca5e94e4fb89008be27bf45b58ee299c7d208393e943f", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qqy install locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/9-ea/Dockerfile", - "similarity_id": "ecb612f9322a2b0331805f53b4eb8692b3070e61f307bb8dace80cb1f9cfb2b8", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-get install locales}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get install locales' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get install locales' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u101-7.14.0.5/Dockerfile", - "similarity_id": "5f274a9f688628bfd4f4d6d92d865f9f2fa12c1ec8c69199a1f5f3a87a8cbf4a", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}.{{RUN apt-get -y install zulu-7=7.14.0.5}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-7=7.14.0.5' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-7=7.14.0.5' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/13.0.2-13.29/Dockerfile", - "similarity_id": "089f3dbf3bbba6fc1899b1651939d226d3243c601a00456e35f65791c5c7cc0b", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -y install gnupg \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/debian stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get remove -y gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -y install gnupg \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/debian stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get remove -y gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -y install gnupg \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/debian stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get remove -y gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u40-8.6.0.1/Dockerfile", - "similarity_id": "3ffd498e15a984e5e4c6b534633002f4ebd0656f288702525de296ad859be46f", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-get -y install zulu-8=8.6.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-8=8.6.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-8=8.6.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/12.0.1-12.2/Dockerfile", - "similarity_id": "2813163047b8845494f6d83bc2a6e076aa36914cb966b80fb4f41b599af7e363", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u181-8.31.0.1/Dockerfile", - "similarity_id": "0b2f5d7ce01ea892db04d042139e93a8e66e2fbccff17403be47b1401b3d01d6", - "line": 18, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-8=8.31.0.1 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-8=8.31.0.1 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-8=8.31.0.1 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u63-6.8.0.1/Dockerfile", - "similarity_id": "2b59bd61b98c4d78f48a36ee741c01f0bc9278cfd58e267004496924f87b3114", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-get -qqy install zulu-6=6.8.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-6=6.8.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-6=6.8.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u171-7.22.0.3/Dockerfile", - "similarity_id": "0e8ba80af8d3eec44544c352df3dcf8f74cb16f0bef33f1e02ae1f99fed4034d", - "line": 18, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-7=7.22.0.3 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-7=7.22.0.3 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-7=7.22.0.3 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u65-8.10.0.1/Dockerfile", - "similarity_id": "27b46a013a01725600d5174cc003848b43331d53d742b4d5bc958e2fb2fb5fcf", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-get -qqy install zulu-8=8.10.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-8=8.10.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-8=8.10.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u144-8.23.0.3/Dockerfile", - "similarity_id": "7b135dbe330ba954fce8b7890d244644e77bc54fe61f0c7231d13ae69ce86cbb", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u11-8.2.0.1/Dockerfile", - "similarity_id": "8e2d3f4c61da01ea951521621f2ca2a2b42e04943034e89533e24d1cf2fb7385", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-get -y install zulu-8=8.2.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-8=8.2.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-8=8.2.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u77-6.11.0.2/Dockerfile", - "similarity_id": "b4b5922f15263bb18b8575bf9303954b40037d2028159839d25628f3f4c47020", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-get -qqy install zulu-6=6.11.0.2}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-6=6.11.0.2' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-6=6.11.0.2' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u232-7.31.0.5/Dockerfile", - "similarity_id": "47dadad7c26a92fa245aa551deb9943fc908683e07348b86e66f753f6a296908", - "line": 18, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-7=7.31.0.5 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-7=7.31.0.5 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-7=7.31.0.5 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u93-6.16.0.1/Dockerfile", - "similarity_id": "d1bd3b6f2c651ff768e3101c7d72e7c3f4ba040aea9ef0c5d6103938a8342078", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}.{{RUN apt-get install locales}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get install locales' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get install locales' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u65-7.6.0.1/Dockerfile", - "similarity_id": "36ee95f467cf878aff4bcc68d305993fe6c5b265d5a947e1c3a5d1c7445796cb", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-get -y install zulu-7=7.6.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-7=7.6.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-7=7.6.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u161-7.21.0.3/Dockerfile", - "similarity_id": "b8328416bbda7d70477f7d2d8058f321126466392d016429c0d9e4d8994518f6", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u181-8.31.0.1/Dockerfile", - "similarity_id": "d4525b473196824c2a36bf26e28f3e86b45c2fd6f16c4c19fbfe5e4a6b45e9ec", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6-latest/Dockerfile", - "similarity_id": "2d6de800af6b3ad5a060bb49d489bff3a5d08537a06abb1f110760d59a9714b9", - "line": 18, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-6 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-6 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-6 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u05-8.1.0.6/Dockerfile", - "similarity_id": "ef363edeacdfec18678693b3dfd6a456c7eca5820b956b0b97d5452d5c9f190c", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-get -qqy install zulu-8=8.1.0.6}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-8=8.1.0.6' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-8=8.1.0.6' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/10u01-10.2/Dockerfile", - "similarity_id": "3e811ac6031a5d81d96faea68049c639906ab5dbee4f09c7bc7f76a6a3c71a99", - "line": 18, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-10=10.2+3 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-10=10.2+3 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-10=10.2+3 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/13.0.2-13.29/Dockerfile", - "similarity_id": "87b390b6a942ed9edf201fd1b130681d25a73895f98ad5d35658c2ce95daab1a", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u119-6.22.0.3/Dockerfile", - "similarity_id": "0736434e50c1af5396204ae28ec5f65315fd444e88b18aef3d1be136d6520e5a", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-6=6.22.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-6=6.22.0.3' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-6=6.22.0.3' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u107-6.20.0.1/Dockerfile", - "similarity_id": "c7e67f730c910b7d368fd16122f4500854f9626c4d5fe733587e09a19f747643", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-6=6.20.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-6=6.20.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-6=6.20.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/9u01-9.0.1.3/Dockerfile", - "similarity_id": "0532ce5c308bea4428a97559ca71ac2ec3be916b744414d1280436ef835f74a5", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-9=9.0.1.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-9=9.0.1.3' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-9=9.0.1.3' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/10-latest/Dockerfile", - "similarity_id": "722e84f70aa4b57802f8593171aef1d0a002c71c96d85eb9ca1b2b932152a714", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/12.0.2-12.3/Dockerfile", - "similarity_id": "df2128d8b53584fe0221d3858ccac4319276971553c26ee77d53feea122b6860", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u113-6.21.0.3/Dockerfile", - "similarity_id": "12a809098ce5a3c56584e280d7dcd79f0754418b55f8d93fb7894789a474e3c4", - "line": 18, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-6=6.21.0.3 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-6=6.21.0.3 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-6=6.21.0.3 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u192-8.33.0.1/Dockerfile", - "similarity_id": "55e89cba33f3fdb7810e4dd608d007b2a92319e0c5e61bca30cd0a57178722c4", - "line": 18, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-8=8.33.0.1 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-8=8.33.0.1 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-8=8.33.0.1 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u252-7.36.0.5/Dockerfile", - "similarity_id": "5ab373709255707492bfbff6875a9c309a1967b7dfeee86c73d2c1280b80209b", - "line": 14, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-7=7.36.0.5 \u0026\u0026 $JAVA_HOME/bin/java -version \u0026\u0026 apt-get autoremove -y \u0026\u0026 apt-get clean }}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-7=7.36.0.5 \u0026\u0026 $JAVA_HOME/bin/java -version \u0026\u0026 apt-get autoremove -y \u0026\u0026 apt-get clean ' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-7=7.36.0.5 \u0026\u0026 $JAVA_HOME/bin/java -version \u0026\u0026 apt-get autoremove -y \u0026\u0026 apt-get clean ' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u92-8.15.0.1/Dockerfile", - "similarity_id": "8367ffe40374f7f8ea7d88349434f1f3dd55f124295683c844235498d63717b7", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}.{{RUN apt-get -qqy install zulu-8=8.15.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-8=8.15.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-8=8.15.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.2-11.29/Dockerfile", - "similarity_id": "e45c9465cbbb8a3010f31e01716a8c6ac3b6e65ac348f68b7485ba80ff765121", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-11=11.29+11}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-11=11.29+11' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-11=11.29+11' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u85-7.11.0.3/Dockerfile", - "similarity_id": "9e8b8259b19a3fed512c3a6ea96ac3451c001f82bf758d7b81fff9934d98df46", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-get -y install zulu-7=7.11.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-7=7.11.0.3' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-7=7.11.0.3' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.5-11.35/Dockerfile", - "similarity_id": "0b9c0171050d6e406d184c428ea01e8e251e439c5765707aab8ca19971c29de1", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u211-7.27.0.1/Dockerfile", - "similarity_id": "ea9b6bf4be878b7f5d776c38a2edbc668aa56c92b399f004e4e15d3409113333", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u232-7.31.0.5/Dockerfile", - "similarity_id": "7e0c108f7eba6d73a232dc54a353063b44aa7a61fd477af1a9fdf6ec55a794c5", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-7=7.31.0.5}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-7=7.31.0.5' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-7=7.31.0.5' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u55-7.4.0.5/Dockerfile", - "similarity_id": "052dbafd7979cedcb0b4735da2f722df2e55fa8824207e84c6920c565f10f8ab", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-get -y install zulu-7=7.4.0.5}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-7=7.4.0.5' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-7=7.4.0.5' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u99-6.18.0.3/Dockerfile", - "similarity_id": "371f2bf4c1bff402c4220ba7fa90da78f190b8a8210771fbf005d1f48286572f", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u45-8.7.0.5/Dockerfile", - "similarity_id": "974a8875f349366fff7be1a0228c2954fdaf94cbef594f04b19844d806eb1c76", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-get -y install zulu-8=8.7.0.5}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-8=8.7.0.5' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-8=8.7.0.5' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u202-8.36.0.1/Dockerfile", - "similarity_id": "e02fefddc66f03fac858092977d8ffee48777f5336ca4588ad8b25f051ce438a", - "line": 18, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-8=8.36.0.1 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-8=8.36.0.1 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-8=8.36.0.1 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/12-12.1/Dockerfile", - "similarity_id": "f41bd621ec5bcea7decf6f63f9f4018a8a9485e36b657eb461bd41f4a24ea367", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u112-8.19.0.1/Dockerfile", - "similarity_id": "972f5fb1d972695998878ad5ec1226ef2dbb5f5f835942f404cc5f91156c826f", - "line": 19, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-get -qqy install zulu-8=8.19.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-8=8.19.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-8=8.19.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/12-12.1/Dockerfile", - "similarity_id": "d66b1dfb0d8af325a0b9d54865b74f49e4ef092e095a278693174249833725cc", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u25-8.4.0.1/Dockerfile", - "similarity_id": "f2b874f89c740221a291e1aa8a9f8d9ebdad3f30bc0a675785338a8b2d39fe94", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-get -qqy install zulu-8=8.4.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-8=8.4.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-8=8.4.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u87-6.14.0.1/Dockerfile", - "similarity_id": "915be4ea47e399d17e25b26dac5caa695481168d9a06492b38f57c9cdfc89734", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}.{{RUN apt-get -y install zulu-6=6.14.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-6=6.14.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-6=6.14.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u161-7.21.0.3/Dockerfile", - "similarity_id": "a61273221e6c2a8aa4cfe285cee38d69f9f482760447bdffc8ce896437dede5a", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-7=7.21.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-7=7.21.0.3' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-7=7.21.0.3' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u154-7.20.0.3/Dockerfile", - "similarity_id": "c7393d61672564668385ecc23d6e3e8ee2ca5200b2afd644ff3d42d973dcdcd3", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-get install locales}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get install locales' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get install locales' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.4-11.33/Dockerfile", - "similarity_id": "3eda1314adcbef8888f2b381f8e1ea1e3f6c8d3d286481368d33c3b46ab2c4d1", - "line": 18, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-11=11.33+15 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-11=11.33+15 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-11=11.33+15 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6-latest/Dockerfile", - "similarity_id": "bcd78e46ce303ba35b01b542c199679ed92245f116c88ad96096708a8404b3ab", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-6}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-6' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-6' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u242-7.34.0.5/Dockerfile", - "similarity_id": "c071f97b54386991da601d6920f6d508719896f437ecdccbb70b6e2aa42c5671", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u56-6.6.0.1/Dockerfile", - "similarity_id": "41b2b2aceb72d20d43326e8e8dcae8369fd3f338028f4380c5f084812ad046cf", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-get -qqy install zulu-6=6.6.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-6=6.6.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-6=6.6.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u232-8.42.0.23/Dockerfile", - "similarity_id": "dfdbbbb26d98276f36ec4f85e572bc1f73391ac1751e26f80a5138c381c0b8ba", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u154-7.20.0.3/Dockerfile", - "similarity_id": "9f9dbb91994e570d705f88f62f865d2047c3a318468f57dd6bde5191bf8dc54e", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-7=7.20.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-7=7.20.0.3' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-7=7.20.0.3' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u85-7.11.0.3/Dockerfile", - "similarity_id": "8ffa3ef3e883fa5a54d6a5b480ce52b41138aae552d1ec384db8d62573e1c0f1", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-get -qqy install zulu-7=7.11.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-7=7.11.0.3' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-7=7.11.0.3' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u171-7.22.0.3/Dockerfile", - "similarity_id": "2ced2fcd2c88b15b388589ce01adcb36b8c56a320c472fab750696d6744170d4", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update \u0026\u0026 \tapt-get -y install gnupg \u0026\u0026 \tapt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 \techo \"deb http://repos.azulsystems.com/debian stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 \tapt-get -qq update \u0026\u0026 \tapt-get -y install zulu-7=7.22.0.3 \u0026\u0026 \trm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 \tapt-get -y install gnupg \u0026\u0026 \tapt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 \techo \"deb http://repos.azulsystems.com/debian stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 \tapt-get -qq update \u0026\u0026 \tapt-get -y install zulu-7=7.22.0.3 \u0026\u0026 \trm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 \tapt-get -y install gnupg \u0026\u0026 \tapt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 \techo \"deb http://repos.azulsystems.com/debian stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 \tapt-get -qq update \u0026\u0026 \tapt-get -y install zulu-7=7.22.0.3 \u0026\u0026 \trm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u144-8.23.0.3/Dockerfile", - "similarity_id": "c9373732954adffda4805ccb56c712cb31a906e0eb8b2833c3992c8d4a12721c", - "line": 18, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-8=8.23.0.3 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-8=8.23.0.3 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-8=8.23.0.3 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u172-8.30.0.1/Dockerfile", - "similarity_id": "2122e804640e94fd962cae04fa87c22ed2bf064963b3e331641eda0ece5938d9", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qqy install locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u101-7.14.0.5/Dockerfile", - "similarity_id": "b7cea85dd42ac232f7f626f415585e66ac522f32b1e3c05d33953748cf1a3d9c", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}.{{RUN apt-get -qqy install zulu-7=7.14.0.5}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-7=7.14.0.5' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-7=7.14.0.5' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u66-8.11.0.1/Dockerfile", - "similarity_id": "d2bd3ded239a929528c2dc67ed7108649d19895cbc50d938fc4235da1205aee8", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-get -y install zulu-8=8.11.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-8=8.11.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-8=8.11.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u232-8.42.0.23/Dockerfile", - "similarity_id": "601463ef1a400c9a9010d1902a8c2117b1cfcd627e559cddd2e555e7153561b9", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-8=8.42.0.23}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-8=8.42.0.23' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-8=8.42.0.23' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u112-8.19.0.1/Dockerfile", - "similarity_id": "0eecdd0e93860896406fa3ec8a98c8ea1cc76e57202b13a0ed5325240e204d93", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}.{{RUN apt-get -y install zulu-8=8.19.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-8=8.19.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-8=8.19.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u87-6.14.0.1/Dockerfile", - "similarity_id": "d585acb3eeddbe3cccca44d689114a3cb26ae87c7b95a1dfb21e08efbc359896", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}.{{RUN apt-get -qqy install zulu-6=6.14.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-6=6.14.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-6=6.14.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u172-8.30.0.1/Dockerfile", - "similarity_id": "b52f14a2178680faa9ef2d941b2d71ea9d991326455e7bfbb8ab19bb39185746", - "line": 18, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-8=8.30.0.1 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-8=8.30.0.1 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-8=8.30.0.1 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u252-7.36.0.5/Dockerfile", - "similarity_id": "8fe48b5485ba3251a2c086f141d177214684ff40f7b2d5e55d6e3d09f116dd66", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u102-8.17.0.3/Dockerfile", - "similarity_id": "47ae9a47d6d8ad35413ef51444ac372392e299971963011ba7e67fe71c39377f", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}.{{RUN apt-get -qqy install zulu-8=8.17.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-8=8.17.0.3' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-8=8.17.0.3' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/13.0.1-13.28/Dockerfile", - "similarity_id": "01684dcaae192a356ae5c00cfb1748471ce2f6ea88b61cb6e8c807b57b6fdbfe", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-13=13.28+11}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-13=13.28+11' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-13=13.28+11' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/12-12.1/Dockerfile", - "similarity_id": "a03be4166143b3408d73a50e3ce72d7aac799b40be264a4d3c3cb3271c8f791e", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-12=12.1+3}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-12=12.1+3' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-12=12.1+3' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u113-6.21.0.3/Dockerfile", - "similarity_id": "a75a35bade1e04cd2b5d9d2d4a9faef90d1b49c46f92275cd8edd2d5e1bd89c2", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-6=6.21.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-6=6.21.0.3' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-6=6.21.0.3' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/12-latest/Dockerfile", - "similarity_id": "3549a533523949a08d87e364066b9ca5fa93fdb3a3f6f0037bdd8afdba213dbf", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u211-7.27.0.1/Dockerfile", - "similarity_id": "4634b7641cfddf2e0c776fe5d6d596de9e97ad63bd28cc5bbda04fa75c20a525", - "line": 18, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-7=7.27.0.1 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-7=7.27.0.1 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-7=7.27.0.1 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/13.0.2-13.29/Dockerfile", - "similarity_id": "fdd4ae933b0573eaded2e54a7472eea70f719b93c395e41151828f4d15c21a88", - "line": 19, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-13=13.29+9 \u0026\u0026 rm -rf /var/lib/apt/lists/* \u0026\u0026 $JAVA_HOME/bin/java -version}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-13=13.29+9 \u0026\u0026 rm -rf /var/lib/apt/lists/* \u0026\u0026 $JAVA_HOME/bin/java -version' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-13=13.29+9 \u0026\u0026 rm -rf /var/lib/apt/lists/* \u0026\u0026 $JAVA_HOME/bin/java -version' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u97-6.17.0.1/Dockerfile", - "similarity_id": "ff59a8c0b4821ff3a52c39b2f0f4c2551772c9ab4f4246f6334e1fd2f9fc99b7", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-6=6.17.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-6=6.17.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-6=6.17.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u59-6.7.0.2/Dockerfile", - "similarity_id": "b92c1fbd63f8fbbc42a21b4900719b01c5a7ad4bfd87fade0eec5a5fa29fb64f", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-get -y install zulu-6=6.7.0.2}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-6=6.7.0.2' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-6=6.7.0.2' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/13.0.1-13.28/Dockerfile", - "similarity_id": "e7fad45dd1c53198a007f10ef5d3951b37b8a5812c841abdaff6ed455545c61f", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u112-8.19.0.1/Dockerfile", - "similarity_id": "4964b495284defcc780fa53ad2cf6516864b1f0f44d54b6a1760f5e08fa5e01f", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-get install locales}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get install locales' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get install locales' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u92-8.15.0.1/Dockerfile", - "similarity_id": "69ae3423f2abbefcb3a5746c62deb0c1fce0273801abf71ce607bb553e11b913", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}.{{RUN apt-get -y install zulu-8=8.15.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-8=8.15.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-8=8.15.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u242-7.34.0.5/Dockerfile", - "similarity_id": "2820d843279189ad49944f731bf61ad240ae6eba0137862e512a1f2ff0c6c5e2", - "line": 19, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-7=7.34.0.5 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-7=7.34.0.5 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-7=7.34.0.5 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.6-11.37/Dockerfile", - "similarity_id": "491469a6e418aeaa536f73c2f661cbcf87f459f5aad888c0182fddb100a6c870", - "line": 19, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-11=11.37+17 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-11=11.37+17 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-11=11.37+17 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u192-8.33.0.1/Dockerfile", - "similarity_id": "68e98d3bca723598a98e97e126ecf2dbc7e71758fa7b529d06287b57cae202d4", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-8=8.33.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-8=8.33.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-8=8.33.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u232-8.42.0.21/Dockerfile", - "similarity_id": "cf95dc2643f9690bbebb82ef7077b6d39c47377ed35d3a78e995acbf515d6dc3", - "line": 18, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-8=8.42.0.21 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-8=8.42.0.21 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-8=8.42.0.21 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/9-latest/Dockerfile", - "similarity_id": "8132097baeda5ccac29a5e4493abe9e6e9ae299140039394b484db758683d9b3", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-9}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-9' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-9' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u144-8.23.0.3/Dockerfile", - "similarity_id": "d2b81e1c9b5c7598a4ba4531e56256e0bbb6c45437b2302ac8b3ea87a900ab43", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qqy install locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u91-7.12.0.3/Dockerfile", - "similarity_id": "59130986471abadd7ade9c9074d582788c1bd5c4a91e42c4f17bd3f771429c89", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-get -y install zulu-7=7.12.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-7=7.12.0.3' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-7=7.12.0.3' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u222-7.29.0.5/Dockerfile", - "similarity_id": "497fae0754d959147a448c7f73460c8709bb0a634748a1b24b8a29d9a058b2e8", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u79-6.12.0.2/Dockerfile", - "similarity_id": "b3e5db6737cdd97d6d5d123bcbbbb35c81df4ebe0eb30a706a10b828041cdd9c", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}.{{RUN apt-get -qqy install zulu-6=6.12.0.2}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-6=6.12.0.2' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-6=6.12.0.2' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u97-6.17.0.1/Dockerfile", - "similarity_id": "907791a0df4b4748f06fb618af867e87fb98347ad7e3d871e8a9974b68c876f2", - "line": 19, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-get -qqy install zulu-6=6.17.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-6=6.17.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-6=6.17.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u79-6.12.0.2/Dockerfile", - "similarity_id": "f4587d8715ea9960d4a9b2134650da348b95a0fca5c68abdf6256754d2796046", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}.{{RUN apt-get -y install zulu-6=6.12.0.2}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-6=6.12.0.2' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-6=6.12.0.2' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/9u04-9.0.4.1/Dockerfile", - "similarity_id": "c5539760d2a24da3c089c5e9f13fb4884230e265bb0c50e932dbbcf1ab75be89", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update \u0026\u0026 \tapt-get -y install gnupg \u0026\u0026 \tapt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 \techo \"deb http://repos.azulsystems.com/debian stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 \tapt-get -qq update \u0026\u0026 \tapt-get -y install zulu-9=9.0.4.1 \u0026\u0026 \trm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 \tapt-get -y install gnupg \u0026\u0026 \tapt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 \techo \"deb http://repos.azulsystems.com/debian stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 \tapt-get -qq update \u0026\u0026 \tapt-get -y install zulu-9=9.0.4.1 \u0026\u0026 \trm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 \tapt-get -y install gnupg \u0026\u0026 \tapt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 \techo \"deb http://repos.azulsystems.com/debian stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 \tapt-get -qq update \u0026\u0026 \tapt-get -y install zulu-9=9.0.4.1 \u0026\u0026 \trm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u191-7.24.0.1/Dockerfile", - "similarity_id": "a678eddb1bc12a6e57e9efaba90f0520f72d3fd149b6f397c9ec19e70ea1fe25", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-7=7.24.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-7=7.24.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-7=7.24.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/10-latest/Dockerfile", - "similarity_id": "6abfc189469f071325d7421b1a85143f806980f7cb65f16f01515014b403b112", - "line": 18, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-10 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-10 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-10 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.4-11.33/Dockerfile", - "similarity_id": "ac0bf7d2550ca7e084a4dc6282fa3d6f39c2c11ca4d0d5229fa56b1c881342d3", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u162-8.27.0.7/Dockerfile", - "similarity_id": "fc3faf29bca0f5b07e0ed359550feea34958e1ee5e81cf12b1db870fe344e755", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update \u0026\u0026 \tapt-get -y install gnupg \u0026\u0026 \tapt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 \techo \"deb http://repos.azulsystems.com/debian stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 \tapt-get -qq update \u0026\u0026 \tapt-get -y install zulu-8=8.27.0.7 \u0026\u0026 \trm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 \tapt-get -y install gnupg \u0026\u0026 \tapt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 \techo \"deb http://repos.azulsystems.com/debian stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 \tapt-get -qq update \u0026\u0026 \tapt-get -y install zulu-8=8.27.0.7 \u0026\u0026 \trm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 \tapt-get -y install gnupg \u0026\u0026 \tapt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 \techo \"deb http://repos.azulsystems.com/debian stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 \tapt-get -qq update \u0026\u0026 \tapt-get -y install zulu-8=8.27.0.7 \u0026\u0026 \trm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/12.0.1-12.2/Dockerfile", - "similarity_id": "070d356b64cae4dc7a33e26a8b8666102915e8d69a6864cb97f301d8de3ec2ed", - "line": 18, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-12=12.2+3 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-12=12.2+3 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-12=12.2+3 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u202-8.36.0.1/Dockerfile", - "similarity_id": "ac1f749624f1d4c7215fa659d0cf005606c0ad6dce4f35cd6524b98de7a2ce53", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/12-latest/Dockerfile", - "similarity_id": "6c96d6c1c70113b22f514a044b2b9e5c2bbc804b544bb510e472e6c3d74267fe", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/12.0.1-12.2/Dockerfile", - "similarity_id": "5e7769e4111c479cbc2a5a96ce4d8e97066dfdcf9eb718879836590e370c1470", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u63-6.8.0.1/Dockerfile", - "similarity_id": "fc3689a9c3c72e90c0319fa8fcb456683507512d0a6c95e30d3149cb9a1f1786", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-get -y install zulu-6=6.8.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-6=6.8.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-6=6.8.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u51-8.8.0.3/Dockerfile", - "similarity_id": "2d072d950e95e4d2131a30bd334c673b90f5ee7dff05eadd3f85a0d597f87bbb", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-get -y install zulu-8=8.8.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-8=8.8.0.3' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-8=8.8.0.3' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u79-7.9.0.2/Dockerfile", - "similarity_id": "c79b438a9093c66eeccc7ccf040db500a2b2774a3d9026c017972d30b047b673", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-get -qqy install zulu-7=7.9.0.2}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-7=7.9.0.2' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-7=7.9.0.2' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/9u04-9.0.4.1/Dockerfile", - "similarity_id": "c7173e42d8a5d9a2e4dc0fa532e2e5edbbcd57e08e1d4cb5df4c8ff2effbe893", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qqy install locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u131-7.17.0.5/Dockerfile", - "similarity_id": "534e36fe7950062faecf7a9f0b056a67042ea4ee065bea1146c6bad448fdd4b2", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-get -qqy install zulu-7=7.17.0.5}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-7=7.17.0.5' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-7=7.17.0.5' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/9u01-9.0.1.3/Dockerfile", - "similarity_id": "ec0dc4a934661d69706d15028e1f290c5eae008df3146f6fc018c759673994de", - "line": 19, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-get -qqy install zulu-9=9.0.1.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-9=9.0.1.3' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-9=9.0.1.3' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/12-latest/Dockerfile", - "similarity_id": "5e17bbf4efbe2854582b66d98b40b8e4f2f6bcdf4d88598bcf962fc63f151f4f", - "line": 18, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-12 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-12 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-12 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u192-8.33.0.1/Dockerfile", - "similarity_id": "636297cd687737f94afc4a16869948f9ee313d4343a8baa7254c2d2273a12f64", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u31-8.5.0.1/Dockerfile", - "similarity_id": "267d372e7dd968ce413103023a64b02041e4e30bb4bdd2a28c314921e6d4c6f1", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-get -qqy install zulu-8=8.5.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-8=8.5.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-8=8.5.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u222-8.40.0.25/Dockerfile", - "similarity_id": "04ba162451dd0bcdef1f8f7b90fb03279abc40217f467a9030533b53464a8a7f", - "line": 18, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-8=8.40.0.25 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-8=8.40.0.25 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-8=8.40.0.25 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u222-8.40.0.25/Dockerfile", - "similarity_id": "831f7d63723501017a78a140a7f5000dabcde18218a37ba9a3fb9d5c68bc7eec", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/10u02-10.3/Dockerfile", - "similarity_id": "7c96c80ca64a8b47351255ad7b2230a6ac43961192e22914cb90c7305d007f3e", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u222-7.29.0.5/Dockerfile", - "similarity_id": "f8cbe082ab4d1a2ba0d15fdaf2ea739a7f1e7672bfed4f8f487331b7506b9ac5", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-7=7.29.0.5}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-7=7.29.0.5' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-7=7.29.0.5' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u131-7.17.0.5/Dockerfile", - "similarity_id": "66d98ecd4dce1dd1227c93d6b4691a76ea02a4fcecc0ddd00320e4cf04647f21", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-get -y install zulu-7=7.17.0.5}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-7=7.17.0.5' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-7=7.17.0.5' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u152-8.25.0.1/Dockerfile", - "similarity_id": "af209c71d7100c0da11915e31a4d5d500ad222cf9994db0d290adc0cdf4382ac", - "line": 19, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-get -qqy install zulu-8=8.25.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-8=8.25.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-8=8.25.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u99-6.18.0.3/Dockerfile", - "similarity_id": "e9a83fbbba2d1ae4493294ec5b2474968bd33621a6d22f5f08d6c50f2445124c", - "line": 19, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-get -qqy install zulu-6=6.18.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-6=6.18.0.3' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-6=6.18.0.3' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.1-11.2/Dockerfile", - "similarity_id": "3ea958445d5a368f354fd8b1f40c5e71aeecf43bdea92d40da40e3a8ed93318f", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u93-6.16.0.1/Dockerfile", - "similarity_id": "ea5bbfe6b0a1e7f2c495318b0a48b222b7b4895b4abe8797bc41f585713bd11c", - "line": 19, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}.{{RUN apt-get -qqy install zulu-6=6.16.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-6=6.16.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-6=6.16.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u232-8.42.0.21/Dockerfile", - "similarity_id": "03731b355436bf32d0139be18a2262d29a53fdc3edeb80da1f22a67615879518", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u202-8.36.0.1/Dockerfile", - "similarity_id": "bf64120bf942b90c440d6eec2747738766246cef8ce7e279f8e638afdfffbdf5", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-8=8.36.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-8=8.36.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-8=8.36.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.2-11.29/Dockerfile", - "similarity_id": "8c3872b16d936d6099eb7162ddad586808f3fbbf9b38f23512f65a6aebbe698f", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.4-11.33/Dockerfile", - "similarity_id": "9c37149e419a115a1cc45c870eb22d00c233b8bf6c12315eb381e47c13eaf9eb", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-11=11.33+15}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-11=11.33+15' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-11=11.33+15' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u181-8.31.0.1/Dockerfile", - "similarity_id": "2e706ad24fa29b54de26c852b1328c220ac48b7e0143d890ab787853555312c3", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.4-11.33/Dockerfile", - "similarity_id": "72d86bab49a5168c26c4cd3aeea629a2b242726d9215ad167cfa41f3b20326c7", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u103-6.19.0.1/Dockerfile", - "similarity_id": "17ac00868be42804722157ded8157d3008d2f05be05ae768c6e6a6c75024aae1", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qqy install locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.3-11.31/Dockerfile", - "similarity_id": "aae9a775c812b4d4192bfe844f00bc1e0efd24cfd967f25cff3d14f151b06e7f", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u201-7.25.0.5/Dockerfile", - "similarity_id": "ae4e8a799e9678b51882e51d359cc82333e56765a7247a3190754093b0ccb594", - "line": 18, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-7=7.25.0.5 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-7=7.25.0.5 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-7=7.25.0.5 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u31-8.5.0.1/Dockerfile", - "similarity_id": "a44a3c7536a0e9913152561d8216579208f4a663336c6417055597630859d193", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-get -y install zulu-8=8.5.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-8=8.5.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-8=8.5.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u212-8.38.0.13/Dockerfile", - "similarity_id": "fcfde9d1720dea8c59549a31ca399a0784a1a93050263558f3a0288ea7370d5f", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u121-8.20.0.5/Dockerfile", - "similarity_id": "eb25e46cd4a1df958501fb6c20085ec50359e56db24a52fe39daf5f95d109c5f", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}.{{RUN apt-get -y install zulu-8=8.20.0.5}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-8=8.20.0.5' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-8=8.20.0.5' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u45-8.7.0.5/Dockerfile", - "similarity_id": "8a86c69db3565304a3c84855d5633a173b83e704c9765d4018ba230e1a0d5430", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-get -qqy install zulu-8=8.7.0.5}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-8=8.7.0.5' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-8=8.7.0.5' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u103-6.19.0.1/Dockerfile", - "similarity_id": "bcb65ebe5585d5793ce9237e2ce3970180da38b40d7925f30fa9bf921335e006", - "line": 3, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update \u0026\u0026 \tapt-get -y install gnupg \u0026\u0026 \tapt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 \techo \"deb http://repos.azulsystems.com/debian stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 \tapt-get -qq update \u0026\u0026 \tapt-get -y install zulu-6=6.19.0.1 \u0026\u0026 \trm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 \tapt-get -y install gnupg \u0026\u0026 \tapt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 \techo \"deb http://repos.azulsystems.com/debian stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 \tapt-get -qq update \u0026\u0026 \tapt-get -y install zulu-6=6.19.0.1 \u0026\u0026 \trm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 \tapt-get -y install gnupg \u0026\u0026 \tapt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 \techo \"deb http://repos.azulsystems.com/debian stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 \tapt-get -qq update \u0026\u0026 \tapt-get -y install zulu-6=6.19.0.1 \u0026\u0026 \trm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u242-7.34.0.5/Dockerfile", - "similarity_id": "6d5aebdf5c03e9b6c543b36a6a6808a605d6cba463e788f97c69390638f19439", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u113-6.21.0.3/Dockerfile", - "similarity_id": "6a60e86e61bb9449f015c05b708cf78e63b6289aa2fe6c9b005598690afb16bf", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/12-latest/Dockerfile", - "similarity_id": "2da588565fe619c7896957e1858e20dd0a8e7589189e22f4f5ccd2772f7c6471", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-12}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-12' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-12' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u212-8.38.0.13/Dockerfile", - "similarity_id": "630f6abd7059a2853e47f4f9fb39427864e40d96a8a1b8e7a7ff3a97a3390f24", - "line": 18, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-8=8.38.0.13 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-8=8.38.0.13 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-8=8.38.0.13 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u73-6.10.0.3/Dockerfile", - "similarity_id": "24d633bef20d61ce7096e89d05f1f003503e21b2ed860e157d553a89f1c7ac08", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-get -qqy install zulu-6=6.10.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-6=6.10.0.3' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-6=6.10.0.3' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u181-7.23.0.1/Dockerfile", - "similarity_id": "f202fe668916f15f7e400b1337c94cd44af24d3f630e4bacfbe804ef1e056780", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-7=7.23.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-7=7.23.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-7=7.23.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/9u01-9.0.1.3/Dockerfile", - "similarity_id": "f393c37a8c3ceb1c647fa7c47bf29687ad3946882c59b9e395ac70abe967df73", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/9u07-9.0.7.1/Dockerfile", - "similarity_id": "f0cbc3c6462dcddfe46461588324e5e607b90b814c66a1b798a027b9c3e2b879", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-9=9.0.7.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-9=9.0.7.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-9=9.0.7.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/13.0.2-13.29/Dockerfile", - "similarity_id": "b9887f935796e83cff6f0824d89d6a011df54e6c5f823f033fe0903c33e59a65", - "line": 14, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-13=13.29+9 \u0026\u0026 $JAVA_HOME/bin/java -version \u0026\u0026 apt-get autoremove -y \u0026\u0026 apt-get clean}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-13=13.29+9 \u0026\u0026 $JAVA_HOME/bin/java -version \u0026\u0026 apt-get autoremove -y \u0026\u0026 apt-get clean' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-13=13.29+9 \u0026\u0026 $JAVA_HOME/bin/java -version \u0026\u0026 apt-get autoremove -y \u0026\u0026 apt-get clean' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/12.0.2-12.3/Dockerfile", - "similarity_id": "763c9e53d08b5c7cb175d09fdcf715aa44291aa0d876b6fe6fb2bdb4d9e04b30", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/10u02-10.3/Dockerfile", - "similarity_id": "c3f777245fb0e7d11fc6bdbe392608b758d1ffd59b0f10bf779d827cb4a85f79", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-10=10.3+5}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-10=10.3+5' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-10=10.3+5' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/10u01-10.2/Dockerfile", - "similarity_id": "983dd443546b6bdbb8a7c7a8e11dc829f978007fdad4bc8e53a38842994b2ef0", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u113-6.21.0.3/Dockerfile", - "similarity_id": "59944bb82f501856947514bf5b89d1e23e1e54eacc93acebafe6c4ae5e3ccb99", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u93-6.16.0.1/Dockerfile", - "similarity_id": "272899e4da64f9e343ef3abb07b70a6a5b84fc8b6a7cf6554f2e6b9e7870662d", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}.{{RUN apt-get -y install zulu-6=6.16.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-6=6.16.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-6=6.16.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/10-latest/Dockerfile", - "similarity_id": "b8ef71ead2ca6970ae9e07ac6b5cb5d0158e91206b8bc7a144b0dc8d99d570a8", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u242-8.44.0.11/Dockerfile", - "similarity_id": "5a139c675c05523c8f50826e5c7a4b694b63197ce8102ddc432a706d56319a28", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u242-8.44.0.11/Dockerfile", - "similarity_id": "de4680c8a9f6ef477a69d57e143f40dbb3a974e7dd1abf65434225cb4a0bc76a", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -y install gnupg \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/debian stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get remove -y gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -y install gnupg \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/debian stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get remove -y gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -y install gnupg \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/debian stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get remove -y gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u141-7.18.0.3/Dockerfile", - "similarity_id": "e8d07c9f4cf9b304a2f87177f461892cf6624a3ba5efa2d8c944252e149b9430", - "line": 19, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}.{{RUN apt-get -qqy install zulu-7=7.18.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-7=7.18.0.3' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-7=7.18.0.3' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/9-ea/Dockerfile", - "similarity_id": "8eeb50ecfb84f5bf3fb92f52e60af701b89f4cc90764dd9e3766e0ec48ba92c4", - "line": 19, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-get -qqy install zulu-9=9.0.0.14}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-9=9.0.0.14' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-9=9.0.0.14' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/10u02-10.3/Dockerfile", - "similarity_id": "b885b00afd30746536c5e5826cffa26200509835e4b13a208f56808426d6c640", - "line": 18, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-10=10.3+5 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-10=10.3+5 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-10=10.3+5 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u76-7.8.0.3/Dockerfile", - "similarity_id": "d35bf0f879ba3b1dd200b9b472641a18e9015cc12a5fee43cde7aac29a8202ff", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-get -qqy install zulu-7=7.8.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-7=7.8.0.3' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-7=7.8.0.3' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u107-6.20.0.1/Dockerfile", - "similarity_id": "46a1321b171fccf1f4dbeb0adaf4223d13f9622283d39f431d5a3b5b7dd9abb4", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6-latest/Dockerfile", - "similarity_id": "c881db4a75043d5d37e8173c625d797d8f911faf472cd528778519cdf12b6b19", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u55-7.4.0.5/Dockerfile", - "similarity_id": "ed8c2f8fc32ab16efda62b9757973ee709be50e9eff244b7a1a0ce2fc3eb1a87", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-get -qqy install zulu-7=7.4.0.5}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-7=7.4.0.5' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-7=7.4.0.5' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u181-7.23.0.1/Dockerfile", - "similarity_id": "58114b1da59162b62021089415ef3e9683111188861959d15c4454d5e729bed1", - "line": 18, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-7=7.23.0.1 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-7=7.23.0.1 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-7=7.23.0.1 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/9u04-9.0.4.1/Dockerfile", - "similarity_id": "c2414b5a42caf3dc3dca9ff7998a2043cd1261687ebf824304b959d76693773b", - "line": 18, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-9=9.0.4.1 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-9=9.0.4.1 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-9=9.0.4.1 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u252-7.36.0.5/Dockerfile", - "similarity_id": "e4a7dea6ca6180e9fc12124c25e7637ed8b56c67bd88a228d579052470d56716", - "line": 19, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-7=7.36.0.5 \u0026\u0026 rm -rf /var/lib/apt/lists/* \u0026\u0026 $JAVA_HOME/bin/java -version}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-7=7.36.0.5 \u0026\u0026 rm -rf /var/lib/apt/lists/* \u0026\u0026 $JAVA_HOME/bin/java -version' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-7=7.36.0.5 \u0026\u0026 rm -rf /var/lib/apt/lists/* \u0026\u0026 $JAVA_HOME/bin/java -version' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u141-7.18.0.3/Dockerfile", - "similarity_id": "ae1b9e4d16d5ae9c4d4d43b69730444cab8921d79dc44ba49551b14035de2783", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}.{{RUN apt-get install locales}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get install locales' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get install locales' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u111-7.15.0.1/Dockerfile", - "similarity_id": "838adc37293c023d9c4b315e9bbefe19d783011add7f3af4553c4fcc38957afa", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-get -y install zulu-7=7.15.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-7=7.15.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-7=7.15.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u79-7.9.0.2/Dockerfile", - "similarity_id": "0177f414d1ac034e5ea407f98f9905ee8b9102bef4d83f722763f0f0b2fed06d", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-get -y install zulu-7=7.9.0.2}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-7=7.9.0.2' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-7=7.9.0.2' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u212-8.38.0.13/Dockerfile", - "similarity_id": "e15d6f79cf05961f96b1ce06a58ebe96c9d37d63f3854763efbeeb050ee11f65", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u252-7.36.0.5/Dockerfile", - "similarity_id": "d6e551534de6b1de4e7b63e2e038cd086f66026c058d49306688c2c2d7eb8bbc", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -y install gnupg \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/debian stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get remove -y gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -y install gnupg \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/debian stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get remove -y gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -y install gnupg \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/debian stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get remove -y gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u119-6.22.0.3/Dockerfile", - "similarity_id": "501fe69a45342f6bae8da91d3a6fbf8975a5d644abb9d0263c55615c87e69587", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u69-6.9.0.3/Dockerfile", - "similarity_id": "791f03c2ad067e8a3b611aabbe4e5dad77ff76c83ac3ee0d9ad8657a42a71815", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-get -qqy install zulu-6=6.9.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-6=6.9.0.3' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-6=6.9.0.3' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u65-8.10.0.1/Dockerfile", - "similarity_id": "5ff0069d6511d9861dda76594b6e3a5df2c9e179b8334e48008511c66652f801", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-get -y install zulu-8=8.10.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-8=8.10.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-8=8.10.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u152-8.25.0.1/Dockerfile", - "similarity_id": "967dee29f9414b27f3ebd2e9c4dc9605967f85463af3c3ea86ee408fee7e02c4", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-8=8.25.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-8=8.25.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-8=8.25.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u141-7.18.0.3/Dockerfile", - "similarity_id": "2a17b7872538b001dae63725214322a19cc6173d65e35952e86ad7a62c1087b8", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}.{{RUN apt-get -y install zulu-7=7.18.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-7=7.18.0.3' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-7=7.18.0.3' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u211-7.27.0.1/Dockerfile", - "similarity_id": "51b42df21ecb1849d3aa1e3d450536eb4fe44dd725dc395ccfc26ff5b7f5640e", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-7=7.27.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-7=7.27.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-7=7.27.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u232-7.31.0.5/Dockerfile", - "similarity_id": "77c6cf565d080756ebf3d40e2d2d9625ce8c1f07b8ad25ba27fd348724a1049c", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u152-8.25.0.1/Dockerfile", - "similarity_id": "6b9062b3b383a0fd6bed647fe609e3b27108a5a3d541692371f9b83ac10c35f9", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.2-11.29/Dockerfile", - "similarity_id": "918c8fe773c5ed2467f3d98ffb9518db67845dcaf2ae5701debf77c86807f8e3", - "line": 18, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-11=11.29+11 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-11=11.29+11 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-11=11.29+11 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u232-8.42.0.23/Dockerfile", - "similarity_id": "d2b962e3741f926a38e86c490b86c3bdb16584fabc8ddd2125603017774cf807", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u72-7.7.0.1/Dockerfile", - "similarity_id": "a128c41ec6887b2bd2d678e241cda2a6374af55719ba6297de0dafaf6014b1b7", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-get -qqy install zulu-7=7.7.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-7=7.7.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-7=7.7.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u232-8.42.0.21/Dockerfile", - "similarity_id": "1f72d7dd864c095db77020255758fe63e7bb40b84419b70c5d45c0df643468a2", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-8=8.42.0.21}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-8=8.42.0.21' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-8=8.42.0.21' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/10u01-10.2/Dockerfile", - "similarity_id": "c47794afbcfbf64613875d168b155ebf340417f98e3ef7e7ecfa97cbb8f8071e", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qqy install locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u232-8.42.0.23/Dockerfile", - "similarity_id": "ed52fd3646c57166d428264a97d1ed84d36b767d0269cc2bfb57c4904a673b2d", - "line": 19, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-8=8.42.0.23 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-8=8.42.0.23 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-8=8.42.0.23 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u154-7.20.0.3/Dockerfile", - "similarity_id": "265fb1058addfa9c08e7de8f616fe33a2a520dfc2acc221eb40a8cd5b45eb52d", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u222-8.40.0.25/Dockerfile", - "similarity_id": "7a3fe6d4a5d31d413d46540813510634a1272e74d3ea5dc70b0fd0fea5a4d5fe", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u242-8.44.0.11/Dockerfile", - "similarity_id": "f8d05cdba68fc21a9c8344da7b7927fcc3b353d3faceef05092cfa2707c6dc89", - "line": 19, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-8=8.44.0.11 \u0026\u0026 rm -rf /var/lib/apt/lists/* \u0026\u0026 $JAVA_HOME/bin/java -version}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-8=8.44.0.11 \u0026\u0026 rm -rf /var/lib/apt/lists/* \u0026\u0026 $JAVA_HOME/bin/java -version' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-8=8.44.0.11 \u0026\u0026 rm -rf /var/lib/apt/lists/* \u0026\u0026 $JAVA_HOME/bin/java -version' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/9u07-9.0.7.1/Dockerfile", - "similarity_id": "bb815b51ef254d3755ef4ae05c542946226c2132400b31b7f4c3db68f1f1d51a", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u56-6.6.0.1/Dockerfile", - "similarity_id": "eea0f32dff8bf7f5d129fbe2e685716f762587dcaad4b56d32a81e159a39783c", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-get -y install zulu-6=6.6.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-6=6.6.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-6=6.6.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u89-6.15.0.1/Dockerfile", - "similarity_id": "9ae0099e29debff6ffd2b2e0550a2ee1d62b67ef6b4307bdd7a0365713508976", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}.{{RUN apt-get -y install zulu-6=6.15.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-6=6.15.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-6=6.15.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u20-8.3.0.1/Dockerfile", - "similarity_id": "05dceee8f222491a335c6cb7c526929414e488a95713fc6fedfff09cf89361da", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-get -y install zulu-8=8.3.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-8=8.3.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-8=8.3.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/9-ea/Dockerfile", - "similarity_id": "46da93d88d7480bf8d0b4f882662f42f5c90ad44d7b621cb00b93a8c0e6d4603", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u91-7.12.0.3/Dockerfile", - "similarity_id": "4a6b2e4af7260419c0b95b7829e254698640830f72f9c08cacf98450e2b48c59", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-get -qqy install zulu-7=7.12.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-7=7.12.0.3' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-7=7.12.0.3' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u191-7.24.0.1/Dockerfile", - "similarity_id": "0d7987c09896f7a6e107cd2aab8a877ecb6025c0ce9e121bfc6f263228648ab8", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u77-6.11.0.2/Dockerfile", - "similarity_id": "cddd917d85ecab0b62c7506c3aef333fd169f0eb66e2fbb9e9998af5856b9ca9", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-get -y install zulu-6=6.11.0.2}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-6=6.11.0.2' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-6=6.11.0.2' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u119-6.22.0.3/Dockerfile", - "similarity_id": "f3af00967362a379b63d24ca614d604016e0ba6bd7bdeb05d84915cf8b17fa8c", - "line": 18, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-6=6.22.0.3 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-6=6.22.0.3 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-6=6.22.0.3 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.5-11.35/Dockerfile", - "similarity_id": "4cb4dab1abc9579b8d2a6c60a977e1cd4584aa5f4d59b1f71dd4d05461b78972", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u73-6.10.0.3/Dockerfile", - "similarity_id": "12252537966ad2d185837f0863cbf5ece1938485dcbd58e9cec120cb18ed9ef7", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-get -y install zulu-6=6.10.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-6=6.10.0.3' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-6=6.10.0.3' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/9u07-9.0.7.1/Dockerfile", - "similarity_id": "d00ee5d5e258c99a8d6c64e6fa59621e82af7d2ad63ce083ba7cfa1f9527b96d", - "line": 18, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-9=9.0.7.1 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-9=9.0.7.1 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-9=9.0.7.1 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u05-8.1.0.6/Dockerfile", - "similarity_id": "43ee193cb19c999425d4a8a8e32c035ce7b14368474aa7d737819b17ba8fe5e8", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-get -y install zulu-8=8.1.0.6}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-8=8.1.0.6' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-8=8.1.0.6' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u222-7.29.0.5/Dockerfile", - "similarity_id": "11320d46bbce39a243157eafb3fdbe3452b7d07b3cb07fed5a3538ce8110505a", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u111-7.15.0.1/Dockerfile", - "similarity_id": "3dfaa7a6310f2522e96b87e100998d8d3b38a9d2dc3272dac78d5d9527ac11f0", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-get -qqy install zulu-7=7.15.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-7=7.15.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-7=7.15.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u192-8.33.0.1/Dockerfile", - "similarity_id": "f56175bdea205b8b487433602b39f8f9895e48699d9fe402898acedb87321a23", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u69-6.9.0.3/Dockerfile", - "similarity_id": "9fa855190d297ab3d8cc4fecbcf493022be8fc5cdf59f305747eeec17ca02715", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-get -y install zulu-6=6.9.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-6=6.9.0.3' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-6=6.9.0.3' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u102-8.17.0.3/Dockerfile", - "similarity_id": "367da28833edc0c3dd96afc2d8f07c547f8f38f6a090b637fe385f6044bd239f", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}.{{RUN apt-get -y install zulu-8=8.17.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-8=8.17.0.3' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-8=8.17.0.3' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.1-11.2/Dockerfile", - "similarity_id": "0cf7bbb2d17ae7e2204606ad866d8267f5f50324dc1f65b75d4db5374fe5962d", - "line": 18, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-11=11.2+3 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-11=11.2+3 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-11=11.2+3 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.5-11.35/Dockerfile", - "similarity_id": "4a908f18d17e68a1d84c429294ea5bc20632f7cca5e86bcecfa42c5ba990545b", - "line": 19, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-11=11.35+15 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-11=11.35+15 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-11=11.35+15 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u95-7.13.0.1/Dockerfile", - "similarity_id": "c6de9ae11a785db8ae2c6a5c9cab7092e462b320da357578a44912ad12b02b0c", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-get -y install zulu-7=7.13.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-7=7.13.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-7=7.13.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u242-8.44.0.11/Dockerfile", - "similarity_id": "6a9db2273faaddfefac14991542fc5f15d605365517ca8834e5c98919875508a", - "line": 14, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-8=8.44.0.11 \u0026\u0026 $JAVA_HOME/bin/java -version \u0026\u0026 apt-get autoremove -y \u0026\u0026 apt-get clean }}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-8=8.44.0.11 \u0026\u0026 $JAVA_HOME/bin/java -version \u0026\u0026 apt-get autoremove -y \u0026\u0026 apt-get clean ' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-8=8.44.0.11 \u0026\u0026 $JAVA_HOME/bin/java -version \u0026\u0026 apt-get autoremove -y \u0026\u0026 apt-get clean ' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u72-8.13.0.5/Dockerfile", - "similarity_id": "b50589a47dba1e2af95e9953fe4402f2c82b6a1f5efb90280e19a02e5f162b31", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-get -qqy install zulu-8=8.13.0.5}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-8=8.13.0.5' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-8=8.13.0.5' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u202-8.36.0.1/Dockerfile", - "similarity_id": "e887d7d38f6b35c6554917cf6d8db80fb8f032bb30b308ea130e29473ccb6d36", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u232-7.31.0.5/Dockerfile", - "similarity_id": "4eb12bd27ca174006c56311881bbd051a66c6f9ed09d7a7d88128679372160db", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u121-7.16.0.1/Dockerfile", - "similarity_id": "4dfaa7775855fe677878995f0efbd3aa4e7122ed91d5d2df48dbff5396d4ad18", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-get -qqy install zulu-7=7.16.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-7=7.16.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-7=7.16.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u172-8.30.0.1/Dockerfile", - "similarity_id": "75de13247a1da93917717957d2690475a8cf871033cae56f7452d8b4ea1bcb5a", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u65-7.6.0.1/Dockerfile", - "similarity_id": "29ffc9beb0ef1622d3a2b304492be323924e4dc3d87068437e871bfbc05d3700", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-get -qqy install zulu-7=7.6.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-7=7.6.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-7=7.6.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/13.0.1-13.28/Dockerfile", - "similarity_id": "3347c63ca31ad8de9a4c51e3da29cf1c7c9a0cf91b238cba8875c2392ef42922", - "line": 19, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-13=13.28+11 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-13=13.28+11 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/ubuntu stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get -qqy install zulu-13=13.28+11 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u161-7.21.0.3/Dockerfile", - "similarity_id": "d83bf90590cea203a7fea31251eacdef54401ff9971cdd8b0dce7cd0e51a2f62", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-get install locales}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get install locales' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get install locales' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/13.0.1-13.28/Dockerfile", - "similarity_id": "9a9abbd10edfe902fcb8724180d7195b42ef6c3a2927f6746d45e06b4e9e332a", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u25-8.4.0.1/Dockerfile", - "similarity_id": "f48453735bd37da1e6ea029e2f895479ba86b13485e309ab8f7ddcdc09f8d481", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.{{RUN apt-get -y install zulu-8=8.4.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-8=8.4.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-8=8.4.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u131-8.21.0.1/Dockerfile", - "similarity_id": "a9d488dcfaf123571e3ca1fc56935bbc73e31bee2399c60d9b84ab584b870bcb", - "line": 19, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}.{{RUN apt-get -qqy install zulu-8=8.21.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-8=8.21.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-8=8.21.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.3-11.31/Dockerfile", - "similarity_id": "02e7e9228bd83ee74ab2786d9cb9502d4478be98fb4c0363007c75751b8f7d5a", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u191-7.24.0.1/Dockerfile", - "similarity_id": "8acb5eaffa94d651fc1e439b01b34e0721ea8fc6aa6d2b40176f21b6b197fd42", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install gnupg' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install gnupg' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u152-8.25.0.1/Dockerfile", - "similarity_id": "97c2fbdb18fe60c532e7d2ea33a04a1b478bb2c9b597f37e01320a9442eede2a", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.{{RUN apt-get install locales}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get install locales' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get install locales' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u40-8.6.0.1/Dockerfile", - "similarity_id": "f15d1032ebafc12c6bcb9d30417bae18410a0792f7ebbf8c909886d8af4bad07", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.{{RUN apt-get -qqy install zulu-8=8.6.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qqy install zulu-8=8.6.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qqy install zulu-8=8.6.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/11.0.2-11.29/Dockerfile", - "similarity_id": "f0c6225db33c07ff71a402883804d9641ed7aba5a013a2862b9b6776ffaed7bb", - "line": 6, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:18.04}}.{{RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -qq update \u0026\u0026 apt-get -qqy install gnupg2 locales \u0026\u0026 locale-gen en_US.UTF-8 \u0026\u0026 rm -rf /var/lib/apt/lists/*' does not use '--no-install-recommends' flag to avoid installing additional packages" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u172-8.30.0.1/Dockerfile", - "similarity_id": "a0b059e4558c5b7a27ae94fb61ab0934668efbe98c323721fc43510d344e5a68", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.{{RUN apt-get -y install zulu-8=8.30.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN apt-get -y install zulu-8=8.30.0.1' uses '--no-install-recommends' flag to avoid installing additional packages", - "actual_value": "'RUN apt-get -y install zulu-8=8.30.0.1' does not use '--no-install-recommends' flag to avoid installing additional packages" - } - ] - }, - { - "query_name": "Apk Add Using Local Cache Path", - "query_id": "ae9c56a6-3ed1-4ac0-9b54-31267f51151d", - "query_url": "https://docs.docker.com/engine/reference/builder/#run", - "severity": "INFO", - "platform": "Dockerfile", - "category": "Supply-Chain", - "description": "When installing packages, use the '--no-cache' switch to avoid the need to use '--update' and remove '/var/cache/apk/*'", - "description_id": "d44503b8", - "files": [ - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/14.0.1-14.28.21/Dockerfile", - "similarity_id": "e0daf7e7431ec0ac4c658e863e395ffbfb67f24fd11c46a9fc838cb241ecee40", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine:3.11}}.{{RUN ZULU_PACK=${ZULU_DIR}.tar.gz \u0026\u0026 INSTALL_DIR=/usr/lib/jvm \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 apk --no-cache add ca-certificates wget tar \u0026\u0026 apk --no-cache --virtual .build-deps add binutils zstd xz \u0026\u0026 apk update \u0026\u0026 apk upgrade \u0026\u0026 wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub \u0026\u0026 wget -q https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.28-r0/glibc-2.28-r0.apk \u0026\u0026 apk add glibc-2.28-r0.apk \u0026\u0026 rm glibc-2.28-r0.apk \u0026\u0026 wget -q -O gcc-libs.tar.zst https://www.archlinux.org/packages/core/x86_64/gcc-libs/download/ \u0026\u0026 wget -q -O zlib.tar.xz https://www.archlinux.org/packages/core/x86_64/zlib/download/ \u0026\u0026 tar -I zstd -xf gcc-libs.tar.zst -C /tmp \u0026\u0026 tar -xJf zlib.tar.xz -C /tmp \u0026\u0026 mv /tmp/usr/lib/libgcc_s.so* /tmp/usr/lib/libstdc++.so* /tmp/usr/lib/libz.so* /usr/glibc-compat/lib/ \u0026\u0026 strip /usr/glibc-compat/lib/libgcc_s.so.* /usr/glibc-compat/lib/libstdc++.so.* \u0026\u0026 rm -rf gcc-libs.tar.zst zlib.tar.xz /tmp/usr \u0026\u0026 apk del .build-deps \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/zulu14.28.21-ca-jdk14.0.1-linux_musl_x64.tar.gz \u0026\u0026 rm /root/.wget-hsts \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_PACK} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_PACK} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN' does not contain 'apk add' command without '--no-cache' switch", - "actual_value": "'RUN' contains 'apk add' command without '--no-cache' switch" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u262-7.38.0.11/Dockerfile", - "similarity_id": "65f7c4fcc973b1cfcfc1a63d41fbe414b792c2d6a2fc2f90fed635789d07bff3", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine:3.11}}.{{RUN ZULU_PACK=${ZULU_DIR}.tar.gz \u0026\u0026 INSTALL_DIR=/usr/lib/jvm \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 apk --no-cache add binutils ca-certificates wget zstd tar xz \u0026\u0026 apk update \u0026\u0026 apk upgrade \u0026\u0026 wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub \u0026\u0026 wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.28-r0/glibc-2.28-r0.apk \u0026\u0026 apk add glibc-2.28-r0.apk \u0026\u0026 rm glibc-2.28-r0.apk \u0026\u0026 wget -O gcc-libs.tar.zst https://www.archlinux.org/packages/core/x86_64/gcc-libs/download/ \u0026\u0026 wget -O zlib.tar.xz https://www.archlinux.org/packages/core/x86_64/zlib/download/ \u0026\u0026 tar -I zstd -xf gcc-libs.tar.zst -C /tmp \u0026\u0026 tar -xJf zlib.tar.xz -C /tmp \u0026\u0026 mv /tmp/usr/lib/libgcc_s.so* /tmp/usr/lib/libstdc++.so* /tmp/usr/lib/libz.so* /usr/glibc-compat/lib/ \u0026\u0026 strip /usr/glibc-compat/lib/libgcc_s.so.* /usr/glibc-compat/lib/libstdc++.so.* \u0026\u0026 rm -rf gcc-libs.tar.xz zlib.tar.xz /tmp/usr \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/zulu7.38.0.11-ca-jdk7.0.262-linux_x64.tar.gz \u0026\u0026 rm /root/.wget-hsts \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_PACK} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_PACK} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN' does not contain 'apk add' command without '--no-cache' switch", - "actual_value": "'RUN' contains 'apk add' command without '--no-cache' switch" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/14.0.2-14.29.23/Dockerfile", - "similarity_id": "3366a9f48f5f2d1484007cb3d9283196981e0e0728ede1d791dbece9346c47d2", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine:3.12}}.{{RUN ZULU_PACK=${ZULU_DIR}.tar.gz \u0026\u0026 INSTALL_DIR=/usr/lib/jvm \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 apk --no-cache add binutils ca-certificates wget zstd tar xz \u0026\u0026 apk update \u0026\u0026 apk upgrade \u0026\u0026 wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub \u0026\u0026 wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.28-r0/glibc-2.28-r0.apk \u0026\u0026 apk add glibc-2.28-r0.apk \u0026\u0026 rm glibc-2.28-r0.apk \u0026\u0026 wget -O gcc-libs.tar.zst https://www.archlinux.org/packages/core/x86_64/gcc-libs/download/ \u0026\u0026 wget -O zlib.tar.xz https://www.archlinux.org/packages/core/x86_64/zlib/download/ \u0026\u0026 tar -I zstd -xf gcc-libs.tar.zst -C /tmp \u0026\u0026 tar -xJf zlib.tar.xz -C /tmp \u0026\u0026 mv /tmp/usr/lib/libgcc_s.so* /tmp/usr/lib/libstdc++.so* /tmp/usr/lib/libz.so* /usr/glibc-compat/lib/ \u0026\u0026 strip /usr/glibc-compat/lib/libgcc_s.so.* /usr/glibc-compat/lib/libstdc++.so.* \u0026\u0026 rm -rf gcc-libs.tar.xz zlib.tar.xz /tmp/usr \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/zulu14.29.23-ca-jdk14.0.2-linux_musl_x64.tar.gz \u0026\u0026 rm /root/.wget-hsts \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_PACK} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_PACK} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN' does not contain 'apk add' command without '--no-cache' switch", - "actual_value": "'RUN' contains 'apk add' command without '--no-cache' switch" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u272-7.40.0.15/Dockerfile", - "similarity_id": "6c02d118896651704661ec59784cf36146b47dc85f48c507cf24c7fab44fdbc0", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine:3.12}}.{{RUN ZULU_PACK=${ZULU_DIR}.tar.gz \u0026\u0026 INSTALL_DIR=/usr/lib/jvm \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 apk --no-cache add binutils ca-certificates wget zstd tar xz \u0026\u0026 apk update \u0026\u0026 apk upgrade \u0026\u0026 wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub \u0026\u0026 wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.28-r0/glibc-2.28-r0.apk \u0026\u0026 apk add glibc-2.28-r0.apk \u0026\u0026 rm glibc-2.28-r0.apk \u0026\u0026 wget -O gcc-libs.tar.zst https://www.archlinux.org/packages/core/x86_64/gcc-libs/download/ \u0026\u0026 wget -O zlib.tar.xz https://www.archlinux.org/packages/core/x86_64/zlib/download/ \u0026\u0026 tar -I zstd -xf gcc-libs.tar.zst -C /tmp \u0026\u0026 tar -xJf zlib.tar.xz -C /tmp \u0026\u0026 mv /tmp/usr/lib/libgcc_s.so* /tmp/usr/lib/libstdc++.so* /tmp/usr/lib/libz.so* /usr/glibc-compat/lib/ \u0026\u0026 strip /usr/glibc-compat/lib/libgcc_s.so.* /usr/glibc-compat/lib/libstdc++.so.* \u0026\u0026 rm -rf gcc-libs.tar.xz zlib.tar.xz /tmp/usr \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/zulu7.40.0.15-ca-jdk7.0.272-linux_x64.tar.gz \u0026\u0026 rm /root/.wget-hsts \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_PACK} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_PACK} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN' does not contain 'apk add' command without '--no-cache' switch", - "actual_value": "'RUN' contains 'apk add' command without '--no-cache' switch" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/alpine/7u282-7.42.0.13/Dockerfile", - "similarity_id": "df01afab16acc1f7381a1ee17673d29e14143c0be3649ec63669fcddc447ce93", - "line": 1, - "issue_type": "IncorrectValue", - "search_key": "FROM={{alpine:3.12}}.{{RUN ZULU_PACK=${ZULU_DIR}.tar.gz \u0026\u0026 INSTALL_DIR=/usr/lib/jvm \u0026\u0026 BIN_DIR=/usr/bin \u0026\u0026 MAN_DIR=/usr/share/man/man1 \u0026\u0026 apk --no-cache add binutils ca-certificates wget zstd tar xz \u0026\u0026 apk update \u0026\u0026 apk upgrade \u0026\u0026 wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub \u0026\u0026 wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.28-r0/glibc-2.28-r0.apk \u0026\u0026 apk add glibc-2.28-r0.apk \u0026\u0026 rm glibc-2.28-r0.apk \u0026\u0026 wget -O gcc-libs.tar.zst https://www.archlinux.org/packages/core/x86_64/gcc-libs/download/ \u0026\u0026 wget -O zlib.tar.xz https://www.archlinux.org/packages/core/x86_64/zlib/download/ \u0026\u0026 tar -I zstd -xf gcc-libs.tar.zst -C /tmp \u0026\u0026 tar -xJf zlib.tar.xz -C /tmp \u0026\u0026 mv /tmp/usr/lib/libgcc_s.so* /tmp/usr/lib/libstdc++.so* /tmp/usr/lib/libz.so* /usr/glibc-compat/lib/ \u0026\u0026 strip /usr/glibc-compat/lib/libgcc_s.so.* /usr/glibc-compat/lib/libstdc++.so.* \u0026\u0026 rm -rf gcc-libs.tar.xz zlib.tar.xz /tmp/usr \u0026\u0026 wget -q https://cdn.azul.com/zulu/bin/zulu7.42.0.13-ca-jdk7.0.282-linux_x64.tar.gz \u0026\u0026 rm /root/.wget-hsts \u0026\u0026 mkdir -p ${INSTALL_DIR} \u0026\u0026 tar -xf ./${ZULU_PACK} -C ${INSTALL_DIR} \u0026\u0026 rm -f ${ZULU_PACK} \u0026\u0026 cd ${BIN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/bin -type f -perm -a=x -exec ln -s {} . \\; \u0026\u0026 mkdir -p ${MAN_DIR} \u0026\u0026 cd ${MAN_DIR} \u0026\u0026 find ${INSTALL_DIR}/${ZULU_DIR}/man/man1 -type f -name \"*.1\" -exec ln -s {} . \\;}}", - "search_line": 0, - "search_value": "", - "expected_value": "'RUN' does not contain 'apk add' command without '--no-cache' switch", - "actual_value": "'RUN' contains 'apk add' command without '--no-cache' switch" - } - ] - }, - { - "query_name": "Apt Get Install Lists Were Not Deleted", - "query_id": "df746b39-6564-4fed-bf85-e9c44382303c", - "query_url": "https://docs.docker.com/develop/develop-images/dockerfile_best-practices/", - "severity": "INFO", - "platform": "Dockerfile", - "category": "Supply-Chain", - "description": "After using apt-get install, it is needed to delete apt-get lists", - "description_id": "4236a50c", - "files": [ - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u65-7.6.0.1/Dockerfile", - "similarity_id": "217f98344d6118b19e40b131f4383808189d0ab30e86cd9b222ecee2645d6477", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -y install zulu-7=7.6.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u102-8.17.0.3/Dockerfile", - "similarity_id": "ea457a4ddba9f87d180ea28ca145739effe62a7c29fa75c0fa7744ce252a84b0", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}.RUN={{apt-get -y install zulu-8=8.17.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u60-7.5.0.1/Dockerfile", - "similarity_id": "552538e5ed4deb5b082aa6f6f4c46650e0b01b4a139bf5d68ce2ac8a5e80ff71", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -y install zulu-7=7.5.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u69-6.9.0.3/Dockerfile", - "similarity_id": "33acd7566e5043226edc74935a7d849f16ec7299cd9413f4c51812fc7aa8a049", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -y install zulu-6=6.9.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u154-7.20.0.3/Dockerfile", - "similarity_id": "fa5ddbdfaade888ebb3fa69e7dd802a59dfeea763ba9b744c9f92db8d11d45ad", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-7=7.20.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u152-8.25.0.1/Dockerfile", - "similarity_id": "f43bffee5efb179fe25f5cd09b11ccf45f9510a3d587e09a70ccf52776f04197", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-8=8.25.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/9-ea/Dockerfile", - "similarity_id": "220969f75dbbdcfae80eedea7e93dec5aa9ed72921afef91698071241d99b04f", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u83-6.13.0.3/Dockerfile", - "similarity_id": "82a67c17ebdce20588c9f475a012cfeb38f3c1b364a1fdf0aac8665ece62a6e7", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}.RUN={{apt-get -qqy install zulu-6=6.13.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u65-7.6.0.1/Dockerfile", - "similarity_id": "913ef3c8d8fec461e781a6b9bd4f49c1978b48ea6154c6edc22358e8c95cd21e", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qqy install zulu-7=7.6.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.3-11.31/Dockerfile", - "similarity_id": "17454ca8537164b019b45a8630b2e013b5a1dec4975404ddb14705d287605aa9", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-11=11.31+11}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u76-7.8.0.3/Dockerfile", - "similarity_id": "8b84a0f92802c6acbd27e383fa2686d569ce589b94c6bcbfa976d5520524fbec", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -y install zulu-7=7.8.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u65-8.10.0.1/Dockerfile", - "similarity_id": "f04c0cd53b37f5acd54b40293c9107e6f6afa958b4feb25abd115a2a78adb657", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qqy install zulu-8=8.10.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u121-8.20.0.5/Dockerfile", - "similarity_id": "ad77260c7a4fc9135947604d60e7cb9ce9ff99686f99bfe68d87117893ad5d1f", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}.RUN={{apt-get -y install zulu-8=8.20.0.5}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u80-7.10.0.1/Dockerfile", - "similarity_id": "8759a72b7a6f2dd88370bb0f372d2456c40fbd590bcf28afa8154d9a6dc7d168", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -y install zulu-7=7.10.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.4-11.33/Dockerfile", - "similarity_id": "07b90b8d2767af142f9a4b96f9293d2e05429f50f8d50bdc22e1f481cd373770", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u232-7.31.0.5/Dockerfile", - "similarity_id": "3e340afd10b9cb0fd8a1337a23a9bf446293cce768551729accfa65fd307c3fe", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/12.0.2-12.3/Dockerfile", - "similarity_id": "03cbcd436d81f2bc005feb43bdad65fd40c5edde919f704288c40abf434a0217", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-12=12.3+11}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u73-6.10.0.3/Dockerfile", - "similarity_id": "e42119d38beeb0ac37cd8a045802beea81933c1b4b1771de3a37bc0a19caa884", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -y install zulu-6=6.10.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/9u01-9.0.1.3/Dockerfile", - "similarity_id": "19805b6839ea6ddbe489d105e077ea6d6a1009620513a67bf656f9c1f644eeb3", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u121-8.20.0.5/Dockerfile", - "similarity_id": "d08d0d4204ab15cb848c12f0cc6d32873010726ee85af145437b4de1576b115c", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}.RUN={{apt-get -qqy install zulu-8=8.20.0.5}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u232-8.42.0.21/Dockerfile", - "similarity_id": "ebaa06928d98559bb8a62ba56a03b90658627b7defb154dc5460464ec62ae39d", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-8=8.42.0.21}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u65-8.10.0.1/Dockerfile", - "similarity_id": "2f27959bb43e1010de4e1a66859560df13b9ce3b3c33bd564fd0a8be0c173180", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -y install zulu-8=8.10.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/12-latest/Dockerfile", - "similarity_id": "b8dbe0b0da1d1fe13df3685ac1866a8d2c78c5b980f9392ec16cabc4f22e8e53", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-12}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u191-7.24.0.1/Dockerfile", - "similarity_id": "c25dbd0772246d816cc9c8c0e8a2d2eaeeb3f152b008c146feff3e171cf0bd99", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u89-6.15.0.1/Dockerfile", - "similarity_id": "96615b5606ad1fba1fb4d1f7fdb51d647178fe36ea39346f1f2b88c69adf58a8", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}.RUN={{apt-get -y install zulu-6=6.15.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/12-latest/Dockerfile", - "similarity_id": "14656b6e737ea7343f61f7014d5709f3f6b2237e2630ff6439f6f0d8f6bb5e1d", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u222-7.29.0.5/Dockerfile", - "similarity_id": "34f88f7631f64a1f51fa6de0f7354e9d6fad188a05a2244b5f110c590fb43b4d", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-7=7.29.0.5}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u232-8.42.0.21/Dockerfile", - "similarity_id": "72b94f264d20aac481a5a8d2e14f0003b50934f4d5321346cd17ea3f73bd9f6f", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/12.0.2-12.3/Dockerfile", - "similarity_id": "5b9c06c3d7850930845889b58d3e17af4079d365613bb366b2a6cd0d28d72105", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u92-8.15.0.1/Dockerfile", - "similarity_id": "e1b651173f974818c6558746850c8c015872791e966100ffdc4af0af8ab6b163", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}.RUN={{apt-get -y install zulu-8=8.15.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u107-6.20.0.1/Dockerfile", - "similarity_id": "c510c0d92d491f1a583d42601eac4f6dd04672a5d937b9778dd9bcb2cdd007b0", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u93-6.16.0.1/Dockerfile", - "similarity_id": "599f2041ad36c0b49d7492eb8db88142d025c97ec4e6f7cad957c8566829e342", - "line": 19, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}.RUN={{apt-get -qqy install zulu-6=6.16.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.3-11.31/Dockerfile", - "similarity_id": "c5deccad048e5c761d8bec556bb4a22523800ab0c762dce0488bfe84338df419", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u83-6.13.0.3/Dockerfile", - "similarity_id": "6f20561819c1d49955350de1d5016a9ee8f51e1a1e44b5e546f020148cdd095b", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}.RUN={{apt-get -y install zulu-6=6.13.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u144-8.23.0.3/Dockerfile", - "similarity_id": "7a40995bcc29367c2e26a67676411454dc84015dabecfdde3f23b720ce23688a", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u87-6.14.0.1/Dockerfile", - "similarity_id": "9f7a0ff0410d0f3b9f5ad9fa0e61b39468bfe4ec9e669a743cacc717d760b75f", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}.RUN={{apt-get -qqy install zulu-6=6.14.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6-latest/Dockerfile", - "similarity_id": "c9986368b2c7cdf12ce5925ebc5d23c0eae7cf44406c2b307b301b7522a6b129", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u192-8.33.0.1/Dockerfile", - "similarity_id": "ad397b57119aeb1c27536b54b5cef4e03a9c048718581cd3756f7021e3e18302", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-8=8.33.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u121-7.16.0.1/Dockerfile", - "similarity_id": "349bf75828296a68c0c26cb1ed9961297673f7806bae555defdd07854ced184a", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qqy install zulu-7=7.16.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u93-6.16.0.1/Dockerfile", - "similarity_id": "e421e983acc43677b089b4a5a7f8519db69c5df027992e09e4a7a637dbb12b91", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}.RUN={{apt-get -y install zulu-6=6.16.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.1-11.2/Dockerfile", - "similarity_id": "ecde37024c622b6e6dbc7d2859c4e841e241423555bc659e0b888291d095f7c7", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-11=11.2+3}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u242-8.44.0.11/Dockerfile", - "similarity_id": "c3e0cdb50958f968ead54f3d38f57ced05d609aac8fe4f7e071fe2a16463e3b8", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -y install gnupg \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/debian stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get remove -y gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u112-8.19.0.1/Dockerfile", - "similarity_id": "c82157640a54deb24813e246d3b0d62f237c2a30c33cf7b6372aef2b0408ffaf", - "line": 19, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.RUN={{apt-get -qqy install zulu-8=8.19.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u161-7.21.0.3/Dockerfile", - "similarity_id": "8fcd37c03bfbdf93d8fac42d6d7598e2c313d723eb311e11738b5aea6627c1be", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u73-6.10.0.3/Dockerfile", - "similarity_id": "e0e369925146353bc2c71e0fa2bbac1a5bbab8606af7da7dc502ab42573ce1db", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qqy install zulu-6=6.10.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.5-11.35/Dockerfile", - "similarity_id": "8e42e2db0b646f524afb695ddcf811f00ae6eb213512eb80d5410abc4353e963", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-11=11.35+15}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.1-11.2/Dockerfile", - "similarity_id": "51fc4050c812b3b7227efb19d10cb896f7bd11e43d6f5b327f0210d5425f4208", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u31-8.5.0.1/Dockerfile", - "similarity_id": "c33bcc5271c52099b607939c4bad84130160cae14b62569a10d8c2a7fac98f1e", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -y install zulu-8=8.5.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/13.0.1-13.28/Dockerfile", - "similarity_id": "05e66efde73ab190fc522b5da9a1b8b18d3662aacb59de878f5311de97530d03", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-13=13.28+11}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u141-7.18.0.3/Dockerfile", - "similarity_id": "d8f32ed4c36b79614b6f5c680a73a915d4afd7fc58ab277e439d1ba22cac5e74", - "line": 19, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}.RUN={{apt-get -qqy install zulu-7=7.18.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u60-8.9.0.4/Dockerfile", - "similarity_id": "a8c8f5343d32a68419b7f4137c74ba65b51b8969001db51d20c15ecc44015073", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -y install zulu-8=8.9.0.4}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u72-8.13.0.5/Dockerfile", - "similarity_id": "65f8d5045924fa0e2e7ea6bc89a5829e560624d816571e2682613f90375d2ec8", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -y install zulu-8=8.13.0.5}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u181-7.23.0.1/Dockerfile", - "similarity_id": "445de2915dff358e9dfb9181bc7102799056d810061889b358ac54be0cd3e63b", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-7=7.23.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u69-6.9.0.3/Dockerfile", - "similarity_id": "01fe5278a33bdc96b6b8291bb597a1325d5d9be218a6010d8a66201e5f637ea9", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qqy install zulu-6=6.9.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u107-6.20.0.1/Dockerfile", - "similarity_id": "06c9b0d9e54cc1d5b369f2cfb2b2f3ce8fa59bcb5ec682b2ea6fed95d3086495", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-6=6.20.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u252-7.36.0.5/Dockerfile", - "similarity_id": "a36b8d38886e8fdefc5e9ae82352a4316cd198a227f17c36ac4333567f20b446", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -y install gnupg \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/debian stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get remove -y gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u242-7.34.0.5/Dockerfile", - "similarity_id": "4de0f0a9a72d06fdb6a60f396179cd30c07bd4669b874fb951680f4ea6dce379", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u87-6.14.0.1/Dockerfile", - "similarity_id": "b0a560298d0c107fcaa91f1fee9faa39ea1c66448af8a0244f5f2b54aa25738a", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}.RUN={{apt-get -y install zulu-6=6.14.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u232-8.42.0.23/Dockerfile", - "similarity_id": "6c0bceccff1d8e8721b4bf50095a7cf73354f0ade26dcbcaf7cbb4bf820c71d7", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-8=8.42.0.23}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u181-8.31.0.1/Dockerfile", - "similarity_id": "5b968bb808c51fd254510a463234c977f2a2ca6892be751f76366123542916cd", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/12.0.1-12.2/Dockerfile", - "similarity_id": "3fb20e45b7579e751977a9382b2636b279e91d9d4a92b287f46e3e6eb6ca631f", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-12=12.2+3}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u112-8.19.0.1/Dockerfile", - "similarity_id": "263d6defb9d720b0ed33b587e4491dd7bfc3ed7d190b31c3151acd39bea1e21a", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}.RUN={{apt-get -y install zulu-8=8.19.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/13.0.1-13.28/Dockerfile", - "similarity_id": "6e3794ce0ddd074a91823485aa6e7645f515802eba551877746f4b7ced4a0c52", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u05-8.1.0.6/Dockerfile", - "similarity_id": "64a47c1f75451e936a5b161809a99c65bf471745dd2f81b59b90d1b73ba396d7", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qqy install zulu-8=8.1.0.6}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/9u01-9.0.1.3/Dockerfile", - "similarity_id": "085aadd7b3ba46e03b4f412b3673781fad355a8d6b2c629ee27ce79c0216877f", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.RUN={{apt-get install locales}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u212-8.38.0.13/Dockerfile", - "similarity_id": "bcbcdbfc9fa25c56b59ccd5b326b7c184fcb47ad22f1a5686f9131f5766e06d8", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u154-7.20.0.3/Dockerfile", - "similarity_id": "2c2e05deaa1a0ce68a3bc99fe084b471d9c469668a5957b5b972c0a8b29c090b", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u201-7.25.0.5/Dockerfile", - "similarity_id": "d5ef02551dbadccc67bb2e16b82ecf477646afab6910c42f3da99a95fab980ba", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-7=7.25.0.5}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/10u01-10.2/Dockerfile", - "similarity_id": "6f1478ff2263a0f46d2ac197e8d17e50527a0ebd7ca65a64f3a85283845a0124", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u181-7.23.0.1/Dockerfile", - "similarity_id": "3941e9aa1ab9601d0d34ccf71a2a5adcb266225fdc1f600628a7664358373675", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u45-8.7.0.5/Dockerfile", - "similarity_id": "f638f7c9c5a099a36a19c75c22fb3f0f1b93c93d1d162569f32c8cefe1e184f8", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qqy install zulu-8=8.7.0.5}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u131-7.17.0.5/Dockerfile", - "similarity_id": "60b7840483133119d982289dcd539be63a52b13ed32a80217cfb16cea865aa3f", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qqy install zulu-7=7.17.0.5}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u91-7.12.0.3/Dockerfile", - "similarity_id": "517c9ee764432ecf807111d3451a862a3b0542534469e0cae3762040e203f971", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qqy install zulu-7=7.12.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/9u01-9.0.1.3/Dockerfile", - "similarity_id": "7ef27b62adc17f25480b125d77ae61e7f75ffe5da0cbeb862893cece1e1b966d", - "line": 19, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.RUN={{apt-get -qqy install zulu-9=9.0.1.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u89-6.15.0.1/Dockerfile", - "similarity_id": "70f1116581cfb5a229b3119698761017b50d7f787f4116a313bffd710cb17ea6", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}.RUN={{apt-get -qqy install zulu-6=6.15.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u59-6.7.0.2/Dockerfile", - "similarity_id": "9eb6ffb91d0c68d286c3c6e4cf9b1c79fc0998df7c1ce3185adfeb4b1440bae3", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -y install zulu-6=6.7.0.2}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u152-8.25.0.1/Dockerfile", - "similarity_id": "82ab7eb2f5c616b5f44184173fb1df3c42696cc0de519b8ca7d4c09ef0d7d603", - "line": 19, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.RUN={{apt-get -qqy install zulu-8=8.25.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u202-8.36.0.1/Dockerfile", - "similarity_id": "bf3fa8594d45bae95bb876121c8c9d569eed34a562dc6193a71331956a4357a1", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-8=8.36.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u53-6.5.0.2/Dockerfile", - "similarity_id": "ae7a4c49569205da7fd16b657a13577268502833fa73c1bdd82c58b7dddccbc0", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qqy install zulu-6=6.5.0.2}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u77-6.11.0.2/Dockerfile", - "similarity_id": "d93cb410597dec19b3b5adc3e123ab8f2d2607ca09a6fce7b24a5021fb5785a1", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qqy install zulu-6=6.11.0.2}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/9-ea/Dockerfile", - "similarity_id": "fbc525b4e8d4adc80c9ad83d0d058579428c3c35df06810933be90fb00a2f7fd", - "line": 19, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.RUN={{apt-get -qqy install zulu-9=9.0.0.14}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u97-6.17.0.1/Dockerfile", - "similarity_id": "b1bcaa63503f9f46f38472d9590cb0fdda485d919de6cbaf64652cab59a3fdd8", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-6=6.17.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/9-latest/Dockerfile", - "similarity_id": "4ec3ecb4069e06309e3321c7caa9a3f189361d68752893fbc36e37e5d55bd93a", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-9}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u111-7.15.0.1/Dockerfile", - "similarity_id": "2ccdff6ecc1791a4a123392ab3a2d202bc5a9a94c5d4de9a609438fb0f0a87b7", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qqy install zulu-7=7.15.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u101-7.14.0.5/Dockerfile", - "similarity_id": "fe853a0a12a9bfcec5c28f0d7e0b1b7e14e5e5e395e165cd7ca766a235bec514", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}.RUN={{apt-get -y install zulu-7=7.14.0.5}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u72-7.7.0.1/Dockerfile", - "similarity_id": "ce5783d164018023f3d8ca3e2cb0077e6f4ee318a54ef654c87b32c420033425", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -y install zulu-7=7.7.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.6-11.37/Dockerfile", - "similarity_id": "3359ec6853fdda00753dae0644adbef5fd4b4059606963c9d9f6793d76c309d8", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -y install gnupg \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/debian stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get remove -y gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u119-6.22.0.3/Dockerfile", - "similarity_id": "050391ada3e481f5a7811ec610f6138bcc9688cc949b9ae47af12f816f316fbe", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-6=6.22.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u56-6.6.0.1/Dockerfile", - "similarity_id": "689eac6b0b73c7af9824be27dbc70c89314d0d0dcf5a3dd37b20e9293b8f4ad4", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qqy install zulu-6=6.6.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u40-8.6.0.1/Dockerfile", - "similarity_id": "ccaca8d686f77970a844c1f9eadb151221a0cadf9b015582a76af512ec8ac950", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -y install zulu-8=8.6.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u55-7.4.0.5/Dockerfile", - "similarity_id": "54e5090436a96b7ca8198b7633672bb008dc449f03a920bde860463e1552373c", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -y install zulu-7=7.4.0.5}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/10-latest/Dockerfile", - "similarity_id": "3bea9baba99cc889fd58ec3528971c5d9ecd13db4dc94fb2ef312fbf69e9b643", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.2-11.29/Dockerfile", - "similarity_id": "538c8941a8a4c8e5dec1368fcd32c6a9b8f7b8e5eccdaf38dc3a51ce8d2a1220", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u45-8.7.0.5/Dockerfile", - "similarity_id": "45e7e17e5af06f7da074efab0e0237ca97b3c66be890479c7a15ccb62e1f4465", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -y install zulu-8=8.7.0.5}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u131-8.21.0.1/Dockerfile", - "similarity_id": "b5877aecb4002b6bb478111aca442ab0510d365eae3f8e3830d818574a429dc3", - "line": 19, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}.RUN={{apt-get -qqy install zulu-8=8.21.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u49-6.4.0.6/Dockerfile", - "similarity_id": "2f997d64851e4740ba0cdaad7e6827c03ae657e9bed4d33a19bc43d190117d9c", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qqy install zulu-6=6.4.0.6}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u121-7.16.0.1/Dockerfile", - "similarity_id": "2f873273740b4e2dd26d78bf342d8d83882ab747efebf3b0b2e6c9bb266aae49", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -y install zulu-7=7.16.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6-latest/Dockerfile", - "similarity_id": "af41ad0b104038e51a5add2ee7beddab4d3e2c3baac89e724a1edd88bc7512ad", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-6}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u85-7.11.0.3/Dockerfile", - "similarity_id": "da3144fef61a88ac011a2378ecb83fa39f9be4a4484655886cccdb38cdc1b840", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -y install zulu-7=7.11.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u76-7.8.0.3/Dockerfile", - "similarity_id": "bcfe15b4ef9f97d9fece54e2255722a8b3699bcfae8a51f66eabfa29bd4fac95", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qqy install zulu-7=7.8.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u97-6.17.0.1/Dockerfile", - "similarity_id": "eb65b2e9408fa96b2541d32d1662c0c1584737b494d8a2f172b0a232b6f45111", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.RUN={{apt-get install locales}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u242-7.34.0.5/Dockerfile", - "similarity_id": "be3728864e54b83e3520d6added7c2b30252cb2ee6c590ecf71536feecdc2904", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-7=7.34.0.5}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u211-7.27.0.1/Dockerfile", - "similarity_id": "f1b45fe46ea3786567758cca4d26a261ed0309fdffbfcdbdff83db7692aea4e2", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u79-7.9.0.2/Dockerfile", - "similarity_id": "e2e33c6f876882a9571c8c91d804036f3638de7825025a390564ec1d545c3a72", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qqy install zulu-7=7.9.0.2}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u60-7.5.0.1/Dockerfile", - "similarity_id": "c71bb1936e6fd1ad41c674070c5d6b5bf5a7d581e306b89636957b7a3dd21eea", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qqy install zulu-7=7.5.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u51-8.8.0.3/Dockerfile", - "similarity_id": "d9fa242a7682be913d28e904adc98330842cf03a130283032ec7d9ca1b4cc643", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -y install zulu-8=8.8.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u141-7.18.0.3/Dockerfile", - "similarity_id": "994e0c11defca9b64053ed5a4339475f446a9f6409383b80222aac54f671d9ab", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}.RUN={{apt-get -y install zulu-7=7.18.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u191-7.24.0.1/Dockerfile", - "similarity_id": "d56f22c1707e606cd4f6ec904cd7eb47813df64a2a5d0972a7a9cc3a886eb417", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-7=7.24.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u40-8.6.0.1/Dockerfile", - "similarity_id": "94f7deabefd2d74b195e0e3b70b1fa86b6b568985e8e4ea21e516c4c46f19b5f", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qqy install zulu-8=8.6.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u25-8.4.0.1/Dockerfile", - "similarity_id": "56986ba7f93489e66ddc2dc05cb8d096af59940cfb223dd504ecf3320214940d", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qqy install zulu-8=8.4.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u80-7.10.0.1/Dockerfile", - "similarity_id": "1be71dcddce6d0120fc98aac3c2e19c4d2413e1ea573156e3d751d408cb4d863", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qqy install zulu-7=7.10.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u222-8.40.0.25/Dockerfile", - "similarity_id": "45f2d90d6ae50197d8074807a63e7bfe5eefc255fda9aeb2993b3349094c59a4", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-8=8.40.0.25}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u97-6.17.0.1/Dockerfile", - "similarity_id": "8a6aa2be4bb327d6d097137c611c4442399b72a41405d5a9e062740f641cd422", - "line": 19, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.RUN={{apt-get -qqy install zulu-6=6.17.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u53-6.5.0.2/Dockerfile", - "similarity_id": "e009569350e0d81d4c5044f5a4aec28f3e2e3a9fbc002e095f2919e2198f18b2", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -y install zulu-6=6.5.0.2}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u25-8.4.0.1/Dockerfile", - "similarity_id": "caa993fc428c450908f092fb0650eeeb38f30c3bcb5f1d5ede36cb59a3fc4a79", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -y install zulu-8=8.4.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u63-6.8.0.1/Dockerfile", - "similarity_id": "84e5aec6f21c5748eca0b5fe85163d86ca9a323e111df5d5cbde58919793fae3", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qqy install zulu-6=6.8.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u232-8.42.0.23/Dockerfile", - "similarity_id": "e504f17515e30eda998cb130e3a5b053af64f00fe1535c67b2c1f8a7a9be2afe", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u99-6.18.0.3/Dockerfile", - "similarity_id": "250c15bc49c69cefc7eb640a7d630409fbc9b6bfdcbdf30741e4f709a5ffdaf5", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.RUN={{apt-get install locales}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u131-7.17.0.5/Dockerfile", - "similarity_id": "fd6d98a3022520510fa2c43154431f42f9b33d7e6a67ef3e70bd29e8c78b9227", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -y install zulu-7=7.17.0.5}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u131-8.21.0.1/Dockerfile", - "similarity_id": "d266642c93e888f6a08f65989c99c8c1b978455a2c8e6eb6da5ad2e1053bcc8f", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}.RUN={{apt-get -y install zulu-8=8.21.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u154-7.20.0.3/Dockerfile", - "similarity_id": "bdbf5fb21fe4794baeb7ec494dc395a6717c2a852b5d716484388ed7fbff5bae", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.RUN={{apt-get install locales}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u49-6.4.0.6/Dockerfile", - "similarity_id": "1c74d06c2923b7ac2962234b6442e41d13e28fe2952cf5618d8db41f35c00666", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -y install zulu-6=6.4.0.6}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u56-6.6.0.1/Dockerfile", - "similarity_id": "2f8ac0b0bba5609dba9b62fc3c2cc1e2f5b4aef67112d8d8c333b1ad38fc6f78", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -y install zulu-6=6.6.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u66-8.11.0.1/Dockerfile", - "similarity_id": "6d5f93c8107584c61990eac47a80149cb50f9a7c847d7bd8f7d2a0dd61156f54", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qqy install zulu-8=8.11.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/9-ea/Dockerfile", - "similarity_id": "a8307919617a70653e180d8da3e2e73644ac2d58970262e5555b7a2edd10a230", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.RUN={{apt-get install locales}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/9-latest/Dockerfile", - "similarity_id": "09c449b4e56bedc687eec9216ec1d0a318846009c3bb15768c02ccc3b2f1c2d7", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/9u07-9.0.7.1/Dockerfile", - "similarity_id": "0d66f54e4fd926b6d8f6bd38998fe67a215bb526f9997096487ee1c7fff233f0", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u63-6.8.0.1/Dockerfile", - "similarity_id": "3aeba9b96ef22fa18b6e70f06a265b95c422695fa68461bde8ecc98eb5622aed", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -y install zulu-6=6.8.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u161-7.21.0.3/Dockerfile", - "similarity_id": "bd9fd26708c25c41dcb12ca30e8217923861e3627d54287f87fd17ef0a2662a2", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.RUN={{apt-get install locales}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u79-7.9.0.2/Dockerfile", - "similarity_id": "24059ef39e4bd1ce36f1c72cb80383c100b92418201dd27d963e459be7e3d447", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -y install zulu-7=7.9.0.2}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.4-11.33/Dockerfile", - "similarity_id": "9c658fb68516244e95c2f8a932ea523fe188edb923a14baaccea8aa33239f289", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-11=11.33+15}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u20-8.3.0.1/Dockerfile", - "similarity_id": "19e1346c067932c70f271bb231b01e5dcf9f5b4376d14278fb232809889c3996", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qqy install zulu-8=8.3.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u85-7.11.0.3/Dockerfile", - "similarity_id": "b72e30d19f63111551cfbf588305ee05cd44dc5e5f9708297d53d2b540a64a19", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qqy install zulu-7=7.11.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.2-11.29/Dockerfile", - "similarity_id": "387e20344035b0a6a553ff41f824d3c7f3388d0ab4eaed5a236d484154bfd0ae", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-11=11.29+11}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u11-8.2.0.1/Dockerfile", - "similarity_id": "498a3cd12833d4ca94b62db021ce40d96cdf76593ac835a4d10591eb4c36483b", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qqy install zulu-8=8.2.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u59-6.7.0.2/Dockerfile", - "similarity_id": "6e20e6fecf3f69b51d07a470ed3d6164c4f182d0d715a45a6dcddc70fd318254", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qqy install zulu-6=6.7.0.2}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u77-6.11.0.2/Dockerfile", - "similarity_id": "8a826aa8232191863dce12241ccb799bf9375c77139655342b3d9b3b40f37309", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -y install zulu-6=6.11.0.2}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u11-8.2.0.1/Dockerfile", - "similarity_id": "6ea376c4a524fd834ab7deee132a44757653933cb958a965028b1eee17b902f8", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -y install zulu-8=8.2.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u05-8.1.0.6/Dockerfile", - "similarity_id": "6b2992f10a6aac1378d98d8e336adabadb5c6a074937a0b21c799baeeb05dd80", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -y install zulu-8=8.1.0.6}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u66-8.11.0.1/Dockerfile", - "similarity_id": "592b81c808201cd91d3906b05982a83e7390f9e96e79da4db5b83be7d9657f49", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -y install zulu-8=8.11.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/13.0.2-13.29/Dockerfile", - "similarity_id": "dd1666cf9c7e93a29dc77868419c8cfef5452c926125c69c8bff2d2ff3080262", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -qq update \u0026\u0026 apt-get -y install gnupg \u0026\u0026 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 \u0026\u0026 echo \"deb http://repos.azulsystems.com/debian stable main\" \u003e\u003e /etc/apt/sources.list.d/zulu.list \u0026\u0026 apt-get -qq update \u0026\u0026 apt-get remove -y gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u91-7.12.0.3/Dockerfile", - "similarity_id": "d622eaa60bc9807fac921951a033ff0ea65e3dd5183a55eee73f49e9495be37e", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -y install zulu-7=7.12.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u72-7.7.0.1/Dockerfile", - "similarity_id": "90d96350ce117acdddca603922b47dac28cb242f145333e4fc4991476d531e23", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qqy install zulu-7=7.7.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u60-8.9.0.4/Dockerfile", - "similarity_id": "279e9f35b658c1e70a7f915a5a5a552e5038ad480764dc0bf395f7b72973ad2c", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qqy install zulu-8=8.9.0.4}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u222-8.40.0.25/Dockerfile", - "similarity_id": "fd4c25a31f77970b6c126858708cdb416d1e55ffeaf303f75b63605899429792", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u211-7.27.0.1/Dockerfile", - "similarity_id": "657426f67ba4b6e3df1cf95543c2144e7f51feeac991a2a78591c7bb235d2770", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-7=7.27.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/10-latest/Dockerfile", - "similarity_id": "ffce0aff78012fb337a11b5f7739ab7ebb8fdfd6d200284e51bf3ce69d9aadb2", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-10}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u79-6.12.0.2/Dockerfile", - "similarity_id": "869caae440d7e0e4edb8a39b5b430a7a3814c4224c998fab1d163d43c924dd96", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}.RUN={{apt-get -qqy install zulu-6=6.12.0.2}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u112-8.19.0.1/Dockerfile", - "similarity_id": "658d35dcbf124e595b3545bd87691a55cb754d2011e0bf8f846f558cc6643740", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.RUN={{apt-get install locales}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/12.0.1-12.2/Dockerfile", - "similarity_id": "45ec9b1eb69c8604952a7cf59382f259121e219f8ceef4108d4b007f12cbaefa", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/11.0.5-11.35/Dockerfile", - "similarity_id": "7b3f71e5899b279a8b4d8ccb920e6b21768bcc41771784ba4742021402aee461", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/10u02-10.3/Dockerfile", - "similarity_id": "a29a266d3c8b52037afee5a5996af0f4b5b7f38e2c620450d13a6d4c8e1b680f", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-10=10.3+5}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u95-7.13.0.1/Dockerfile", - "similarity_id": "08006cc82fd56d98d55be94afbdf0629cc2b4565b8855d3e3493a61ccefd47c9", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -y install zulu-7=7.13.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u51-8.8.0.3/Dockerfile", - "similarity_id": "7533681e878e7e59871e894243aa18e6b8b783b82de84f051dad38fbd907d1d6", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qqy install zulu-8=8.8.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u99-6.18.0.3/Dockerfile", - "similarity_id": "3e49766d66e8fa3717483815908f8d46414fd0bdb43777a01a235ccd3cf1db06", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-6=6.18.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u161-7.21.0.3/Dockerfile", - "similarity_id": "228ba235939a1e379416ba97adfce66d3c26cf6e57c403714f7fa01f61e87654", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-7=7.21.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u152-8.25.0.1/Dockerfile", - "similarity_id": "1fd5c678757c008b34dcbc60b17884ff54c4fd4a1e0bdf1feb41fe01cb155e19", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u31-8.5.0.1/Dockerfile", - "similarity_id": "1a40479aa1a7ffc49fad5e813cb23d28afcdc5caaa423b68e5fd5d73f5f2d62e", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qqy install zulu-8=8.5.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u102-8.17.0.3/Dockerfile", - "similarity_id": "73bc78d5194355765b9195e78cc1e3d6d5eb1515ff6335c987dcdbda355c32e8", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}.RUN={{apt-get -qqy install zulu-8=8.17.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/9-ea/Dockerfile", - "similarity_id": "44f3b6d9df41c5c97fe2029abbbca0e6fdad955c299f0f1260769e6a34e34603", - "line": 13, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-9=9.0.0.14}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u154-7.20.0.3/Dockerfile", - "similarity_id": "6b311e552be24fbc396e65844621f7fcf61c6387a509089f021d802fa41ec378", - "line": 19, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.RUN={{apt-get -qqy install zulu-7=7.20.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u111-7.15.0.1/Dockerfile", - "similarity_id": "df5a4c11a862ed39ba4b97db6e27565fccb1dcbb9a51bb8f46dfbdbcfd2c3c4a", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -y install zulu-7=7.15.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u141-7.18.0.3/Dockerfile", - "similarity_id": "4a85fb93f0e850b310a857179d12c099e89bb49ed5d838c6635e78700f4a099d", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}.RUN={{apt-get install locales}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u161-7.21.0.3/Dockerfile", - "similarity_id": "78e3b4dde9d7166c11442c11ce6e0b5e9f08d287b12cfc5fa677280ba170c71d", - "line": 19, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.RUN={{apt-get -qqy install zulu-7=7.21.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u97-6.17.0.1/Dockerfile", - "similarity_id": "c788cbbc1078633d9b941dc4844b0fbca90e99ed5b9bf78c9dedac22bc2bad0a", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u144-8.23.0.3/Dockerfile", - "similarity_id": "df5562fb8481cf1d096dfa58f1db20160621a21fb838ccdcb5a09e6d7652ee49", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-8=8.23.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u119-6.22.0.3/Dockerfile", - "similarity_id": "80cd57d97a8aeeec67dddacecd40c32d3878f54f29c7849a956309ff05232f2e", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/10u01-10.2/Dockerfile", - "similarity_id": "b612c4f7b275fabdde1b35056c8957e1ab94f63294a183cf6fc18153940b28c2", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-10=10.2+3}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/10u02-10.3/Dockerfile", - "similarity_id": "0ca124b31c890674d5be89063b8dc288e189dd50f975b52b0f825c1f6781d589", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u113-6.21.0.3/Dockerfile", - "similarity_id": "c79766c621ef81af95cf18f11fabcf6a7013cd8c6a3c45cfcf8074fce25f1742", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/12-12.1/Dockerfile", - "similarity_id": "33da76fe09bbeefecca7caa10058189d8270d749576840a8c8f2e44403ba6851", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-12=12.1+3}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u232-7.31.0.5/Dockerfile", - "similarity_id": "61be9485f26684784ee2e264f62a457ff02ee535a2bbc5ed93fddab0a6e97995", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-7=7.31.0.5}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u222-7.29.0.5/Dockerfile", - "similarity_id": "07b2c3a99dcc56f8a0e3e0baa537a88b573759c02651fbba0fca4c1f21164321", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u172-8.30.0.1/Dockerfile", - "similarity_id": "5a5c5ac01ebb68c73fe4fa90b38ccaa925e036f0e462613ca11459a72df8f671", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u95-7.13.0.1/Dockerfile", - "similarity_id": "c84d46a3202bd5bcc7876a91f5563c1cc81697f349179cc45c4413b048f8c75f", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qqy install zulu-7=7.13.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u72-8.13.0.5/Dockerfile", - "similarity_id": "e38f5eee5e48109340c1e9fb72628fdfaf4789929728ddcc83797f5b543ec0c2", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qqy install zulu-8=8.13.0.5}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u202-8.36.0.1/Dockerfile", - "similarity_id": "f8e0b5c83de01b3334c721b776d99be11c2cfcbd18660f585557d5bd3fc2eed9", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/9u01-9.0.1.3/Dockerfile", - "similarity_id": "249282ec8679f7d0aad560fee15d9463ea8537f21f674d408701a6b51168e943", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-9=9.0.1.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u212-8.38.0.13/Dockerfile", - "similarity_id": "b6e62ba16f83de693d267694a1b2957c63013aaceed041e156f84f257008c55d", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-8=8.38.0.13}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u131-8.21.0.1/Dockerfile", - "similarity_id": "36f6fb7f34ffc36facd504465f0a2d220d7ed851106a8995b674acd5d03b0ed4", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}.RUN={{apt-get install locales}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u20-8.3.0.1/Dockerfile", - "similarity_id": "1b3cf1ed2f4e17dc666e3461fec9d35ecb446574827236ff3135a191906caac2", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:wheezy}}.RUN={{apt-get -y install zulu-8=8.3.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/9u07-9.0.7.1/Dockerfile", - "similarity_id": "6b66cc7b92d49898094bd82210c54a62255bd10a2b26533044b95ebd0e170573", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-9=9.0.7.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u79-6.12.0.2/Dockerfile", - "similarity_id": "9c718fb492df041ae41f4370a57678dc7b4b768c9778d44a3d99edfc05a73426", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:latest}}.RUN={{apt-get -y install zulu-6=6.12.0.2}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u152-8.25.0.1/Dockerfile", - "similarity_id": "9f0232d2c3be9ea055a938c77ef63a9db34b7fcb1118d8aa8b85879ba4ad825f", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.RUN={{apt-get install locales}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/12-12.1/Dockerfile", - "similarity_id": "275c02ef2949ed39ac0148b1f1da3d1464faded38d684f1885a0fcb633b69f72", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u93-6.16.0.1/Dockerfile", - "similarity_id": "fa073ef8a9cef6070dcad5e8911af51ae918f3728e15464b2dacfad2db9c25aa", - "line": 7, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}.RUN={{apt-get install locales}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u172-8.30.0.1/Dockerfile", - "similarity_id": "250b5983b40c925d25ddbcf20294a266c6cdc93aa14babb8fb8216d0447434f2", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-8=8.30.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u192-8.33.0.1/Dockerfile", - "similarity_id": "49b4615422ceb6f500b04adc69e98182530ca7238857a963dbe7d8f494675b41", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u55-7.4.0.5/Dockerfile", - "similarity_id": "60dd6389aaa4cc23f52ea1dd64c2b385e0a382d94cedc3a125e96e69e4b2fd85", - "line": 9, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:14.04}}.RUN={{apt-get -qqy install zulu-7=7.4.0.5}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/8u181-8.31.0.1/Dockerfile", - "similarity_id": "7e4ad78b57cb9d7f61a4937455f407491e2590af5c22d74975755975df8f6c01", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-8=8.31.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u113-6.21.0.3/Dockerfile", - "similarity_id": "c60a3b61bdeeaf2922b7b1123ed24667cdddcf7566969e14c87a048f685d365d", - "line": 12, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install zulu-6=6.21.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/7u101-7.14.0.5/Dockerfile", - "similarity_id": "65230f8c5a1ca342d194ffd5c7b760ba23bc6f671f0046d7656f6a2a6278cfba", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}.RUN={{apt-get -qqy install zulu-7=7.14.0.5}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/6u99-6.18.0.3/Dockerfile", - "similarity_id": "a2bc40058d77c40c494db80a2793f0ee69e1e4ba049683792b17a4ef927e5882", - "line": 19, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:16.04}}.RUN={{apt-get -qqy install zulu-6=6.18.0.3}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/7u201-7.25.0.5/Dockerfile", - "similarity_id": "b529cfb94476b0dbe06ad27bea9c44f8d7e7bbd07a2575714bf30aabb91007ac", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/8u92-8.15.0.1/Dockerfile", - "similarity_id": "96b5ad252c06fbda2bc6a0c34b75a1d8f1a3c517a3f70085c5095f065d417019", - "line": 17, - "issue_type": "IncorrectValue", - "search_key": "FROM={{ubuntu:latest}}.RUN={{apt-get -qqy install zulu-8=8.15.0.1}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - }, - { - "file_name": "../../mnt/fs/179fdb90-068d-4c01-833b-01d2829947c6/github.com zulu-openjdk zulu-openjdk 006eb74/debian/6u99-6.18.0.3/Dockerfile", - "similarity_id": "7b3df92a31769f9b7d3dd872ab47ce79ad0a31cde333d9769576b5918e43cdac", - "line": 4, - "issue_type": "IncorrectValue", - "search_key": "FROM={{debian:9}}.RUN={{apt-get -y install gnupg}}", - "search_line": 0, - "search_value": "", - "expected_value": "After using apt-get install, it is needed to delete apt-get lists", - "actual_value": "After using apt-get install, the apt-get lists were not deleted" - } - ] - } - ] -}