paketo-community / ubi-base-stack

Apache License 2.0
2 stars 5 forks source link

Removing functionality for pushing images to docker daemon #84

Closed pacostas closed 1 month ago

pacostas commented 1 month ago

Summary

This PR removes redundant code, which pushes container images to the docker daemon. That is unnecessary as these images are accessible from the local registry.

This PR is also related to skopeo failing to push images to docker daemon. Specificaly, it resolves the error as the functionality for pushing to docker daemon is removed and, therefore it does not break.

Related issues

Use Cases

Checklist

pacostas commented 1 month ago

@mhdawson