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

images built from light dockerfiles missing from image listing #74

Open
dweomer opened this issue Sep 1, 2021 · 3 comments · May be fixed by #79
Open

images built from light dockerfiles missing from image listing #74

dweomer opened this issue Sep 1, 2021 · 3 comments · May be fixed by #79
Labels
bug Something isn't working

Comments

@dweomer
Copy link
Contributor

dweomer commented Sep 1, 2021

Originally reported in the Rancher Users Slack: https://rancher-users.slack.com/archives/C01RSL4GQN8/p1630483761016500

When using a very light/simple Dockerfile, the built image does not show up via kim image ls -a:

FROM percona/percona-server-mongodb-operator:1.9.0
USER 1001
kim build -f Dockerfile.test --tag dweomer/percona:test --progress=plain .
#1 [internal] load build definition from Dockerfile.test
#1 sha256:60511b915bba139a3c1a107bce5f6308564e29e21a1938372eed8911151438e8
#1 transferring dockerfile: 36B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 sha256:4f7e2cd3ed1a9b20f8f46756508e2af3ceb27c6b5c658415c7baf5a24287b9cc
#2 transferring context: 34B done
#2 DONE 0.0s

#3 [internal] load metadata for docker.io/percona/percona-server-mongodb-operator:1.9.0
#3 sha256:e314c9794ecaf251ad137db369128a8817a757f629ed4736a9a794c3535009fe
#3 DONE 0.4s

#4 [1/1] FROM docker.io/percona/percona-server-mongodb-operator:1.9.0@sha256:2daab5999a3a5bc407cc63ce8ae4d18d985f636685273c6678b118d770c3c014
#4 sha256:89ba0a95a16bf5536ac30e9b799eb70ef1435df4158b17f7c6ffdef9d6994487
#4 resolve docker.io/percona/percona-server-mongodb-operator:1.9.0@sha256:2daab5999a3a5bc407cc63ce8ae4d18d985f636685273c6678b118d770c3c014 0.0s done
#4 DONE 0.0s

#5 exporting to image
#5 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#5 exporting layers done
#5 exporting manifest sha256:f8c0e35e65ef1770ebac5d4cabbec86fe7b68ab1200304140df059c81ffe6b73 done
#5 exporting config sha256:859b8dd6aaa7ab1d9628e31cc7d746cad6d66f86de9c6adb056d0d0795da3891 done
#5 naming to docker.io/dweomer/percona:test done
#5 DONE 0.0s
kim image ls -a
IMAGE                            TAG                 IMAGE ID            SIZE
moby/buildkit                    v0.8.3              cf14c5e88c0eb       56.5MB
rancher/coredns-coredns          1.8.0               296a6d5035e2d       12.9MB
rancher/kim                      v0.1.0-beta.5       713eacb07430b       13.8MB
rancher/klipper-helm             v0.4.3              3b0b04aa3473f       50.7MB
rancher/klipper-lb               v0.1.2              897ce3c5fc8ff       2.71MB
rancher/library-traefik          1.7.19              aa764f7db3051       24MB
rancher/local-path-provisioner   v0.0.19             148c192562719       13.6MB
rancher/metrics-server           v0.3.6              9dd718864ce61       10.5MB
rancher/pause                    3.1                 da86e6ba6ca19       327kB
kubectl logs -n kube-image ds/builder -c agent
time="2021-09-01T18:14:43Z" level=debug msg="image-create: docker.io/dweomer/percona:test"
time="2021-09-01T18:14:43Z" level=debug msg="copy-image-content: media-type=application/vnd.docker.distribution.manifest.v2+json, digest=sha256:f8c0e35e65ef1770ebac5d4cabbec86fe7b68ab1200304140df059c81ffe6b73"
time="2021-09-01T18:14:43Z" level=debug msg="copy-image-content: media-type=application/vnd.docker.container.image.v1+json, digest=sha256:859b8dd6aaa7ab1d9628e31cc7d746cad6d66f86de9c6adb056d0d0795da3891"
time="2021-09-01T18:14:43Z" level=debug msg="copy-image-content: media-type=application/vnd.docker.image.rootfs.diff.tar.gzip, digest=sha256:d36999869101f0eb4f0e44cd9cdc06c46a045104c85c3de632e93384f25949c0"
time="2021-09-01T18:14:43Z" level=error msg="sync-image-content: handling &events.Envelope{Timestamp:time.Time{wall:0x1dfba46a, ext:63766116883, loc:(*time.Location)(nil)}, Namespace:\"buildkit\", Topic:\"/images/create\", Event:&types.Any{TypeUrl: \"containerd.services.images.v1.ImageCreate\",\nValue: []byte{0xa, 0x1e, 0x64, 0x6f, 0x63, 0x6b, 0x65, 0x72, 0x2e, 0x69, 0x6f, 0x2f, 0x64, 0x77, 0x65, 0x6f, 0x6d, 0x65, 0x72, 0x2f, 0x70, 0x65, 0x72, 0x63, 0x6f, 0x6e, 0x61, 0x3a, 0x74, 0x65, 0x73, 0x74},\n}} returned content digest sha256:d36999869101f0eb4f0e44cd9cdc06c46a045104c85c3de632e93384f25949c0: not found"
time="2021-09-01T18:14:43Z" level=debug msg="image-create: docker.io/dweomer/percona:test@sha256:f8c0e35e65ef1770ebac5d4cabbec86fe7b68ab1200304140df059c81ffe6b73"
time="2021-09-01T18:14:43Z" level=debug msg="copy-image-content: media-type=application/vnd.docker.distribution.manifest.v2+json, digest=sha256:f8c0e35e65ef1770ebac5d4cabbec86fe7b68ab1200304140df059c81ffe6b73"
time="2021-09-01T18:14:43Z" level=debug msg="copy-image-content: media-type=application/vnd.docker.container.image.v1+json, digest=sha256:859b8dd6aaa7ab1d9628e31cc7d746cad6d66f86de9c6adb056d0d0795da3891"
time="2021-09-01T18:14:43Z" level=debug msg="copy-image-content: media-type=application/vnd.docker.image.rootfs.diff.tar.gzip, digest=sha256:d36999869101f0eb4f0e44cd9cdc06c46a045104c85c3de632e93384f25949c0"
time="2021-09-01T18:14:43Z" level=error msg="sync-image-content: handling &events.Envelope{Timestamp:time.Time{wall:0x1e325e32, ext:63766116883, loc:(*time.Location)(nil)}, Namespace:\"buildkit\", Topic:\"/images/create\", Event:&types.Any{TypeUrl: \"containerd.services.images.v1.ImageCreate\",\nValue: []byte{0xa, 0x66, 0x64, 0x6f, 0x63, 0x6b, 0x65, 0x72, 0x2e, 0x69, 0x6f, 0x2f, 0x64, 0x77, 0x65, 0x6f, 0x6d, 0x65, 0x72, 0x2f, 0x70, 0x65, 0x72, 0x63, 0x6f, 0x6e, 0x61, 0x3a, 0x74, 0x65, 0x73, 0x74, 0x40, 0x73, 0x68, 0x61, 0x32, 0x35, 0x36, 0x3a, 0x66, 0x38, 0x63, 0x30, 0x65, 0x33, 0x35, 0x65, 0x36, 0x35, 0x65, 0x66, 0x31, 0x37, 0x37, 0x30, 0x65, 0x62, 0x61, 0x63, 0x35, 0x64, 0x34, 0x63, 0x61, 0x62, 0x62, 0x65, 0x63, 0x38, 0x36, 0x66, 0x65, 0x37, 0x62, 0x36, 0x38, 0x61, 0x62, 0x31, 0x32, 0x30, 0x30, 0x33, 0x30, 0x34, 0x31, 0x34, 0x30, 0x64, 0x66, 0x30, 0x35, 0x39, 0x63, 0x38, 0x31, 0x66, 0x66, 0x65, 0x36, 0x62, 0x37, 0x33},\n}} returned content digest sha256:d36999869101f0eb4f0e44cd9cdc06c46a045104c85c3de632e93384f25949c0: not found"
(subsequent build attempts)
time="2021-09-01T18:18:34Z" level=debug msg="image-update: docker.io/dweomer/percona:test"
time="2021-09-01T18:18:34Z" level=debug msg="copy-image-content: media-type=application/vnd.docker.distribution.manifest.v2+json, digest=sha256:f8c0e35e65ef1770ebac5d4cabbec86fe7b68ab1200304140df059c81ffe6b73"
time="2021-09-01T18:18:34Z" level=debug msg="copy-image-content: media-type=application/vnd.docker.container.image.v1+json, digest=sha256:859b8dd6aaa7ab1d9628e31cc7d746cad6d66f86de9c6adb056d0d0795da3891"
time="2021-09-01T18:18:34Z" level=debug msg="copy-image-content: media-type=application/vnd.docker.image.rootfs.diff.tar.gzip, digest=sha256:d36999869101f0eb4f0e44cd9cdc06c46a045104c85c3de632e93384f25949c0"
time="2021-09-01T18:18:34Z" level=error msg="sync-image-content: handling &events.Envelope{Timestamp:time.Time{wall:0xab98608, ext:63766117114, loc:(*time.Location)(nil)}, Namespace:\"buildkit\", Topic:\"/images/update\", Event:&types.Any{TypeUrl: \"containerd.services.images.v1.ImageUpdate\",\nValue: []byte{0xa, 0x1e, 0x64, 0x6f, 0x63, 0x6b, 0x65, 0x72, 0x2e, 0x69, 0x6f, 0x2f, 0x64, 0x77, 0x65, 0x6f, 0x6d, 0x65, 0x72, 0x2f, 0x70, 0x65, 0x72, 0x63, 0x6f, 0x6e, 0x61, 0x3a, 0x74, 0x65, 0x73, 0x74},\n}} returned content digest sha256:d36999869101f0eb4f0e44cd9cdc06c46a045104c85c3de632e93384f25949c0: not found"
time="2021-09-01T18:18:34Z" level=debug msg="image-update: docker.io/dweomer/percona:test@sha256:f8c0e35e65ef1770ebac5d4cabbec86fe7b68ab1200304140df059c81ffe6b73"
time="2021-09-01T18:18:34Z" level=debug msg="copy-image-content: media-type=application/vnd.docker.distribution.manifest.v2+json, digest=sha256:f8c0e35e65ef1770ebac5d4cabbec86fe7b68ab1200304140df059c81ffe6b73"
time="2021-09-01T18:18:34Z" level=debug msg="copy-image-content: media-type=application/vnd.docker.container.image.v1+json, digest=sha256:859b8dd6aaa7ab1d9628e31cc7d746cad6d66f86de9c6adb056d0d0795da3891"
time="2021-09-01T18:18:34Z" level=debug msg="copy-image-content: media-type=application/vnd.docker.image.rootfs.diff.tar.gzip, digest=sha256:d36999869101f0eb4f0e44cd9cdc06c46a045104c85c3de632e93384f25949c0"
time="2021-09-01T18:18:34Z" level=error msg="sync-image-content: handling &events.Envelope{Timestamp:time.Time{wall:0xadb7b90, ext:63766117114, loc:(*time.Location)(nil)}, Namespace:\"buildkit\", Topic:\"/images/update\", Event:&types.Any{TypeUrl: \"containerd.services.images.v1.ImageUpdate\",\nValue: []byte{0xa, 0x66, 0x64, 0x6f, 0x63, 0x6b, 0x65, 0x72, 0x2e, 0x69, 0x6f, 0x2f, 0x64, 0x77, 0x65, 0x6f, 0x6d, 0x65, 0x72, 0x2f, 0x70, 0x65, 0x72, 0x63, 0x6f, 0x6e, 0x61, 0x3a, 0x74, 0x65, 0x73, 0x74, 0x40, 0x73, 0x68, 0x61, 0x32, 0x35, 0x36, 0x3a, 0x66, 0x38, 0x63, 0x30, 0x65, 0x33, 0x35, 0x65, 0x36, 0x35, 0x65, 0x66, 0x31, 0x37, 0x37, 0x30, 0x65, 0x62, 0x61, 0x63, 0x35, 0x64, 0x34, 0x63, 0x61, 0x62, 0x62, 0x65, 0x63, 0x38, 0x36, 0x66, 0x65, 0x37, 0x62, 0x36, 0x38, 0x61, 0x62, 0x31, 0x32, 0x30, 0x30, 0x33, 0x30, 0x34, 0x31, 0x34, 0x30, 0x64, 0x66, 0x30, 0x35, 0x39, 0x63, 0x38, 0x31, 0x66, 0x66, 0x65, 0x36, 0x62, 0x37, 0x33},\n}} returned content digest sha256:d36999869101f0eb4f0e44cd9cdc06c46a045104c85c3de632e93384f25949c0: not found"
@dweomer dweomer added the bug Something isn't working label Sep 1, 2021
@dweomer
Copy link
Contributor Author

