sirixdb / sirix

SirixDB is an an embeddable, bitemporal, append-only database system and event store, storing immutable lightweight snapshots. It keeps the full history of each resource. Every commit stores a space-efficient snapshot through structural sharing. It is log-structured and never overwrites data. SirixDB uses a novel page-level versioning approach.
https://sirix.io
BSD 3-Clause "New" or "Revised" License
1.09k stars 243 forks source link

Update Keycloak to newest version #711

Open JohannesLichtenberger opened 2 months ago

JohannesLichtenberger commented 2 months ago

The container doesn't start using the newest image.

FayKounara commented 2 months ago

Hello! Can i work on this issue?

JohannesLichtenberger commented 1 week ago

This has prio 1 currently, as the tests fail again.

Locally

johannes@luna:~/IdeaProjects/sirix/bundles/sirix-rest-api/src/test/resources$ sudo docker compose up
[sudo] password for johannes:            
WARN[0000] /home/johannes/IdeaProjects/sirix/bundles/sirix-rest-api/src/test/resources/docker-compose.yml: `version` is obsolete 
[+] Running 0/1
 ⠦ keycloak Pulling                                                       18.7s 
[DEPRECATION NOTICE] Docker Image Format v1 and Docker Image manifest version 2, schema 1 support is disabled by default and will be removed in an upcoming release. Suggest the author of quay.io/keycloak/keycloak:7.0.1 to upgrade the image to the OCI Format or Docker Image manifest v2, schema 2. More information at https://docs.docker.com/go/deprecated-image-specs/

Thus, I think it's finally time to update the version...

anmol797 commented 1 day ago

docker-compose up is the cmd right ? to test

JohannesLichtenberger commented 1 day ago

Right, but the startup scripts are not loaded anymore plus you can look into the docker log, I guess

anmol797 commented 22 hours ago

Hi anmol797:main the container is up and running now locally https://github.com/sirixdb/sirix/pull/729 here is the updated changes please check once