corndogs-release-server
completed- Job ID
019eaf29-0e16-f080-0df1-1599b87c7463- Created
- 2026-06-10 01:32:43 UTC
- Updated
- 2026-06-10 01:32:43 UTC
- Duration
- 2m 34s
- Source Ref
- f9dcbf6c28692d3d8631ba2cca01be9f1ba2463b
- Source URL
- https://github.com/catalystcommunity/corndogs.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 corndogs/ ===
=== releasing corndogs/v0.4.0 (version 0.4.0) ===
=== install crane ===
=== build + push containers.catalystsquad.com/public/catalystcommunity/corndogs:0.4.0 ===
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 166.4kB
Step 1/15 : FROM golang:1.22 AS builder
1.22: Pulling from library/golang
a492eee5e559: Pulling fs layer
32b550be6cb6: Pulling fs layer
35af2a7690f2: Pulling fs layer
3b7f19923e15: Pulling fs layer
afa154b433c7: Pulling fs layer
1451027d3c0e: Pulling fs layer
4f4fb700ef54: Pulling fs layer
3b7f19923e15: Waiting
afa154b433c7: Waiting
32b550be6cb6: Verifying Checksum
32b550be6cb6: Download complete
a492eee5e559: Download complete
35af2a7690f2: Verifying Checksum
35af2a7690f2: Download complete
1451027d3c0e: Download complete
4f4fb700ef54: Download complete
afa154b433c7: Verifying Checksum
afa154b433c7: Download complete
3b7f19923e15: Verifying Checksum
3b7f19923e15: Download complete
a492eee5e559: Pull complete
32b550be6cb6: Pull complete
35af2a7690f2: Pull complete
3b7f19923e15: Pull complete
afa154b433c7: Pull complete
1451027d3c0e: Pull complete
4f4fb700ef54: Pull complete
Digest: sha256:1cf6c45ba39db9fd6db16922041d074a63c935556a05c5ccb62d181034df7f02
Status: Downloaded newer image for golang:1.22
---> 2fce09cfad57
Step 2/15 : WORKDIR /workspace
---> Running in fdf8cce17484
---> Removed intermediate container fdf8cce17484
---> d6e5aa1ed112
Step 3/15 : COPY go.mod .
---> cca49804fa73
Step 4/15 : COPY go.sum .
---> 1da9794b85d5
Step 5/15 : RUN go mod download
---> Running in 3992e4269cac
---> Removed intermediate container 3992e4269cac
---> 84dcb3681b99
Step 6/15 : COPY cmd/ ./cmd
---> 8e696e8d8f78
Step 7/15 : COPY server/ ./server
---> 695b44c9e9ed
Step 8/15 : COPY main.go ./main.go
---> d9f52414f9d8
Step 9/15 : RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -o main main.go
---> Running in a813f8d281fb
---> Removed intermediate container a813f8d281fb
---> f91c5026495d
Step 10/15 : 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
dd64bf2dd177: Waiting
b839dfae01f6: Waiting
52630fc75a18: Waiting
3214acf345c0: Waiting
bdfd7f7e5bf6: Waiting
ebddc55facdc: Waiting
2780920e5dbf: Waiting
d6b1b89eccac: Waiting
99ba982a9142: Waiting
7c12895b777b: Waiting
c172f21841df: Download complete
99515e7b4d35: Verifying Checksum
99515e7b4d35: Download complete
47de5dd0b812: Verifying Checksum
47de5dd0b812: Download complete
47de5dd0b812: Pull complete
c172f21841df: Pull complete
2780920e5dbf: Download complete
99ba982a9142: Verifying Checksum
99ba982a9142: Download complete
d6b1b89eccac: Verifying Checksum
d6b1b89eccac: Download complete
99515e7b4d35: Pull complete
7c12895b777b: Download complete
3214acf345c0: Download complete
52630fc75a18: Download complete
dd64bf2dd177: Verifying Checksum
dd64bf2dd177: Download complete
b839dfae01f6: Verifying Checksum
b839dfae01f6: Download complete
99ba982a9142: Pull complete
ebddc55facdc: Verifying Checksum
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/15 : WORKDIR /
---> Running in 20a718edc1dd
---> Removed intermediate container 20a718edc1dd
---> 3cb4a63c033e
Step 12/15 : COPY --from=builder /workspace/main .
---> e9a0c8208141
Step 13/15 : USER 65532:65532
---> Running in d4f418d92120
---> Removed intermediate container d4f418d92120
---> b1c64ab58982
Step 14/15 : ENTRYPOINT ["/main"]
---> Running in 5d6440ccc270
---> Removed intermediate container 5d6440ccc270
---> 7c43ff76d886
Step 15/15 : CMD ["run"]
---> Running in d5f3bb59848e
---> Removed intermediate container d5f3bb59848e
---> 565bf0e2c94d
Successfully built 565bf0e2c94d
Successfully tagged containers.catalystsquad.com/public/catalystcommunity/corndogs:0.4.0
2026/06/10 01:35:05 pushed blob: sha256:d346af46627fd1e866892447238c7c7a727a9b63c37094a58708e81f7e5ade31
2026/06/10 01:35:05 pushed blob: sha256:86593f3977cad9928260773d0b26eeb0d7930a236b7373b62b3a0913707e54ca
2026/06/10 01:35:05 pushed blob: sha256:6c29fa69851d31d83c4dd6fc945a71ac4db00aa194e411c7f4474f0411771ed2
2026/06/10 01:35:05 pushed blob: sha256:67dfe34b83a0027979e5ba9a20f2dc03e0f359e323f031ac84aaabb7dbfada13
2026/06/10 01:35:05 pushed blob: sha256:00492f46d9f968cc2037de403fc27fac16de2a2763a4767c2107e1093b572d1c
2026/06/10 01:35:05 pushed blob: sha256:54e6e6b3b3915686a45868275ea2e3a1195571182f288ac23a31ee6f8fe75c87
2026/06/10 01:35:05 pushed blob: sha256:ab4403e442bffb2ce0a44f9463d0891337d0784e2d5d50f0677e903622591609
2026/06/10 01:35:05 pushed blob: sha256:224a1a886fe062051e148ab73c8dce7ac184ba4e28c0fe248c18739634842e00
2026/06/10 01:35:05 pushed blob: sha256:74c6d88a2e08621be2efb9811cf067627e2c7a4c0b1db9fb7ee458751f16e308
2026/06/10 01:35:05 pushed blob: sha256:c9002f47f2b9f53f55554c3c58bc20be911e69fbb846e9b76b46b20745122912
2026/06/10 01:35:05 pushed blob: sha256:ca3fd453e4d0e8bc3dfd9138c445af7b7262328c4bd40c282eb29f86b594deda
2026/06/10 01:35:05 pushed blob: sha256:5c383817f8779ecd37f4298439ba744760333fe84af67cf89fa0e6c09ccac37c
2026/06/10 01:35:05 pushed blob: sha256:565bf0e2c94d0b8bb66984469207374849f72eea7359b2e1a9f99f5b1266e01e
2026/06/10 01:35:05 pushed blob: sha256:7ad31c083c75602f73e285b28129b35a39c62762a580d926280661852dce2460
2026/06/10 01:35:06 pushed blob: sha256:c9c69b5c4079bd1a6c5b69204e1607b774ae8aefcf6191b9af20c766751aeb16
2026/06/10 01:35:06 containers.catalystsquad.com/public/catalystcommunity/corndogs:0.4.0: digest: sha256:9bfd6cd8c61aa968416af94cef111538df18e9da95cd3995e19a3dc117c9a09b size: 2523
containers.catalystsquad.com/public/catalystcommunity/corndogs@sha256:9bfd6cd8c61aa968416af94cef111538df18e9da95cd3995e19a3dc117c9a09b
2026/06/10 01:35:07 existing blob: sha256:d346af46627fd1e866892447238c7c7a727a9b63c37094a58708e81f7e5ade31
2026/06/10 01:35:07 existing blob: sha256:86593f3977cad9928260773d0b26eeb0d7930a236b7373b62b3a0913707e54ca
2026/06/10 01:35:07 existing blob: sha256:6c29fa69851d31d83c4dd6fc945a71ac4db00aa194e411c7f4474f0411771ed2
2026/06/10 01:35:07 existing blob: sha256:54e6e6b3b3915686a45868275ea2e3a1195571182f288ac23a31ee6f8fe75c87
2026/06/10 01:35:07 existing blob: sha256:ab4403e442bffb2ce0a44f9463d0891337d0784e2d5d50f0677e903622591609
2026/06/10 01:35:08 existing blob: sha256:224a1a886fe062051e148ab73c8dce7ac184ba4e28c0fe248c18739634842e00
2026/06/10 01:35:08 existing blob: sha256:00492f46d9f968cc2037de403fc27fac16de2a2763a4767c2107e1093b572d1c
2026/06/10 01:35:08 existing blob: sha256:67dfe34b83a0027979e5ba9a20f2dc03e0f359e323f031ac84aaabb7dbfada13
2026/06/10 01:35:08 existing blob: sha256:74c6d88a2e08621be2efb9811cf067627e2c7a4c0b1db9fb7ee458751f16e308
2026/06/10 01:35:08 existing blob: sha256:5c383817f8779ecd37f4298439ba744760333fe84af67cf89fa0e6c09ccac37c
2026/06/10 01:35:08 existing blob: sha256:ca3fd453e4d0e8bc3dfd9138c445af7b7262328c4bd40c282eb29f86b594deda
2026/06/10 01:35:08 existing blob: sha256:c9002f47f2b9f53f55554c3c58bc20be911e69fbb846e9b76b46b20745122912
2026/06/10 01:35:08 existing blob: sha256:565bf0e2c94d0b8bb66984469207374849f72eea7359b2e1a9f99f5b1266e01e
2026/06/10 01:35:08 existing blob: sha256:7ad31c083c75602f73e285b28129b35a39c62762a580d926280661852dce2460
2026/06/10 01:35:08 existing blob: sha256:c9c69b5c4079bd1a6c5b69204e1607b774ae8aefcf6191b9af20c766751aeb16
containers.catalystsquad.com/public/catalystcommunity/corndogs@sha256:9bfd6cd8c61aa968416af94cef111538df18e9da95cd3995e19a3dc117c9a09b
2026/06/10 01:35:08 containers.catalystsquad.com/public/catalystcommunity/corndogs:latest: digest: sha256:9bfd6cd8c61aa968416af94cef111538df18e9da95cd3995e19a3dc117c9a09b size: 2523
=== bump chart appVersion to 0.4.0 ===
[main 8fbbdd1] ci: bump corndogs appVersion to 0.4.0
1 file changed, 1 insertion(+), 1 deletion(-)
From https://github.com/catalystcommunity/corndogs
* branch main -> FETCH_HEAD
Current branch main is up to date.
remote:
remote: GitHub found 8 vulnerabilities on catalystcommunity/corndogs's default branch (2 critical, 2 high, 3 moderate, 1 low). To find out more, visit:
remote: https://github.com/catalystcommunity/corndogs/security/dependabot
remote:
To https://github.com/catalystcommunity/corndogs.git
7cd0bc4..8fbbdd1 main -> main
=== create GitHub release corndogs/v0.4.0 ===
https://github.com/catalystcommunity/corndogs/releases/tag/corndogs/v0.4.0
=== released corndogs/v0.4.0 (image containers.catalystsquad.com/public/catalystcommunity/corndogs:0.4.0) ===