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.

docker `latest` tag has wrong version format $-react-$-js-$

See original GitHub issue

Description

Element version in element-web does not appear as normalized, i.e. 1.7.28

Steps to reproduce

  • View Help & About in element-web settings

Describe how what happens differs from what you expected.

Element version in element-web should appear as normalized, i.e. 1.7.28

Logs being sent: no

1

Version information

  • Platform: web (in-browser)

For the web app:

  • Browser: Firefox 88.0.1
  • OS: Ubuntu
  • URL: (private) Element version: 93e6abefedef-react-93e6abefedef-js-93e6abefedef

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
turt2livecommented, Aug 17, 2021

This is because we’ve been doing manual builds. The automated builds still haven’t been fixed.

2reactions
t3chguycommented, May 17, 2021

You are on a develop version, so the version is made up of the git hashes at the time of the build. Release versions are exactly as you desire, 1.7.27: https://app.element.io/version

image

Given that non-release builds can be based on any branch, there’s no total order so a numerical version is not useful to anyone if they want to know exactly what code they are running. There’d need to be some look-up list which just makes things more painful for everyone involved for 0 gain.

Read more comments on GitHub >

github_iconTop Results From Across the Web

What's Wrong With The Docker :latest Tag? - vsupalov.com
Some people expect that :latest always points to the most-recently-pushed version of an image. That's not true. It's just the tag which is...
Read more >
docker tag
docker tag : An image name is made up of slash-separated name components, optionally prefixed by a registry hostname. The hostname must comply...
Read more >
Docker error: invalid reference format: repository name must ...
The invalid reference format error message means docker cannot convert the string you've provided to an image. This may be an invalid name, ......
Read more >
Unable to use COPY --from , docker build trying to pull image
Steps to reproduce the issue: Run docker version 18.09.0; Create docker file with above contents; Run docker build . -t [image tag]. Describe ......
Read more >
Understanding Docker image tags and publishing ... - ITNEXT
If a Docker Hub repository doesn't have an image with :latest tag, then $ docker run thatisuday/version will result in an error. Hence,...
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