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

[DOCUMENTATION] Docker tag 1-16-alpine does not work slash does not exist #1112

Open
grn-dk opened this issue Jan 26, 2024 · 1 comment
Open
Assignees
Labels
status:triage Awaiting triage.

Comments

@grn-dk
Copy link

grn-dk commented Jan 26, 2024

These work:
Latest Master, but I would like latest 1.x: docker run -p 6001:6001 -p 9601:9601 quay.io/soketi/soketi:latest-16-alpine
Version 1.6.0 stable version Alpine: docker run -p 6001:6001 -p 9601:9601 quay.io/soketi/soketi:1.6.0-16-alpine

This should be latest stable 1.x alpine, but does not work:
docker run -p 6001:6001 -p 9601:9601 quay.io/soketi/soketi:1-16-alpine

Response from docker run:

docker run -p 6001:6001 -p 9601:9601 quay.io/soketi/soketi:1-16-alpine
Unable to find image 'quay.io/soketi/soketi:1-16-alpine' locally
docker: Error response from daemon: manifest for quay.io/soketi/soketi:1-16-alpine not found: manifest unknown: manifest unknown.
See 'docker run --help'.

Unable to find 1-16-alpine on quay.io.

Documentation reference (https://docs.soketi.app/getting-started/installation/docker):

The following example versions are valid:
1.0.0-16-alpine (points to 1.0.0)
1.0-16-alpine (points to the latest 1.0)
1-16-alpine (points to the latest 1.x)
latest-16-alpine (points to the latest master branch)

@grn-dk grn-dk added the status:triage Awaiting triage. label Jan 26, 2024
@tarreislam
Copy link

Hi,

I had the same issue, solved it by looking throught 20 different images and finally found one working.

Also this project is dead: #1114

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:triage Awaiting triage.
Development

No branches or pull requests

3 participants