openshift / openshift-velero-plugin

General Velero plugin for backup and restore of openshift workloads.
Apache License 2.0
47 stars 37 forks source link

Cache go packages in Dockerfile #136

Closed kaovilai closed 1 year ago

kaovilai commented 2 years ago

Investigate enabling buildkit in dockerfile to cache go dependencies to speedup repeat builds https://github.com/moby/buildkit/blob/master/frontend/dockerfile/docs/syntax.md#run---mounttypecache

kaovilai commented 2 years ago

Blocked by podman via https://github.com/containers/buildah/issues/620

openshift-bot commented 1 year ago

Issues go stale after 90d of inactivity.

Mark the issue as fresh by commenting /remove-lifecycle stale. Stale issues rot after an additional 30d of inactivity and eventually close. Exclude this issue from closing by commenting /lifecycle frozen.

If this issue is safe to close now please do so with /close.

/lifecycle stale

kaovilai commented 1 year ago

fixed in https://github.com/openshift/openshift-velero-plugin/pull/153