# cloudpipeline-base **Repository Path**: mirrors_spring-cloud/cloudpipeline-base ## Basic Information - **Project Name**: cloudpipeline-base - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-18 - **Last Updated**: 2025-08-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cloudpipeline-base is no longer actively maintained by VMware, Inc. # Pipeline-base [![](https://images.microbadger.com/badges/image/cloudpipelines/pipeline-base-git.svg)](https://microbadger.com/images/cloudpipelines/pipeline-base "Get your own image badge on microbadger.com") Alpine docker image with openjdk and git and bash, ruby and other libraries required for the opinionated pipeline. ## How to do it Follow the instructions starting from [https://docs.docker.com/engine/getstarted/step_four/](here) ``` $ docker build -t pipeline-base . --no-cache $ docker images // find the proper image e.g. 95610717ba45 // pick proper version e.g. 0.1.0 $ docker tag 95610717ba45 cloudpipelines/pipeline-base:0.1.0 $ docker tag 95610717ba45 cloudpipelines/pipeline-base:latest $ docker login $ docker push cloudpipelines/pipeline-base ```