All Projects → alphagov → paas-docker-cloudfoundry-tools

alphagov / paas-docker-cloudfoundry-tools

Licence: MIT license
No description or website provided.

Programming Languages

ruby
36898 projects - #4 most used programming language
Dockerfile
14818 projects
HCL
1544 projects
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to paas-docker-cloudfoundry-tools

paas-aiven-broker
A service broker to provide Aiven Elasticsearch and InfluxDB services to Cloud Foundry users
Stars: ✭ 15 (-50%)
Mutual labels:  reliability-engineering, paas, cloud-foundry
Nucleus
Platform as a Service API abstraction layer.
Stars: ✭ 28 (-6.67%)
Mutual labels:  paas, cloud-foundry
Stratos
Stratos: Web-based Management UI for Cloud Foundry and Kubernetes
Stars: ✭ 209 (+596.67%)
Mutual labels:  paas, cloud-foundry
distros.bid
A saas to create drupal websites in seconds using docker containers.
Stars: ✭ 16 (-46.67%)
Mutual labels:  paas
tails
tails enables you to view, edit, and organize all your programming projects in one place
Stars: ✭ 20 (-33.33%)
Mutual labels:  paas
antifreeze
Cloud Foundry CLI plugin to detect if an app doesn't match the manifest
Stars: ✭ 21 (-30%)
Mutual labels:  cloud-foundry
CADLab Loyalty
This is a end to end Loyalty business scenario
Stars: ✭ 21 (-30%)
Mutual labels:  paas
spring-boot-cities-service
A Spring Boot + Spring Data + Spring Cloud Connectors demo app
Stars: ✭ 13 (-56.67%)
Mutual labels:  cloud-foundry
overview-broker
A service broker that provides an overview of its service instances and bindings. Conforms to the Open Service Broker API standard.
Stars: ✭ 18 (-40%)
Mutual labels:  cloud-foundry
deep cox mixtures
Code for the paper "Deep Cox Mixtures for Survival Regression", Machine Learning for Healthcare Conference 2021
Stars: ✭ 22 (-26.67%)
Mutual labels:  reliability-engineering
minio-boshrelease
MinIO release for http://bosh.io/
Stars: ✭ 31 (+3.33%)
Mutual labels:  cloud-foundry
barcelona
PaaS built on top of AWS
Stars: ✭ 46 (+53.33%)
Mutual labels:  paas
deployadactyl
Make deployment downtime extinct
Stars: ✭ 81 (+170%)
Mutual labels:  cloud-foundry
dokku-http-auth
dokku plugin that gives the ability to manage HTTP basic auth for an application
Stars: ✭ 71 (+136.67%)
Mutual labels:  paas
stackdriver-tools
Stackdriver Nozzle for Cloud Foundry Loggregator, Host Monitoring Agents BOSH Release
Stars: ✭ 22 (-26.67%)
Mutual labels:  cloud-foundry
bosh-kubernetes-cpi-release
The goal for this project is to provide a fully functional BOSH CPI. It will eventually allow to deploy any BOSH release to any Kubernetes cluster.
Stars: ✭ 29 (-3.33%)
Mutual labels:  cloud-foundry
gsp
GSP is a container platform and curated suite of components helping government deploy, run, observe and secure their services
Stars: ✭ 31 (+3.33%)
Mutual labels:  reliability-engineering
starter-kit
Starter kit for full-stack JavaScript projects
Stars: ✭ 21 (-30%)
Mutual labels:  cloud-foundry
cloud-cap-risk-management
The SAP Risk Management example applications show how to deploy a CAP (SAP Cloud Application Programming model) application to Cloud Foundry and Kyma.
Stars: ✭ 36 (+20%)
Mutual labels:  cloud-foundry
vault-boshrelease
No description or website provided.
Stars: ✭ 29 (-3.33%)
Mutual labels:  cloud-foundry

PaaS Docker Cloud Foundry tools

Contains Dockerfiles to build docker images for Cloud Foundry tools and other tools we use regularly.

Each directory with a Dockerfile relates to a container and will have repository of the same name in Docker Hub.

How to add a new container

You can add a new container you only need to add these files:

  • The Dockerfile and support files to build the image.
  • A README.md file describing the container
  • A workflow to allow building the container. Use one of the existing ones in '.github/workflows/image_*.yml' for reference.
  • Optional: a *_spec.rb file to test the container.

Note: The repository must be added to Docker Hub manually

Rake tasks

Tasks to build and tests the containers will be generated automatically:

  • rake build:bosh-init builds the container under ./bosh-init
  • rake build:all builds all containers
  • rake spec:bosh-init tests the container under ./bosh-init
  • rake spec:all tests all the containers

Travis will execute the tasks build:all and spec:all

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].