7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-01 22:00:48 +00:00
tutor/changelog.d/20230313_180716_regis_docker_optimize.md
Régis Behmo fa9e86e188 improvement: COPY dockerize for faster build
Dockerize now ships with multi-arch Docker images, so we can just
COPY the binary from these images. This allows us to skip an image
layer.
2023-03-20 14:20:30 +01:00

126 B

  • [Improvement] During openedx image build, copy dockerize utility from Docker registry for better efficiency. (by @regisb)