Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

scripts: images containers manifest: Build json from dirs #1450

Merged
merged 3 commits into from
Apr 19, 2023

Conversation

johnandersen777
Copy link

@johnandersen777 johnandersen777 commented Apr 18, 2023

Related: #1273

$ (echo '```json' && JSON_INDENT="    " python -u scripts/images_containers_manifest.py  && echo '```' ) | gh pr comment https://github.com/intel/dffml/pull/1450 --body-file -
$ (echo '```json' && JSON_INDENT="    " env - $(which python) -u scripts/images_containers_manifest.py | python -m json.tool && echo '```' ) | gh pr comment https://github.com/intel/dffml/pull/1450 --body-file -
::notice file=/home/pdxjohnny/Documents/python/dffml/scripts/images_containers_manifest.py,line=1,endLine=1,title=nobase::None of ['BASE', 'BASE_REF'] found in os.environ
https://github.com/intel/dffml/pull/1450#issuecomment-1513665665

@johnandersen777
Copy link
Author

{
    "@context": {
        "@vocab": "https://github.com/intel/dffml/raw/c82f7ddd29a00d24217c50370907c281c4b5b54d/schema/github/actions/build/images/containers/0.0.0.schema.json"
    },
    "include": [
        {
            "branch": "fix_ci_cd",
            "build_args": "[]",
            "commit": "c010757175bd8603eb56ee671b0698b5ad8de91a",
            "dockerfile": "Dockerfile",
            "image_name": "dffml",
            "owner": "intel",
            "repository": "dffml"
        },
        {
            "branch": "fix_ci_cd",
            "build_args": "[]",
            "commit": "c010757175bd8603eb56ee671b0698b5ad8de91a",
            "dockerfile": "scripts/gitpod.Dockerfile",
            "image_name": "gitpod",
            "owner": "intel",
            "repository": "dffml"
        },
        {
            "branch": "fix_ci_cd",
            "build_args": "[]",
            "commit": "c010757175bd8603eb56ee671b0698b5ad8de91a",
            "dockerfile": "dffml/skel/operations/Dockerfile",
            "image_name": "dffml-skel-operations",
            "owner": "intel",
            "repository": "dffml"
        }
    ]
}

@johnandersen777 johnandersen777 force-pushed the fix_ci_cd branch 21 times, most recently from ecd2c8c to b2b64f5 Compare April 18, 2023 23:29
@johnandersen777 johnandersen777 force-pushed the fix_ci_cd branch 2 times, most recently from 81ff11f to 605c0ce Compare April 19, 2023 00:18
@johnandersen777 johnandersen777 marked this pull request as ready for review April 19, 2023 00:23
@johnandersen777 johnandersen777 merged commit 5dd588f into main Apr 19, 2023
@johnandersen777 johnandersen777 deleted the fix_ci_cd branch April 19, 2023 00:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants