Skip to content

Instantly share code, notes, and snippets.

@cgwalters
Created January 12, 2022 17:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cgwalters/f2b638ac74607c08cdd0b8a0972d68cc to your computer and use it in GitHub Desktop.
Save cgwalters/f2b638ac74607c08cdd0b8a0972d68cc to your computer and use it in GitHub Desktop.
```
walters@toolbox /v/s/w/b/rhcos-master> oc image info (oc adm release info --image-for=machine-os-content quay.io/openshift-release-dev/ocp-release:4.6.52-x86_64)
Name: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:6ea6c6f23e0fe047c5813c0607c3bed53dc6bcf2c1064f8fc72235236aacc182
Media Type: application/vnd.docker.distribution.manifest.v2+json
Created: 39d ago
Image Size: 1.001GB in 3 layers
Layers: 86.08MB sha256:c2aecb3e557dba3008677634224d2eec02c1ccdf36e29026d57e933095a790a6
1.883kB sha256:65b3ce9d57bf94cef9ca928be2f78a5f61be880670860dbd05111489cac97368
914.5MB sha256:322dbbe859bd09590f8612b9ae0b59a2cc9d4f869c310a4525c86f7d36d7a614
OS: linux
Arch: amd64
Entrypoint: /noentry
Command: /bin/bash
Environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
container=oci
Labels: architecture=x86_64
build-date=2021-11-03T13:57:13.897992
com.coreos.coreos-assembler-commit=a472b48a3dca719c875daf7eb2792c3cc22fca18
com.coreos.ostree-commit=21a901720157f655a0f7c060652081920857097df456c2b7115c26dee2c98cfa
com.coreos.redhat-coreos-commit=5a2b0c7f5e656b41b7b8e0b8159217699e829ddd
com.redhat.build-host=cpt-1006.osbs.prod.upshift.rdu2.redhat.com
com.redhat.component=ubi8-container
com.redhat.license_terms=https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI
description=The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image .
distribution-scope=public
io.buildah.version=1.18.0
io.k8s.description=The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base.
io.k8s.display-name=Red Hat Universal Base Image 8
io.openshift.build.version-display-names=machine-os=Red Hat Enterprise Linux CoreOS
io.openshift.build.versions=machine-os=46.82.202112041703-0
io.openshift.expose-services=
io.openshift.tags=base rhel8
maintainer=Red Hat, Inc.
name=ubi8
release=200
summary=Provides the latest release of Red Hat Universal Base Image 8.
url=https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.5-200
vcs-ref=3aadd00326f3dd6cfe65ee31017ab98915fddb56
vcs-type=git
vendor=Red Hat, Inc.
version=46.82.202112041703-0
walters@toolbox /v/s/w/b/rhcos-master> oc image info quay.io/cgwalters/fcos:latest
Name: quay.io/cgwalters/fcos:latest
Digest: sha256:c0a74a065db50abf9cc6af9fc647a313aea7eb1dc2d7639ebbc0b1e46f9ba519
Media Type: application/vnd.docker.distribution.manifest.v2+json
Created: <unknown>
Image Size: 1.853GB in 1 layers
Layers: 1.853GB sha256:dec2a124be4a10849673b1622df229fed809424f879168772bf59f5ffc53bdb5
OS: linux
Arch: amd64
Command: /usr/bin/bash
Labels: ostree.commit=aee819b47d7c34ace994ba1a2d97bec6a6f026747a1b1765cfdb70fdb8ec82a8
version=35.20211222.dev.0
walters@toolbox /v/s/w/b/rhcos-master>
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment