$ sudo yum install docker-ce-19.03.15-3.el8 \
docker-ce-cli-19.03.15-3.el8 \
containerd.io \
docker-buildx-plugin \
docker-compose-plugin
Docker CE Stable - x86_64 272 kB/s | 43 kB 00:00
Error:
Problem 1: problem with installed package podman-1.6.4-10.module_el8.2.0+305+5e198a41.x86_64
- package podman-1.6.4-10.module_el8.2.0+305+5e198a41.x86_64 requires runc >= 1.0.0-57, but none of the providers can be installed
- package podman-3.3.1-9.module_el8.5.0+988+b1f0b741.x86_64 requires runc >= 1.0.0-57, but none of the providers can be installed
- package containerd.io-1.6.21-3.1.el8.x86_64 conflicts with runc provided by runc-1.0.0-65.rc10.module_el8.2.0+305+5e198a41.x86_64
- package containerd.io-1.6.21-3.1.el8.x86_64 obsoletes runc provided by runc-1.0.0-65.rc10.module_el8.2.0+305+5e198a41.x86_64
- package containerd.io-1.6.21-3.1.el8.x86_64 conflicts with runc provided by runc-1.0.2-1.module_el8.5.0+911+f19012f9.x86_64
- package containerd.io-1.6.21-3.1.el8.x86_64 obsoletes runc provided by runc-1.0.2-1.module_el8.5.0+911+f19012f9.x86_64
- cannot install the best candidate for the job
- package runc-1.0.0-66.rc10.module_el8.5.0+1004+c00a74f5.x86_64 is filtered out by modular filtering
- package runc-1.0.0-72.rc92.module_el8.5.0+1006+8d0e68a2.x86_64 is filtered out by modular filtering
Problem 2: problem with installed package buildah-1.11.6-7.module_el8.2.0+305+5e198a41.x86_64
- package buildah-1.11.6-7.module_el8.2.0+305+5e198a41.x86_64 requires runc >= 1.0.0-26, but none of the providers can be installed
...
- package buildah-1.11.6-7.module_el8.2.0+305+5e198a41.x86_64 requires runc >= 1.0.0-26, but none of the providers can be installed
- package buildah-1.22.3-2.module_el8.5.0+911+f19012f9.x86_64 requires runc >= 1.0.0-26, but none of the providers can be installed
- package containerd.io-1.3.7-3.1.el8.x86_64 conflicts with runc provided by runc-1.0.0-65.rc10.module_el8.2.0+305+5e198a41.x86_64
...
$ docker history [--no-trunc=true] <image>:<tag>
IMAGE CREATED CREATED BY SIZE COMMENT
af73a9899a8f 6 months ago /bin/sh -c #(nop) WORKDIR /home/devops 0B
e96534e326ed 6 months ago /bin/sh -c #(nop) VOLUME [/home/devops/.ssh] 0B
4d3392929105 6 months ago |5 VERSION=1.6 gid=1000 group=devops uid=100… 884B
8abbc25a66a4 6 months ago |5 VERSION=1.6 gid=1000 group=devops uid=100… 812B
4cf413ae805e 6 months ago /bin/sh -c #(nop) USER devops 0B
d1d88d88e61b 6 months ago |5 VERSION=1.6 gid=1000 group=devops uid=100… 1.45GB
4b305ec8942c 6 months ago /bin/sh -c #(nop) COPY file:c19a45386e5be7e4… 411B
a36e97b18597 6 months ago |5 VERSION=1.6 gid=1000 group=devops uid=100… 398kB
7abf758ac126 6 months ago /bin/sh -c #(nop) USER root 0B
b7cc7e6545cf 6 months ago /bin/sh -c #(nop) ENV DEBIAN_FRONTEND=nonin… 0B
4aa2bff1261d 6 months ago /bin/sh -c #(nop) ENV HOME=/home/devops 0B
97c1260a833a 6 months ago /bin/sh -c #(nop) ARG gid=1000 0B
1641eb4e6b1a 6 months ago /bin/sh -c #(nop) ARG uid=1000 0B
f550761577d3 6 months ago /bin/sh -c #(nop) ARG group=devops 0B
25f225d7fdaa 6 months ago /bin/sh -c #(nop) ARG user=devops 0B
ea3b83e6ee69 6 months ago /bin/sh -c #(nop) ARG VERSION=1.6 0B
cf8ee6149a83 6 months ago /bin/sh -c #(nop) LABEL description=specifi… 0B
3c8433a403ad 6 months ago /bin/sh -c #(nop) LABEL maintainer=marslo@x… 0B
e7d65936ff5d 6 months ago /bin/sh -c #(nop) LABEL version=1.6 0B
ac9cd6bdb0cf 6 months ago /bin/sh -c #(nop) MAINTAINER marslo <marslo… 0B
ad080923604a 7 months ago /bin/sh -c #(nop) CMD ["bash"] 0B
<missing> 7 months ago /bin/sh -c #(nop) ADD file:40290d9a94ae76c35… 63.1MB
media type
[!TIP] references:
manifest.v2+json
[!NOTE] mediaType in manifest should be 'application/vnd.docker.distribution.manifest.v2+json' not 'application/vnd.oci.image.manifest.v1+json'
docker version
$ docker -v
Docker version 19.03.2, build 6a30dfc
[!TIP] One way to upgrade an image from image manifest version 2, schema 1 to schema 2 is to docker pull the image and then docker push the image with a current version of Docker. Doing so will automatically convert the image to use the latest image manifest specification. Converting an image to image manifest version 2, schema 2 converts the manifest format, but does not update the contents within the image. Images using manifest version 2, schema 1 may contain unpatched vulnerabilities. We recommend looking for an alternative image or rebuilding it.