This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"recommendations": [ | |
"42Crunch.vscode-openapi", | |
"Angular.ng-template", | |
"asciidoctor.asciidoctor-vscode", | |
"BazelBuild.vscode-bazel", | |
"christian-kohler.path-intellisense", | |
"cyrilletuzi.angular-schematics", | |
"dbaeumer.vscode-eslint", | |
"eamodio.gitlens", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# reference https://stackoverflow.com/questions/53669151/java-11-application-as-lightweight-docker-image | |
FROM alpine:latest as builder | |
RUN apk --no-cache add openjdk11-jdk openjdk11-jmods | |
ENV JAVA_MINIMAL="/opt/java-minimal" | |
# build minimal JRE | |
RUN /usr/lib/jvm/java-11-openjdk/bin/jlink \ |
NewerOlder