Skip to content

Commit

Permalink
Upgrade Jitsi (v9457-0 -> v9457-1)
Browse files Browse the repository at this point in the history
  • Loading branch information
spantaleev committed Apr 25, 2024
1 parent f0319a4 commit c124176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.yml
Expand Up @@ -25,7 +25,7 @@
version: v10.4.2-0
name: grafana
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-jitsi.git
version: v9457-0
version: v9457-1
name: jitsi
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-keydb.git
version: v6.3.4-1
Expand Down

3 comments on commit c124176

@NassemKa
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi there after update to new roles (just roles) ansible playbook failed to pull new jitsi web image , maybe there is a problem in the name tag of the image?
log:
ASK [galaxy/jitsi : Ensure jitsi-web container image is pulled] ************************************************************************************************************************************************
FAILED - RETRYING: [matrix.home.xyz]: Ensure jitsi-web container image is pulled (10 retries left).
FAILED - RETRYING: [matrix.home.xyz]: Ensure jitsi-web container image is pulled (9 retries left).
FAILED - RETRYING: [matrix.home.xyz]: Ensure jitsi-web container image is pulled (8 retries left).
FAILED - RETRYING: [matrix.home.xyz]: Ensure jitsi-web container image is pulled (7 retries left).
FAILED - RETRYING: [matrix.home.xyz]: Ensure jitsi-web container image is pulled (6 retries left).
FAILED - RETRYING: [matrix.home.xyz]: Ensure jitsi-web container image is pulled (5 retries left).
FAILED - RETRYING: [matrix.home.xyz]: Ensure jitsi-web container image is pulled (4 retries left).
FAILED - RETRYING: [matrix.home.xyz]: Ensure jitsi-web container image is pulled (3 retries left).
FAILED - RETRYING: [matrix.home.xyz]: Ensure jitsi-web container image is pulled (2 retries left).
FAILED - RETRYING: [matrix.home.xyz]: Ensure jitsi-web container image is pulled (1 retries left).
fatal: [matrix.home.xyz]: FAILED! => changed=false
attempts: 10
msg: 'Error pulling image docker.io/jitsi/web:stable-9457 - 404 Client Error for http+docker://localhost/v1.45/images/create?tag=stable-9457&fromImage=docker.io%2Fjitsi%2Fweb: Not Found ("manifest for jitsi/web:stable-9457 not found: manifest unknown: manifest unknown")'

PLAY RECAP ******************************************************************************************************************************************************************************************************

@Keeberos
Copy link

@Keeberos Keeberos commented on c124176 Apr 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

attempts: 10
msg: 'Error pulling image docker.io/jitsi/web:stable-9457 - 404 Client Error for http+docker://localhost/v1.45/images/create?tag=stable-9457&fromImage=docker.io%2Fjitsi%2Fweb: Not Found ("manifest for jitsi/web:stable-9457 not found: manifest unknown: manifest unknown")

@spantaleev
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in 54358cd

Please sign in to comment.