Skip to content

Commit

Permalink
Add PackCLI (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan-AWS authored Jan 13, 2024
1 parent 13e354f commit 2ddee3f
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 0 deletions.
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

0 comments on commit 2ddee3f

Please sign in to comment.