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

Update container images to those that support the ARM architecture #319

Merged
merged 5 commits into from
Nov 15, 2023

Conversation

KyleAure
Copy link
Collaborator

@KyleAure KyleAure commented Nov 14, 2023

Fixes #317
Fixes #316

@KyleAure KyleAure added the is:enhancement New feature or request label Nov 14, 2023
@KyleAure KyleAure self-assigned this Nov 14, 2023
@KyleAure
Copy link
Collaborator Author

KyleAure commented Nov 14, 2023

@rieckpil any idea why Wildfly is failing here?
https://github.com/KyleAure/microshed-testing/blob/d5d1212bbe33ada93a548f329a223edc1d33e58a/sample-apps/wildfly-app/src/test/java/org/example/app/WildFlyIT.java#L41-L47

We got a 404 at the endpoint http://127.0.0.1:32956/myservice/app/people
But I see in the logs that the server has started:

    00:17:44,323 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 78) WFLYUT0021: Registered web context: '/myservice' for server 'default-server'
    00:17:44,373 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 45) WFLYSRV0010: Deployed "myservice.war" (runtime-name : "myservice.war")
    00:17:44,402 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
    00:17:44,405 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
    00:17:44,405 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990
    00:17:44,408 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 30.0.0.Final (WildFly Core 22.0.1.Final) started in 2317ms - Started 365 of 587 services (322 services are lazy, passive or on-demand) - Server configuration file in use: standalone.xml

I had to fix this by going down from version 30.0.0 to version 26.1.2

KyleAure and others added 3 commits November 14, 2023 09:59
Signed-off-by: Kyle Aure <[email protected]>
Signed-off-by: Kyle Aure <[email protected]>
Co-authored-by: asjervanasten <[email protected]>
Signed-off-by: Kyle Aure <[email protected]>
Co-authored-by: asjervanasten <[email protected]>
@appiepollo14 appiepollo14 merged commit d227949 into MicroShed:main Nov 15, 2023
6 checks passed
@appiepollo14
Copy link
Collaborator

@KyleAure nice work

@KyleAure KyleAure deleted the 317-arm-images branch November 15, 2023 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is:enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Local build on ARM fails
2 participants