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.

Update Docker images on Docker Hub

See original GitHub issue

Hey, could you please 🙏 update the Docker images on Docker Hub? The platform arm32v7 does not seem to include PRs https://github.com/zewelor/bt-mqtt-gateway/pull/170 & https://github.com/zewelor/bt-mqtt-gateway/pull/172.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
zewelorcommented, Dec 22, 2020

@dbluxo It should be fixed in newest image.

1reaction
dbluxocommented, Dec 20, 2020

Hi @zewelor, after pulling your newest Docker image I now get this error:

Start in debug mode
Traceback (most recent call last):
  File "./gateway.py", line 64, in <module>
    from config import settings
  File "/application/config.py", line 4, in <module>
    with open(os.path.join(os.path.dirname(os.path.realpath(__file__)), "config.yaml"), "r") as f:
FileNotFoundError: [Errno 2] No such file or directory: '/application/config.yaml'
Gateway died...

My docker-compose.yaml:

version: '3'
services:
  mi-scale:
    image: zewelor/bt-mqtt-gateway:latest@sha256:a8f3fbafa05fcccb767d5fc94723d26762bb26ff5694540529e89a26565c358d
    container_name: bt-mqtt-gateway
    restart: unless-stopped
    network_mode: host
    environment:
    - DEBUG=true
    volumes:
      - ${PWD}/config.yaml:/config.yaml
    logging:
        driver: "json-file"
        options:
            max-size: "5m"
            max-file: "5"
Read more comments on GitHub >

github_iconTop Results From Across the Web

How To Update Docker Image And Container {3 Easy Steps}
Step 1: Check Current Version · Step 2: Pull the Latest Image · Step 3: Launch a New Updated Container.
Read more >
How to Update Docker Images to the Latest Version
To update to a newer image, you first need to pull the new version. Run the docker pull command followed by a colon...
Read more >
How to update a Docker Image - Stack Overflow
How do I update custom images when I change the DockerFile, or the Dockerfile contains time sensitive informations? If you are using the...
Read more >
Manage repositories - Docker Documentation
Docker Hub repositories allow you share container images with your team, customers, or the Docker community at large. Docker images are pushed to...
Read more >
How to Automatically Update Docker Container Images with ...
In this tutorial, you will use Watchtower with both Docker's run command and Docker Compose to automatically update a Docker image. Both methods ......
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