question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Docker image contains stale mqttwarn package

See original GitHub issue

@tg44 reported at #473 about wrong output of mqttwarn --version when using the Docker image:

If you invoke docker run -it --rm jpmens/mqttwarn:0.20.0 mqttwarn --version, you will get back 0.16.0.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
amotlcommented, Jun 3, 2021

I believe it works now. After just minting another release, we now see:

$ docker run -it --rm jpmens/mqttwarn:0.23.0 mqttwarn --version
mqttwarn 0.23.0

Thank you again!

0reactions
amotlcommented, Jun 3, 2021

Hi again,

while we are confident #498 was the right thing to do, it nevertheless apparently breaks the ci/dockercloud-staging build step on CI.

This is probably something where only @jpmens can look into?

image

With kind regards, Andreas.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Docker image contains stale mqttwarn package #495
Docker images are build from layers. Every line in the dockerfile references an other image or a command, every line will result a...
Read more >
mqttwarn/DOCKER.md at main - GitHub
mqttwarn -slack , this command will build a Docker image called mqttwarn-slack , which includes the Slack SDK: docker build --tag=mqttwarn-slack --file= ...
Read more >
Prune unused Docker objects - Docker Documentation
The docker image prune command allows you to clean up unused images. ... This will remove all images without at least one container...
Read more >
The worst so-called “best practice” for Docker - Python⇒Speed
Many people (although fewer than in the past) will tell you not to install security updates in your Docker image. This is terrible...
Read more >
How to Build and Run Your Own Container Images - SUSE
Viewing container images as a packaging format also allows users to take ... Images include the filesystem layout, all of the required ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found