Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove all tags of CentOS (now fully EOL) #583

Merged
merged 1 commit into from
Jul 3, 2024
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
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
Loading