Skip to content

Commit

Permalink
その5 & debian:buster-slim から ubuntu:22.04 に変更
Browse files Browse the repository at this point in the history
  • Loading branch information
Jumala9163 committed Feb 17, 2024
1 parent a6a73bb commit 3b0602d
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 16 deletions.
5 changes: 3 additions & 2 deletions Amazon-Corretto-JP/Amazon-Corretto-11_JP/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$TARGETOS/$TARGETARCH debian:buster-slim
FROM --platform=$TARGETOS/$TARGETARCH ubuntu:22.04

LABEL author="Jumala9163" maintainer="Kome-Lab"

Expand All @@ -24,7 +24,8 @@ RUN set -eux \
ENV JAVA_HOME=/usr/lib/jvm/java-11-amazon-corretto

RUN apt-get update -y \
&& apt-get install -y lsof curl ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 language-pack-ja
&& apt-get install -y lsof curl ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 language-pack-ja-base language-pack-ja \
&& locale-gen ja_JP.UTF-8

ENV LC_ALL="ja_JP.UTF-8"
ENV LANG="ja_JP.UTF-8"
Expand Down
5 changes: 3 additions & 2 deletions Amazon-Corretto-JP/Amazon-Corretto-16_JP/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$TARGETOS/$TARGETARCH debian:buster-slim
FROM --platform=$TARGETOS/$TARGETARCH ubuntu:22.04

LABEL author="Jumala9163" maintainer="Kome-Lab"

Expand Down Expand Up @@ -32,7 +32,8 @@ RUN set -ux \
ENV JAVA_HOME=/usr/lib/jvm/java-16-amazon-corretto

RUN apt-get update -y \
&& apt-get install -y lsof curl ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 language-pack-ja
&& apt-get install -y lsof curl ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 language-pack-ja-base language-pack-ja \
&& locale-gen ja_JP.UTF-8

ENV LC_ALL="ja_JP.UTF-8"
ENV LANG="ja_JP.UTF-8"
Expand Down
5 changes: 3 additions & 2 deletions Amazon-Corretto-JP/Amazon-Corretto-17_JP/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$TARGETOS/$TARGETARCH debian:buster-slim
FROM --platform=$TARGETOS/$TARGETARCH ubuntu:22.04

LABEL author="Jumala9163" maintainer="Kome-Lab"

Expand All @@ -24,7 +24,8 @@ RUN set -eux \
ENV JAVA_HOME=/usr/lib/jvm/java-17-amazon-corretto

RUN apt-get update -y \
&& apt-get install -y lsof curl ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 language-pack-ja
&& apt-get install -y lsof curl ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 language-pack-ja-base language-pack-ja \
&& locale-gen ja_JP.UTF-8

ENV LC_ALL="ja_JP.UTF-8"
ENV LANG="ja_JP.UTF-8"
Expand Down
5 changes: 3 additions & 2 deletions Amazon-Corretto-JP/Amazon-Corretto-18_JP/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$TARGETOS/$TARGETARCH debian:buster-slim
FROM --platform=$TARGETOS/$TARGETARCH ubuntu:22.04

LABEL author="Jumala9163" maintainer="Kome-Lab"

Expand All @@ -24,7 +24,8 @@ RUN set -eux \
ENV JAVA_HOME=/usr/lib/jvm/java-18-amazon-corretto

RUN apt-get update -y \
&& apt-get install -y lsof curl ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 language-pack-ja
&& apt-get install -y lsof curl ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 language-pack-ja-base language-pack-ja \
&& locale-gen ja_JP.UTF-8

ENV LC_ALL="ja_JP.UTF-8"
ENV LANG="ja_JP.UTF-8"
Expand Down
5 changes: 3 additions & 2 deletions Amazon-Corretto-JP/Amazon-Corretto-19_JP/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$TARGETOS/$TARGETARCH debian:buster-slim
FROM --platform=$TARGETOS/$TARGETARCH ubuntu:22.04

LABEL author="Jumala9163" maintainer="Kome-Lab"

Expand All @@ -24,7 +24,8 @@ RUN set -eux \
ENV JAVA_HOME=/usr/lib/jvm/java-19-amazon-corretto

RUN apt-get update -y \
&& apt-get install -y lsof curl ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 language-pack-ja
&& apt-get install -y lsof curl ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 language-pack-ja-base language-pack-ja \
&& locale-gen ja_JP.UTF-8

ENV LC_ALL="ja_JP.UTF-8"
ENV LANG="ja_JP.UTF-8"
Expand Down
5 changes: 3 additions & 2 deletions Amazon-Corretto-JP/Amazon-Corretto-20_JP/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$TARGETOS/$TARGETARCH debian:buster-slim
FROM --platform=$TARGETOS/$TARGETARCH ubuntu:22.04

LABEL author="Jumala9163" maintainer="Kome-Lab"

Expand All @@ -24,7 +24,8 @@ RUN set -eux \
ENV JAVA_HOME=/usr/lib/jvm/java-20-amazon-corretto

RUN apt-get update -y \
&& apt-get install -y lsof curl ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 language-pack-ja
&& apt-get install -y lsof curl ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 language-pack-ja-base language-pack-ja \
&& locale-gen ja_JP.UTF-8

ENV LC_ALL="ja_JP.UTF-8"
ENV LANG="ja_JP.UTF-8"
Expand Down
5 changes: 3 additions & 2 deletions Amazon-Corretto-JP/Amazon-Corretto-21_JP/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$TARGETOS/$TARGETARCH debian:buster-slim
FROM --platform=$TARGETOS/$TARGETARCH ubuntu:22.04

LABEL author="Jumala9163" maintainer="Kome-Lab"

Expand All @@ -24,7 +24,8 @@ RUN set -eux \
ENV JAVA_HOME=/usr/lib/jvm/java-21-amazon-corretto

RUN apt-get update -y \
&& apt-get install -y lsof curl ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 language-pack-ja
&& apt-get install -y lsof curl ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 language-pack-ja-base language-pack-ja \
&& locale-gen ja_JP.UTF-8

ENV LC_ALL="ja_JP.UTF-8"
ENV LANG="ja_JP.UTF-8"
Expand Down
5 changes: 3 additions & 2 deletions Amazon-Corretto-JP/Amazon-Corretto-8_JP/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$TARGETOS/$TARGETARCH debian:buster-slim
FROM --platform=$TARGETOS/$TARGETARCH ubuntu:22.04

LABEL author="Jumala9163" maintainer="Kome-Lab"

Expand All @@ -24,7 +24,8 @@ RUN set -eux \
ENV JAVA_HOME=/usr/lib/jvm/java-1.8.0-amazon-corretto

RUN apt-get update -y \
&& apt-get install -y lsof curl ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 language-pack-ja
&& apt-get install -y lsof curl ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 language-pack-ja-base language-pack-ja \
&& locale-gen ja_JP.UTF-8

ENV LC_ALL="ja_JP.UTF-8"
ENV LANG="ja_JP.UTF-8"
Expand Down

0 comments on commit 3b0602d

Please sign in to comment.