add openjdk
This commit is contained in:
parent
63fc9e2440
commit
2314b3aba8
14
org/alt/openjdk21/Dockerfile.template
Normal file
14
org/alt/openjdk21/Dockerfile.template
Normal file
@ -0,0 +1,14 @@
|
||||
FROM {{ registry }}{{ organization }}/buildpack-deps:{{ branch }}
|
||||
|
||||
MAINTAINER alt-cloud
|
||||
|
||||
LABEL org.opencontainers.image.title="openjdk21"
|
||||
LABEL org.opencontainers.image.description="OpenJDK 21 Runtime Environment"
|
||||
LABEL org.opencontainers.image.source="https://openjdk-sources.osci.io"
|
||||
LABEL org.opencontainers.image.licenses="Apache-1.1 and Apache-2.0 and BSD and BSD with advertising and GPL-2.0 and GPL-2.0 with exceptions and IJG and LGPL-2.0+ and MIT and MPL-2.0 and ALT-Public-Domain and W3C and Zlib and ISC and FTL and RSA-MD"
|
||||
LABEL org.opencontainers.image.vendor="ALT Linux Team"
|
||||
|
||||
{{ install_packages(
|
||||
"java-21-openjdk",
|
||||
"java-21-openjdk-devel"
|
||||
) }}
|
1
org/alt/openjdk21/test
Normal file
1
org/alt/openjdk21/test
Normal file
@ -0,0 +1 @@
|
||||
javac --version && java --version
|
Loading…
Reference in New Issue
Block a user