Speed up your Docker-based builds on CircleCI, GitLab CI/CD, and GitHub Actions with Docker Layer Caching and BuildKit
-
Updated
Apr 17, 2024 - Python
Speed up your Docker-based builds on CircleCI, GitLab CI/CD, and GitHub Actions with Docker Layer Caching and BuildKit
Fizzbuzz api listens for a http request for route '/fizzbuzz/count'. When request comes, it makes an array with fizzbuzz game rules to send as response. Like [1,2,"fizz",4,"buzz"...,14,"fizzbuzz",]
Docker CI CD with Circle CI and Docker Hub.
Checking out, learning Rust. Using gitlabCi and dockerhub integration.
This project consumes a quote api that serves a json object array ( object format of { author: "xx" quote:"xx"} ). When consume this api, the quotes are grouping by author and each quote is reversing. The result json object that program creates is like [ {author:"x" , quotes:["xx","yy",...]} ]
Add a description, image, and links to the docker-ci topic page so that developers can more easily learn about it.
To associate your repository with the docker-ci topic, visit your repo's landing page and select "manage topics."