dweomer commented Sep 1, 2021

This seems to point at a fundamental flaw in the rudimentary image sync algorithm which merely walks the content in a created/updated image and copies it from the buildkit namespace to the k8s.io namespace.

See https://github.com/rancher/kim/blob/v0.1.0-beta.5/pkg/server/agent_linux.go#L137-L150:

func copyImageContent(ctx context.Context, ctr *containerd.Client, name string, fn func(context.Context, images.Store, images.Image) error) error {
	imageStore := ctr.ImageService()
	img, err := imageStore.Get(ctx, name)
	if err != nil {
		return err
	}
	contentStore := ctr.ContentStore()
	toCtx := namespaces.WithNamespace(ctx, "k8s.io")
	handler := images.Handlers(images.ChildrenHandler(contentStore), copyImageContentFunc(toCtx, contentStore, img))
	if err = images.Walk(ctx, handler, img.Target); err != nil {
		return err
	}
	return fn(toCtx, imageStore, img)
}

See https://github.com/rancher/kim/blob/v0.1.0-beta.5/pkg/server/agent_linux.go#L152-L182:

func copyImageContentFunc(toCtx context.Context, contentStore content.Store, img images.Image) images.HandlerFunc {
	return func(fromCtx context.Context, desc ocispec.Descriptor) (children []ocispec.Descriptor, err error) {
		logrus.Debugf("copy-image-content: media-type=%v, digest=%v", desc.MediaType, desc.Digest)
		info, err := contentStore.Info(fromCtx, desc.Digest)
		if err != nil {
			return children, err
		}
		ra, err := contentStore.ReaderAt(fromCtx, desc)
		if err != nil {
			return children, err
		}
		defer ra.Close()
		wopts := []content.WriterOpt{content.WithRef(img.Name)}
		if _, err := contentStore.Info(toCtx, desc.Digest); errdefs.IsNotFound(err) {
			// if the image does not already exist in the target namespace we supply the descriptor here so as to
			// ensure that it is created with proper size information. if the image already exist the size for the digest
			// for the to-be updated image is sourced from what is passed to content.Copy
			wopts = append(wopts, content.WithDescriptor(desc))
		}
		w, err := contentStore.Writer(toCtx, wopts...)
		if err != nil {
			return children, err
		}
		defer w.Close()
		err = content.Copy(toCtx, w, content.NewReader(ra), desc.Size, desc.Digest, content.WithLabels(info.Labels))
		if err != nil && errdefs.IsAlreadyExists(err) {
			return children, nil
		}
		return children, err
	}
}

@dweomer
Copy link
Contributor Author

dweomer commented Sep 1, 2021

A workaround is to have a RUN directive in the Dockerfile:

FROM percona/percona-server-mongodb-operator:1.9.0
USER 1001
RUN id
kim build -f Dockerfile.test --tag dweomer/percona:test --progress=plain .
#1 [internal] load build definition from Dockerfile.test
#1 sha256:e899eddf2a025e0edadf47253d2b96ab5d4f05181b46d0ae0cc3f3bbaa02c016
#1 transferring dockerfile: 110B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 sha256:d38cc1dc6ad2d5a4a22102c441ff305138cc745e4152ec56b3637cae1f229492
#2 transferring context: 34B done
#2 DONE 0.0s

#3 [internal] load metadata for docker.io/percona/percona-server-mongodb-operator:1.9.0
#3 sha256:e314c9794ecaf251ad137db369128a8817a757f629ed4736a9a794c3535009fe
#3 DONE 0.8s

#4 [1/2] FROM docker.io/percona/percona-server-mongodb-operator:1.9.0@sha256:2daab5999a3a5bc407cc63ce8ae4d18d985f636685273c6678b118d770c3c014
#4 sha256:89ba0a95a16bf5536ac30e9b799eb70ef1435df4158b17f7c6ffdef9d6994487
#4 resolve docker.io/percona/percona-server-mongodb-operator:1.9.0@sha256:2daab5999a3a5bc407cc63ce8ae4d18d985f636685273c6678b118d770c3c014 0.0s done
#4 sha256:47d6186ae09ffb53eda51c58d832fbcfecd1bd0e75c6a2373fe1751ba8089eac 0B / 14.82MB 0.2s
#4 sha256:27e66ff83bb0524210035fc9362818531250f57d6cf65a5b8377cd4cd956b148 0B / 1.90kB 0.2s
#4 sha256:d36999869101f0eb4f0e44cd9cdc06c46a045104c85c3de632e93384f25949c0 0B / 32.32MB 0.2s
#4 sha256:47d6186ae09ffb53eda51c58d832fbcfecd1bd0e75c6a2373fe1751ba8089eac 5.24MB / 14.82MB 0.3s
#4 sha256:d36999869101f0eb4f0e44cd9cdc06c46a045104c85c3de632e93384f25949c0 10.49MB / 32.32MB 0.5s
#4 sha256:d36999869101f0eb4f0e44cd9cdc06c46a045104c85c3de632e93384f25949c0 24.12MB / 32.32MB 0.6s
#4 extracting sha256:d36999869101f0eb4f0e44cd9cdc06c46a045104c85c3de632e93384f25949c0
#4 extracting sha256:d36999869101f0eb4f0e44cd9cdc06c46a045104c85c3de632e93384f25949c0 0.5s done
#4 extracting sha256:27e66ff83bb0524210035fc9362818531250f57d6cf65a5b8377cd4cd956b148 0.0s done
#4 extracting sha256:47d6186ae09ffb53eda51c58d832fbcfecd1bd0e75c6a2373fe1751ba8089eac
#4 extracting sha256:47d6186ae09ffb53eda51c58d832fbcfecd1bd0e75c6a2373fe1751ba8089eac 0.2s done
#4 DONE 1.5s

#5 [2/2] RUN id
#5 sha256:74e2fb596a0d1abd84ae491a7ae0629cf39bdfabc979566afdabe75d09d5d7b5
#5 0.107 uid=1001 gid=0(root) groups=0(root)
#5 DONE 0.3s

#6 exporting to image
#6 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#6 exporting layers
#6 exporting layers 0.2s done
#6 exporting manifest sha256:e1e2da8c0e71923c7a31c520ec40275d4ce69db61133c8a103fd5d66d429bb3f 0.0s done
#6 exporting config sha256:3602fdbf7a7edc1c8ae94b17e577a81a65b406b453dd160b0c6d78cf9937f073 0.0s done
#6 naming to docker.io/dweomer/percona:test done
#6 DONE 0.3s
kubectl logs -n kube-image ds/builder -c agent
time="2021-09-01T18:30:22Z" level=debug msg="image-update: docker.io/dweomer/percona:test"
time="2021-09-01T18:30:22Z" level=debug msg="copy-image-content: media-type=application/vnd.docker.distribution.manifest.v2+json, digest=sha256:e1e2da8c0e71923c7a31c520ec40275d4ce69db61133c8a103fd5d66d429bb3f"
time="2021-09-01T18:30:22Z" level=debug msg="copy-image-content: media-type=application/vnd.docker.container.image.v1+json, digest=sha256:3602fdbf7a7edc1c8ae94b17e577a81a65b406b453dd160b0c6d78cf9937f073"
time="2021-09-01T18:30:22Z" level=debug msg="copy-image-content: media-type=application/vnd.docker.image.rootfs.diff.tar.gzip, digest=sha256:d36999869101f0eb4f0e44cd9cdc06c46a045104c85c3de632e93384f25949c0"
time="2021-09-01T18:30:22Z" level=debug msg="copy-image-content: media-type=application/vnd.docker.image.rootfs.diff.tar.gzip, digest=sha256:27e66ff83bb0524210035fc9362818531250f57d6cf65a5b8377cd4cd956b148"
time="2021-09-01T18:30:22Z" level=debug msg="copy-image-content: media-type=application/vnd.docker.image.rootfs.diff.tar.gzip, digest=sha256:47d6186ae09ffb53eda51c58d832fbcfecd1bd0e75c6a2373fe1751ba8089eac"
time="2021-09-01T18:30:22Z" level=debug msg="image-create: docker.io/dweomer/percona:test@sha256:e1e2da8c0e71923c7a31c520ec40275d4ce69db61133c8a103fd5d66d429bb3f"
time="2021-09-01T18:30:22Z" level=debug msg="copy-image-content: media-type=application/vnd.docker.distribution.manifest.v2+json, digest=sha256:e1e2da8c0e71923c7a31c520ec40275d4ce69db61133c8a103fd5d66d429bb3f"
time="2021-09-01T18:30:22Z" level=debug msg="copy-image-content: media-type=application/vnd.docker.container.image.v1+json, digest=sha256:3602fdbf7a7edc1c8ae94b17e577a81a65b406b453dd160b0c6d78cf9937f073"
time="2021-09-01T18:30:22Z" level=debug msg="copy-image-content: media-type=application/vnd.docker.image.rootfs.diff.tar.gzip, digest=sha256:d36999869101f0eb4f0e44cd9cdc06c46a045104c85c3de632e93384f25949c0"
time="2021-09-01T18:30:22Z" level=debug msg="copy-image-content: media-type=application/vnd.docker.image.rootfs.diff.tar.gzip, digest=sha256:27e66ff83bb0524210035fc9362818531250f57d6cf65a5b8377cd4cd956b148"
time="2021-09-01T18:30:22Z" level=debug msg="copy-image-content: media-type=application/vnd.docker.image.rootfs.diff.tar.gzip, digest=sha256:47d6186ae09ffb53eda51c58d832fbcfecd1bd0e75c6a2373fe1751ba8089eac"

