-
Notifications
You must be signed in to change notification settings - Fork 296
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 tag 'release' is missing #1875
Comments
It's work in progress. Following issues exist: - There is no `release` tag in the docker image. See [shaarli#1875](shaarli#1875) - Example NGINX reverse proxy config is missing - Example of generating systemd unit files and install them is missing
It's been introduced after v0.12.1, but there has been no new release since, hence there is no image tagged In the mean time you can use the |
Currently I use the |
Correct. For the next release we will also delete |
I think it's not necessary to wait for the next release. We should tag the current |
Done. $ sudo docker pull shaarli/shaarli:stable
stable: Pulling from shaarli/shaarli
339de151aab4: Pull complete
014a37916ac2: Pull complete
747e219c257d: Pull complete
940bf69b4cba: Pull complete
9e0b588979b0: Pull complete
3d08f6500d50: Pull complete
cef6951c288e: Pull complete
94d33678c1b1: Pull complete
Digest: sha256:441d93a5c98169ce2973583712e1bee85790014452dcf252acf6bf85a9e6885a
Status: Downloaded newer image for shaarli/shaarli:stable
docker.io/shaarli/shaarli:stable
$ sudo docker tag shaarli/shaarli:stable shaarli/shaarli:release
$ sudo docker login
...
Login Succeeded
$ sudo docker push shaarli/shaarli:release
The push refers to repository [docker.io/shaarli/shaarli]
4197ebb5c4c8: Layer already exists
cbdfc3bc4cba: Layer already exists
4624195c4450: Layer already exists
251d82b0938d: Layer already exists
1c623c8eb0b6: Layer already exists
d91d8c5560b9: Layer already exists
177c86a40748: Layer already exists
32f366d666a5: Layer already exists
release: digest: sha256:441d93a5c98169ce2973583712e1bee85790014452dcf252acf6bf85a9e6885a size: 1992
$ sudo docker logout
Removing login credentials for https://index.docker.io/v1/ |
The docs for Docer say:
But the image doesn't seem to contain a
release
tag:release
to the docker image that points to the latest stable release?The text was updated successfully, but these errors were encountered: