8000 GitHub - akari0624/MyDockerFiles
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

akari0624/MyDockerFiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Dockerfiles to build the image that I use in my daily IT...

  • gradle_4.10.2
    • now alpine 3.9 (depend on openjdk:8-jdk-alpine:latest)
    • jdk 8
    • suit for old JAVA environment, because Gradle 5 start to not support to produce JAVA 5 bytecode
    • will be root when in container (in order to apk add ..dependencies)
    • openssh, sshpass, bash, sudo pre-installed.(apline did not have these dependencies)
    • I take the reference from offical gradle image docker file to write this my own
    • I have been use it in CI/CD pipeline in my java-library developing.
    • docker-hub url

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0