@dweomer
Copy link
Contributor Author

dweomer commented Sep 1, 2021

A workaround is to have a RUN directive in the Dockerfile:

FROM percona/percona-server-mongodb-operator:1.9.0
USER 1001
RUN id

Now revert back to the original Dockerfile and the image gets built and synced correctly:

FROM percona/percona-server-mongodb-operator:1.9.0
USER 1001
kim build -f Dockerfile.test --tag dweomer/percona:test --progress=plain --no-cache .
#1 [internal] load build definition from Dockerfile.test
#1 sha256:e34a3c88a7621753ed687673036e06796fce9113cfa9aa1fa03ddfae97cba916
#1 transferring dockerfile: 36B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 sha256:073b387bcf57c83ae785b00d1172658250c1f16ea9f75218c34f3f7a8337a633
#2 transferring context: 34B done
#2 DONE 0.0s

#3 [internal] load metadata for docker.io/percona/percona-server-mongodb-operator:1.9.0
#3 sha256:e314c9794ecaf251ad137db369128a8817a757f629ed4736a9a794c3535009fe
#3 DONE 0.8s

#4 [1/1] FROM docker.io/percona/percona-server-mongodb-operator:1.9.0@sha256:2daab5999a3a5bc407cc63ce8ae4d18d985f636685273c6678b118d770c3c014
#4 sha256:89ba0a95a16bf5536ac30e9b799eb70ef1435df4158b17f7c6ffdef9d6994487
#4 resolve docker.io/percona/percona-server-mongodb-operator:1.9.0@sha256:2daab5999a3a5bc407cc63ce8ae4d18d985f636685273c6678b118d770c3c014 0.0s done
#4 CACHED

#5 exporting to image
#5 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#5 exporting layers done
#5 exporting manifest sha256:f8c0e35e65ef1770ebac5d4cabbec86fe7b68ab1200304140df059c81ffe6b73 done
#5 exporting config sha256:859b8dd6aaa7ab1d9628e31cc7d746cad6d66f86de9c6adb056d0d0795da3891 done
#5 naming to docker.io/dweomer/percona:test done
#5 DONE 0.0s
kim image ls | grep percona
dweomer/percona:test             <none>              3602fdbf7a7ed       47.1MB
dweomer/percona                  test                859b8dd6aaa7a       47.1MB

@dweomer dweomer changed the title images built from light dockerfiles missing from build listing images built from light dockerfiles missing from image listing Sep 1, 2021
dweomer added a commit to dweomer/kim that referenced this issue Sep 4, 2021
Adjust the default buildkit output parameters to unpack built images.
This will trigger content updates after image creation which required a
modification to the image sync process that attempts to wait for
referenced content to be available before attempting the copy.

Fixes rancher#74

Signed-off-by: Jacob Blain Christen <[email protected]>
@dweomer dweomer linked a pull request Sep 4, 2021 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant