From 92636781a4286b8282f73db837fa59be2a4676e8 Mon Sep 17 00:00:00 2001 From: Leigh <351529+leighmcculloch@users.noreply.github.com> Date: Mon, 23 Feb 2026 15:16:07 +1000 Subject: [PATCH 1/3] update image tag and stellar-core ref for xdrifdef --- images.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/images.json b/images.json index 97cd52fa..e0543356 100644 --- a/images.json +++ b/images.json @@ -1,6 +1,6 @@ [ { - "tag": "latest", + "tag": "xdrifdef", "events": [ "pull_request", "push" @@ -17,9 +17,9 @@ { "name": "core", "repo": "stellar/stellar-core", - "ref": "v25.1.1", + "ref": "2e45f3df2b07f8b53a02178c0fe57f3652199535", "options": { - "configure_flags": "--disable-tests" + "configure_flags": "--disable-tests --xdr-transaction-meta-v5" } }, { From 3aa68c61622261371a82be5c035f9e3a9660571a Mon Sep 17 00:00:00 2001 From: Leigh <351529+leighmcculloch@users.noreply.github.com> Date: Mon, 23 Feb 2026 15:44:17 +1000 Subject: [PATCH 2/3] add `--target stellar-core-stage` to build command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a8e6083b..7067bf5b 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ console: $(CONTAINER_RUNTIME) exec -it stellar /bin/bash build: $(IMAGE_JSON) - $(CONTAINER_RUNTIME) build -t stellar/quickstart:$(TAG) -f Dockerfile . \ + $(CONTAINER_RUNTIME) build -t stellar/quickstart:$(TAG) -f Dockerfile --target stellar-core-stage . \ --build-arg REVISION=$(REVISION) \ --build-arg XDR_REPO=$(XDR_REPO) --build-arg XDR_REF=$(XDR_SHA) \ --build-arg CORE_REPO="$(CORE_REPO)" --build-arg CORE_REF="$(CORE_SHA)" --build-arg CORE_OPTIONS='$(CORE_OPTIONS)' \ From 0a54aebc6d55959b3757b9b95b4a89693b3fe195 Mon Sep 17 00:00:00 2001 From: Leigh <351529+leighmcculloch@users.noreply.github.com> Date: Mon, 23 Feb 2026 15:44:26 +1000 Subject: [PATCH 3/3] update image tag to latest and fix xdr flag --- images.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images.json b/images.json index e0543356..f3624867 100644 --- a/images.json +++ b/images.json @@ -1,6 +1,6 @@ [ { - "tag": "xdrifdef", + "tag": "latest", "events": [ "pull_request", "push" @@ -19,7 +19,7 @@ "repo": "stellar/stellar-core", "ref": "2e45f3df2b07f8b53a02178c0fe57f3652199535", "options": { - "configure_flags": "--disable-tests --xdr-transaction-meta-v5" + "configure_flags": "--disable-tests --enable-xdr-transaction-meta-v5" } }, {