Skip to content

Commit

Permalink
Fix all LANG instances without =
Browse files Browse the repository at this point in the history
  • Loading branch information
lutkerd committed Oct 7, 2024
1 parent 5e7922f commit 493c9e2
Show file tree
Hide file tree
Showing 44 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion 11/headful/al2023/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ RUN set -eux \
&& dnf clean all \
&& sed -i '/localpkg_gpgcheck=1/d' /etc/dnf/dnf.conf

ENV LANG C.UTF-8
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/java-11-amazon-corretto
2 changes: 1 addition & 1 deletion 11/headless/al2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ RUN set -eux \
&& rm -rf /var/cache/yum \
&& sed -i '/localpkg_gpgcheck=1/d' /etc/yum.conf

ENV LANG C.UTF-8
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/java-11-amazon-corretto
2 changes: 1 addition & 1 deletion 11/headless/al2023/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ RUN set -eux \
&& dnf clean all \
&& sed -i '/localpkg_gpgcheck=1/d' /etc/dnf/dnf.conf

ENV LANG C.UTF-8
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/java-11-amazon-corretto
2 changes: 1 addition & 1 deletion 11/jdk/al2-generic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ RUN set -eux \
&& yum install -y fontconfig \
&& yum clean all

ENV LANG C.UTF-8
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/java-11-amazon-corretto
2 changes: 1 addition & 1 deletion 11/jdk/al2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ RUN set -eux \
&& rm -rf /var/cache/yum \
&& sed -i '/localpkg_gpgcheck=1/d' /etc/yum.conf

ENV LANG C.UTF-8
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/java-11-amazon-corretto
2 changes: 1 addition & 1 deletion 11/jdk/al2023/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ RUN set -eux \
&& dnf clean all \
&& sed -i '/localpkg_gpgcheck=1/d' /etc/dnf/dnf.conf

ENV LANG C.UTF-8
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/java-11-amazon-corretto
2 changes: 1 addition & 1 deletion 11/jdk/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ RUN set -eux \
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
curl gnupg software-properties-common

ENV LANG C.UTF-8
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/java-11-amazon-corretto
2 changes: 1 addition & 1 deletion 17/headful/al2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ RUN set -eux \
&& rm -rf /var/cache/yum \
&& sed -i '/localpkg_gpgcheck=1/d' /etc/yum.conf

ENV LANG C.UTF-8
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/java-17-amazon-corretto
2 changes: 1 addition & 1 deletion 17/headful/al2023/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ RUN set -eux \
&& dnf clean all \
&& sed -i '/localpkg_gpgcheck=1/d' /etc/dnf/dnf.conf

ENV LANG C.UTF-8
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/java-17-amazon-corretto
2 changes: 1 addition & 1 deletion 17/headless/al2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ RUN set -eux \
&& rm -rf /var/cache/yum \
&& sed -i '/localpkg_gpgcheck=1/d' /etc/yum.conf

ENV LANG C.UTF-8
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/java-17-amazon-corretto
2 changes: 1 addition & 1 deletion 17/headless/al2023/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ RUN set -eux \
&& dnf clean all \
&& sed -i '/localpkg_gpgcheck=1/d' /etc/dnf/dnf.conf

ENV LANG C.UTF-8
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/java-17-amazon-corretto
2 changes: 1 addition & 1 deletion 17/jdk/al2-generic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ RUN set -eux \
&& yum install -y fontconfig \
&& yum clean all

ENV LANG C.UTF-8
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/java-17-amazon-corretto
2 changes: 1 addition & 1 deletion 17/jdk/al2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ RUN set -eux \
&& rm -rf /var/cache/yum \
&& sed -i '/localpkg_gpgcheck=1/d' /etc/yum.conf

ENV LANG C.UTF-8
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/java-17-amazon-corretto
2 changes: 1 addition & 1 deletion 17/jdk/al2023/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ RUN set -eux \
&& dnf clean all \
&& sed -i '/localpkg_gpgcheck=1/d' /etc/dnf/dnf.conf

ENV LANG C.UTF-8
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/java-17-amazon-corretto
2 changes: 1 addition & 1 deletion 17/jdk/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ RUN set -eux \
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
curl gnupg software-properties-common

ENV LANG C.UTF-8
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/java-17-amazon-corretto
2 changes: 1 addition & 1 deletion 17/slim/al2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ RUN set -eux \
--slave /usr/bin/jstatd jstatd /usr/lib/jvm/java-17-amazon-corretto/bin/jstatd \
&& yum clean all

ENV LANG C.UTF-8
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/java-17-amazon-corretto
2 changes: 1 addition & 1 deletion 17/slim/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ RUN wget -O /THIRD-PARTY-LICENSES-20200824.tar.gz https://corretto.aws/downloads



ENV LANG C.UTF-8
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/default-jvm
ENV PATH=$PATH:/usr/lib/jvm/default-jvm/bin
2 changes: 1 addition & 1 deletion 17/slim/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ RUN set -ux \
done


ENV LANG C.UTF-8
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/java-17-amazon-corretto
2 changes: 1 addition & 1 deletion 21/headful/al2023/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ RUN set -eux \
&& dnf clean all \
&& sed -i '/localpkg_gpgcheck=1/d' /etc/dnf/dnf.conf

ENV LANG C.UTF-8
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/java-21-amazon-corretto
2 changes: 1 addition & 1 deletion 21/headless/al2023/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ RUN set -eux \
&& dnf clean all \
&& sed -i '/localpkg_gpgcheck=1/d' /etc/dnf/dnf.conf

ENV LANG C.UTF-8
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/java-21-amazon-corretto
2 changes: 1 addition & 1 deletion 21/jdk/al2-generic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ RUN set -eux \
&& yum install -y fontconfig \
&& yum clean all

ENV LANG C.UTF-8
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/java-21-amazon-corretto
2 changes: 1 addition & 1 deletion 21/jdk/al2023/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ RUN set -eux \
&& dnf clean all \
&& sed -i '/localpkg_gpgcheck=1/d' /etc/dnf/dnf.conf

ENV LANG C.UTF-8
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/java-21-amazon-corretto
2 changes: 1 addition & 1 deletion 21/jdk/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ RUN set -eux \
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
curl gnupg software-properties-common

ENV LANG C.UTF-8
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/java-21-amazon-corretto
2 changes: 1 addition & 1 deletion 21/slim/al2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ RUN set -eux \
--slave /usr/bin/jstatd jstatd /usr/lib/jvm/java-21-amazon-corretto/bin/jstatd \
&& yum clean all

ENV LANG C.UTF-8
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/java-21-amazon-corretto
2 changes: 1 addition & 1 deletion 21/slim/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ RUN wget -O /THIRD-PARTY-LICENSES-20200824.tar.gz https://corretto.aws/downloads



ENV LANG C.UTF-8
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/default-jvm
ENV PATH=$PATH:/usr/lib/jvm/default-jvm/bin
2 changes: 1 addition & 1 deletion 21/slim/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ RUN set -ux \
done


ENV LANG C.UTF-8
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/java-21-amazon-corretto
2 changes: 1 addition & 1 deletion 22/headful/al2023/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ RUN set -eux \
&& dnf clean all \
&& sed -i '/localpkg_gpgcheck=1/d' /etc/dnf/dnf.conf

ENV LANG C.UTF-8
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/java-22-amazon-corretto
2 changes: 1 addition & 1 deletion 22/headless/al2023/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ RUN set -eux \
&& dnf clean all \
&& sed -i '/localpkg_gpgcheck=1/d' /etc/dnf/dnf.conf

ENV LANG C.UTF-8
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/java-22-amazon-corretto
2 changes: 1 addition & 1 deletion 22/jdk/al2023/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ RUN set -eux \
&& dnf clean all \
&& sed -i '/localpkg_gpgcheck=1/d' /etc/dnf/dnf.conf

ENV LANG C.UTF-8
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/java-22-amazon-corretto
2 changes: 1 addition & 1 deletion 22/jdk/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ RUN set -eux \
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
curl gnupg software-properties-common

ENV LANG C.UTF-8
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/java-22-amazon-corretto
2 changes: 1 addition & 1 deletion 22/slim/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ RUN wget -O /THIRD-PARTY-LICENSES-20200824.tar.gz https://corretto.aws/downloads



ENV LANG C.UTF-8
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/default-jvm
ENV PATH=$PATH:/usr/lib/jvm/default-jvm/bin
2 changes: 1 addition & 1 deletion 22/slim/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ RUN set -ux \
done


ENV LANG C.UTF-8
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/java-22-amazon-corretto
2 changes: 1 addition & 1 deletion 23/headful/al2023/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ RUN set -eux \
&& dnf clean all \
&& sed -i '/localpkg_gpgcheck=1/d' /etc/dnf/dnf.conf

ENV LANG C.UTF-8
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/java-23-amazon-corretto
2 changes: 1 addition & 1 deletion 23/headless/al2023/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ RUN set -eux \
&& dnf clean all \
&& sed -i '/localpkg_gpgcheck=1/d' /etc/dnf/dnf.conf

ENV LANG C.UTF-8
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/java-23-amazon-corretto
2 changes: 1 addition & 1 deletion 23/jdk/al2023/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ RUN set -eux \
&& dnf clean all \
&& sed -i '/localpkg_gpgcheck=1/d' /etc/dnf/dnf.conf

ENV LANG C.UTF-8
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/java-23-amazon-corretto
2 changes: 1 addition & 1 deletion 23/jdk/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ RUN set -eux \
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
curl gnupg software-properties-common

ENV LANG C.UTF-8
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/java-23-amazon-corretto
2 changes: 1 addition & 1 deletion 23/slim/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ RUN wget -O /THIRD-PARTY-LICENSES-20200824.tar.gz https://corretto.aws/downloads



ENV LANG C.UTF-8
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/default-jvm
ENV PATH=$PATH:/usr/lib/jvm/default-jvm/bin
2 changes: 1 addition & 1 deletion 23/slim/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ RUN set -ux \
done


ENV LANG C.UTF-8
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/java-23-amazon-corretto
2 changes: 1 addition & 1 deletion 8/jdk/al2-generic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ RUN set -eux \
&& yum install -y fontconfig \
&& yum clean all

ENV LANG C.UTF-8
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/java-1.8.0-amazon-corretto
2 changes: 1 addition & 1 deletion 8/jdk/al2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ RUN set -eux \
&& rm -rf /var/cache/yum \
&& sed -i '/localpkg_gpgcheck=1/d' /etc/yum.conf

ENV LANG C.UTF-8
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/java-1.8.0-amazon-corretto
2 changes: 1 addition & 1 deletion 8/jdk/al2023/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ RUN set -eux \
&& rm -rf /var/cache/yum \
&& sed -i '/localpkg_gpgcheck=1/d' /etc/dnf/dnf.conf

ENV LANG C.UTF-8
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/java-1.8.0-amazon-corretto
2 changes: 1 addition & 1 deletion 8/jdk/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ RUN set -eux \
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
curl gnupg software-properties-common

ENV LANG C.UTF-8
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/java-1.8.0-amazon-corretto
2 changes: 1 addition & 1 deletion 8/jre/al2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ RUN set -eux \
&& rm -rf /var/cache/yum \
&& sed -i '/localpkg_gpgcheck=1/d' /etc/yum.conf

ENV LANG C.UTF-8
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/java-1.8.0-amazon-corretto/jre
2 changes: 1 addition & 1 deletion 8/jre/al2023/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ RUN set -eux \
&& dnf clean all \
&& sed -i '/localpkg_gpgcheck=1/d' /etc/dnf/dnf.conf

ENV LANG C.UTF-8
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/java-1.8.0-amazon-corretto/jre

0 comments on commit 493c9e2

Please sign in to comment.