last updated: last updated: Sat Oct 8 20:48:57 CEST 2022
author: Lukasz Ochmanski (github@ochmanski.de)
Before you start it is assumed that you installed SDKMAN, Java and Gradle.
sdk install java 17.0.2-open
sdk install gradle 7.5
git clone git@github.com:ochmanskide/sdkman.candidates.java.22.2.r17-grl.darwin.intel.22.2.r17-grl-intel.git \
~/Workspace/ochmanskide/sdkman/candidates/java/22.2.r17-grl/darwin/intel
export DOCKER_HUB_HOST=$USER
cd ~/Workspace/ochmanskide/sdkman/candidates/java/22.2.r17-grl/darwin/intel
gradle docker
to push:
gradle dockerPush
to see all tasks:
gradle tasks
More about Gradle Docker Plugin: https://github.com/palantir/gradle-docker
docker pull ochmanskide/sdkman.candidates.java.22.2.r17-grl.darwin.intel.22.2.r17-grl-intel:1.0.3
REPOSITORY TAG IMAGE ID SIZE
ochmanskide/sdkman.candidates.java.22.2.r17-grl.darwin.intel.22.2.r17-grl-intel 1.0.3 220d70caefc1 520MB
docker.io/library/alpine 3.15 c4fc93816858 5.59MB
Yes, you can use this project in anyway you like. Feel free to copy, fork or do whatever you like with it.
If you have questions about licensing, feel free to email me.
if you have questions, feel free to send me an email: github@ochmanski.de
I will be happy to help you.
- yes, you could use it in the AWS environment, but you just need to install AWS-CLI.
I already prepared a shell script./scripts/install/05-install-aws-cli.sh
and10-import-rds-certificates.sh
.
Simply run it and you should be able to authenticate with all AWS resources.