foundry-release-server
completed- Job ID
019ef285-bc76-1bff-16e4-2728d9a70129- Created
- 2026-06-23 03:28:31 UTC
- Updated
- 2026-06-23 03:28:31 UTC
- Duration
- 4m 18s
- Source Ref
- 62a8af2846040c0241c6342142796e80a1317452
- Source URL
- https://github.com/catalystcommunity/foundry.git
- Runner Image
containers.catalystsquad.com/public/reactorcide/runnerbase:dev- Priority
- 15
- Queue
- reactorcide-jobs
Logs
Cloning into '/workspace'...
=== install semver-tags v0.4.0 ===
=== compute version bump for v1/ ===
=== releasing v1/v0.2.1 (version 0.2.1) ===
=== install crane ===
=== build + push containers.catalystsquad.com/public/catalystcommunity/foundry:0.2.1 ===
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
Install the buildx component to build images with BuildKit:
https://docs.docker.com/go/buildx/
Sending build context to Docker daemon 2.757MB
Step 1/14 : FROM golang:1.25 AS build
1.25: Pulling from library/golang
ef1b08ddd59d: Pulling fs layer
8b365b6ff7b7: Pulling fs layer
2ca884014342: Pulling fs layer
b0ae2cc1aa61: Pulling fs layer
05c934f997ad: Pulling fs layer
2ad68ed77391: Pulling fs layer
4f4fb700ef54: Pulling fs layer
05c934f997ad: Waiting
4f4fb700ef54: Waiting
2ad68ed77391: Waiting
b0ae2cc1aa61: Waiting
8b365b6ff7b7: Verifying Checksum
8b365b6ff7b7: Download complete
ef1b08ddd59d: Download complete
2ca884014342: Verifying Checksum
2ca884014342: Download complete
2ad68ed77391: Download complete
4f4fb700ef54: Download complete
05c934f997ad: Verifying Checksum
05c934f997ad: Download complete
b0ae2cc1aa61: Verifying Checksum
b0ae2cc1aa61: Download complete
ef1b08ddd59d: Pull complete
8b365b6ff7b7: Pull complete
2ca884014342: Pull complete
b0ae2cc1aa61: Pull complete
05c934f997ad: Pull complete
2ad68ed77391: Pull complete
4f4fb700ef54: Pull complete
Digest: sha256:00feed335fe561979f2cdcc30a5191231977c5631fe79c40f7d3ab63b4fa222f
Status: Downloaded newer image for golang:1.25
---> 89719642988f
Step 2/14 : WORKDIR /src/v1
---> Running in 2535af99d655
---> Removed intermediate container 2535af99d655
---> c6109c9d3976
Step 3/14 : COPY v1/go.mod v1/go.sum ./
---> cff9b4e58f50
Step 4/14 : RUN go mod download
---> Running in 1b9ca9a8fe07
---> Removed intermediate container 1b9ca9a8fe07
---> 36b621df8adf
Step 5/14 : COPY v1/ ./
---> 1fe2e05d4ffa
Step 6/14 : ARG VERSION=dev
---> Running in fb0cc13041f2
---> Removed intermediate container fb0cc13041f2
---> d74813d764cc
Step 7/14 : ARG GIT_COMMIT=unknown
---> Running in 68d9aebbfa05
---> Removed intermediate container 68d9aebbfa05
---> d8fb72849227
Step 8/14 : ARG BUILD_DATE=unknown
---> Running in 4ae736908b9d
---> Removed intermediate container 4ae736908b9d
---> 29b6099db514
Step 9/14 : RUN CGO_ENABLED=0 go build -ldflags "-X main.Version=${VERSION} -X main.GitCommit=${GIT_COMMIT} -X main.BuildDate=${BUILD_DATE} -s -w" -o /out/foundry ./cmd/foundry
---> Running in 335f22a61ca5
---> Removed intermediate container 335f22a61ca5
---> 852eb95c8e28
Step 10/14 : FROM gcr.io/distroless/static:nonroot
nonroot: Pulling from distroless/static
47de5dd0b812: Pulling fs layer
c172f21841df: Pulling fs layer
99515e7b4d35: Pulling fs layer
99ba982a9142: Pulling fs layer
d6b1b89eccac: Pulling fs layer
2780920e5dbf: Pulling fs layer
7c12895b777b: Pulling fs layer
3214acf345c0: Pulling fs layer
52630fc75a18: Pulling fs layer
dd64bf2dd177: Pulling fs layer
b839dfae01f6: Pulling fs layer
ebddc55facdc: Pulling fs layer
bdfd7f7e5bf6: Pulling fs layer
99ba982a9142: Waiting
d6b1b89eccac: Waiting
2780920e5dbf: Waiting
b839dfae01f6: Waiting
dd64bf2dd177: Waiting
3214acf345c0: Waiting
7c12895b777b: Waiting
52630fc75a18: Waiting
47de5dd0b812: Verifying Checksum
c172f21841df: Verifying Checksum
c172f21841df: Download complete
47de5dd0b812: Pull complete
c172f21841df: Pull complete
99515e7b4d35: Verifying Checksum
99515e7b4d35: Download complete
2780920e5dbf: Verifying Checksum
2780920e5dbf: Download complete
99515e7b4d35: Pull complete
d6b1b89eccac: Verifying Checksum
d6b1b89eccac: Download complete
99ba982a9142: Verifying Checksum
99ba982a9142: Download complete
7c12895b777b: Download complete
3214acf345c0: Verifying Checksum
3214acf345c0: Download complete
52630fc75a18: Verifying Checksum
52630fc75a18: Download complete
dd64bf2dd177: Verifying Checksum
dd64bf2dd177: Download complete
99ba982a9142: Pull complete
b839dfae01f6: Verifying Checksum
b839dfae01f6: Download complete
ebddc55facdc: Download complete
d6b1b89eccac: Pull complete
2780920e5dbf: Pull complete
7c12895b777b: Pull complete
3214acf345c0: Pull complete
52630fc75a18: Pull complete
dd64bf2dd177: Pull complete
b839dfae01f6: Pull complete
ebddc55facdc: Pull complete
bdfd7f7e5bf6: Verifying Checksum
bdfd7f7e5bf6: Download complete
bdfd7f7e5bf6: Pull complete
Digest: sha256:963fa6c544fe5ce420f1f54fb88b6fb01479f054c8056d0f74cc2c6000df5240
Status: Downloaded newer image for gcr.io/distroless/static:nonroot
---> c9c1077449de
Step 11/14 : COPY --from=build /out/foundry /usr/local/bin/foundry
---> 758dcf471922
Step 12/14 : USER nonroot:nonroot
---> Running in c0d86c201212
---> Removed intermediate container c0d86c201212
---> e10ad1822ad7
Step 13/14 : ENTRYPOINT ["/usr/local/bin/foundry"]
---> Running in 2bef1bcc8a85
---> Removed intermediate container 2bef1bcc8a85
---> 5cea10336e4c
Step 14/14 : CMD ["gateway", "controller"]
---> Running in 94ddd6be0696
---> Removed intermediate container 94ddd6be0696
---> 802d1667dd98
Successfully built 802d1667dd98
Successfully tagged containers.catalystsquad.com/public/catalystcommunity/foundry:0.2.1
2026/06/23 03:32:27 existing blob: sha256:d346af46627fd1e866892447238c7c7a727a9b63c37094a58708e81f7e5ade31
2026/06/23 03:32:27 existing blob: sha256:86593f3977cad9928260773d0b26eeb0d7930a236b7373b62b3a0913707e54ca
2026/06/23 03:32:27 existing blob: sha256:6c29fa69851d31d83c4dd6fc945a71ac4db00aa194e411c7f4474f0411771ed2
2026/06/23 03:32:27 existing blob: sha256:54e6e6b3b3915686a45868275ea2e3a1195571182f288ac23a31ee6f8fe75c87
2026/06/23 03:32:27 existing blob: sha256:224a1a886fe062051e148ab73c8dce7ac184ba4e28c0fe248c18739634842e00
2026/06/23 03:32:27 existing blob: sha256:ab4403e442bffb2ce0a44f9463d0891337d0784e2d5d50f0677e903622591609
2026/06/23 03:32:27 existing blob: sha256:00492f46d9f968cc2037de403fc27fac16de2a2763a4767c2107e1093b572d1c
2026/06/23 03:32:27 existing blob: sha256:67dfe34b83a0027979e5ba9a20f2dc03e0f359e323f031ac84aaabb7dbfada13
2026/06/23 03:32:27 existing blob: sha256:c9002f47f2b9f53f55554c3c58bc20be911e69fbb846e9b76b46b20745122912
2026/06/23 03:32:27 existing blob: sha256:74c6d88a2e08621be2efb9811cf067627e2c7a4c0b1db9fb7ee458751f16e308
2026/06/23 03:32:27 existing blob: sha256:5c383817f8779ecd37f4298439ba744760333fe84af67cf89fa0e6c09ccac37c
2026/06/23 03:32:27 existing blob: sha256:ca3fd453e4d0e8bc3dfd9138c445af7b7262328c4bd40c282eb29f86b594deda
2026/06/23 03:32:27 existing blob: sha256:7ad31c083c75602f73e285b28129b35a39c62762a580d926280661852dce2460
2026/06/23 03:32:27 pushed blob: sha256:802d1667dd98d2ab216c9f6afb14e318adb2b5061f40e979d1db1a603eb0e769
2026/06/23 03:32:31 pushed blob: sha256:ad76f87e7886594a4bfe954f663242264442c5bb6f820dcf0d3411cffaf6a0a5
2026/06/23 03:32:31 containers.catalystsquad.com/public/catalystcommunity/foundry:0.2.1: digest: sha256:0a6232b81aa516167051e93d156dd49ca9d33e19846ad665e60e3236a381cdc2 size: 2523
containers.catalystsquad.com/public/catalystcommunity/foundry@sha256:0a6232b81aa516167051e93d156dd49ca9d33e19846ad665e60e3236a381cdc2
2026/06/23 03:32:33 existing blob: sha256:d346af46627fd1e866892447238c7c7a727a9b63c37094a58708e81f7e5ade31
2026/06/23 03:32:33 existing blob: sha256:86593f3977cad9928260773d0b26eeb0d7930a236b7373b62b3a0913707e54ca
2026/06/23 03:32:33 existing blob: sha256:6c29fa69851d31d83c4dd6fc945a71ac4db00aa194e411c7f4474f0411771ed2
2026/06/23 03:32:33 existing blob: sha256:54e6e6b3b3915686a45868275ea2e3a1195571182f288ac23a31ee6f8fe75c87
2026/06/23 03:32:33 existing blob: sha256:224a1a886fe062051e148ab73c8dce7ac184ba4e28c0fe248c18739634842e00
2026/06/23 03:32:33 existing blob: sha256:ab4403e442bffb2ce0a44f9463d0891337d0784e2d5d50f0677e903622591609
2026/06/23 03:32:33 existing blob: sha256:00492f46d9f968cc2037de403fc27fac16de2a2763a4767c2107e1093b572d1c
2026/06/23 03:32:33 existing blob: sha256:67dfe34b83a0027979e5ba9a20f2dc03e0f359e323f031ac84aaabb7dbfada13
2026/06/23 03:32:33 existing blob: sha256:ca3fd453e4d0e8bc3dfd9138c445af7b7262328c4bd40c282eb29f86b594deda
2026/06/23 03:32:33 existing blob: sha256:c9002f47f2b9f53f55554c3c58bc20be911e69fbb846e9b76b46b20745122912
2026/06/23 03:32:33 existing blob: sha256:74c6d88a2e08621be2efb9811cf067627e2c7a4c0b1db9fb7ee458751f16e308
2026/06/23 03:32:33 existing blob: sha256:5c383817f8779ecd37f4298439ba744760333fe84af67cf89fa0e6c09ccac37c
2026/06/23 03:32:33 existing blob: sha256:802d1667dd98d2ab216c9f6afb14e318adb2b5061f40e979d1db1a603eb0e769
2026/06/23 03:32:33 existing blob: sha256:7ad31c083c75602f73e285b28129b35a39c62762a580d926280661852dce2460
2026/06/23 03:32:34 existing blob: sha256:ad76f87e7886594a4bfe954f663242264442c5bb6f820dcf0d3411cffaf6a0a5
containers.catalystsquad.com/public/catalystcommunity/foundry@sha256:0a6232b81aa516167051e93d156dd49ca9d33e19846ad665e60e3236a381cdc2
2026/06/23 03:32:34 containers.catalystsquad.com/public/catalystcommunity/foundry:latest: digest: sha256:0a6232b81aa516167051e93d156dd49ca9d33e19846ad665e60e3236a381cdc2 size: 2523
=== bump chart appVersion to 0.2.1 ===
[main 113931d] ci: bump foundry appVersion to 0.2.1
1 file changed, 1 insertion(+), 1 deletion(-)
From https://github.com/catalystcommunity/foundry
* branch main -> FETCH_HEAD
Current branch main is up to date.
To https://github.com/catalystcommunity/foundry.git
65a1659..113931d main -> main
=== create GitHub release v1/v0.2.1 ===
https://github.com/catalystcommunity/foundry/releases/tag/v1/v0.2.1
=== released v1/v0.2.1 (image containers.catalystsquad.com/public/catalystcommunity/foundry:0.2.1) ===