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

Add Zulu Images from Azul systems #16141

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 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
98 changes: 98 additions & 0 deletions library/azul-zulu
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
Maintainers: Anton Kozlov <[email protected]> (@AntonKozlov), Sergey Grinev <[email protected]> (@sgrinev)
GitRepo: https://github.com/zulu-openjdk/zulu-openjdk


#-----ubuntu-----

Tags: 8-ubuntu, 8u382-ubuntu, 8u382-8.72.0.17-ubuntu
Architectures: amd64, arm64v8
GitCommit: 63034147c1ec9aab2f3b6aeced311c500f4586d9
Directory: ubuntu/8-latest

Tags: 11-ubuntu, 11.0.20-ubuntu, 11.0.20-11.66.15-ubuntu
Architectures: amd64, arm64v8
GitCommit: 63034147c1ec9aab2f3b6aeced311c500f4586d9
Directory: ubuntu/11-latest

Tags: 17-ubuntu, 17.0.8-ubuntu, 17.0.8-17.44.15-ubuntu
Architectures: amd64, arm64v8
GitCommit: 63034147c1ec9aab2f3b6aeced311c500f4586d9
Directory: ubuntu/17-latest

Tags: 20-ubuntu, 20.0.2-ubuntu, 20.0.2-20.32.11-ubuntu
Architectures: amd64, arm64v8
GitCommit: 63034147c1ec9aab2f3b6aeced311c500f4586d9
Directory: ubuntu/20-latest

#-----alpine-----

Tags: 8-alpine, 8u382-alpine, 8u382-8.72.0.17-alpine
Architectures: amd64, arm64v8
GitCommit: 63034147c1ec9aab2f3b6aeced311c500f4586d9
Directory: alpine/8-latest

Tags: 11-alpine, 11.0.20-alpine, 11.0.20-11.66.15-alpine
Architectures: amd64, arm64v8
GitCommit: 63034147c1ec9aab2f3b6aeced311c500f4586d9
Directory: alpine/11-latest

Tags: 17-alpine, 17.0.8-alpine, 17.0.8-17.44.15-alpine
Architectures: amd64, arm64v8
GitCommit: 63034147c1ec9aab2f3b6aeced311c500f4586d9
Directory: alpine/17-latest

Tags: 20-alpine, 20.0.2-alpine, 20.0.2-20.32.11-alpine
Architectures: amd64, arm64v8
GitCommit: 63034147c1ec9aab2f3b6aeced311c500f4586d9
Directory: alpine/20-latest

#-----debian-----

Tags: 8-debian, 8u382-debian, 8u382-8.72.0.17-debian
Architectures: amd64, arm64v8
GitCommit: 63034147c1ec9aab2f3b6aeced311c500f4586d9
Directory: debian/8-latest

Tags: 11-debian, 11.0.20-debian, 11.0.20-11.66.15-debian
Architectures: amd64, arm64v8
GitCommit: 63034147c1ec9aab2f3b6aeced311c500f4586d9
Directory: debian/11-latest

Tags: 17-debian, 17.0.8-debian, 17.0.8-17.44.15-debian
Architectures: amd64, arm64v8
GitCommit: 63034147c1ec9aab2f3b6aeced311c500f4586d9
Directory: debian/17-latest

Tags: 20-debian, 20.0.2-debian, 20.0.2-20.32.11-debian
Architectures: amd64, arm64v8
GitCommit: 63034147c1ec9aab2f3b6aeced311c500f4586d9
Directory: debian/20-latest

#-----centos-----

Tags: 8-centos, 8u382-centos, 8u382-8.72.0.17-centos
Architectures: amd64, arm64v8
GitCommit: a84ae34861c5e41fbb2f7c62d11abe3a18071c9f
Directory: centos/8-latest

Tags: 11-centos, 11.0.20-centos, 11.0.20-11.66.15-centos
Architectures: amd64, arm64v8
GitCommit: a84ae34861c5e41fbb2f7c62d11abe3a18071c9f
Directory: centos/11-latest

Tags: 17-centos, 17.0.8-centos, 17.0.8-17.44.15-centos
Architectures: amd64, arm64v8
GitCommit: a84ae34861c5e41fbb2f7c62d11abe3a18071c9f
Directory: centos/17-latest

Tags: 20-centos, 20.0.2-centos, 20.0.2-20.32.11-centos
Architectures: amd64, arm64v8
GitCommit: a84ae34861c5e41fbb2f7c62d11abe3a18071c9f
Directory: centos/20-latest

#-----distroless----

Tags: 17-distroless, 17.0.8-distroless, 17.0.8-17.44.15-distroless
Architectures: amd64
GitCommit: a84ae34861c5e41fbb2f7c62d11abe3a18071c9f
Directory: distroless/17-latest
8 changes: 8 additions & 0 deletions test/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ testAlias+=(
[eclipse-temurin]='openjdk'
[sapmachine]='openjdk'
[ibm-semeru-runtimes]='openjdk'
[azul-zulu]='openjdk'

[jruby]='ruby'
[pypy]='python'
Expand Down Expand Up @@ -302,6 +303,13 @@ globalExcludeTests+=(
[openjdk:slim_java-uimanager-font]=1
[openjdk:nanoserver_java-uimanager-font]=1

# skip tests for distroless
[azul-zulu:distroless_utc]=1
[azul-zulu:distroless_no-hard-coded-passwords]=1
[azul-zulu:distroless_java-hello-world]=1
[azul-zulu:distroless_java-uimanager-font]=1
[azul-zulu:distroless_java-ca-certificates]=1

# the Swift slim images are not expected to be able to run the swift-hello-world test because it involves compiling Swift code. The slim images are for running an already built binary.
# https://github.com/docker-library/official-images/pull/6302#issuecomment-512181863
[swift:slim_swift-hello-world]=1
Expand Down
Loading