Define a set of docker images for Buildit Pipelines RIG around Rancher Orchestration.
This repo concerns any docker images avaialbe in Docker Hub according to Buildit RIG standards.
You can pull the image from docker hub at builditftorelli/<image>
or build it with command :
docker build --tag builditftorelli/<image>:<version> .
or running the build.sh
script in the image folder.
docker run -d -p <public-port>:<container-port> -it --name my-image -v /my/volume/path:/guest/volume/path builditftorelli/<image>:<version>
RIG is a Buildit concept around the deployment of architectures in the cloud, with a resilient and dynamic approach. RIG is designed to live in any cloud provider. Buildit continuously improve the experience with innovations and sophisticated architectural solutions. In the RIG Rancher Orchestration experience it will available the deployment of multiple cloud providers and multi-purpose platform architectures.
Buildit is a World-Wide Digital Business Transformation company of Wipro Digital group.
Take a look at Buildit or Wipro Digital web sites for more information.
Please open any issue on the Issue Tracker with the subject prefix <RIG-VERSION>[-<SECTION-NAME>]-<IMAGE-NAME>:
Copyright (c) 2016-2017 BuildIt, Inc.
Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
https://opensource.org/licenses/MIT
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.