Git Product home page Git Product logo

docker-source-checksum's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

docker-source-checksum's Issues

Linking to a supporting project

So, I'm working on a docker image for monorepos (or even standalone projects) to help with my prefered workflow. I'm super excited about this project!

Here's two other projects in this space that I think make a killer combination:

  • docker-image-tag (written in go) -- this allows you to check if a given tag exists for a remote image before calling docker build
  • kaniko -- allows you to build docker-formatted OCI images without using docker....making it perfect to use in docker in CI

Taken together these three projects should allow me to do this:

  1. Use docker-source-checksum to calculate the docker tag I would build at this point in git history in CI
  2. Use docker-image-tag to see if the tag exists without doing a ton of extra network IO
  3. Use kaniko to build the image if the tag does not already exist, and to push that tag out
  4. Use the resulting docker image for the rest of my CI pipeline for testing/deployment to production (say fly.io)

There's no particular action item here, just wanted to point out to anyone interested in this project that those other two projects are probably interesting to them as well.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.