Skip to content

Conversation

@samruddhikhandale
Copy link
Member

Java & java-8 is based on base-debian image, however the release tool did not consider this parent child relation. Fixing it.

[
        {
            "id": "base-debian",
            "variant": "bullseye"
        },
        {
            "id": "java-8",
            "variant": "bullseye"
        },
        {
            "id": "java",
            "variant": "17-bullseye"
        },
        {
            "id": "java",
            "variant": "11-bullseye"
        },
        {
            "id": "cpp",
            "variant": "bullseye"
        }
    ],
    [
        {
            "id": "base-debian",
            "variant": "buster"
        },
        {
            "id": "java-8",
            "variant": "buster"
        },
        {
            "id": "java",
            "variant": "17-buster"
        },
        {
            "id": "java",
            "variant": "11-buster"
        },
        {
            "id": "cpp",
            "variant": "buster"
        }
    ],
    [
        {
            "id": "base-ubuntu",
            "variant": "jammy"
        },
        {
            "id": "cpp",
            "variant": "jammy"
        }
    ],
    [
        {
            "id": "base-ubuntu",
            "variant": "focal"
        },
        {
            "id": "cpp",
            "variant": "focal"
        }
    ],
    [
        {
            "id": "base-ubuntu",
            "variant": "bionic"
        },
        {
            "id": "cpp",
            "variant": "bionic"
        }
    ],
    [
        {
            "id": "ruby",
            "variant": "2.7-bullseye"
        },
        {
            "id": "jekyll",
            "variant": "2.7-bullseye"
        }
    ],
    [
        {
            "id": "ruby",
            "variant": "2.7-buster"
        },
        {
            "id": "jekyll",
            "variant": "2.7-buster"
        }
    ],
    [
        {
            "id": "ruby",
            "variant": "3.2-bullseye"
        }
    ],
    [
        {
            "id": "ruby",
            "variant": "3.1-bullseye"
        }
    ],
    [
        {
            "id": "ruby",
            "variant": "3.0-bullseye"
        }
    ],
    [
        {
            "id": "ruby",
            "variant": "3.2-buster"
        }
    ],
    [
        {
            "id": "ruby",
            "variant": "3.1-buster"
        }
    ],
    [
        {
            "id": "ruby",
            "variant": "3.0-buster"
        }
    ],
    [
        {
            "id": "javascript-node",
            "variant": "18-bullseye"
        },
        {
            "id": "typescript-node",
            "variant": "18-bullseye"
        }
    ],
    [
        {
            "id": "javascript-node",
            "variant": "16-bullseye"
        },
        {
            "id": "typescript-node",
            "variant": "16-bullseye"
        }
    ],
    [
        {
            "id": "javascript-node",
            "variant": "14-bullseye"
        },
        {
            "id": "typescript-node",
            "variant": "14-bullseye"
        }
    ],
    [
        {
            "id": "javascript-node",
            "variant": "18-buster"
        },
        {
            "id": "typescript-node",
            "variant": "18-buster"
        }
    ],
    [
        {
            "id": "javascript-node",
            "variant": "16-buster"
        },
        {
            "id": "typescript-node",
            "variant": "16-buster"
        }
    ],
    [
        {
            "id": "javascript-node",
            "variant": "14-buster"
        },
        {
            "id": "typescript-node",
            "variant": "14-buster"
        }
    ],
    [
        {
            "id": "anaconda"
        }
    ],
    ...... 
    
    // All others are independent
]

@samruddhikhandale samruddhikhandale requested a review from a team as a code owner December 29, 2022 23:12
@samruddhikhandale samruddhikhandale merged commit a872849 into main Jan 11, 2023
@samruddhikhandale samruddhikhandale deleted the samruddhikhandale/vscdc-bug branch January 11, 2023 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants