9 results for “topic:docker-ci”
Speed up your Docker-based builds on CircleCI, GitLab CI/CD, and GitHub Actions with Docker Layer Caching and BuildKit
:whale: Docker CI/CD :recycle: w/ CircleCI :o:, Github :octocat:, Dockerhub :ship:, Tutum :whale2: & AWS :package:
A git repository for a docker image imagen with a set of tool to do CI / CD
Docker CI CD with Circle CI and Docker Hub.
CLI Application for handling orders. Using gitlabCi and dockerhub integration.
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 container to run elaborated CI
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",...]} ]