Testing out concourse with the goal of taking a spring boot application into a kube or swarm cluster
Download the fly app from concourse.io
vagrant upfly -t ci loginfly -t ci execute -c ci/package-app.ymlfly -t ci set-pipeline -p greeter-pipeline -c ci/pipeline.yml --var "private-repo-key=$(cat ~/.ssh/id_rsa)" --var "docker-repo-pwd=your-password"fly -t ci unpause-pipeline -p greeter-pipelinehttp://192.168.100.4:8080/teams/main/pipelines/greeter-pipelinefly -t ci intercept -j greeter-pipeline/build-app