Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker image updates and versioning #600

Open
Guiorgy opened this issue Nov 25, 2024 · 0 comments
Open

Docker image updates and versioning #600

Guiorgy opened this issue Nov 25, 2024 · 0 comments

Comments

@Guiorgy
Copy link

Guiorgy commented Nov 25, 2024

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": "[email protected]",
                "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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant