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

Architecture mismatch with the latest version 1.5.0 #13

Closed
CypZ opened this issue Mar 13, 2023 · 9 comments
Closed

Architecture mismatch with the latest version 1.5.0 #13

CypZ opened this issue Mar 13, 2023 · 9 comments
Labels
bug Something isn't working

Comments

@CypZ
Copy link

CypZ commented Mar 13, 2023

Describe The Bug:
With the latest version 1.5.0 I had to fix the version in the docker compose file (jwetzell/guacamole:1.5.0-arm64), because there is a mismatch of the architecture in the Docker Image file (jwetzell/guacamole:arm64)

To Reproduce:
Dockerfile jwetzell/guacamole:arm64 line 27:amd64 (instead of arm64)
Dockerfile jwetzell/guacamole:1.5.0-arm64 line 27 armhf is correct.

Expected behavior:
Dockerfile jwetzell/guacamole:arm64 line 27:armhf or arm64

Environment:

  • Guacamole Version: 1.5.0 (docker arm64)
  • Operating System: Linux ssch1 5.10.0-20-arm64 1.4.0 #1 SMP Debian 5.10.158-2 (2022-12-13) aarch64 GNU/Linux
@CypZ CypZ added the bug Something isn't working label Mar 13, 2023
@jwetzell
Copy link
Owner

I think I have corrected this now. @CypZ

@CypZ
Copy link
Author

CypZ commented Mar 14, 2023

confirmed working, thanks

@CypZ
Copy link
Author

CypZ commented Jun 8, 2023

Again, same error tag=arm64 and tag=1.5.1-arm64

Bring my prod dowwn each and every time...

@jwetzell
Copy link
Owner

jwetzell commented Jun 8, 2023

Ok, I will take a look, rebuild, and reupload

@jwetzell jwetzell reopened this Jun 8, 2023
@CypZ
Copy link
Author

CypZ commented Jun 8, 2023

hint: typo in the build pipeline ? Confusion between amd64 and arm64 ?

@jwetzell
Copy link
Owner

jwetzell commented Jun 8, 2023

I think what happen was I built it using the arm image but didn't change the ARCH environment variable so it still installed the amd64 version of guacamole/s6-overlay, etc.

@jwetzell
Copy link
Owner

jwetzell commented Jun 8, 2023

alright @CypZ lets try this again. New images should be pushed as well as 1.5.2 which recently came out.

@CypZ
Copy link
Author

CypZ commented Jun 8, 2023

yes, (I only tested) the latest image with the tag arm64 (1.5.2 as of today) has now the correct arch.

Finger crossed for the next version ;)

@jwetzell
Copy link
Owner

jwetzell commented Jun 8, 2023

I've hopefully laid things out so I can't screw this up next time.

@jwetzell jwetzell closed this as completed Jun 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants