Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save markito/06993eb1c66c5519d396140f829953f7 to your computer and use it in GitHub Desktop.

Select an option

Save markito/06993eb1c66c5519d396140f829953f7 to your computer and use it in GitHub Desktop.
docker inspect qr-encode:v1
[
{
"Id": "sha256:ec9d3267f8d5a9c600923dfaabda4f0d1b9274d87ec26bcb880ccd58ae9fe43c",
"RepoTags": [
"qr-encode:v1"
],
"RepoDigests": [],
"Parent": "sha256:b8d15efaa8ecfdd3c30bb7631407647a23e8deee32f5e57cf8d83c8bdd678317",
"Comment": "",
"Created": "2019-05-02T16:22:35.569503Z",
"Container": "dc96f2645813df0e4c48d96224dd998951f8bc7e4bb67f254a39fa9ad4486c61",
"ContainerConfig": {
"Hostname": "dc96f2645813",
"Domainname": "",
"User": "1001",
"AttachStdin": false,
"AttachStdout": true,
"AttachStderr": false,
"ExposedPorts": {
"8080/tcp": {}
},
"Tty": false,
"OpenStdin": true,
"StdinOnce": true,
"Env": [
"PATH=/opt/app-root/src/.local/bin/:/opt/app-root/src/bin:/opt/app-root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"SUMMARY=Platform for building and running Python 3.6 applications",
"DESCRIPTION=Python 3.6 available as container is a base platform for building and running various Python 3.6 applications and frameworks. Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python's elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms.",
"STI_SCRIPTS_URL=image:///usr/libexec/s2i",
"STI_SCRIPTS_PATH=/usr/libexec/s2i",
"APP_ROOT=/opt/app-root",
"HOME=/opt/app-root/src",
"PLATFORM=el7",
"BASH_ENV=/opt/app-root/etc/scl_enable",
"ENV=/opt/app-root/etc/scl_enable",
"PROMPT_COMMAND=. /opt/app-root/etc/scl_enable",
"NODEJS_SCL=rh-nodejs10",
"PYTHON_VERSION=3.6",
"PYTHONUNBUFFERED=1",
"PYTHONIOENCODING=UTF-8",
"LC_ALL=en_US.UTF-8",
"LANG=en_US.UTF-8",
"PIP_NO_CACHE_DIR=off"
],
"Cmd": [
"/bin/sh",
"-c",
"tar -C /tmp -xf - && /usr/libexec/s2i/assemble"
],
"Image": "centos/python-36-centos7:latest",
"Volumes": null,
"WorkingDir": "/opt/app-root/src",
"Entrypoint": [
"container-entrypoint"
],
"OnBuild": null,
"Labels": {
"com.redhat.component": "python36-container",
"description": "Python 3.6 available as container is a base platform for building and running various Python 3.6 applications and frameworks. Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python's elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms.",
"io.k8s.description": "Python 3.6 available as container is a base platform for building and running various Python 3.6 applications and frameworks. Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python's elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms.",
"io.k8s.display-name": "Python 3.6",
"io.openshift.builder-version": "\"b8402db\"",
"io.openshift.expose-services": "8080:http",
"io.openshift.s2i.scripts-url": "image:///usr/libexec/s2i",
"io.openshift.tags": "builder,python,python36,python-36,rh-python36",
"io.s2i.scripts-url": "image:///usr/libexec/s2i",
"maintainer": "SoftwareCollections.org <sclorg@redhat.com>",
"name": "centos/python-36-centos7",
"org.label-schema.build-date": "20190305",
"org.label-schema.license": "GPLv2",
"org.label-schema.name": "CentOS Base Image",
"org.label-schema.schema-version": "1.0",
"org.label-schema.vendor": "CentOS",
"summary": "Platform for building and running Python 3.6 applications",
"usage": "s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.6/test/setup-test-app/ centos/python-36-centos7 python-sample-app",
"version": "1"
}
},
"DockerVersion": "18.09.2",
"Author": "",
"Config": {
"Hostname": "",
"Domainname": "",
"User": "1001",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"ExposedPorts": {
"8080/tcp": {}
},
"Tty": false,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"PATH=/opt/app-root/src/.local/bin/:/opt/app-root/src/bin:/opt/app-root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"SUMMARY=Platform for building and running Python 3.6 applications",
"DESCRIPTION=Python 3.6 available as container is a base platform for building and running various Python 3.6 applications and frameworks. Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python's elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms.",
"STI_SCRIPTS_URL=image:///usr/libexec/s2i",
"STI_SCRIPTS_PATH=/usr/libexec/s2i",
"APP_ROOT=/opt/app-root",
"HOME=/opt/app-root/src",
"PLATFORM=el7",
"BASH_ENV=/opt/app-root/etc/scl_enable",
"ENV=/opt/app-root/etc/scl_enable",
"PROMPT_COMMAND=. /opt/app-root/etc/scl_enable",
"NODEJS_SCL=rh-nodejs10",
"PYTHON_VERSION=3.6",
"PYTHONUNBUFFERED=1",
"PYTHONIOENCODING=UTF-8",
"LC_ALL=en_US.UTF-8",
"LANG=en_US.UTF-8",
"PIP_NO_CACHE_DIR=off"
],
"Cmd": [
"/usr/libexec/s2i/run"
],
"Image": "",
"Volumes": null,
"WorkingDir": "/opt/app-root/src",
"Entrypoint": [
"container-entrypoint"
],
"OnBuild": null,
"Labels": {
"com.redhat.component": "python36-container",
"description": "Python 3.6 available as container is a base platform for building and running various Python 3.6 applications and frameworks. Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python's elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms.",
"io.k8s.description": "Python 3.6 available as container is a base platform for building and running various Python 3.6 applications and frameworks. Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python's elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms.",
"io.k8s.display-name": "qr-encode:v1",
"io.openshift.builder-version": "\"b8402db\"",
"io.openshift.expose-services": "8080:http",
"io.openshift.s2i.build.image": "centos/python-36-centos7",
"io.openshift.s2i.build.source-location": ".",
"io.openshift.s2i.scripts-url": "image:///usr/libexec/s2i",
"io.openshift.tags": "builder,python,python36,python-36,rh-python36",
"io.s2i.scripts-url": "image:///usr/libexec/s2i",
"maintainer": "SoftwareCollections.org <sclorg@redhat.com>",
"name": "centos/python-36-centos7",
"org.label-schema.build-date": "20190305",
"org.label-schema.license": "GPLv2",
"org.label-schema.name": "CentOS Base Image",
"org.label-schema.schema-version": "1.0",
"org.label-schema.vendor": "CentOS",
"summary": "Platform for building and running Python 3.6 applications",
"usage": "s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.6/test/setup-test-app/ centos/python-36-centos7 python-sample-app",
"version": "1"
}
},
"Architecture": "amd64",
"Os": "linux",
"Size": 688476315,
"VirtualSize": 688476315,
"GraphDriver": {
"Data": {
"LowerDir": "/var/lib/docker/overlay2/96eebce59135dfb03161e125bf05f4ff8d4a1e899580f365ba533fb8020bcb1d/diff:/var/lib/docker/overlay2/378a2bf2793e568b0fab1ff8b479b8e95ea0772233fef0bbcc8f06d3e46fd32a/diff:/var/lib/docker/overlay2/71f81e44c02f50cfba1fa97c8fd53b84d126a8c54e9cce9100da50aa29120d0b/diff:/var/lib/docker/overlay2/ca318b47108263f77557e04cb21b41be3716a3bdfcbc10581b7a9cbc16c20640/diff:/var/lib/docker/overlay2/a6c997124fff39b8bd890fd01fad8b49b6f420496fc08b8c0c1e9693964d37b2/diff:/var/lib/docker/overlay2/79344843db8cceafc10687812dfa1f44153f52c58251b949a61186b5e5a284fc/diff:/var/lib/docker/overlay2/451d302936e230c2794d29d5fc17cca898bfe45d7e2f2036ba7b0bdb8240c311/diff:/var/lib/docker/overlay2/e47dd8db509c23199b1eaced47b530ff0aa40b41070b2830f2f2039e02c491c2/diff:/var/lib/docker/overlay2/c72e293888c9e893c3a62189b99a98da5949b952c903f96dc5206fab3d48aef4/diff",
"MergedDir": "/var/lib/docker/overlay2/93848c6cbc37dde07c16763253b6b59ded117d0c6ff59dbf3016ebcc04549da6/merged",
"UpperDir": "/var/lib/docker/overlay2/93848c6cbc37dde07c16763253b6b59ded117d0c6ff59dbf3016ebcc04549da6/diff",
"WorkDir": "/var/lib/docker/overlay2/93848c6cbc37dde07c16763253b6b59ded117d0c6ff59dbf3016ebcc04549da6/work"
},
"Name": "overlay2"
},
"RootFS": {
"Type": "layers",
"Layers": [
"sha256:d69483a6face4499acb974449d1303591fcbb5cdce5420f36f8a6607bda11854",
"sha256:cadb33ee445a76091cedc2e18b28792114a018060a63e8a6d405e150528f0c9d",
"sha256:74029f0a44237c489b0e8008f9a611b93837a19a23ad18778905979173f137ab",
"sha256:a413cda2d80bdbaabbe50555b4b34fa0d9e0813a36e6b8ef07b41072bb6c49b4",
"sha256:665772f71977c3d4a10255fa1b3bee105be9c1663029fcf04af0896b5fed12d0",
"sha256:0f6cf36b3ed0d45bd10e44bd323c589451a7ddea2a40579f42d4e9f616940ab5",
"sha256:e7dea8bb9e852dc8536e815d9b09352a8f664223221eefe37b17a436a8a3b0e1",
"sha256:edf5be85ad1efca6c32dd029f7d95f3f06cd7d38f414a63830e37b0784ead40c",
"sha256:6d41ea8158b9b8e2b62eab238dbc01d98e9638edefccd8cc433325d3d1aca4a0",
"sha256:9067481a2ef7f15a2bac54765f983b6e7f02acbc5228a51116da0b7519d1e2a8"
]
},
"Metadata": {
"LastTagTime": "2019-05-02T16:22:35.6119232Z"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment