Skip to content

Commit

Permalink
Remove all tags of CentOS (now fully EOL) (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams authored Jul 3, 2024
1 parent 492644b commit 05f3047
Show file tree
Hide file tree
Showing 60 changed files with 81 additions and 1,508 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ library/
.vscode/
__pycache__/
/adoptium_cache.sqlite
lib/
bin/
pyvenv.cfg
4 changes: 2 additions & 2 deletions 11/jdk/alpine/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ if [ -n "$USE_SYSTEM_CA_CERTS" ]; then
# system location, for whatever reason.
if [ -d /certificates ] && [ "$(ls -A /certificates 2>/dev/null)" ]; then

# UBI/CentOS
# UBI
if [ -d /usr/share/pki/ca-trust-source/anchors/ ]; then
cp -La /certificates/* /usr/share/pki/ca-trust-source/anchors/
fi
Expand All @@ -67,7 +67,7 @@ if [ -n "$USE_SYSTEM_CA_CERTS" ]; then
fi
fi

# UBI/CentOS
# UBI
if which update-ca-trust >/dev/null; then
update-ca-trust
fi
Expand Down
88 changes: 0 additions & 88 deletions 11/jdk/centos/Dockerfile

This file was deleted.

89 changes: 0 additions & 89 deletions 11/jdk/centos/entrypoint.sh

This file was deleted.

4 changes: 2 additions & 2 deletions 11/jdk/ubi/ubi9-minimal/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ if [ -n "$USE_SYSTEM_CA_CERTS" ]; then
# system location, for whatever reason.
if [ -d /certificates ] && [ "$(ls -A /certificates 2>/dev/null)" ]; then

# UBI/CentOS
# UBI
if [ -d /usr/share/pki/ca-trust-source/anchors/ ]; then
cp -La /certificates/* /usr/share/pki/ca-trust-source/anchors/
fi
Expand All @@ -67,7 +67,7 @@ if [ -n "$USE_SYSTEM_CA_CERTS" ]; then
fi
fi

# UBI/CentOS
# UBI
if which update-ca-trust >/dev/null; then
update-ca-trust
fi
Expand Down
4 changes: 2 additions & 2 deletions 11/jdk/ubuntu/focal/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ if [ -n "$USE_SYSTEM_CA_CERTS" ]; then
# system location, for whatever reason.
if [ -d /certificates ] && [ "$(ls -A /certificates 2>/dev/null)" ]; then

# UBI/CentOS
# UBI
if [ -d /usr/share/pki/ca-trust-source/anchors/ ]; then
cp -La /certificates/* /usr/share/pki/ca-trust-source/anchors/
fi
Expand All @@ -67,7 +67,7 @@ if [ -n "$USE_SYSTEM_CA_CERTS" ]; then
fi
fi

# UBI/CentOS
# UBI
if which update-ca-trust >/dev/null; then
update-ca-trust
fi
Expand Down
4 changes: 2 additions & 2 deletions 11/jdk/ubuntu/jammy/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ if [ -n "$USE_SYSTEM_CA_CERTS" ]; then
# system location, for whatever reason.
if [ -d /certificates ] && [ "$(ls -A /certificates 2>/dev/null)" ]; then

# UBI/CentOS
# UBI
if [ -d /usr/share/pki/ca-trust-source/anchors/ ]; then
cp -La /certificates/* /usr/share/pki/ca-trust-source/anchors/
fi
Expand All @@ -67,7 +67,7 @@ if [ -n "$USE_SYSTEM_CA_CERTS" ]; then
fi
fi

# UBI/CentOS
# UBI
if which update-ca-trust >/dev/null; then
update-ca-trust
fi
Expand Down
4 changes: 2 additions & 2 deletions 11/jre/alpine/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ if [ -n "$USE_SYSTEM_CA_CERTS" ]; then
# system location, for whatever reason.
if [ -d /certificates ] && [ "$(ls -A /certificates 2>/dev/null)" ]; then

# UBI/CentOS
# UBI
if [ -d /usr/share/pki/ca-trust-source/anchors/ ]; then
cp -La /certificates/* /usr/share/pki/ca-trust-source/anchors/
fi
Expand All @@ -67,7 +67,7 @@ if [ -n "$USE_SYSTEM_CA_CERTS" ]; then
fi
fi

# UBI/CentOS
# UBI
if which update-ca-trust >/dev/null; then
update-ca-trust
fi
Expand Down
84 changes: 0 additions & 84 deletions 11/jre/centos/Dockerfile

This file was deleted.

Loading

0 comments on commit 05f3047

Please sign in to comment.