Sign inSign up

lciclcazz/lca-java-base

By lciclcazz

•Updated about 9 years ago

- Maven - JDK 8 - Git - base on alpine

Image
0

10K+

lciclcazz/lca-java-base repository overview

⁠README

#*******************************************************************************

⁠# add SSH key

#*******************************************************************************

⁠RUN \

⁠chmod 600 /tmp/id_rsa && \

⁠eval $(ssh-agent) && \

⁠echo -e "StrictHostKeyChecking no" >> /etc/ssh/ssh_config && \

⁠ssh-add /tmp/id_rsa && \

⁠# clone some private repo

⁠git clone --depth 1 --branch develop [email protected]⁠:farazdagi/some-repo.git && \

⁠

⁠# install and cleanup

⁠# ..some installation instructions

⁠apk del git openssh-client && \

⁠rm /tmp/id_rsa

Tag summary

Content type

Image

Digest

Size

91.5 MB

Last updated

about 9 years ago

docker pull lciclcazz/lca-java-base