Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions al2/x86_64/standard/4.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,12 @@ ENV GOPATH="/go"

FROM tools AS runtimes_1

#**************** Pack CLI *************************************************
RUN (curl -sSL "https://github.com/buildpacks/pack/releases/download/v0.32.1/pack-v0.32.1-linux.tgz" \
| tar -C /usr/local/bin/ --no-same-owner -xzv pack)

#**************** END Pack CLI *********************************************

#**************** JAVA ****************************************************

ENV JAVA_17_HOME="/usr/lib/jvm/java-17-amazon-corretto.x86_64" \
Expand Down
2 changes: 2 additions & 0 deletions al2/x86_64/standard/4.0/legal/bill_of_material.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ icu : MIT and UCD and Public Domain
----------------
iptables : GPLv2
----------------
pack: https://github.com/buildpacks/pack/blob/main/LICENSE
----------------
java-1.8.0-amazon-corretto-devel : ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib.
----------------
java-1.11.0-amazon-corretto-devel : ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib.
Expand Down
6 changes: 6 additions & 0 deletions al2/x86_64/standard/5.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,12 @@ ENV GOPATH="/go"

FROM tools AS runtimes_1

#**************** Pack CLI *************************************************
RUN (curl -sSL "https://github.com/buildpacks/pack/releases/download/v0.32.1/pack-v0.32.1-linux.tgz" \
| tar -C /usr/local/bin/ --no-same-owner -xzv pack)

#**************** END Pack CLI *********************************************

#**************** JAVA ****************************************************

ENV JAVA_17_HOME="/usr/lib/jvm/java-17-amazon-corretto.x86_64" \
Expand Down
2 changes: 2 additions & 0 deletions al2/x86_64/standard/5.0/legal/bill_of_material.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ icu : MIT and UCD and Public Domain
----------------
iptables : GPLv2
----------------
pack: https://github.com/buildpacks/pack/blob/main/LICENSE
----------------
java-1.8.0-amazon-corretto-devel : ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib.
----------------
java-1.11.0-amazon-corretto-devel : ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib.
Expand Down
6 changes: 6 additions & 0 deletions ubuntu/standard/7.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,12 @@ RUN goenv install $GOLANG_20_VERSION && rm -rf /tmp/* && \

FROM runtimes AS runtimes_n_corretto

#**************** Pack CLI *************************************************
RUN (curl -sSL "https://github.com/buildpacks/pack/releases/download/v0.32.1/pack-v0.32.1-linux.tgz" \
| tar -C /usr/local/bin/ --no-same-owner -xzv pack)

#**************** END Pack CLI *********************************************

#**************** JAVA ****************************************************
ENV JAVA_17_HOME="/usr/lib/jvm/java-17-amazon-corretto" \
JDK_17_HOME="/usr/lib/jvm/java-17-amazon-corretto" \
Expand Down
2 changes: 2 additions & 0 deletions ubuntu/standard/7.0/legal/bill_of_material.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ bzip2 : /usr/share/doc/bzip2/copyright
----------------
bzr : /usr/share/doc/bzr/copyright
----------------
pack: https://github.com/buildpacks/pack/blob/main/LICENSE
----------------
ca-certificates-java : /usr/share/doc/ca-certificates-java/copyright
----------------
curl : /usr/share/doc/curl/copyright
Expand Down