Spring Boot and Vue JS build with Maven and Docker multistage build

preview_player
Показать описание
Enjoy! :-)
Thank you for commenting and asking questions.

Library sign up referral link:

Checkout or buy the Introduction to Algorithms book at Amazon:

The code is located here:
Follow me on twitter:
Chat on Discord:
Support me on Patreon:

As an Amazon Associate I earn from qualifying purchases.
Check out the stuff that I like (always updated):
Рекомендации по теме
Комментарии
Автор

Thx for video! Great explanation. Would be great to watch the proxy implementation.

Genuus
Автор

Hi Mike,
If we are using buildpacks to create an image using the new build-image goal supported by maven in Spring Boot 2.3, I assume you cannot then do multistage builds as there is no Dockerfile in the first place?

vishnugovindan
Автор

Hi Mike,
I am new to Docker but wanted to know why you are using alpine:latest and installing jdk14 into it and not using an openjdk 14 image as the builder.

vishnugovindan