jesseduffield / lazydocker

The lazier way to manage everything docker
MIT License
38.7k stars 1.23k forks source link

Docker image updates and versioning #600

Open Guiorgy opened 4 days ago

Guiorgy commented 4 days ago

Though there have been a few releases on github lately, the latest tag on DockerHub still sits at Last pushed 3 years ago by lazyteam. What is the update plan for the Docker image?

Also, I tried to determine which version/commit the Docker image contains, however the two methods below both failed:

$ docker exec -it LazyDocker /bin/lazydocker --version
Version:
Date:
BuildSource: Docker
Commit:
OS: linux
Arch: amd64
$ docker inspect lazyteam/lazydocker
...
            "Labels": {
                "org.opencontainers.image.authors": "jessedduffield@gmail.com",
                "org.opencontainers.image.created": "",
                "org.opencontainers.image.description": "The lazier way to manage everything docker",
                "org.opencontainers.image.documentation": "https://github.com/jesseduffield/lazydocker",
                "org.opencontainers.image.revision": "",
                "org.opencontainers.image.source": "https://github.com/jesseduffield/lazydocker",
                "org.opencontainers.image.title": "lazydocker",
                "org.opencontainers.image.url": "https://github.com/jesseduffield/lazydocker",
                "org.opencontainers.image.version": ""
            }
...

In both cases, the version and date fields were empty. Is this intentional? Is there another way to query the version of lazydocker?