Code Monkey home page Code Monkey logo

Comments (3)

heyromnivan avatar heyromnivan commented on May 25, 2024 1

I would also add a usecase - we have several environments where service is running (dev, test, live, etc) and we'd like a finer control over which version (tag) is deployed where.
Our current solution is just build+push+trigger watchtower in the same CI pipeline run, to make it unlikely for someone elses image version slipping in before watchtower checks for updates. But that's a lot of overhead.

from watchtower.

lluisd avatar lluisd commented on May 25, 2024

It will be nice to have an API endpoint to manually update an specific container, that is in monitory only mode, to the last image available. To avoid to manually update the stale ones that I don't want to update it automatically.

image

I know that I can run multiple instances of watchtower with diferent scopes but I only want to update manually an specific container.

So considering the endpoint like localhost:8080/v1/update?images=<image_name> to keep it simple for now.

from watchtower.

JensWinkler91 avatar JensWinkler91 commented on May 25, 2024

Maybe i get you wrong but i think you can already update certain containers via API: curl -H "Authorization: Bearer mytoken" localhost:8080/v1/update?image=foo/bar,foo/baz (https://github.com/containrrr/watchtower/blob/main/docs/http-api-mode.md)

The feature I'm missing is to update a container with a specific tag.
Can anyone tell me if this feature will be coming in the future?

from watchtower.

Related Issues (20)

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.