You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
I checked the Dockerfile and found that the version is passed as a custom parameter. Perhaps when building the image, you need to specify the version information for the current image being built using docker build --build-arg
@MycatQieZi The README has the following in the instructions for building a docker image manually: ... --build-arg VERSION=`git describe --abbrev=0 --tag` .... This does result in the following (PS. date still seems broken?):
However, this wasn't the point. The README also makes it seem that a docker image should only be built if you are considering contributing, otherwise you should use the prebuilt image from the Docker Hub:
Run the container:
[Instructions on running the container with the image from Docker Hub]
For development, you can build the image using:
[Instructions on building an image yourself]
However, the image on Docker Hub is extremely old, and that image hasn't had the version/date arguments properly passed when built. Was this a mistake, or will all official images not have those fields filled? This is the main point.
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
In both cases, the version and date fields were empty. Is this intentional? Is there another way to query the version of lazydocker?
The text was updated successfully, but these errors were encountered: