From fee93c85f5e20ca1b9531668bc1293853630a534 Mon Sep 17 00:00:00 2001 From: Rune Philosof Date: Mon, 4 Dec 2023 12:29:10 +0100 Subject: [PATCH 1/3] Update go module path for major version 2 https://go.dev/doc/modules/release-workflow#breaking --- .gitpod.yml | 4 +- .woodpecker/test.yml | 2 +- Makefile | 46 ++-- agent/logger.go | 8 +- agent/rpc/auth_client_grpc.go | 2 +- agent/rpc/client_grpc.go | 6 +- agent/runner.go | 8 +- agent/tracer.go | 4 +- cli/common/flags.go | 2 +- cli/common/pipeline.go | 2 +- cli/common/zerologger.go | 2 +- cli/cron/cron.go | 2 +- cli/cron/cron_add.go | 6 +- cli/cron/cron_info.go | 4 +- cli/cron/cron_list.go | 4 +- cli/cron/cron_rm.go | 4 +- cli/cron/cron_update.go | 6 +- cli/deploy/deploy.go | 6 +- cli/exec/exec.go | 26 +-- cli/exec/flags.go | 2 +- cli/exec/line.go | 2 +- cli/exec/metadata.go | 6 +- cli/info/info.go | 4 +- cli/internal/util.go | 2 +- cli/lint/lint.go | 8 +- cli/log/log.go | 2 +- cli/log/log_purge.go | 4 +- cli/loglevel/loglevel.go | 6 +- cli/pipeline/approve.go | 4 +- cli/pipeline/create.go | 6 +- cli/pipeline/decline.go | 4 +- cli/pipeline/info.go | 4 +- cli/pipeline/kill.go | 4 +- cli/pipeline/last.go | 4 +- cli/pipeline/list.go | 4 +- cli/pipeline/logs.go | 4 +- cli/pipeline/pipeline.go | 2 +- cli/pipeline/ps.go | 4 +- cli/pipeline/queue.go | 4 +- cli/pipeline/start.go | 4 +- cli/pipeline/stop.go | 4 +- cli/registry/registry.go | 2 +- cli/registry/registry_add.go | 6 +- cli/registry/registry_info.go | 4 +- cli/registry/registry_list.go | 4 +- cli/registry/registry_rm.go | 4 +- cli/registry/registry_set.go | 6 +- cli/repo/repo.go | 2 +- cli/repo/repo_add.go | 4 +- cli/repo/repo_chown.go | 4 +- cli/repo/repo_info.go | 4 +- cli/repo/repo_list.go | 4 +- cli/repo/repo_repair.go | 4 +- cli/repo/repo_rm.go | 4 +- cli/repo/repo_sync.go | 4 +- cli/repo/repo_update.go | 6 +- cli/secret/secret.go | 6 +- cli/secret/secret_add.go | 6 +- cli/secret/secret_info.go | 6 +- cli/secret/secret_list.go | 6 +- cli/secret/secret_rm.go | 4 +- cli/secret/secret_set.go | 6 +- cli/user/user.go | 2 +- cli/user/user_add.go | 6 +- cli/user/user_info.go | 4 +- cli/user/user_list.go | 4 +- cli/user/user_rm.go | 4 +- cmd/agent/agent.go | 16 +- cmd/agent/health.go | 4 +- cmd/agent/health_test.go | 2 +- cmd/agent/main.go | 12 +- cmd/cli/app.go | 28 +-- cmd/server/flags.go | 4 +- cmd/server/main.go | 4 +- cmd/server/server.go | 38 ++-- cmd/server/setup.go | 30 +-- cmd/server/swagger.go | 4 +- cmd/server/woodpecker_docs_gen.go | 2 +- .../docs/92-development/01-getting-started.md | 2 +- .../92-development/01-getting-started.md | 2 +- go.mod | 2 +- pipeline/backend/backend.go | 8 +- pipeline/backend/docker/convert.go | 4 +- pipeline/backend/docker/docker.go | 4 +- pipeline/backend/kubernetes/kubernetes.go | 2 +- pipeline/backend/kubernetes/pod.go | 4 +- pipeline/backend/local/clone.go | 2 +- pipeline/backend/local/local.go | 2 +- pipeline/errors/error_test.go | 2 +- pipeline/frontend/metadata.go | 6 +- .../metadata/drone_compatibility_test.go | 2 +- pipeline/frontend/metadata_test.go | 8 +- pipeline/frontend/yaml/compiler/cacher.go | 2 +- pipeline/frontend/yaml/compiler/compiler.go | 10 +- .../frontend/yaml/compiler/compiler_test.go | 10 +- pipeline/frontend/yaml/compiler/convert.go | 10 +- pipeline/frontend/yaml/compiler/option.go | 2 +- .../frontend/yaml/compiler/option_test.go | 2 +- .../frontend/yaml/constraint/constraint.go | 4 +- .../yaml/constraint/constraint_test.go | 4 +- pipeline/frontend/yaml/linter/error.go | 2 +- pipeline/frontend/yaml/linter/linter.go | 6 +- pipeline/frontend/yaml/linter/linter_test.go | 6 +- .../yaml/linter/schema/schema_test.go | 2 +- pipeline/frontend/yaml/matrix/matrix.go | 2 +- pipeline/frontend/yaml/parse.go | 8 +- pipeline/frontend/yaml/parse_test.go | 4 +- pipeline/frontend/yaml/types/container.go | 8 +- .../frontend/yaml/types/container_test.go | 4 +- pipeline/frontend/yaml/types/workflow.go | 4 +- pipeline/logger.go | 4 +- pipeline/option.go | 2 +- pipeline/pipeline.go | 6 +- pipeline/rpc/log_entry.go | 2 +- pipeline/rpc/peer.go | 2 +- pipeline/rpc/proto/woodpecker.proto | 2 +- pipeline/stepBuilder.go | 28 +-- pipeline/stepBuilder_test.go | 8 +- server/api/agent.go | 8 +- server/api/badge.go | 12 +- server/api/cron.go | 12 +- server/api/global_secret.go | 6 +- server/api/helper.go | 12 +- server/api/helper_test.go | 2 +- server/api/hook.go | 12 +- server/api/login.go | 12 +- server/api/metrics/prometheus.go | 2 +- server/api/org.go | 8 +- server/api/org_secret.go | 6 +- server/api/orgs.go | 4 +- server/api/pipeline.go | 10 +- server/api/registry.go | 6 +- server/api/repo.go | 12 +- server/api/repo_secret.go | 6 +- server/api/signature_public_key.go | 2 +- server/api/stream.go | 10 +- server/api/user.go | 10 +- server/api/users.go | 6 +- server/api/z.go | 4 +- server/badges/badges.go | 2 +- server/badges/badges_test.go | 2 +- server/cache/membership.go | 4 +- server/ccmenu/cc.go | 2 +- server/ccmenu/cc_test.go | 2 +- server/config.go | 16 +- server/cron/cron.go | 8 +- server/cron/cron_test.go | 6 +- server/forge/bitbucket/bitbucket.go | 14 +- server/forge/bitbucket/bitbucket_test.go | 6 +- server/forge/bitbucket/convert.go | 4 +- server/forge/bitbucket/convert_test.go | 4 +- server/forge/bitbucket/internal/client.go | 2 +- server/forge/bitbucket/parse.go | 6 +- server/forge/bitbucket/parse_test.go | 6 +- server/forge/common/status.go | 4 +- server/forge/common/status_test.go | 4 +- server/forge/common/utils.go | 4 +- server/forge/common/utils_test.go | 2 +- server/forge/configFetcher.go | 8 +- server/forge/configFetcher_test.go | 10 +- server/forge/forge.go | 4 +- server/forge/gitea/gitea.go | 14 +- server/forge/gitea/gitea_test.go | 10 +- server/forge/gitea/helper.go | 4 +- server/forge/gitea/helper_test.go | 6 +- server/forge/gitea/parse.go | 4 +- server/forge/gitea/parse_test.go | 8 +- server/forge/github/convert.go | 2 +- server/forge/github/convert_test.go | 2 +- server/forge/github/github.go | 14 +- server/forge/github/github_test.go | 4 +- server/forge/github/parse.go | 6 +- server/forge/github/parse_test.go | 6 +- server/forge/gitlab/convert.go | 4 +- server/forge/gitlab/gitlab.go | 14 +- server/forge/gitlab/gitlab_test.go | 4 +- server/forge/gitlab/status.go | 2 +- server/forge/mocks/forge.go | 4 +- server/forge/refresh.go | 4 +- server/grpc/auth_server.go | 8 +- server/grpc/filter.go | 6 +- server/grpc/filter_test.go | 4 +- server/grpc/rpc.go | 16 +- server/grpc/server.go | 16 +- server/logging/log.go | 2 +- server/logging/log_test.go | 2 +- server/logging/logging.go | 2 +- server/model/pipeline.go | 2 +- server/pipeline/approve.go | 8 +- server/pipeline/cancel.go | 8 +- server/pipeline/config.go | 8 +- server/pipeline/create.go | 10 +- server/pipeline/decline.go | 4 +- server/pipeline/gated.go | 2 +- server/pipeline/helper.go | 4 +- server/pipeline/items.go | 14 +- server/pipeline/items_test.go | 6 +- server/pipeline/pipelineStatus.go | 4 +- server/pipeline/pipelineStatus_test.go | 2 +- server/pipeline/queue.go | 8 +- server/pipeline/restart.go | 8 +- server/pipeline/start.go | 6 +- server/pipeline/stepStatus.go | 4 +- server/pipeline/stepStatus_test.go | 4 +- server/pipeline/topic.go | 6 +- server/pipeline/workflowStatus.go | 4 +- server/plugins/config/extension.go | 4 +- server/plugins/config/http.go | 6 +- server/plugins/encryption/aes.go | 4 +- server/plugins/encryption/aes_builder.go | 4 +- server/plugins/encryption/aes_encryption.go | 2 +- server/plugins/encryption/encryption.go | 4 +- .../plugins/encryption/encryption_builder.go | 4 +- server/plugins/encryption/no_encryption.go | 2 +- server/plugins/encryption/tink.go | 4 +- server/plugins/encryption/tink_builder.go | 4 +- server/plugins/encryption/tink_keyset.go | 2 +- .../encryption/wrapper/store/secret_store.go | 2 +- .../wrapper/store/secret_store_wrapper.go | 2 +- server/plugins/environments/parse.go | 2 +- server/plugins/permissions/admin.go | 4 +- server/plugins/permissions/orgs.go | 4 +- server/plugins/permissions/repo_owners.go | 4 +- .../plugins/permissions/repo_owners_test.go | 2 +- server/plugins/registry/combine.go | 2 +- server/plugins/registry/db.go | 2 +- server/plugins/registry/filesystem.go | 2 +- server/plugins/secrets/builtin.go | 2 +- server/plugins/secrets/builtin_test.go | 6 +- server/plugins/utils/http_test.go | 2 +- server/queue/fifo.go | 2 +- server/queue/fifo_test.go | 2 +- server/queue/persistent.go | 2 +- server/queue/queue.go | 2 +- server/router/api.go | 6 +- server/router/middleware/session/agent.go | 2 +- .../router/middleware/session/pagination.go | 2 +- server/router/middleware/session/repo.go | 8 +- server/router/middleware/session/user.go | 8 +- server/router/middleware/store.go | 2 +- server/router/middleware/token/token.go | 8 +- server/router/middleware/version.go | 2 +- server/router/router.go | 16 +- server/store/datastore/agent.go | 2 +- server/store/datastore/agent_test.go | 2 +- server/store/datastore/config.go | 2 +- server/store/datastore/config_test.go | 2 +- server/store/datastore/cron.go | 2 +- server/store/datastore/cron_test.go | 2 +- server/store/datastore/engine.go | 4 +- server/store/datastore/errors.go | 2 +- server/store/datastore/feed.go | 2 +- server/store/datastore/feed_test.go | 2 +- server/store/datastore/helper.go | 4 +- server/store/datastore/helper_test.go | 2 +- server/store/datastore/log.go | 2 +- server/store/datastore/log_test.go | 2 +- .../migration/004_fix_pr_secret_event_name.go | 2 +- .../migration/009_recreate_agents_table.go | 2 +- .../migration/020_alter_logs_table.go | 2 +- .../021_parent_steps_to_workflows.go | 2 +- .../store/datastore/migration/022_add_orgs.go | 2 +- .../datastore/migration/023_add_org_id.go | 2 +- ...7_convert_to_new_pipeline_errors_format.go | 2 +- server/store/datastore/migration/migration.go | 2 +- server/store/datastore/org.go | 2 +- server/store/datastore/org_test.go | 2 +- server/store/datastore/permission.go | 2 +- server/store/datastore/permission_test.go | 2 +- server/store/datastore/pipeline.go | 2 +- server/store/datastore/pipeline_test.go | 2 +- server/store/datastore/redirection.go | 2 +- server/store/datastore/redirection_test.go | 4 +- server/store/datastore/registry.go | 2 +- server/store/datastore/registry_test.go | 4 +- server/store/datastore/repo.go | 4 +- server/store/datastore/repo_test.go | 2 +- server/store/datastore/secret.go | 2 +- server/store/datastore/secret_test.go | 2 +- server/store/datastore/server_config.go | 2 +- server/store/datastore/server_config_test.go | 2 +- server/store/datastore/step.go | 2 +- server/store/datastore/step_test.go | 4 +- server/store/datastore/task.go | 2 +- server/store/datastore/task_test.go | 2 +- server/store/datastore/user.go | 2 +- server/store/datastore/users_test.go | 2 +- server/store/datastore/workflow.go | 2 +- server/store/datastore/workflow_test.go | 2 +- server/store/mocks/store.go | 2 +- server/store/store.go | 2 +- server/web/config.go | 8 +- server/web/web.go | 4 +- server/web/web_test.go | 2 +- webhook-data | 196 ++++++++++++++++++ woodpecker-go/README.md | 2 +- woodpecker-server-tags | 1 + 297 files changed, 952 insertions(+), 755 deletions(-) create mode 100644 webhook-data create mode 100644 woodpecker-server-tags diff --git a/.gitpod.yml b/.gitpod.yml index 245eaac7bde..ab94af26c09 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -24,7 +24,7 @@ tasks: || echo WOODPECKER_DEV_OAUTH_HOST=$(gp url 8000) >> .env gp sync-await gitea gp sync-done woodpecker-server - go run go.woodpecker-ci.org/woodpecker/cmd/server + go run go.woodpecker-ci.org/woodpecker/v2/cmd/server - name: Agent env: WOODPECKER_SERVER: localhost:9000 @@ -33,7 +33,7 @@ tasks: WOODPECKER_HEALTHCHECK: false command: | gp sync-await woodpecker-server - go run go.woodpecker-ci.org/woodpecker/cmd/agent + go run go.woodpecker-ci.org/woodpecker/v2/cmd/agent - name: Gitea command: | export DOCKER_COMPOSE_CMD="docker-compose -f docker-compose.gitpod.yml -p woodpecker" diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index e309b08fb14..c6c75c390b1 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -33,7 +33,7 @@ steps: lint-pipeline: image: *golang_image commands: - - go run go.woodpecker-ci.org/woodpecker/cmd/cli lint + - go run go.woodpecker-ci.org/woodpecker/v2/cmd/cli lint when: - <<: *when - path: diff --git a/Makefile b/Makefile index 6d5964e2631..49971e74615 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ else endif endif -LDFLAGS := -s -w -extldflags "-static" -X go.woodpecker-ci.org/woodpecker/version.Version=${VERSION} +LDFLAGS := -s -w -extldflags "-static" -X go.woodpecker-ci.org/woodpecker/v2/version.Version=${VERSION} CGO_ENABLED ?= 1 # only used to compile server HAS_GO = $(shell hash go > /dev/null 2>&1 && echo "GO" || echo "NOGO" ) @@ -144,20 +144,20 @@ lint-ui: ## Lint UI code (cd web/; pnpm lint --quiet) test-agent: ## Test agent code - go test -race -cover -coverprofile agent-coverage.out -timeout 30s go.woodpecker-ci.org/woodpecker/cmd/agent go.woodpecker-ci.org/woodpecker/agent/... + go test -race -cover -coverprofile agent-coverage.out -timeout 30s go.woodpecker-ci.org/woodpecker/v2/cmd/agent go.woodpecker-ci.org/woodpecker/v2/agent/... test-server: ## Test server code - go test -race -cover -coverprofile server-coverage.out -timeout 30s go.woodpecker-ci.org/woodpecker/cmd/server $(shell go list go.woodpecker-ci.org/woodpecker/server/... | grep -v '/store') + go test -race -cover -coverprofile server-coverage.out -timeout 30s go.woodpecker-ci.org/woodpecker/v2/cmd/server $(shell go list go.woodpecker-ci.org/woodpecker/v2/server/... | grep -v '/store') test-cli: ## Test cli code - go test -race -cover -coverprofile cli-coverage.out -timeout 30s go.woodpecker-ci.org/woodpecker/cmd/cli go.woodpecker-ci.org/woodpecker/cli/... + go test -race -cover -coverprofile cli-coverage.out -timeout 30s go.woodpecker-ci.org/woodpecker/v2/cmd/cli go.woodpecker-ci.org/woodpecker/v2/cli/... test-server-datastore: ## Test server datastore - go test -timeout 120s -run TestMigrate go.woodpecker-ci.org/woodpecker/server/store/... - go test -race -timeout 30s -skip TestMigrate go.woodpecker-ci.org/woodpecker/server/store/... + go test -timeout 120s -run TestMigrate go.woodpecker-ci.org/woodpecker/v2/server/store/... + go test -race -timeout 30s -skip TestMigrate go.woodpecker-ci.org/woodpecker/v2/server/store/... test-server-datastore-coverage: ## Test server datastore with coverage report - go test -race -cover -coverprofile datastore-coverage.out -timeout 120s go.woodpecker-ci.org/woodpecker/server/store/... + go test -race -cover -coverprofile datastore-coverage.out -timeout 120s go.woodpecker-ci.org/woodpecker/v2/server/store/... test-ui: ui-dependencies ## Test UI code (cd web/; pnpm run lint) @@ -177,13 +177,13 @@ build-ui: ## Build UI (cd web/; pnpm install --frozen-lockfile; pnpm build) build-server: build-ui generate-swagger ## Build server - CGO_ENABLED=${CGO_ENABLED} GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -ldflags '${LDFLAGS}' -o dist/woodpecker-server${BIN_SUFFIX} go.woodpecker-ci.org/woodpecker/cmd/server + CGO_ENABLED=${CGO_ENABLED} GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -ldflags '${LDFLAGS}' -o dist/woodpecker-server${BIN_SUFFIX} go.woodpecker-ci.org/woodpecker/v2/cmd/server build-agent: ## Build agent - CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -ldflags '${LDFLAGS}' -o dist/woodpecker-agent${BIN_SUFFIX} go.woodpecker-ci.org/woodpecker/cmd/agent + CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -ldflags '${LDFLAGS}' -o dist/woodpecker-agent${BIN_SUFFIX} go.woodpecker-ci.org/woodpecker/v2/cmd/agent build-cli: ## Build cli - CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -ldflags '${LDFLAGS}' -o dist/woodpecker-cli${BIN_SUFFIX} go.woodpecker-ci.org/woodpecker/cmd/cli + CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -ldflags '${LDFLAGS}' -o dist/woodpecker-cli${BIN_SUFFIX} go.woodpecker-ci.org/woodpecker/v2/cmd/cli .PHONY: build build: build-agent build-server build-cli ## Build all binaries @@ -213,18 +213,18 @@ release-server-xgo: check-xgo ## Create server binaries for release using xgo release-server: ## Create server binaries for release # compile - GOOS=$(TARGETOS) GOARCH=$(TARGETARCH) CGO_ENABLED=${CGO_ENABLED} go build -ldflags '${LDFLAGS}' -o dist/server/$(TARGETOS)_$(TARGETARCH)/woodpecker-server$(BIN_SUFFIX) go.woodpecker-ci.org/woodpecker/cmd/server + GOOS=$(TARGETOS) GOARCH=$(TARGETARCH) CGO_ENABLED=${CGO_ENABLED} go build -ldflags '${LDFLAGS}' -o dist/server/$(TARGETOS)_$(TARGETARCH)/woodpecker-server$(BIN_SUFFIX) go.woodpecker-ci.org/woodpecker/v2/cmd/server # tar binary files tar -cvzf dist/woodpecker-server_$(TARGETOS)_$(TARGETARCH).tar.gz -C dist/server/$(TARGETOS)_$(TARGETARCH) woodpecker-server$(BIN_SUFFIX) release-agent: ## Create agent binaries for release # compile - GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -ldflags '${LDFLAGS}' -o dist/agent/linux_amd64/woodpecker-agent go.woodpecker-ci.org/woodpecker/cmd/agent - GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -ldflags '${LDFLAGS}' -o dist/agent/linux_arm64/woodpecker-agent go.woodpecker-ci.org/woodpecker/cmd/agent - GOOS=linux GOARCH=arm CGO_ENABLED=0 go build -ldflags '${LDFLAGS}' -o dist/agent/linux_arm/woodpecker-agent go.woodpecker-ci.org/woodpecker/cmd/agent - GOOS=windows GOARCH=amd64 CGO_ENABLED=0 go build -ldflags '${LDFLAGS}' -o dist/agent/windows_amd64/woodpecker-agent.exe go.woodpecker-ci.org/woodpecker/cmd/agent - GOOS=darwin GOARCH=amd64 CGO_ENABLED=0 go build -ldflags '${LDFLAGS}' -o dist/agent/darwin_amd64/woodpecker-agent go.woodpecker-ci.org/woodpecker/cmd/agent - GOOS=darwin GOARCH=arm64 CGO_ENABLED=0 go build -ldflags '${LDFLAGS}' -o dist/agent/darwin_arm64/woodpecker-agent go.woodpecker-ci.org/woodpecker/cmd/agent + GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -ldflags '${LDFLAGS}' -o dist/agent/linux_amd64/woodpecker-agent go.woodpecker-ci.org/woodpecker/v2/cmd/agent + GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -ldflags '${LDFLAGS}' -o dist/agent/linux_arm64/woodpecker-agent go.woodpecker-ci.org/woodpecker/v2/cmd/agent + GOOS=linux GOARCH=arm CGO_ENABLED=0 go build -ldflags '${LDFLAGS}' -o dist/agent/linux_arm/woodpecker-agent go.woodpecker-ci.org/woodpecker/v2/cmd/agent + GOOS=windows GOARCH=amd64 CGO_ENABLED=0 go build -ldflags '${LDFLAGS}' -o dist/agent/windows_amd64/woodpecker-agent.exe go.woodpecker-ci.org/woodpecker/v2/cmd/agent + GOOS=darwin GOARCH=amd64 CGO_ENABLED=0 go build -ldflags '${LDFLAGS}' -o dist/agent/darwin_amd64/woodpecker-agent go.woodpecker-ci.org/woodpecker/v2/cmd/agent + GOOS=darwin GOARCH=arm64 CGO_ENABLED=0 go build -ldflags '${LDFLAGS}' -o dist/agent/darwin_arm64/woodpecker-agent go.woodpecker-ci.org/woodpecker/v2/cmd/agent # tar binary files tar -cvzf dist/woodpecker-agent_linux_amd64.tar.gz -C dist/agent/linux_amd64 woodpecker-agent tar -cvzf dist/woodpecker-agent_linux_arm64.tar.gz -C dist/agent/linux_arm64 woodpecker-agent @@ -235,12 +235,12 @@ release-agent: ## Create agent binaries for release release-cli: ## Create cli binaries for release # compile - GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -ldflags '${LDFLAGS}' -o dist/cli/linux_amd64/woodpecker-cli go.woodpecker-ci.org/woodpecker/cmd/cli - GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -ldflags '${LDFLAGS}' -o dist/cli/linux_arm64/woodpecker-cli go.woodpecker-ci.org/woodpecker/cmd/cli - GOOS=linux GOARCH=arm CGO_ENABLED=0 go build -ldflags '${LDFLAGS}' -o dist/cli/linux_arm/woodpecker-cli go.woodpecker-ci.org/woodpecker/cmd/cli - GOOS=windows GOARCH=amd64 CGO_ENABLED=0 go build -ldflags '${LDFLAGS}' -o dist/cli/windows_amd64/woodpecker-cli.exe go.woodpecker-ci.org/woodpecker/cmd/cli - GOOS=darwin GOARCH=amd64 CGO_ENABLED=0 go build -ldflags '${LDFLAGS}' -o dist/cli/darwin_amd64/woodpecker-cli go.woodpecker-ci.org/woodpecker/cmd/cli - GOOS=darwin GOARCH=arm64 CGO_ENABLED=0 go build -ldflags '${LDFLAGS}' -o dist/cli/darwin_arm64/woodpecker-cli go.woodpecker-ci.org/woodpecker/cmd/cli + GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -ldflags '${LDFLAGS}' -o dist/cli/linux_amd64/woodpecker-cli go.woodpecker-ci.org/woodpecker/v2/cmd/cli + GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -ldflags '${LDFLAGS}' -o dist/cli/linux_arm64/woodpecker-cli go.woodpecker-ci.org/woodpecker/v2/cmd/cli + GOOS=linux GOARCH=arm CGO_ENABLED=0 go build -ldflags '${LDFLAGS}' -o dist/cli/linux_arm/woodpecker-cli go.woodpecker-ci.org/woodpecker/v2/cmd/cli + GOOS=windows GOARCH=amd64 CGO_ENABLED=0 go build -ldflags '${LDFLAGS}' -o dist/cli/windows_amd64/woodpecker-cli.exe go.woodpecker-ci.org/woodpecker/v2/cmd/cli + GOOS=darwin GOARCH=amd64 CGO_ENABLED=0 go build -ldflags '${LDFLAGS}' -o dist/cli/darwin_amd64/woodpecker-cli go.woodpecker-ci.org/woodpecker/v2/cmd/cli + GOOS=darwin GOARCH=arm64 CGO_ENABLED=0 go build -ldflags '${LDFLAGS}' -o dist/cli/darwin_arm64/woodpecker-cli go.woodpecker-ci.org/woodpecker/v2/cmd/cli # tar binary files tar -cvzf dist/woodpecker-cli_linux_amd64.tar.gz -C dist/cli/linux_amd64 woodpecker-cli tar -cvzf dist/woodpecker-cli_linux_arm64.tar.gz -C dist/cli/linux_arm64 woodpecker-cli diff --git a/agent/logger.go b/agent/logger.go index cc41b30e634..9d1c92eccee 100644 --- a/agent/logger.go +++ b/agent/logger.go @@ -21,10 +21,10 @@ import ( "github.com/rs/zerolog" "github.com/rs/zerolog/log" - "go.woodpecker-ci.org/woodpecker/pipeline" - backend "go.woodpecker-ci.org/woodpecker/pipeline/backend/types" - "go.woodpecker-ci.org/woodpecker/pipeline/multipart" - "go.woodpecker-ci.org/woodpecker/pipeline/rpc" + "go.woodpecker-ci.org/woodpecker/v2/pipeline" + backend "go.woodpecker-ci.org/woodpecker/v2/pipeline/backend/types" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/multipart" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/rpc" ) func (r *Runner) createLogger(logger zerolog.Logger, uploads *sync.WaitGroup, workflow *rpc.Workflow) pipeline.LogFunc { diff --git a/agent/rpc/auth_client_grpc.go b/agent/rpc/auth_client_grpc.go index 3bc321ba809..5f31e2803f5 100644 --- a/agent/rpc/auth_client_grpc.go +++ b/agent/rpc/auth_client_grpc.go @@ -18,7 +18,7 @@ import ( "context" "time" - "go.woodpecker-ci.org/woodpecker/pipeline/rpc/proto" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/rpc/proto" "google.golang.org/grpc" ) diff --git a/agent/rpc/client_grpc.go b/agent/rpc/client_grpc.go index dc3fae921fa..531c5c7ad70 100644 --- a/agent/rpc/client_grpc.go +++ b/agent/rpc/client_grpc.go @@ -26,9 +26,9 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - backend "go.woodpecker-ci.org/woodpecker/pipeline/backend/types" - "go.woodpecker-ci.org/woodpecker/pipeline/rpc" - "go.woodpecker-ci.org/woodpecker/pipeline/rpc/proto" + backend "go.woodpecker-ci.org/woodpecker/v2/pipeline/backend/types" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/rpc" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/rpc/proto" ) // set grpc version on compile time to compare against server version response diff --git a/agent/runner.go b/agent/runner.go index b6f5953f83f..991751fccb4 100644 --- a/agent/runner.go +++ b/agent/runner.go @@ -26,10 +26,10 @@ import ( "github.com/tevino/abool/v2" "google.golang.org/grpc/metadata" - "go.woodpecker-ci.org/woodpecker/pipeline" - backend "go.woodpecker-ci.org/woodpecker/pipeline/backend/types" - "go.woodpecker-ci.org/woodpecker/pipeline/rpc" - "go.woodpecker-ci.org/woodpecker/shared/utils" + "go.woodpecker-ci.org/woodpecker/v2/pipeline" + backend "go.woodpecker-ci.org/woodpecker/v2/pipeline/backend/types" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/rpc" + "go.woodpecker-ci.org/woodpecker/v2/shared/utils" ) type Runner struct { diff --git a/agent/tracer.go b/agent/tracer.go index 5cf60ca60f5..36d210b723b 100644 --- a/agent/tracer.go +++ b/agent/tracer.go @@ -22,8 +22,8 @@ import ( "github.com/rs/zerolog" - "go.woodpecker-ci.org/woodpecker/pipeline" - "go.woodpecker-ci.org/woodpecker/pipeline/rpc" + "go.woodpecker-ci.org/woodpecker/v2/pipeline" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/rpc" ) func (r *Runner) createTracer(ctxmeta context.Context, logger zerolog.Logger, workflow *rpc.Workflow) pipeline.TraceFunc { diff --git a/cli/common/flags.go b/cli/common/flags.go index 16045c92cc3..08f22886623 100644 --- a/cli/common/flags.go +++ b/cli/common/flags.go @@ -17,7 +17,7 @@ package common import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cmd/common" + "go.woodpecker-ci.org/woodpecker/v2/cmd/common" ) var GlobalFlags = append([]cli.Flag{ diff --git a/cli/common/pipeline.go b/cli/common/pipeline.go index bbe89d9a493..b479e569372 100644 --- a/cli/common/pipeline.go +++ b/cli/common/pipeline.go @@ -21,7 +21,7 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/shared/constant" + "go.woodpecker-ci.org/woodpecker/v2/shared/constant" ) func DetectPipelineConfig() (isDir bool, config string, _ error) { diff --git a/cli/common/zerologger.go b/cli/common/zerologger.go index 597478f7bc2..c6163695a7b 100644 --- a/cli/common/zerologger.go +++ b/cli/common/zerologger.go @@ -17,7 +17,7 @@ package common import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cmd/common" + "go.woodpecker-ci.org/woodpecker/v2/cmd/common" ) func SetupGlobalLogger(c *cli.Context) error { diff --git a/cli/cron/cron.go b/cli/cron/cron.go index e9e7f8fbf60..580b9fe21c5 100644 --- a/cli/cron/cron.go +++ b/cli/cron/cron.go @@ -17,7 +17,7 @@ package cron import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" ) // Command exports the cron command set. diff --git a/cli/cron/cron_add.go b/cli/cron/cron_add.go index 70579899189..f26aa7bbb54 100644 --- a/cli/cron/cron_add.go +++ b/cli/cron/cron_add.go @@ -20,9 +20,9 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/cli/internal" - "go.woodpecker-ci.org/woodpecker/woodpecker-go/woodpecker" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/internal" + "go.woodpecker-ci.org/woodpecker/v2/woodpecker-go/woodpecker" ) var cronCreateCmd = &cli.Command{ diff --git a/cli/cron/cron_info.go b/cli/cron/cron_info.go index 20825bfe024..126a03675bf 100644 --- a/cli/cron/cron_info.go +++ b/cli/cron/cron_info.go @@ -20,8 +20,8 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/cli/internal" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/internal" ) var cronInfoCmd = &cli.Command{ diff --git a/cli/cron/cron_list.go b/cli/cron/cron_list.go index 694c9292088..33161d8ee5a 100644 --- a/cli/cron/cron_list.go +++ b/cli/cron/cron_list.go @@ -20,8 +20,8 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/cli/internal" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/internal" ) var cronListCmd = &cli.Command{ diff --git a/cli/cron/cron_rm.go b/cli/cron/cron_rm.go index 642840ff274..1428651e0ea 100644 --- a/cli/cron/cron_rm.go +++ b/cli/cron/cron_rm.go @@ -19,8 +19,8 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/cli/internal" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/internal" ) var cronDeleteCmd = &cli.Command{ diff --git a/cli/cron/cron_update.go b/cli/cron/cron_update.go index b2a84a5e366..94188e9fab6 100644 --- a/cli/cron/cron_update.go +++ b/cli/cron/cron_update.go @@ -20,9 +20,9 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/cli/internal" - "go.woodpecker-ci.org/woodpecker/woodpecker-go/woodpecker" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/internal" + "go.woodpecker-ci.org/woodpecker/v2/woodpecker-go/woodpecker" ) var cronUpdateCmd = &cli.Command{ diff --git a/cli/deploy/deploy.go b/cli/deploy/deploy.go index 931494cab16..5d5bf80b6b7 100644 --- a/cli/deploy/deploy.go +++ b/cli/deploy/deploy.go @@ -22,9 +22,9 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/cli/internal" - "go.woodpecker-ci.org/woodpecker/woodpecker-go/woodpecker" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/internal" + "go.woodpecker-ci.org/woodpecker/v2/woodpecker-go/woodpecker" ) // Command exports the deploy command. diff --git a/cli/exec/exec.go b/cli/exec/exec.go index a9133714c2f..d125ae93664 100644 --- a/cli/exec/exec.go +++ b/cli/exec/exec.go @@ -27,19 +27,19 @@ import ( "github.com/drone/envsubst" "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/pipeline" - "go.woodpecker-ci.org/woodpecker/pipeline/backend" - "go.woodpecker-ci.org/woodpecker/pipeline/backend/docker" - "go.woodpecker-ci.org/woodpecker/pipeline/backend/kubernetes" - "go.woodpecker-ci.org/woodpecker/pipeline/backend/local" - backendTypes "go.woodpecker-ci.org/woodpecker/pipeline/backend/types" - "go.woodpecker-ci.org/woodpecker/pipeline/frontend/yaml" - "go.woodpecker-ci.org/woodpecker/pipeline/frontend/yaml/compiler" - "go.woodpecker-ci.org/woodpecker/pipeline/frontend/yaml/linter" - "go.woodpecker-ci.org/woodpecker/pipeline/frontend/yaml/matrix" - "go.woodpecker-ci.org/woodpecker/pipeline/multipart" - "go.woodpecker-ci.org/woodpecker/shared/utils" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/pipeline" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/backend" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/backend/docker" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/backend/kubernetes" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/backend/local" + backendTypes "go.woodpecker-ci.org/woodpecker/v2/pipeline/backend/types" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/yaml" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/yaml/compiler" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/yaml/linter" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/yaml/matrix" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/multipart" + "go.woodpecker-ci.org/woodpecker/v2/shared/utils" ) // Command exports the exec command. diff --git a/cli/exec/flags.go b/cli/exec/flags.go index 23caa54e596..be2bb69a27d 100644 --- a/cli/exec/flags.go +++ b/cli/exec/flags.go @@ -19,7 +19,7 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/shared/constant" + "go.woodpecker-ci.org/woodpecker/v2/shared/constant" ) var flags = []cli.Flag{ diff --git a/cli/exec/line.go b/cli/exec/line.go index d4e22a7192f..11972098120 100644 --- a/cli/exec/line.go +++ b/cli/exec/line.go @@ -20,7 +20,7 @@ import ( "strings" "time" - "go.woodpecker-ci.org/woodpecker/pipeline/rpc" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/rpc" ) // LineWriter sends logs to the client. diff --git a/cli/exec/metadata.go b/cli/exec/metadata.go index 9d7f2ca9100..c72aeaffadc 100644 --- a/cli/exec/metadata.go +++ b/cli/exec/metadata.go @@ -20,9 +20,9 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/pipeline/frontend/metadata" - "go.woodpecker-ci.org/woodpecker/pipeline/frontend/yaml/matrix" - "go.woodpecker-ci.org/woodpecker/version" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/metadata" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/yaml/matrix" + "go.woodpecker-ci.org/woodpecker/v2/version" ) // return the metadata from the cli context. diff --git a/cli/info/info.go b/cli/info/info.go index 84d7ee99ec9..ce5a4fcb786 100644 --- a/cli/info/info.go +++ b/cli/info/info.go @@ -20,8 +20,8 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/cli/internal" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/internal" ) // Command exports the info command. diff --git a/cli/internal/util.go b/cli/internal/util.go index 93017e979cb..e71b7558dd9 100644 --- a/cli/internal/util.go +++ b/cli/internal/util.go @@ -27,7 +27,7 @@ import ( "golang.org/x/net/proxy" "golang.org/x/oauth2" - "go.woodpecker-ci.org/woodpecker/woodpecker-go/woodpecker" + "go.woodpecker-ci.org/woodpecker/v2/woodpecker-go/woodpecker" ) // NewClient returns a new client from the CLI context. diff --git a/cli/lint/lint.go b/cli/lint/lint.go index 8902e9b87a0..81ff0ba6517 100644 --- a/cli/lint/lint.go +++ b/cli/lint/lint.go @@ -25,10 +25,10 @@ import ( "github.com/muesli/termenv" "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - pipeline_errors "go.woodpecker-ci.org/woodpecker/pipeline/errors" - "go.woodpecker-ci.org/woodpecker/pipeline/frontend/yaml" - "go.woodpecker-ci.org/woodpecker/pipeline/frontend/yaml/linter" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + pipeline_errors "go.woodpecker-ci.org/woodpecker/v2/pipeline/errors" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/yaml" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/yaml/linter" ) // Command exports the info command. diff --git a/cli/log/log.go b/cli/log/log.go index 03957cc8bf3..9c402b8f431 100644 --- a/cli/log/log.go +++ b/cli/log/log.go @@ -17,7 +17,7 @@ package log import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" ) // Command exports the log command set. diff --git a/cli/log/log_purge.go b/cli/log/log_purge.go index c7d3b63c715..e95ff093a13 100644 --- a/cli/log/log_purge.go +++ b/cli/log/log_purge.go @@ -20,8 +20,8 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/cli/internal" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/internal" ) var logPurgeCmd = &cli.Command{ diff --git a/cli/loglevel/loglevel.go b/cli/loglevel/loglevel.go index 02d097ccf36..79d6e1f6d7e 100644 --- a/cli/loglevel/loglevel.go +++ b/cli/loglevel/loglevel.go @@ -19,9 +19,9 @@ import ( "github.com/rs/zerolog/log" "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/cli/internal" - "go.woodpecker-ci.org/woodpecker/woodpecker-go/woodpecker" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/internal" + "go.woodpecker-ci.org/woodpecker/v2/woodpecker-go/woodpecker" ) // Command exports the log-level command used to change the servers log-level. diff --git a/cli/pipeline/approve.go b/cli/pipeline/approve.go index cfaff79c831..1fcb701e209 100644 --- a/cli/pipeline/approve.go +++ b/cli/pipeline/approve.go @@ -20,8 +20,8 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/cli/internal" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/internal" ) var pipelineApproveCmd = &cli.Command{ diff --git a/cli/pipeline/create.go b/cli/pipeline/create.go index 806e307d2b4..5707abcdea2 100644 --- a/cli/pipeline/create.go +++ b/cli/pipeline/create.go @@ -19,12 +19,12 @@ import ( "strings" "text/template" - "go.woodpecker-ci.org/woodpecker/woodpecker-go/woodpecker" + "go.woodpecker-ci.org/woodpecker/v2/woodpecker-go/woodpecker" "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/cli/internal" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/internal" ) var pipelineCreateCmd = &cli.Command{ diff --git a/cli/pipeline/decline.go b/cli/pipeline/decline.go index 34df89fbd8d..c730d2f4fc8 100644 --- a/cli/pipeline/decline.go +++ b/cli/pipeline/decline.go @@ -20,8 +20,8 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/cli/internal" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/internal" ) var pipelineDeclineCmd = &cli.Command{ diff --git a/cli/pipeline/info.go b/cli/pipeline/info.go index 20e85b48365..7e0fae28e0f 100644 --- a/cli/pipeline/info.go +++ b/cli/pipeline/info.go @@ -21,8 +21,8 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/cli/internal" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/internal" ) var pipelineInfoCmd = &cli.Command{ diff --git a/cli/pipeline/kill.go b/cli/pipeline/kill.go index 55b84c5f0da..3648c11ec3d 100644 --- a/cli/pipeline/kill.go +++ b/cli/pipeline/kill.go @@ -20,8 +20,8 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/cli/internal" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/internal" ) var pipelineKillCmd = &cli.Command{ diff --git a/cli/pipeline/last.go b/cli/pipeline/last.go index 18342b23456..7e61544c239 100644 --- a/cli/pipeline/last.go +++ b/cli/pipeline/last.go @@ -20,8 +20,8 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/cli/internal" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/internal" ) var pipelineLastCmd = &cli.Command{ diff --git a/cli/pipeline/list.go b/cli/pipeline/list.go index 8e455b473c8..1e685164f47 100644 --- a/cli/pipeline/list.go +++ b/cli/pipeline/list.go @@ -20,8 +20,8 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/cli/internal" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/internal" ) var pipelineListCmd = &cli.Command{ diff --git a/cli/pipeline/logs.go b/cli/pipeline/logs.go index 64fd35e247b..8001eadfe23 100644 --- a/cli/pipeline/logs.go +++ b/cli/pipeline/logs.go @@ -18,8 +18,8 @@ import ( "fmt" "strconv" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/cli/internal" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/internal" "github.com/urfave/cli/v2" ) diff --git a/cli/pipeline/pipeline.go b/cli/pipeline/pipeline.go index b6db33bebe2..64c91f7be4c 100644 --- a/cli/pipeline/pipeline.go +++ b/cli/pipeline/pipeline.go @@ -17,7 +17,7 @@ package pipeline import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" ) // Command exports the pipeline command set. diff --git a/cli/pipeline/ps.go b/cli/pipeline/ps.go index 7aedada47bb..940facb4d51 100644 --- a/cli/pipeline/ps.go +++ b/cli/pipeline/ps.go @@ -21,8 +21,8 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/cli/internal" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/internal" ) var pipelinePsCmd = &cli.Command{ diff --git a/cli/pipeline/queue.go b/cli/pipeline/queue.go index b8d9577c466..08e7b22ce40 100644 --- a/cli/pipeline/queue.go +++ b/cli/pipeline/queue.go @@ -21,8 +21,8 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/cli/internal" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/internal" ) var pipelineQueueCmd = &cli.Command{ diff --git a/cli/pipeline/start.go b/cli/pipeline/start.go index 71d1f7a9a15..a6e9f98a9f9 100644 --- a/cli/pipeline/start.go +++ b/cli/pipeline/start.go @@ -21,8 +21,8 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/cli/internal" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/internal" ) var pipelineStartCmd = &cli.Command{ diff --git a/cli/pipeline/stop.go b/cli/pipeline/stop.go index 1f6301fd414..121b751b5f4 100644 --- a/cli/pipeline/stop.go +++ b/cli/pipeline/stop.go @@ -20,8 +20,8 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/cli/internal" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/internal" ) var pipelineStopCmd = &cli.Command{ diff --git a/cli/registry/registry.go b/cli/registry/registry.go index 6c2cd13b7a3..da973aa6c12 100644 --- a/cli/registry/registry.go +++ b/cli/registry/registry.go @@ -17,7 +17,7 @@ package registry import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" ) // Command exports the registry command set. diff --git a/cli/registry/registry_add.go b/cli/registry/registry_add.go index d06ba1ff7c6..795b2da9a58 100644 --- a/cli/registry/registry_add.go +++ b/cli/registry/registry_add.go @@ -20,9 +20,9 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/cli/internal" - "go.woodpecker-ci.org/woodpecker/woodpecker-go/woodpecker" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/internal" + "go.woodpecker-ci.org/woodpecker/v2/woodpecker-go/woodpecker" ) var registryCreateCmd = &cli.Command{ diff --git a/cli/registry/registry_info.go b/cli/registry/registry_info.go index 9cb041ad874..add3e0697d0 100644 --- a/cli/registry/registry_info.go +++ b/cli/registry/registry_info.go @@ -20,8 +20,8 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/cli/internal" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/internal" ) var registryInfoCmd = &cli.Command{ diff --git a/cli/registry/registry_list.go b/cli/registry/registry_list.go index 3d43dfcd6cc..2c7f5afe9c0 100644 --- a/cli/registry/registry_list.go +++ b/cli/registry/registry_list.go @@ -20,8 +20,8 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/cli/internal" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/internal" ) var registryListCmd = &cli.Command{ diff --git a/cli/registry/registry_rm.go b/cli/registry/registry_rm.go index 19c87b46b4b..5bc1c16005c 100644 --- a/cli/registry/registry_rm.go +++ b/cli/registry/registry_rm.go @@ -17,8 +17,8 @@ package registry import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/cli/internal" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/internal" ) var registryDeleteCmd = &cli.Command{ diff --git a/cli/registry/registry_set.go b/cli/registry/registry_set.go index 1ed2fc36dd4..b7c143cd9b9 100644 --- a/cli/registry/registry_set.go +++ b/cli/registry/registry_set.go @@ -20,9 +20,9 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/cli/internal" - "go.woodpecker-ci.org/woodpecker/woodpecker-go/woodpecker" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/internal" + "go.woodpecker-ci.org/woodpecker/v2/woodpecker-go/woodpecker" ) var registryUpdateCmd = &cli.Command{ diff --git a/cli/repo/repo.go b/cli/repo/repo.go index ceba0bb3d76..ae760b94404 100644 --- a/cli/repo/repo.go +++ b/cli/repo/repo.go @@ -17,7 +17,7 @@ package repo import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" ) // Command exports the repository command. diff --git a/cli/repo/repo_add.go b/cli/repo/repo_add.go index accf280d922..fac4d3a9500 100644 --- a/cli/repo/repo_add.go +++ b/cli/repo/repo_add.go @@ -20,8 +20,8 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/cli/internal" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/internal" ) var repoAddCmd = &cli.Command{ diff --git a/cli/repo/repo_chown.go b/cli/repo/repo_chown.go index 983f7c817de..dadc05077aa 100644 --- a/cli/repo/repo_chown.go +++ b/cli/repo/repo_chown.go @@ -19,8 +19,8 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/cli/internal" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/internal" ) var repoChownCmd = &cli.Command{ diff --git a/cli/repo/repo_info.go b/cli/repo/repo_info.go index f3c0fc73e58..69ae2bfdce0 100644 --- a/cli/repo/repo_info.go +++ b/cli/repo/repo_info.go @@ -20,8 +20,8 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/cli/internal" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/internal" ) var repoInfoCmd = &cli.Command{ diff --git a/cli/repo/repo_list.go b/cli/repo/repo_list.go index 96e85f95a16..747ce8fe557 100644 --- a/cli/repo/repo_list.go +++ b/cli/repo/repo_list.go @@ -20,8 +20,8 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/cli/internal" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/internal" ) var repoListCmd = &cli.Command{ diff --git a/cli/repo/repo_repair.go b/cli/repo/repo_repair.go index f5f5b13d2c8..bc493608549 100644 --- a/cli/repo/repo_repair.go +++ b/cli/repo/repo_repair.go @@ -19,8 +19,8 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/cli/internal" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/internal" ) var repoRepairCmd = &cli.Command{ diff --git a/cli/repo/repo_rm.go b/cli/repo/repo_rm.go index f4a863c4051..7c0177a1d18 100644 --- a/cli/repo/repo_rm.go +++ b/cli/repo/repo_rm.go @@ -19,8 +19,8 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/cli/internal" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/internal" ) var repoRemoveCmd = &cli.Command{ diff --git a/cli/repo/repo_sync.go b/cli/repo/repo_sync.go index 830bb7c7032..acb4801ab56 100644 --- a/cli/repo/repo_sync.go +++ b/cli/repo/repo_sync.go @@ -20,8 +20,8 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/cli/internal" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/internal" ) var repoSyncCmd = &cli.Command{ diff --git a/cli/repo/repo_update.go b/cli/repo/repo_update.go index 35913ad97ac..6f1cdd88619 100644 --- a/cli/repo/repo_update.go +++ b/cli/repo/repo_update.go @@ -20,9 +20,9 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/cli/internal" - "go.woodpecker-ci.org/woodpecker/woodpecker-go/woodpecker" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/internal" + "go.woodpecker-ci.org/woodpecker/v2/woodpecker-go/woodpecker" ) var repoUpdateCmd = &cli.Command{ diff --git a/cli/secret/secret.go b/cli/secret/secret.go index 1a7a0ec0598..f953d0315ea 100644 --- a/cli/secret/secret.go +++ b/cli/secret/secret.go @@ -21,9 +21,9 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/cli/internal" - "go.woodpecker-ci.org/woodpecker/woodpecker-go/woodpecker" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/internal" + "go.woodpecker-ci.org/woodpecker/v2/woodpecker-go/woodpecker" ) // Command exports the secret command. diff --git a/cli/secret/secret_add.go b/cli/secret/secret_add.go index 1637edfe483..8a49a29cb1f 100644 --- a/cli/secret/secret_add.go +++ b/cli/secret/secret_add.go @@ -20,9 +20,9 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/cli/internal" - "go.woodpecker-ci.org/woodpecker/woodpecker-go/woodpecker" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/internal" + "go.woodpecker-ci.org/woodpecker/v2/woodpecker-go/woodpecker" ) var secretCreateCmd = &cli.Command{ diff --git a/cli/secret/secret_info.go b/cli/secret/secret_info.go index 60ff6b1131e..fa14e4982e4 100644 --- a/cli/secret/secret_info.go +++ b/cli/secret/secret_info.go @@ -20,9 +20,9 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/cli/internal" - "go.woodpecker-ci.org/woodpecker/woodpecker-go/woodpecker" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/internal" + "go.woodpecker-ci.org/woodpecker/v2/woodpecker-go/woodpecker" ) var secretInfoCmd = &cli.Command{ diff --git a/cli/secret/secret_list.go b/cli/secret/secret_list.go index ec89a1e8c50..bcf7122fc22 100644 --- a/cli/secret/secret_list.go +++ b/cli/secret/secret_list.go @@ -21,9 +21,9 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/cli/internal" - "go.woodpecker-ci.org/woodpecker/woodpecker-go/woodpecker" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/internal" + "go.woodpecker-ci.org/woodpecker/v2/woodpecker-go/woodpecker" ) var secretListCmd = &cli.Command{ diff --git a/cli/secret/secret_rm.go b/cli/secret/secret_rm.go index 38f06f277d6..3691eb95bdf 100644 --- a/cli/secret/secret_rm.go +++ b/cli/secret/secret_rm.go @@ -17,8 +17,8 @@ package secret import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/cli/internal" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/internal" ) var secretDeleteCmd = &cli.Command{ diff --git a/cli/secret/secret_set.go b/cli/secret/secret_set.go index 485f11c1127..7923046c8ea 100644 --- a/cli/secret/secret_set.go +++ b/cli/secret/secret_set.go @@ -20,9 +20,9 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/cli/internal" - "go.woodpecker-ci.org/woodpecker/woodpecker-go/woodpecker" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/internal" + "go.woodpecker-ci.org/woodpecker/v2/woodpecker-go/woodpecker" ) var secretUpdateCmd = &cli.Command{ diff --git a/cli/user/user.go b/cli/user/user.go index 5900a7a15f5..4d7f24313f2 100644 --- a/cli/user/user.go +++ b/cli/user/user.go @@ -17,7 +17,7 @@ package user import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" ) // Command exports the user command set. diff --git a/cli/user/user_add.go b/cli/user/user_add.go index 10551497ecd..1baea697171 100644 --- a/cli/user/user_add.go +++ b/cli/user/user_add.go @@ -19,9 +19,9 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/cli/internal" - "go.woodpecker-ci.org/woodpecker/woodpecker-go/woodpecker" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/internal" + "go.woodpecker-ci.org/woodpecker/v2/woodpecker-go/woodpecker" ) var userAddCmd = &cli.Command{ diff --git a/cli/user/user_info.go b/cli/user/user_info.go index 896e397252f..3e9b3f1489d 100644 --- a/cli/user/user_info.go +++ b/cli/user/user_info.go @@ -21,8 +21,8 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/cli/internal" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/internal" ) var userInfoCmd = &cli.Command{ diff --git a/cli/user/user_list.go b/cli/user/user_list.go index d7ffe937c8d..b1cd7dc8b64 100644 --- a/cli/user/user_list.go +++ b/cli/user/user_list.go @@ -20,8 +20,8 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/cli/internal" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/internal" ) var userListCmd = &cli.Command{ diff --git a/cli/user/user_rm.go b/cli/user/user_rm.go index d3b4baf0093..128d7479759 100644 --- a/cli/user/user_rm.go +++ b/cli/user/user_rm.go @@ -19,8 +19,8 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/cli/internal" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/internal" ) var userRemoveCmd = &cli.Command{ diff --git a/cmd/agent/agent.go b/cmd/agent/agent.go index f2d7d224648..198f1a4bbf0 100644 --- a/cmd/agent/agent.go +++ b/cmd/agent/agent.go @@ -37,14 +37,14 @@ import ( "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" - "go.woodpecker-ci.org/woodpecker/agent" - agentRpc "go.woodpecker-ci.org/woodpecker/agent/rpc" - "go.woodpecker-ci.org/woodpecker/cmd/common" - "go.woodpecker-ci.org/woodpecker/pipeline/backend" - "go.woodpecker-ci.org/woodpecker/pipeline/backend/types" - "go.woodpecker-ci.org/woodpecker/pipeline/rpc" - "go.woodpecker-ci.org/woodpecker/shared/utils" - "go.woodpecker-ci.org/woodpecker/version" + "go.woodpecker-ci.org/woodpecker/v2/agent" + agentRpc "go.woodpecker-ci.org/woodpecker/v2/agent/rpc" + "go.woodpecker-ci.org/woodpecker/v2/cmd/common" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/backend" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/backend/types" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/rpc" + "go.woodpecker-ci.org/woodpecker/v2/shared/utils" + "go.woodpecker-ci.org/woodpecker/v2/version" ) func run(c *cli.Context) error { diff --git a/cmd/agent/health.go b/cmd/agent/health.go index b55ad0e211f..0a508f07c51 100644 --- a/cmd/agent/health.go +++ b/cmd/agent/health.go @@ -23,8 +23,8 @@ import ( "github.com/rs/zerolog/log" "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/agent" - "go.woodpecker-ci.org/woodpecker/version" + "go.woodpecker-ci.org/woodpecker/v2/agent" + "go.woodpecker-ci.org/woodpecker/v2/version" ) // the file implements some basic healthcheck logic based on the diff --git a/cmd/agent/health_test.go b/cmd/agent/health_test.go index 4cf8ae1afff..04d297cf549 100644 --- a/cmd/agent/health_test.go +++ b/cmd/agent/health_test.go @@ -18,7 +18,7 @@ import ( "testing" "time" - "go.woodpecker-ci.org/woodpecker/agent" + "go.woodpecker-ci.org/woodpecker/v2/agent" ) func TestHealthy(t *testing.T) { diff --git a/cmd/agent/main.go b/cmd/agent/main.go index 7b10e87c161..8cbd4e0549e 100644 --- a/cmd/agent/main.go +++ b/cmd/agent/main.go @@ -21,12 +21,12 @@ import ( _ "github.com/joho/godotenv/autoload" "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cmd/common" - "go.woodpecker-ci.org/woodpecker/pipeline/backend/docker" - "go.woodpecker-ci.org/woodpecker/pipeline/backend/kubernetes" - "go.woodpecker-ci.org/woodpecker/pipeline/backend/local" - "go.woodpecker-ci.org/woodpecker/shared/utils" - "go.woodpecker-ci.org/woodpecker/version" + "go.woodpecker-ci.org/woodpecker/v2/cmd/common" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/backend/docker" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/backend/kubernetes" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/backend/local" + "go.woodpecker-ci.org/woodpecker/v2/shared/utils" + "go.woodpecker-ci.org/woodpecker/v2/version" ) func main() { diff --git a/cmd/cli/app.go b/cmd/cli/app.go index d98ffc19ee2..72052901113 100644 --- a/cmd/cli/app.go +++ b/cmd/cli/app.go @@ -17,20 +17,20 @@ package main import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cli/common" - "go.woodpecker-ci.org/woodpecker/cli/cron" - "go.woodpecker-ci.org/woodpecker/cli/deploy" - "go.woodpecker-ci.org/woodpecker/cli/exec" - "go.woodpecker-ci.org/woodpecker/cli/info" - "go.woodpecker-ci.org/woodpecker/cli/lint" - "go.woodpecker-ci.org/woodpecker/cli/log" - "go.woodpecker-ci.org/woodpecker/cli/loglevel" - "go.woodpecker-ci.org/woodpecker/cli/pipeline" - "go.woodpecker-ci.org/woodpecker/cli/registry" - "go.woodpecker-ci.org/woodpecker/cli/repo" - "go.woodpecker-ci.org/woodpecker/cli/secret" - "go.woodpecker-ci.org/woodpecker/cli/user" - "go.woodpecker-ci.org/woodpecker/version" + "go.woodpecker-ci.org/woodpecker/v2/cli/common" + "go.woodpecker-ci.org/woodpecker/v2/cli/cron" + "go.woodpecker-ci.org/woodpecker/v2/cli/deploy" + "go.woodpecker-ci.org/woodpecker/v2/cli/exec" + "go.woodpecker-ci.org/woodpecker/v2/cli/info" + "go.woodpecker-ci.org/woodpecker/v2/cli/lint" + "go.woodpecker-ci.org/woodpecker/v2/cli/log" + "go.woodpecker-ci.org/woodpecker/v2/cli/loglevel" + "go.woodpecker-ci.org/woodpecker/v2/cli/pipeline" + "go.woodpecker-ci.org/woodpecker/v2/cli/registry" + "go.woodpecker-ci.org/woodpecker/v2/cli/repo" + "go.woodpecker-ci.org/woodpecker/v2/cli/secret" + "go.woodpecker-ci.org/woodpecker/v2/cli/user" + "go.woodpecker-ci.org/woodpecker/v2/version" ) //go:generate go run docs.go app.go diff --git a/cmd/server/flags.go b/cmd/server/flags.go index 33a73317b5b..e81b30c6ea2 100644 --- a/cmd/server/flags.go +++ b/cmd/server/flags.go @@ -20,8 +20,8 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/cmd/common" - "go.woodpecker-ci.org/woodpecker/shared/constant" + "go.woodpecker-ci.org/woodpecker/v2/cmd/common" + "go.woodpecker-ci.org/woodpecker/v2/shared/constant" ) var flags = append([]cli.Flag{ diff --git a/cmd/server/main.go b/cmd/server/main.go index 2fa7c800a21..72c1806c1ad 100644 --- a/cmd/server/main.go +++ b/cmd/server/main.go @@ -20,9 +20,9 @@ import ( _ "github.com/joho/godotenv/autoload" "github.com/urfave/cli/v2" - _ "go.woodpecker-ci.org/woodpecker/cmd/server/docs" + _ "go.woodpecker-ci.org/woodpecker/v2/cmd/server/docs" - "go.woodpecker-ci.org/woodpecker/version" + "go.woodpecker-ci.org/woodpecker/v2/version" ) func main() { diff --git a/cmd/server/server.go b/cmd/server/server.go index fae4f9b2176..b95449fdd69 100644 --- a/cmd/server/server.go +++ b/cmd/server/server.go @@ -34,25 +34,25 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/keepalive" - "go.woodpecker-ci.org/woodpecker/cmd/common" - "go.woodpecker-ci.org/woodpecker/pipeline/rpc/proto" - "go.woodpecker-ci.org/woodpecker/server" - "go.woodpecker-ci.org/woodpecker/server/cron" - "go.woodpecker-ci.org/woodpecker/server/forge" - woodpeckerGrpcServer "go.woodpecker-ci.org/woodpecker/server/grpc" - "go.woodpecker-ci.org/woodpecker/server/logging" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/plugins/config" - "go.woodpecker-ci.org/woodpecker/server/plugins/permissions" - "go.woodpecker-ci.org/woodpecker/server/pubsub" - "go.woodpecker-ci.org/woodpecker/server/router" - "go.woodpecker-ci.org/woodpecker/server/router/middleware" - "go.woodpecker-ci.org/woodpecker/server/store" - "go.woodpecker-ci.org/woodpecker/server/web" - "go.woodpecker-ci.org/woodpecker/shared/constant" - "go.woodpecker-ci.org/woodpecker/version" - // "go.woodpecker-ci.org/woodpecker/server/plugins/encryption" - // encryptedStore "go.woodpecker-ci.org/woodpecker/server/plugins/encryption/wrapper/store" + "go.woodpecker-ci.org/woodpecker/v2/cmd/common" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/rpc/proto" + "go.woodpecker-ci.org/woodpecker/v2/server" + "go.woodpecker-ci.org/woodpecker/v2/server/cron" + "go.woodpecker-ci.org/woodpecker/v2/server/forge" + woodpeckerGrpcServer "go.woodpecker-ci.org/woodpecker/v2/server/grpc" + "go.woodpecker-ci.org/woodpecker/v2/server/logging" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/plugins/config" + "go.woodpecker-ci.org/woodpecker/v2/server/plugins/permissions" + "go.woodpecker-ci.org/woodpecker/v2/server/pubsub" + "go.woodpecker-ci.org/woodpecker/v2/server/router" + "go.woodpecker-ci.org/woodpecker/v2/server/router/middleware" + "go.woodpecker-ci.org/woodpecker/v2/server/store" + "go.woodpecker-ci.org/woodpecker/v2/server/web" + "go.woodpecker-ci.org/woodpecker/v2/shared/constant" + "go.woodpecker-ci.org/woodpecker/v2/version" + // "go.woodpecker-ci.org/woodpecker/v2/server/plugins/encryption" + // encryptedStore "go.woodpecker-ci.org/woodpecker/v2/server/plugins/encryption/wrapper/store" ) func run(c *cli.Context) error { diff --git a/cmd/server/setup.go b/cmd/server/setup.go index 8caa0f99568..b088a1931bd 100644 --- a/cmd/server/setup.go +++ b/cmd/server/setup.go @@ -34,21 +34,21 @@ import ( "github.com/urfave/cli/v2" "golang.org/x/sync/errgroup" - "go.woodpecker-ci.org/woodpecker/server" - "go.woodpecker-ci.org/woodpecker/server/cache" - "go.woodpecker-ci.org/woodpecker/server/forge" - "go.woodpecker-ci.org/woodpecker/server/forge/bitbucket" - "go.woodpecker-ci.org/woodpecker/server/forge/gitea" - "go.woodpecker-ci.org/woodpecker/server/forge/github" - "go.woodpecker-ci.org/woodpecker/server/forge/gitlab" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/plugins/environments" - "go.woodpecker-ci.org/woodpecker/server/plugins/registry" - "go.woodpecker-ci.org/woodpecker/server/plugins/secrets" - "go.woodpecker-ci.org/woodpecker/server/queue" - "go.woodpecker-ci.org/woodpecker/server/store" - "go.woodpecker-ci.org/woodpecker/server/store/datastore" - "go.woodpecker-ci.org/woodpecker/server/store/types" + "go.woodpecker-ci.org/woodpecker/v2/server" + "go.woodpecker-ci.org/woodpecker/v2/server/cache" + "go.woodpecker-ci.org/woodpecker/v2/server/forge" + "go.woodpecker-ci.org/woodpecker/v2/server/forge/bitbucket" + "go.woodpecker-ci.org/woodpecker/v2/server/forge/gitea" + "go.woodpecker-ci.org/woodpecker/v2/server/forge/github" + "go.woodpecker-ci.org/woodpecker/v2/server/forge/gitlab" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/plugins/environments" + "go.woodpecker-ci.org/woodpecker/v2/server/plugins/registry" + "go.woodpecker-ci.org/woodpecker/v2/server/plugins/secrets" + "go.woodpecker-ci.org/woodpecker/v2/server/queue" + "go.woodpecker-ci.org/woodpecker/v2/server/store" + "go.woodpecker-ci.org/woodpecker/v2/server/store/datastore" + "go.woodpecker-ci.org/woodpecker/v2/server/store/types" ) func setupStore(c *cli.Context) (store.Store, error) { diff --git a/cmd/server/swagger.go b/cmd/server/swagger.go index 1053f637406..97029b804c6 100644 --- a/cmd/server/swagger.go +++ b/cmd/server/swagger.go @@ -15,8 +15,8 @@ package main import ( - "go.woodpecker-ci.org/woodpecker/cmd/server/docs" - "go.woodpecker-ci.org/woodpecker/version" + "go.woodpecker-ci.org/woodpecker/v2/cmd/server/docs" + "go.woodpecker-ci.org/woodpecker/v2/version" ) // generate docs/swagger.json via: diff --git a/cmd/server/woodpecker_docs_gen.go b/cmd/server/woodpecker_docs_gen.go index ae7217e5bcd..081c0c61550 100644 --- a/cmd/server/woodpecker_docs_gen.go +++ b/cmd/server/woodpecker_docs_gen.go @@ -25,7 +25,7 @@ import ( "os" "path" - "go.woodpecker-ci.org/woodpecker/cmd/server/docs" + "go.woodpecker-ci.org/woodpecker/v2/cmd/server/docs" ) func main() { diff --git a/docs/docs/92-development/01-getting-started.md b/docs/docs/92-development/01-getting-started.md index ee2b1d2057c..a8538d19504 100644 --- a/docs/docs/92-development/01-getting-started.md +++ b/docs/docs/92-development/01-getting-started.md @@ -123,7 +123,7 @@ make test-frontend If you want to test a specific go file you can also use: ```bash -go test -race -timeout 30s go.woodpecker-ci.org/woodpecker/ +go test -race -timeout 30s go.woodpecker-ci.org/woodpecker/v2/ ``` Or you can open the test-file inside [VS-Code](#developing-with-vs-code) and run or debug the test by clicking on the inline commands: diff --git a/docs/versioned_docs/version-2.0/92-development/01-getting-started.md b/docs/versioned_docs/version-2.0/92-development/01-getting-started.md index ee2b1d2057c..a8538d19504 100644 --- a/docs/versioned_docs/version-2.0/92-development/01-getting-started.md +++ b/docs/versioned_docs/version-2.0/92-development/01-getting-started.md @@ -123,7 +123,7 @@ make test-frontend If you want to test a specific go file you can also use: ```bash -go test -race -timeout 30s go.woodpecker-ci.org/woodpecker/ +go test -race -timeout 30s go.woodpecker-ci.org/woodpecker/v2/ ``` Or you can open the test-file inside [VS-Code](#developing-with-vs-code) and run or debug the test by clicking on the inline commands: diff --git a/go.mod b/go.mod index b7937c4d546..07fb08ea2da 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module go.woodpecker-ci.org/woodpecker +module go.woodpecker-ci.org/woodpecker/v2 go 1.21 diff --git a/pipeline/backend/backend.go b/pipeline/backend/backend.go index f1c07227f61..13ef009d370 100644 --- a/pipeline/backend/backend.go +++ b/pipeline/backend/backend.go @@ -18,10 +18,10 @@ import ( "context" "fmt" - "go.woodpecker-ci.org/woodpecker/pipeline/backend/docker" - "go.woodpecker-ci.org/woodpecker/pipeline/backend/kubernetes" - "go.woodpecker-ci.org/woodpecker/pipeline/backend/local" - "go.woodpecker-ci.org/woodpecker/pipeline/backend/types" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/backend/docker" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/backend/kubernetes" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/backend/local" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/backend/types" ) var ( diff --git a/pipeline/backend/docker/convert.go b/pipeline/backend/docker/convert.go index 096dafc5ce2..f841bff1ee8 100644 --- a/pipeline/backend/docker/convert.go +++ b/pipeline/backend/docker/convert.go @@ -22,8 +22,8 @@ import ( "github.com/docker/docker/api/types/container" - "go.woodpecker-ci.org/woodpecker/pipeline/backend/common" - "go.woodpecker-ci.org/woodpecker/pipeline/backend/types" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/backend/common" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/backend/types" ) // returns a container configuration. diff --git a/pipeline/backend/docker/docker.go b/pipeline/backend/docker/docker.go index accba49d5bf..c942c2cebe9 100644 --- a/pipeline/backend/docker/docker.go +++ b/pipeline/backend/docker/docker.go @@ -33,8 +33,8 @@ import ( "github.com/rs/zerolog/log" "github.com/urfave/cli/v2" - backend "go.woodpecker-ci.org/woodpecker/pipeline/backend/types" - "go.woodpecker-ci.org/woodpecker/shared/utils" + backend "go.woodpecker-ci.org/woodpecker/v2/pipeline/backend/types" + "go.woodpecker-ci.org/woodpecker/v2/shared/utils" ) type docker struct { diff --git a/pipeline/backend/kubernetes/kubernetes.go b/pipeline/backend/kubernetes/kubernetes.go index 216c8cb607c..bdb543bfce7 100644 --- a/pipeline/backend/kubernetes/kubernetes.go +++ b/pipeline/backend/kubernetes/kubernetes.go @@ -24,7 +24,7 @@ import ( "time" "github.com/rs/zerolog/log" - "go.woodpecker-ci.org/woodpecker/pipeline/backend/types" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/backend/types" "gopkg.in/yaml.v3" "github.com/urfave/cli/v2" diff --git a/pipeline/backend/kubernetes/pod.go b/pipeline/backend/kubernetes/pod.go index c9d2fd43e8d..48e046d32f3 100644 --- a/pipeline/backend/kubernetes/pod.go +++ b/pipeline/backend/kubernetes/pod.go @@ -24,8 +24,8 @@ import ( "k8s.io/apimachinery/pkg/api/resource" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - "go.woodpecker-ci.org/woodpecker/pipeline/backend/common" - "go.woodpecker-ci.org/woodpecker/pipeline/backend/types" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/backend/common" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/backend/types" ) func Pod(namespace string, step *types.Step, labels, annotations map[string]string, goos string, secCtxConf SecurityContextConfig) (*v1.Pod, error) { diff --git a/pipeline/backend/local/clone.go b/pipeline/backend/local/clone.go index b659a090a69..083c0182078 100644 --- a/pipeline/backend/local/clone.go +++ b/pipeline/backend/local/clone.go @@ -26,7 +26,7 @@ import ( "strings" "github.com/rs/zerolog/log" - "go.woodpecker-ci.org/woodpecker/pipeline/backend/types" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/backend/types" ) // checkGitCloneCap check if we have the git binary on hand diff --git a/pipeline/backend/local/local.go b/pipeline/backend/local/local.go index 698a3f0f996..ca67c16166d 100644 --- a/pipeline/backend/local/local.go +++ b/pipeline/backend/local/local.go @@ -31,7 +31,7 @@ import ( "golang.org/x/text/encoding/unicode" "golang.org/x/text/transform" - "go.woodpecker-ci.org/woodpecker/pipeline/backend/types" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/backend/types" ) type workflowState struct { diff --git a/pipeline/errors/error_test.go b/pipeline/errors/error_test.go index 5a3bb7455a9..50bdf9d34d4 100644 --- a/pipeline/errors/error_test.go +++ b/pipeline/errors/error_test.go @@ -7,7 +7,7 @@ import ( "github.com/stretchr/testify/assert" "go.uber.org/multierr" - pipeline_errors "go.woodpecker-ci.org/woodpecker/pipeline/errors" + pipeline_errors "go.woodpecker-ci.org/woodpecker/v2/pipeline/errors" ) func TestGetPipelineErrors(t *testing.T) { diff --git a/pipeline/frontend/metadata.go b/pipeline/frontend/metadata.go index fac05e6947b..34134e03c0f 100644 --- a/pipeline/frontend/metadata.go +++ b/pipeline/frontend/metadata.go @@ -21,9 +21,9 @@ import ( "github.com/drone/envsubst" - "go.woodpecker-ci.org/woodpecker/pipeline/frontend/metadata" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/version" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/metadata" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/version" ) func EnvVarSubst(yaml string, environ map[string]string) (string, error) { diff --git a/pipeline/frontend/metadata/drone_compatibility_test.go b/pipeline/frontend/metadata/drone_compatibility_test.go index 58ab8920de7..ff771352671 100644 --- a/pipeline/frontend/metadata/drone_compatibility_test.go +++ b/pipeline/frontend/metadata/drone_compatibility_test.go @@ -19,7 +19,7 @@ import ( "testing" "github.com/stretchr/testify/assert" - "go.woodpecker-ci.org/woodpecker/pipeline/frontend/metadata" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/metadata" ) func TestSetDroneEnviron(t *testing.T) { diff --git a/pipeline/frontend/metadata_test.go b/pipeline/frontend/metadata_test.go index c40253442f1..8729e4f0e80 100644 --- a/pipeline/frontend/metadata_test.go +++ b/pipeline/frontend/metadata_test.go @@ -19,10 +19,10 @@ import ( "github.com/stretchr/testify/assert" - "go.woodpecker-ci.org/woodpecker/pipeline/frontend" - "go.woodpecker-ci.org/woodpecker/pipeline/frontend/metadata" - "go.woodpecker-ci.org/woodpecker/server/forge/mocks" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/metadata" + "go.woodpecker-ci.org/woodpecker/v2/server/forge/mocks" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func TestEnvVarSubst(t *testing.T) { diff --git a/pipeline/frontend/yaml/compiler/cacher.go b/pipeline/frontend/yaml/compiler/cacher.go index db56a613a33..8e57f5f0fe2 100644 --- a/pipeline/frontend/yaml/compiler/cacher.go +++ b/pipeline/frontend/yaml/compiler/cacher.go @@ -18,7 +18,7 @@ import ( "path" "strings" - yaml_types "go.woodpecker-ci.org/woodpecker/pipeline/frontend/yaml/types" + yaml_types "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/yaml/types" ) // Cacher defines a compiler transform that can be used diff --git a/pipeline/frontend/yaml/compiler/compiler.go b/pipeline/frontend/yaml/compiler/compiler.go index 0652f0fd470..3617391f612 100644 --- a/pipeline/frontend/yaml/compiler/compiler.go +++ b/pipeline/frontend/yaml/compiler/compiler.go @@ -18,11 +18,11 @@ import ( "fmt" "path" - backend_types "go.woodpecker-ci.org/woodpecker/pipeline/backend/types" - "go.woodpecker-ci.org/woodpecker/pipeline/frontend/metadata" - yaml_types "go.woodpecker-ci.org/woodpecker/pipeline/frontend/yaml/types" - "go.woodpecker-ci.org/woodpecker/pipeline/frontend/yaml/utils" - "go.woodpecker-ci.org/woodpecker/shared/constant" + backend_types "go.woodpecker-ci.org/woodpecker/v2/pipeline/backend/types" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/metadata" + yaml_types "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/yaml/types" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/yaml/utils" + "go.woodpecker-ci.org/woodpecker/v2/shared/constant" ) const ( diff --git a/pipeline/frontend/yaml/compiler/compiler_test.go b/pipeline/frontend/yaml/compiler/compiler_test.go index 9734082ed29..2d5ebeafd8d 100644 --- a/pipeline/frontend/yaml/compiler/compiler_test.go +++ b/pipeline/frontend/yaml/compiler/compiler_test.go @@ -19,11 +19,11 @@ import ( "github.com/stretchr/testify/assert" - backend_types "go.woodpecker-ci.org/woodpecker/pipeline/backend/types" - "go.woodpecker-ci.org/woodpecker/pipeline/frontend/metadata" - yaml_types "go.woodpecker-ci.org/woodpecker/pipeline/frontend/yaml/types" - yaml_base_types "go.woodpecker-ci.org/woodpecker/pipeline/frontend/yaml/types/base" - "go.woodpecker-ci.org/woodpecker/shared/constant" + backend_types "go.woodpecker-ci.org/woodpecker/v2/pipeline/backend/types" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/metadata" + yaml_types "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/yaml/types" + yaml_base_types "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/yaml/types/base" + "go.woodpecker-ci.org/woodpecker/v2/shared/constant" ) func TestSecretAvailable(t *testing.T) { diff --git a/pipeline/frontend/yaml/compiler/convert.go b/pipeline/frontend/yaml/compiler/convert.go index cda2de9fda5..93aa24dc8b8 100644 --- a/pipeline/frontend/yaml/compiler/convert.go +++ b/pipeline/frontend/yaml/compiler/convert.go @@ -22,11 +22,11 @@ import ( "github.com/google/uuid" - backend_types "go.woodpecker-ci.org/woodpecker/pipeline/backend/types" - "go.woodpecker-ci.org/woodpecker/pipeline/frontend/metadata" - "go.woodpecker-ci.org/woodpecker/pipeline/frontend/yaml/compiler/settings" - yaml_types "go.woodpecker-ci.org/woodpecker/pipeline/frontend/yaml/types" - "go.woodpecker-ci.org/woodpecker/pipeline/frontend/yaml/utils" + backend_types "go.woodpecker-ci.org/woodpecker/v2/pipeline/backend/types" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/metadata" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/yaml/compiler/settings" + yaml_types "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/yaml/types" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/yaml/utils" ) func (c *Compiler) createProcess(name string, container *yaml_types.Container, stepType backend_types.StepType) (*backend_types.Step, error) { diff --git a/pipeline/frontend/yaml/compiler/option.go b/pipeline/frontend/yaml/compiler/option.go index 81e2442b5f3..afe9dfe9535 100644 --- a/pipeline/frontend/yaml/compiler/option.go +++ b/pipeline/frontend/yaml/compiler/option.go @@ -19,7 +19,7 @@ import ( "path" "strings" - "go.woodpecker-ci.org/woodpecker/pipeline/frontend/metadata" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/metadata" ) // Option configures a compiler option. diff --git a/pipeline/frontend/yaml/compiler/option_test.go b/pipeline/frontend/yaml/compiler/option_test.go index a3ca233ae2e..a485dbdeb4b 100644 --- a/pipeline/frontend/yaml/compiler/option_test.go +++ b/pipeline/frontend/yaml/compiler/option_test.go @@ -18,7 +18,7 @@ import ( "reflect" "testing" - "go.woodpecker-ci.org/woodpecker/pipeline/frontend/metadata" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/metadata" ) func TestWithWorkspace(t *testing.T) { diff --git a/pipeline/frontend/yaml/constraint/constraint.go b/pipeline/frontend/yaml/constraint/constraint.go index f72beae6911..d8ac51ca562 100644 --- a/pipeline/frontend/yaml/constraint/constraint.go +++ b/pipeline/frontend/yaml/constraint/constraint.go @@ -25,8 +25,8 @@ import ( "go.uber.org/multierr" "gopkg.in/yaml.v3" - "go.woodpecker-ci.org/woodpecker/pipeline/frontend/metadata" - yamlBaseTypes "go.woodpecker-ci.org/woodpecker/pipeline/frontend/yaml/types/base" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/metadata" + yamlBaseTypes "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/yaml/types/base" ) type ( diff --git a/pipeline/frontend/yaml/constraint/constraint_test.go b/pipeline/frontend/yaml/constraint/constraint_test.go index e8d3e363bc0..267fb4556f4 100644 --- a/pipeline/frontend/yaml/constraint/constraint_test.go +++ b/pipeline/frontend/yaml/constraint/constraint_test.go @@ -20,8 +20,8 @@ import ( "github.com/stretchr/testify/assert" "gopkg.in/yaml.v3" - "go.woodpecker-ci.org/woodpecker/pipeline/frontend" - "go.woodpecker-ci.org/woodpecker/pipeline/frontend/metadata" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/metadata" ) func TestConstraint(t *testing.T) { diff --git a/pipeline/frontend/yaml/linter/error.go b/pipeline/frontend/yaml/linter/error.go index ab23e3412fd..c28a44ae869 100644 --- a/pipeline/frontend/yaml/linter/error.go +++ b/pipeline/frontend/yaml/linter/error.go @@ -15,7 +15,7 @@ package linter import ( - "go.woodpecker-ci.org/woodpecker/pipeline/errors" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/errors" ) func newLinterError(message, file, field string, isWarning bool) *errors.PipelineError { diff --git a/pipeline/frontend/yaml/linter/linter.go b/pipeline/frontend/yaml/linter/linter.go index 21241f0881b..6214b381a21 100644 --- a/pipeline/frontend/yaml/linter/linter.go +++ b/pipeline/frontend/yaml/linter/linter.go @@ -20,9 +20,9 @@ import ( "codeberg.org/6543/xyaml" "go.uber.org/multierr" - "go.woodpecker-ci.org/woodpecker/pipeline/errors" - "go.woodpecker-ci.org/woodpecker/pipeline/frontend/yaml/linter/schema" - "go.woodpecker-ci.org/woodpecker/pipeline/frontend/yaml/types" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/errors" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/yaml/linter/schema" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/yaml/types" ) // A Linter lints a pipeline configuration. diff --git a/pipeline/frontend/yaml/linter/linter_test.go b/pipeline/frontend/yaml/linter/linter_test.go index 0da805d1603..685c1867674 100644 --- a/pipeline/frontend/yaml/linter/linter_test.go +++ b/pipeline/frontend/yaml/linter/linter_test.go @@ -18,9 +18,9 @@ import ( "testing" "github.com/stretchr/testify/assert" - "go.woodpecker-ci.org/woodpecker/pipeline/errors" - "go.woodpecker-ci.org/woodpecker/pipeline/frontend/yaml" - "go.woodpecker-ci.org/woodpecker/pipeline/frontend/yaml/linter" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/errors" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/yaml" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/yaml/linter" ) func TestLint(t *testing.T) { diff --git a/pipeline/frontend/yaml/linter/schema/schema_test.go b/pipeline/frontend/yaml/linter/schema/schema_test.go index 575b5ae49b2..f4caf5368ab 100644 --- a/pipeline/frontend/yaml/linter/schema/schema_test.go +++ b/pipeline/frontend/yaml/linter/schema/schema_test.go @@ -21,7 +21,7 @@ import ( "github.com/stretchr/testify/assert" - "go.woodpecker-ci.org/woodpecker/pipeline/frontend/yaml/linter/schema" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/yaml/linter/schema" ) func TestSchema(t *testing.T) { diff --git a/pipeline/frontend/yaml/matrix/matrix.go b/pipeline/frontend/yaml/matrix/matrix.go index 583b105b872..9abf3bd1af3 100644 --- a/pipeline/frontend/yaml/matrix/matrix.go +++ b/pipeline/frontend/yaml/matrix/matrix.go @@ -17,7 +17,7 @@ package matrix import ( "strings" - "go.woodpecker-ci.org/woodpecker/pipeline/errors" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/errors" "codeberg.org/6543/xyaml" ) diff --git a/pipeline/frontend/yaml/parse.go b/pipeline/frontend/yaml/parse.go index 16e2b9be591..f919b581411 100644 --- a/pipeline/frontend/yaml/parse.go +++ b/pipeline/frontend/yaml/parse.go @@ -20,10 +20,10 @@ import ( "codeberg.org/6543/xyaml" - "go.woodpecker-ci.org/woodpecker/pipeline/frontend/yaml/constraint" - "go.woodpecker-ci.org/woodpecker/pipeline/frontend/yaml/types" - "go.woodpecker-ci.org/woodpecker/pipeline/frontend/yaml/types/base" - "go.woodpecker-ci.org/woodpecker/shared/constant" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/yaml/constraint" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/yaml/types" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/yaml/types/base" + "go.woodpecker-ci.org/woodpecker/v2/shared/constant" ) var ErrUnsuportedVersion = errors.New("unsuported pipeline config version detected") diff --git a/pipeline/frontend/yaml/parse_test.go b/pipeline/frontend/yaml/parse_test.go index 31d9775e2f1..904d599553c 100644 --- a/pipeline/frontend/yaml/parse_test.go +++ b/pipeline/frontend/yaml/parse_test.go @@ -20,8 +20,8 @@ import ( "github.com/franela/goblin" "github.com/stretchr/testify/assert" - "go.woodpecker-ci.org/woodpecker/pipeline/frontend/metadata" - yaml_base_types "go.woodpecker-ci.org/woodpecker/pipeline/frontend/yaml/types/base" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/metadata" + yaml_base_types "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/yaml/types/base" ) func TestParse(t *testing.T) { diff --git a/pipeline/frontend/yaml/types/container.go b/pipeline/frontend/yaml/types/container.go index 7088261a097..b50d3efcba0 100644 --- a/pipeline/frontend/yaml/types/container.go +++ b/pipeline/frontend/yaml/types/container.go @@ -19,10 +19,10 @@ import ( "gopkg.in/yaml.v3" - "go.woodpecker-ci.org/woodpecker/pipeline/frontend/yaml/constraint" - "go.woodpecker-ci.org/woodpecker/pipeline/frontend/yaml/types/base" - "go.woodpecker-ci.org/woodpecker/pipeline/frontend/yaml/utils" - "go.woodpecker-ci.org/woodpecker/shared/constant" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/yaml/constraint" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/yaml/types/base" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/yaml/utils" + "go.woodpecker-ci.org/woodpecker/v2/shared/constant" ) type ( diff --git a/pipeline/frontend/yaml/types/container_test.go b/pipeline/frontend/yaml/types/container_test.go index 0adb0ae5a29..429e5dbe641 100644 --- a/pipeline/frontend/yaml/types/container_test.go +++ b/pipeline/frontend/yaml/types/container_test.go @@ -21,8 +21,8 @@ import ( "github.com/stretchr/testify/assert" "gopkg.in/yaml.v3" - "go.woodpecker-ci.org/woodpecker/pipeline/frontend/yaml/constraint" - "go.woodpecker-ci.org/woodpecker/pipeline/frontend/yaml/types/base" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/yaml/constraint" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/yaml/types/base" ) var containerYaml = []byte(` diff --git a/pipeline/frontend/yaml/types/workflow.go b/pipeline/frontend/yaml/types/workflow.go index 005f3a907bb..f482fba3772 100644 --- a/pipeline/frontend/yaml/types/workflow.go +++ b/pipeline/frontend/yaml/types/workflow.go @@ -15,8 +15,8 @@ package types import ( - "go.woodpecker-ci.org/woodpecker/pipeline/frontend/yaml/constraint" - "go.woodpecker-ci.org/woodpecker/pipeline/frontend/yaml/types/base" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/yaml/constraint" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/yaml/types/base" ) type ( diff --git a/pipeline/logger.go b/pipeline/logger.go index a61af5a0b8b..043dd798f2f 100644 --- a/pipeline/logger.go +++ b/pipeline/logger.go @@ -15,8 +15,8 @@ package pipeline import ( - backend "go.woodpecker-ci.org/woodpecker/pipeline/backend/types" - "go.woodpecker-ci.org/woodpecker/pipeline/multipart" + backend "go.woodpecker-ci.org/woodpecker/v2/pipeline/backend/types" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/multipart" ) // Logger handles the process logging. diff --git a/pipeline/option.go b/pipeline/option.go index 1f5a98bd36a..27bcd9c686f 100644 --- a/pipeline/option.go +++ b/pipeline/option.go @@ -17,7 +17,7 @@ package pipeline import ( "context" - backend "go.woodpecker-ci.org/woodpecker/pipeline/backend/types" + backend "go.woodpecker-ci.org/woodpecker/v2/pipeline/backend/types" ) // Option configures a runtime option. diff --git a/pipeline/pipeline.go b/pipeline/pipeline.go index b5849b71819..f777acfe2d3 100644 --- a/pipeline/pipeline.go +++ b/pipeline/pipeline.go @@ -26,9 +26,9 @@ import ( "github.com/rs/zerolog/log" "golang.org/x/sync/errgroup" - backend "go.woodpecker-ci.org/woodpecker/pipeline/backend/types" - "go.woodpecker-ci.org/woodpecker/pipeline/frontend/metadata" - "go.woodpecker-ci.org/woodpecker/pipeline/multipart" + backend "go.woodpecker-ci.org/woodpecker/v2/pipeline/backend/types" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/metadata" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/multipart" ) // TODO: move runtime into "runtime" subpackage diff --git a/pipeline/rpc/log_entry.go b/pipeline/rpc/log_entry.go index 4b238e706f2..e62ce7a0708 100644 --- a/pipeline/rpc/log_entry.go +++ b/pipeline/rpc/log_entry.go @@ -23,7 +23,7 @@ import ( "github.com/rs/zerolog/log" - "go.woodpecker-ci.org/woodpecker/pipeline/shared" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/shared" ) // Identifies the type of line in the logs. diff --git a/pipeline/rpc/peer.go b/pipeline/rpc/peer.go index 5fbda400b87..96265efdd83 100644 --- a/pipeline/rpc/peer.go +++ b/pipeline/rpc/peer.go @@ -18,7 +18,7 @@ package rpc import ( "context" - backend "go.woodpecker-ci.org/woodpecker/pipeline/backend/types" + backend "go.woodpecker-ci.org/woodpecker/v2/pipeline/backend/types" ) type ( diff --git a/pipeline/rpc/proto/woodpecker.proto b/pipeline/rpc/proto/woodpecker.proto index f6cc00e8cab..f61d865953f 100644 --- a/pipeline/rpc/proto/woodpecker.proto +++ b/pipeline/rpc/proto/woodpecker.proto @@ -15,7 +15,7 @@ syntax = "proto3"; -option go_package = "go.woodpecker-ci.org/woodpecker/pipeline/rpc/proto"; +option go_package = "go.woodpecker-ci.org/woodpecker/v2/pipeline/rpc/proto"; package proto; // !IMPORTANT! diff --git a/pipeline/stepBuilder.go b/pipeline/stepBuilder.go index 05b28cc212a..84c52847534 100644 --- a/pipeline/stepBuilder.go +++ b/pipeline/stepBuilder.go @@ -24,20 +24,20 @@ import ( "github.com/rs/zerolog/log" "go.uber.org/multierr" - backend_types "go.woodpecker-ci.org/woodpecker/pipeline/backend/types" - "go.woodpecker-ci.org/woodpecker/pipeline/errors" - pipeline_errors "go.woodpecker-ci.org/woodpecker/pipeline/errors" - yaml_types "go.woodpecker-ci.org/woodpecker/pipeline/frontend/yaml/types" - forge_types "go.woodpecker-ci.org/woodpecker/server/forge/types" - - "go.woodpecker-ci.org/woodpecker/pipeline/frontend" - "go.woodpecker-ci.org/woodpecker/pipeline/frontend/metadata" - "go.woodpecker-ci.org/woodpecker/pipeline/frontend/yaml" - "go.woodpecker-ci.org/woodpecker/pipeline/frontend/yaml/compiler" - "go.woodpecker-ci.org/woodpecker/pipeline/frontend/yaml/linter" - "go.woodpecker-ci.org/woodpecker/pipeline/frontend/yaml/matrix" - "go.woodpecker-ci.org/woodpecker/server" - "go.woodpecker-ci.org/woodpecker/server/model" + backend_types "go.woodpecker-ci.org/woodpecker/v2/pipeline/backend/types" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/errors" + pipeline_errors "go.woodpecker-ci.org/woodpecker/v2/pipeline/errors" + yaml_types "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/yaml/types" + forge_types "go.woodpecker-ci.org/woodpecker/v2/server/forge/types" + + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/metadata" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/yaml" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/yaml/compiler" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/yaml/linter" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/yaml/matrix" + "go.woodpecker-ci.org/woodpecker/v2/server" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) // StepBuilder Takes the hook data and the yaml and returns in internal data model diff --git a/pipeline/stepBuilder_test.go b/pipeline/stepBuilder_test.go index e171677c400..f9d04681d3e 100644 --- a/pipeline/stepBuilder_test.go +++ b/pipeline/stepBuilder_test.go @@ -21,10 +21,10 @@ import ( "github.com/stretchr/testify/assert" - "go.woodpecker-ci.org/woodpecker/server/forge" - "go.woodpecker-ci.org/woodpecker/server/forge/mocks" - forge_types "go.woodpecker-ci.org/woodpecker/server/forge/types" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/forge" + "go.woodpecker-ci.org/woodpecker/v2/server/forge/mocks" + forge_types "go.woodpecker-ci.org/woodpecker/v2/server/forge/types" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func TestGlobalEnvsubst(t *testing.T) { diff --git a/server/api/agent.go b/server/api/agent.go index 9a7312281d8..36bbb04290a 100644 --- a/server/api/agent.go +++ b/server/api/agent.go @@ -22,10 +22,10 @@ import ( "github.com/gin-gonic/gin" "github.com/gorilla/securecookie" - "go.woodpecker-ci.org/woodpecker/server" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/router/middleware/session" - "go.woodpecker-ci.org/woodpecker/server/store" + "go.woodpecker-ci.org/woodpecker/v2/server" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/router/middleware/session" + "go.woodpecker-ci.org/woodpecker/v2/server/store" ) // GetAgents diff --git a/server/api/badge.go b/server/api/badge.go index 2c60f9bc4c2..152fbef6c52 100644 --- a/server/api/badge.go +++ b/server/api/badge.go @@ -27,12 +27,12 @@ import ( "github.com/gin-gonic/gin" "github.com/rs/zerolog/log" - "go.woodpecker-ci.org/woodpecker/server" - "go.woodpecker-ci.org/woodpecker/server/badges" - "go.woodpecker-ci.org/woodpecker/server/ccmenu" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/store" - "go.woodpecker-ci.org/woodpecker/server/store/types" + "go.woodpecker-ci.org/woodpecker/v2/server" + "go.woodpecker-ci.org/woodpecker/v2/server/badges" + "go.woodpecker-ci.org/woodpecker/v2/server/ccmenu" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/store" + "go.woodpecker-ci.org/woodpecker/v2/server/store/types" ) // GetBadge diff --git a/server/api/cron.go b/server/api/cron.go index 5a4b00c2b63..f1f1a48a314 100644 --- a/server/api/cron.go +++ b/server/api/cron.go @@ -21,12 +21,12 @@ import ( "github.com/gin-gonic/gin" - "go.woodpecker-ci.org/woodpecker/server" - cronScheduler "go.woodpecker-ci.org/woodpecker/server/cron" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/pipeline" - "go.woodpecker-ci.org/woodpecker/server/router/middleware/session" - "go.woodpecker-ci.org/woodpecker/server/store" + "go.woodpecker-ci.org/woodpecker/v2/server" + cronScheduler "go.woodpecker-ci.org/woodpecker/v2/server/cron" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/pipeline" + "go.woodpecker-ci.org/woodpecker/v2/server/router/middleware/session" + "go.woodpecker-ci.org/woodpecker/v2/server/store" ) // GetCron diff --git a/server/api/global_secret.go b/server/api/global_secret.go index 8de6f10eba8..d6f992811b8 100644 --- a/server/api/global_secret.go +++ b/server/api/global_secret.go @@ -19,10 +19,10 @@ import ( "github.com/gin-gonic/gin" - "go.woodpecker-ci.org/woodpecker/server/router/middleware/session" + "go.woodpecker-ci.org/woodpecker/v2/server/router/middleware/session" - "go.woodpecker-ci.org/woodpecker/server" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) // GetGlobalSecretList diff --git a/server/api/helper.go b/server/api/helper.go index 2ddf31d08ca..d4d1da89983 100644 --- a/server/api/helper.go +++ b/server/api/helper.go @@ -20,12 +20,12 @@ import ( "github.com/gin-gonic/gin" - "go.woodpecker-ci.org/woodpecker/server" - "go.woodpecker-ci.org/woodpecker/server/forge" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/pipeline" - "go.woodpecker-ci.org/woodpecker/server/store" - "go.woodpecker-ci.org/woodpecker/server/store/types" + "go.woodpecker-ci.org/woodpecker/v2/server" + "go.woodpecker-ci.org/woodpecker/v2/server/forge" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/pipeline" + "go.woodpecker-ci.org/woodpecker/v2/server/store" + "go.woodpecker-ci.org/woodpecker/v2/server/store/types" ) func handlePipelineErr(c *gin.Context, err error) { diff --git a/server/api/helper_test.go b/server/api/helper_test.go index d12a9cc0198..485451ccece 100644 --- a/server/api/helper_test.go +++ b/server/api/helper_test.go @@ -7,7 +7,7 @@ import ( "github.com/gin-gonic/gin" - "go.woodpecker-ci.org/woodpecker/server/pipeline" + "go.woodpecker-ci.org/woodpecker/v2/server/pipeline" ) func TestHandlePipelineError(t *testing.T) { diff --git a/server/api/hook.go b/server/api/hook.go index 0f9573638e1..0d3a9b53d88 100644 --- a/server/api/hook.go +++ b/server/api/hook.go @@ -26,12 +26,12 @@ import ( "github.com/gin-gonic/gin" "github.com/rs/zerolog/log" - "go.woodpecker-ci.org/woodpecker/server" - "go.woodpecker-ci.org/woodpecker/server/forge/types" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/pipeline" - "go.woodpecker-ci.org/woodpecker/server/store" - "go.woodpecker-ci.org/woodpecker/shared/token" + "go.woodpecker-ci.org/woodpecker/v2/server" + "go.woodpecker-ci.org/woodpecker/v2/server/forge/types" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/pipeline" + "go.woodpecker-ci.org/woodpecker/v2/server/store" + "go.woodpecker-ci.org/woodpecker/v2/shared/token" ) // GetQueueInfo diff --git a/server/api/login.go b/server/api/login.go index ae95e67c4c7..29d25d7b1af 100644 --- a/server/api/login.go +++ b/server/api/login.go @@ -24,12 +24,12 @@ import ( "github.com/gorilla/securecookie" "github.com/rs/zerolog/log" - "go.woodpecker-ci.org/woodpecker/server" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/store" - "go.woodpecker-ci.org/woodpecker/server/store/types" - "go.woodpecker-ci.org/woodpecker/shared/httputil" - "go.woodpecker-ci.org/woodpecker/shared/token" + "go.woodpecker-ci.org/woodpecker/v2/server" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/store" + "go.woodpecker-ci.org/woodpecker/v2/server/store/types" + "go.woodpecker-ci.org/woodpecker/v2/shared/httputil" + "go.woodpecker-ci.org/woodpecker/v2/shared/token" ) func HandleLogin(c *gin.Context) { diff --git a/server/api/metrics/prometheus.go b/server/api/metrics/prometheus.go index c2d796ccd97..a7a7793b5e6 100644 --- a/server/api/metrics/prometheus.go +++ b/server/api/metrics/prometheus.go @@ -22,7 +22,7 @@ import ( "github.com/gin-gonic/gin" "github.com/prometheus/client_golang/prometheus/promhttp" - "go.woodpecker-ci.org/woodpecker/server" + "go.woodpecker-ci.org/woodpecker/v2/server" ) // errInvalidToken is returned when the api request token is invalid. diff --git a/server/api/org.go b/server/api/org.go index fc412ab97b7..e3b5999990d 100644 --- a/server/api/org.go +++ b/server/api/org.go @@ -23,10 +23,10 @@ import ( "github.com/gin-gonic/gin" - "go.woodpecker-ci.org/woodpecker/server" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/router/middleware/session" - "go.woodpecker-ci.org/woodpecker/server/store" + "go.woodpecker-ci.org/woodpecker/v2/server" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/router/middleware/session" + "go.woodpecker-ci.org/woodpecker/v2/server/store" ) // GetOrg diff --git a/server/api/org_secret.go b/server/api/org_secret.go index 1fcb1746488..dbda4c4a50d 100644 --- a/server/api/org_secret.go +++ b/server/api/org_secret.go @@ -20,10 +20,10 @@ import ( "github.com/gin-gonic/gin" - "go.woodpecker-ci.org/woodpecker/server/router/middleware/session" + "go.woodpecker-ci.org/woodpecker/v2/server/router/middleware/session" - "go.woodpecker-ci.org/woodpecker/server" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) // GetOrgSecret diff --git a/server/api/orgs.go b/server/api/orgs.go index b794b04d43d..e54f77eb159 100644 --- a/server/api/orgs.go +++ b/server/api/orgs.go @@ -20,8 +20,8 @@ import ( "github.com/gin-gonic/gin" - "go.woodpecker-ci.org/woodpecker/server/router/middleware/session" - "go.woodpecker-ci.org/woodpecker/server/store" + "go.woodpecker-ci.org/woodpecker/v2/server/router/middleware/session" + "go.woodpecker-ci.org/woodpecker/v2/server/store" ) // GetOrgs diff --git a/server/api/pipeline.go b/server/api/pipeline.go index 8c4897d506f..6277fdf4b0b 100644 --- a/server/api/pipeline.go +++ b/server/api/pipeline.go @@ -28,11 +28,11 @@ import ( "github.com/gin-gonic/gin" - "go.woodpecker-ci.org/woodpecker/server" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/pipeline" - "go.woodpecker-ci.org/woodpecker/server/router/middleware/session" - "go.woodpecker-ci.org/woodpecker/server/store" + "go.woodpecker-ci.org/woodpecker/v2/server" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/pipeline" + "go.woodpecker-ci.org/woodpecker/v2/server/router/middleware/session" + "go.woodpecker-ci.org/woodpecker/v2/server/store" ) // CreatePipeline diff --git a/server/api/registry.go b/server/api/registry.go index 8c42004e740..731084ab72e 100644 --- a/server/api/registry.go +++ b/server/api/registry.go @@ -19,9 +19,9 @@ import ( "github.com/gin-gonic/gin" - "go.woodpecker-ci.org/woodpecker/server" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/router/middleware/session" + "go.woodpecker-ci.org/woodpecker/v2/server" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/router/middleware/session" ) // GetRegistry diff --git a/server/api/repo.go b/server/api/repo.go index 38fa3060ebb..94767a17f07 100644 --- a/server/api/repo.go +++ b/server/api/repo.go @@ -27,12 +27,12 @@ import ( "github.com/gorilla/securecookie" "github.com/rs/zerolog/log" - "go.woodpecker-ci.org/woodpecker/server" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/router/middleware/session" - "go.woodpecker-ci.org/woodpecker/server/store" - "go.woodpecker-ci.org/woodpecker/server/store/types" - "go.woodpecker-ci.org/woodpecker/shared/token" + "go.woodpecker-ci.org/woodpecker/v2/server" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/router/middleware/session" + "go.woodpecker-ci.org/woodpecker/v2/server/store" + "go.woodpecker-ci.org/woodpecker/v2/server/store/types" + "go.woodpecker-ci.org/woodpecker/v2/shared/token" ) // PostRepo diff --git a/server/api/repo_secret.go b/server/api/repo_secret.go index 079418fb9b8..84fe4ca7b87 100644 --- a/server/api/repo_secret.go +++ b/server/api/repo_secret.go @@ -20,9 +20,9 @@ import ( "github.com/gin-gonic/gin" - "go.woodpecker-ci.org/woodpecker/server" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/router/middleware/session" + "go.woodpecker-ci.org/woodpecker/v2/server" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/router/middleware/session" ) // GetSecret diff --git a/server/api/signature_public_key.go b/server/api/signature_public_key.go index ab0f82e1dcb..0846f0c968c 100644 --- a/server/api/signature_public_key.go +++ b/server/api/signature_public_key.go @@ -21,7 +21,7 @@ import ( "github.com/gin-gonic/gin" "github.com/rs/zerolog/log" - "go.woodpecker-ci.org/woodpecker/server" + "go.woodpecker-ci.org/woodpecker/v2/server" ) // GetSignaturePublicKey diff --git a/server/api/stream.go b/server/api/stream.go index 9dac673a3db..7e40dcc36d6 100644 --- a/server/api/stream.go +++ b/server/api/stream.go @@ -27,11 +27,11 @@ import ( "github.com/gin-gonic/gin" "github.com/rs/zerolog/log" - "go.woodpecker-ci.org/woodpecker/server" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/pubsub" - "go.woodpecker-ci.org/woodpecker/server/router/middleware/session" - "go.woodpecker-ci.org/woodpecker/server/store" + "go.woodpecker-ci.org/woodpecker/v2/server" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/pubsub" + "go.woodpecker-ci.org/woodpecker/v2/server/router/middleware/session" + "go.woodpecker-ci.org/woodpecker/v2/server/store" ) // EventStreamSSE diff --git a/server/api/user.go b/server/api/user.go index 8c85df89d1a..d9c06d43fd6 100644 --- a/server/api/user.go +++ b/server/api/user.go @@ -22,11 +22,11 @@ import ( "github.com/gin-gonic/gin" "github.com/gorilla/securecookie" - "go.woodpecker-ci.org/woodpecker/server" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/router/middleware/session" - "go.woodpecker-ci.org/woodpecker/server/store" - "go.woodpecker-ci.org/woodpecker/shared/token" + "go.woodpecker-ci.org/woodpecker/v2/server" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/router/middleware/session" + "go.woodpecker-ci.org/woodpecker/v2/server/store" + "go.woodpecker-ci.org/woodpecker/v2/shared/token" ) // GetSelf diff --git a/server/api/users.go b/server/api/users.go index 76f8a299ca8..5769d4c0274 100644 --- a/server/api/users.go +++ b/server/api/users.go @@ -21,9 +21,9 @@ import ( "github.com/gin-gonic/gin" "github.com/gorilla/securecookie" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/router/middleware/session" - "go.woodpecker-ci.org/woodpecker/server/store" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/router/middleware/session" + "go.woodpecker-ci.org/woodpecker/v2/server/store" ) // GetUsers diff --git a/server/api/z.go b/server/api/z.go index e86f7112edf..1c3ccb9f0bc 100644 --- a/server/api/z.go +++ b/server/api/z.go @@ -21,8 +21,8 @@ import ( "github.com/rs/zerolog" "github.com/rs/zerolog/log" - "go.woodpecker-ci.org/woodpecker/server/store" - "go.woodpecker-ci.org/woodpecker/version" + "go.woodpecker-ci.org/woodpecker/v2/server/store" + "go.woodpecker-ci.org/woodpecker/v2/version" ) // Health diff --git a/server/badges/badges.go b/server/badges/badges.go index fd530806f2a..528af0922eb 100644 --- a/server/badges/badges.go +++ b/server/badges/badges.go @@ -14,7 +14,7 @@ package badges -import "go.woodpecker-ci.org/woodpecker/server/model" +import "go.woodpecker-ci.org/woodpecker/v2/server/model" var ( badgeSuccess = `pipeline: successpipelinesuccess` diff --git a/server/badges/badges_test.go b/server/badges/badges_test.go index f0773beefee..d8953c37de5 100644 --- a/server/badges/badges_test.go +++ b/server/badges/badges_test.go @@ -18,7 +18,7 @@ import ( "testing" "github.com/stretchr/testify/assert" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) // Generate an SVG badge based on a pipeline diff --git a/server/cache/membership.go b/server/cache/membership.go index 9c575cd2b43..233d7fd0803 100644 --- a/server/cache/membership.go +++ b/server/cache/membership.go @@ -19,8 +19,8 @@ import ( "fmt" "time" - "go.woodpecker-ci.org/woodpecker/server/forge" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/forge" + "go.woodpecker-ci.org/woodpecker/v2/server/model" "github.com/jellydator/ttlcache/v3" ) diff --git a/server/ccmenu/cc.go b/server/ccmenu/cc.go index 81179f9e88f..6c8b7776322 100644 --- a/server/ccmenu/cc.go +++ b/server/ccmenu/cc.go @@ -20,7 +20,7 @@ import ( "strconv" "time" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) // CCMenu displays the pipeline status of projects on a ci server as an item in the Mac's menu bar. diff --git a/server/ccmenu/cc_test.go b/server/ccmenu/cc_test.go index 249d78d8187..316b683940b 100644 --- a/server/ccmenu/cc_test.go +++ b/server/ccmenu/cc_test.go @@ -21,7 +21,7 @@ import ( "github.com/franela/goblin" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func TestCC(t *testing.T) { diff --git a/server/config.go b/server/config.go index 0c450375f01..abb1badc2fa 100644 --- a/server/config.go +++ b/server/config.go @@ -21,14 +21,14 @@ import ( "crypto" "time" - "go.woodpecker-ci.org/woodpecker/server/cache" - "go.woodpecker-ci.org/woodpecker/server/forge" - "go.woodpecker-ci.org/woodpecker/server/logging" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/plugins/config" - "go.woodpecker-ci.org/woodpecker/server/plugins/permissions" - "go.woodpecker-ci.org/woodpecker/server/pubsub" - "go.woodpecker-ci.org/woodpecker/server/queue" + "go.woodpecker-ci.org/woodpecker/v2/server/cache" + "go.woodpecker-ci.org/woodpecker/v2/server/forge" + "go.woodpecker-ci.org/woodpecker/v2/server/logging" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/plugins/config" + "go.woodpecker-ci.org/woodpecker/v2/server/plugins/permissions" + "go.woodpecker-ci.org/woodpecker/v2/server/pubsub" + "go.woodpecker-ci.org/woodpecker/v2/server/queue" ) var Config = struct { diff --git a/server/cron/cron.go b/server/cron/cron.go index 5e8e8a49812..78361d46e04 100644 --- a/server/cron/cron.go +++ b/server/cron/cron.go @@ -22,10 +22,10 @@ import ( "github.com/robfig/cron" "github.com/rs/zerolog/log" - "go.woodpecker-ci.org/woodpecker/server/forge" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/pipeline" - "go.woodpecker-ci.org/woodpecker/server/store" + "go.woodpecker-ci.org/woodpecker/v2/server/forge" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/pipeline" + "go.woodpecker-ci.org/woodpecker/v2/server/store" ) const ( diff --git a/server/cron/cron_test.go b/server/cron/cron_test.go index 69809be561b..450831bdb92 100644 --- a/server/cron/cron_test.go +++ b/server/cron/cron_test.go @@ -22,9 +22,9 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/mock" - mocks_forge "go.woodpecker-ci.org/woodpecker/server/forge/mocks" - "go.woodpecker-ci.org/woodpecker/server/model" - mocks_store "go.woodpecker-ci.org/woodpecker/server/store/mocks" + mocks_forge "go.woodpecker-ci.org/woodpecker/v2/server/forge/mocks" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + mocks_store "go.woodpecker-ci.org/woodpecker/v2/server/store/mocks" ) func TestCreateBuild(t *testing.T) { diff --git a/server/forge/bitbucket/bitbucket.go b/server/forge/bitbucket/bitbucket.go index e88d89a7528..c1df1efad6f 100644 --- a/server/forge/bitbucket/bitbucket.go +++ b/server/forge/bitbucket/bitbucket.go @@ -25,13 +25,13 @@ import ( "golang.org/x/oauth2" - "go.woodpecker-ci.org/woodpecker/server" - "go.woodpecker-ci.org/woodpecker/server/forge" - "go.woodpecker-ci.org/woodpecker/server/forge/bitbucket/internal" - "go.woodpecker-ci.org/woodpecker/server/forge/common" - forge_types "go.woodpecker-ci.org/woodpecker/server/forge/types" - "go.woodpecker-ci.org/woodpecker/server/model" - shared_utils "go.woodpecker-ci.org/woodpecker/shared/utils" + "go.woodpecker-ci.org/woodpecker/v2/server" + "go.woodpecker-ci.org/woodpecker/v2/server/forge" + "go.woodpecker-ci.org/woodpecker/v2/server/forge/bitbucket/internal" + "go.woodpecker-ci.org/woodpecker/v2/server/forge/common" + forge_types "go.woodpecker-ci.org/woodpecker/v2/server/forge/types" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + shared_utils "go.woodpecker-ci.org/woodpecker/v2/shared/utils" ) // Bitbucket cloud endpoints. diff --git a/server/forge/bitbucket/bitbucket_test.go b/server/forge/bitbucket/bitbucket_test.go index 99b96838af9..ee118d156fc 100644 --- a/server/forge/bitbucket/bitbucket_test.go +++ b/server/forge/bitbucket/bitbucket_test.go @@ -25,9 +25,9 @@ import ( "github.com/franela/goblin" "github.com/gin-gonic/gin" - "go.woodpecker-ci.org/woodpecker/server/forge/bitbucket/fixtures" - "go.woodpecker-ci.org/woodpecker/server/forge/bitbucket/internal" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/forge/bitbucket/fixtures" + "go.woodpecker-ci.org/woodpecker/v2/server/forge/bitbucket/internal" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func Test_bitbucket(t *testing.T) { diff --git a/server/forge/bitbucket/convert.go b/server/forge/bitbucket/convert.go index b6cd42a833a..286d3e0b846 100644 --- a/server/forge/bitbucket/convert.go +++ b/server/forge/bitbucket/convert.go @@ -23,8 +23,8 @@ import ( "golang.org/x/oauth2" - "go.woodpecker-ci.org/woodpecker/server/forge/bitbucket/internal" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/forge/bitbucket/internal" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) const ( diff --git a/server/forge/bitbucket/convert_test.go b/server/forge/bitbucket/convert_test.go index 5ab3f7cf149..88a9ef7cc5b 100644 --- a/server/forge/bitbucket/convert_test.go +++ b/server/forge/bitbucket/convert_test.go @@ -22,8 +22,8 @@ import ( "github.com/franela/goblin" "golang.org/x/oauth2" - "go.woodpecker-ci.org/woodpecker/server/forge/bitbucket/internal" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/forge/bitbucket/internal" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func Test_helper(t *testing.T) { diff --git a/server/forge/bitbucket/internal/client.go b/server/forge/bitbucket/internal/client.go index 32839e08793..8d832e8c166 100644 --- a/server/forge/bitbucket/internal/client.go +++ b/server/forge/bitbucket/internal/client.go @@ -23,7 +23,7 @@ import ( "net/http" "net/url" - shared_utils "go.woodpecker-ci.org/woodpecker/shared/utils" + shared_utils "go.woodpecker-ci.org/woodpecker/v2/shared/utils" "golang.org/x/oauth2" "golang.org/x/oauth2/bitbucket" diff --git a/server/forge/bitbucket/parse.go b/server/forge/bitbucket/parse.go index c62c4fea570..7b22f345a7c 100644 --- a/server/forge/bitbucket/parse.go +++ b/server/forge/bitbucket/parse.go @@ -19,9 +19,9 @@ import ( "io" "net/http" - "go.woodpecker-ci.org/woodpecker/server/forge/bitbucket/internal" - "go.woodpecker-ci.org/woodpecker/server/forge/types" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/forge/bitbucket/internal" + "go.woodpecker-ci.org/woodpecker/v2/server/forge/types" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) const ( diff --git a/server/forge/bitbucket/parse_test.go b/server/forge/bitbucket/parse_test.go index 17925ca9279..915b2f685e1 100644 --- a/server/forge/bitbucket/parse_test.go +++ b/server/forge/bitbucket/parse_test.go @@ -22,9 +22,9 @@ import ( "github.com/franela/goblin" "github.com/stretchr/testify/assert" - "go.woodpecker-ci.org/woodpecker/server/forge/bitbucket/fixtures" - "go.woodpecker-ci.org/woodpecker/server/forge/types" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/forge/bitbucket/fixtures" + "go.woodpecker-ci.org/woodpecker/v2/server/forge/types" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func Test_parser(t *testing.T) { diff --git a/server/forge/common/status.go b/server/forge/common/status.go index de8c0112273..27fa3f93fe9 100644 --- a/server/forge/common/status.go +++ b/server/forge/common/status.go @@ -21,8 +21,8 @@ import ( "github.com/rs/zerolog/log" - "go.woodpecker-ci.org/woodpecker/server" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func GetPipelineStatusContext(repo *model.Repo, pipeline *model.Pipeline, workflow *model.Workflow) string { diff --git a/server/forge/common/status_test.go b/server/forge/common/status_test.go index b8adf7c84f8..cbf3fd9e1c7 100644 --- a/server/forge/common/status_test.go +++ b/server/forge/common/status_test.go @@ -19,8 +19,8 @@ import ( "github.com/stretchr/testify/assert" - "go.woodpecker-ci.org/woodpecker/server" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func TestGetPipelineStatusContext(t *testing.T) { diff --git a/server/forge/common/utils.go b/server/forge/common/utils.go index b37b8154eaa..f82991f577e 100644 --- a/server/forge/common/utils.go +++ b/server/forge/common/utils.go @@ -22,8 +22,8 @@ import ( "github.com/rs/zerolog/log" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/store" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/store" ) func ExtractHostFromCloneURL(cloneURL string) (string, error) { diff --git a/server/forge/common/utils_test.go b/server/forge/common/utils_test.go index e559365c9aa..dd33be01ff8 100644 --- a/server/forge/common/utils_test.go +++ b/server/forge/common/utils_test.go @@ -17,7 +17,7 @@ package common_test import ( "testing" - "go.woodpecker-ci.org/woodpecker/server/forge/common" + "go.woodpecker-ci.org/woodpecker/v2/server/forge/common" ) func Test_Netrc(t *testing.T) { diff --git a/server/forge/configFetcher.go b/server/forge/configFetcher.go index a7eb1bc57b3..773b52e95cb 100644 --- a/server/forge/configFetcher.go +++ b/server/forge/configFetcher.go @@ -23,10 +23,10 @@ import ( "github.com/rs/zerolog/log" - "go.woodpecker-ci.org/woodpecker/server/forge/types" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/plugins/config" - "go.woodpecker-ci.org/woodpecker/shared/constant" + "go.woodpecker-ci.org/woodpecker/v2/server/forge/types" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/plugins/config" + "go.woodpecker-ci.org/woodpecker/v2/shared/constant" ) type ConfigFetcher interface { diff --git a/server/forge/configFetcher_test.go b/server/forge/configFetcher_test.go index 9a91ed6581f..df4f2971906 100644 --- a/server/forge/configFetcher_test.go +++ b/server/forge/configFetcher_test.go @@ -31,11 +31,11 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/mock" - "go.woodpecker-ci.org/woodpecker/server/forge" - "go.woodpecker-ci.org/woodpecker/server/forge/mocks" - forge_types "go.woodpecker-ci.org/woodpecker/server/forge/types" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/plugins/config" + "go.woodpecker-ci.org/woodpecker/v2/server/forge" + "go.woodpecker-ci.org/woodpecker/v2/server/forge/mocks" + forge_types "go.woodpecker-ci.org/woodpecker/v2/server/forge/types" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/plugins/config" ) func TestFetch(t *testing.T) { diff --git a/server/forge/forge.go b/server/forge/forge.go index 4d23534fd56..a9f163bb55b 100644 --- a/server/forge/forge.go +++ b/server/forge/forge.go @@ -22,8 +22,8 @@ import ( "context" "net/http" - "go.woodpecker-ci.org/woodpecker/server/forge/types" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/forge/types" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) // TODO: use pagination diff --git a/server/forge/gitea/gitea.go b/server/forge/gitea/gitea.go index 2b780cd81d2..13ba41693e7 100644 --- a/server/forge/gitea/gitea.go +++ b/server/forge/gitea/gitea.go @@ -35,13 +35,13 @@ import ( "github.com/rs/zerolog/log" "golang.org/x/oauth2" - "go.woodpecker-ci.org/woodpecker/server" - "go.woodpecker-ci.org/woodpecker/server/forge" - "go.woodpecker-ci.org/woodpecker/server/forge/common" - forge_types "go.woodpecker-ci.org/woodpecker/server/forge/types" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/store" - shared_utils "go.woodpecker-ci.org/woodpecker/shared/utils" + "go.woodpecker-ci.org/woodpecker/v2/server" + "go.woodpecker-ci.org/woodpecker/v2/server/forge" + "go.woodpecker-ci.org/woodpecker/v2/server/forge/common" + forge_types "go.woodpecker-ci.org/woodpecker/v2/server/forge/types" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/store" + shared_utils "go.woodpecker-ci.org/woodpecker/v2/shared/utils" ) const ( diff --git a/server/forge/gitea/gitea_test.go b/server/forge/gitea/gitea_test.go index d28e8ad7f25..384aea57c6d 100644 --- a/server/forge/gitea/gitea_test.go +++ b/server/forge/gitea/gitea_test.go @@ -26,11 +26,11 @@ import ( "github.com/gin-gonic/gin" "github.com/stretchr/testify/mock" - "go.woodpecker-ci.org/woodpecker/server/forge/gitea/fixtures" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/store" - mocks_store "go.woodpecker-ci.org/woodpecker/server/store/mocks" - "go.woodpecker-ci.org/woodpecker/shared/utils" + "go.woodpecker-ci.org/woodpecker/v2/server/forge/gitea/fixtures" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/store" + mocks_store "go.woodpecker-ci.org/woodpecker/v2/server/store/mocks" + "go.woodpecker-ci.org/woodpecker/v2/shared/utils" ) func Test_gitea(t *testing.T) { diff --git a/server/forge/gitea/helper.go b/server/forge/gitea/helper.go index 843213b6337..ce4709a5f76 100644 --- a/server/forge/gitea/helper.go +++ b/server/forge/gitea/helper.go @@ -25,8 +25,8 @@ import ( "code.gitea.io/sdk/gitea" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/shared/utils" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/shared/utils" ) // helper function that converts a Gitea repository to a Woodpecker repository. diff --git a/server/forge/gitea/helper_test.go b/server/forge/gitea/helper_test.go index 8041dd98893..e2972f8d2b8 100644 --- a/server/forge/gitea/helper_test.go +++ b/server/forge/gitea/helper_test.go @@ -22,9 +22,9 @@ import ( "code.gitea.io/sdk/gitea" "github.com/franela/goblin" - "go.woodpecker-ci.org/woodpecker/server/forge/gitea/fixtures" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/shared/utils" + "go.woodpecker-ci.org/woodpecker/v2/server/forge/gitea/fixtures" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/shared/utils" ) func Test_parse(t *testing.T) { diff --git a/server/forge/gitea/parse.go b/server/forge/gitea/parse.go index 0108516e203..fc4f42e9d4e 100644 --- a/server/forge/gitea/parse.go +++ b/server/forge/gitea/parse.go @@ -22,8 +22,8 @@ import ( "github.com/rs/zerolog/log" - "go.woodpecker-ci.org/woodpecker/server/forge/types" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/forge/types" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) const ( diff --git a/server/forge/gitea/parse_test.go b/server/forge/gitea/parse_test.go index df6de29bbd4..1945b9508eb 100644 --- a/server/forge/gitea/parse_test.go +++ b/server/forge/gitea/parse_test.go @@ -23,10 +23,10 @@ import ( "github.com/franela/goblin" "github.com/stretchr/testify/assert" - "go.woodpecker-ci.org/woodpecker/server/forge/gitea/fixtures" - "go.woodpecker-ci.org/woodpecker/server/forge/types" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/shared/utils" + "go.woodpecker-ci.org/woodpecker/v2/server/forge/gitea/fixtures" + "go.woodpecker-ci.org/woodpecker/v2/server/forge/types" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/shared/utils" ) func Test_parser(t *testing.T) { diff --git a/server/forge/github/convert.go b/server/forge/github/convert.go index 61ac88a1b69..c8b968d690b 100644 --- a/server/forge/github/convert.go +++ b/server/forge/github/convert.go @@ -20,7 +20,7 @@ import ( "github.com/google/go-github/v57/github" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) const ( diff --git a/server/forge/github/convert_test.go b/server/forge/github/convert_test.go index 38fdf5a5660..d98d8fedfd0 100644 --- a/server/forge/github/convert_test.go +++ b/server/forge/github/convert_test.go @@ -21,7 +21,7 @@ import ( "github.com/franela/goblin" "github.com/google/go-github/v57/github" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func Test_helper(t *testing.T) { diff --git a/server/forge/github/github.go b/server/forge/github/github.go index f48767d67cb..4f5339cd8ae 100644 --- a/server/forge/github/github.go +++ b/server/forge/github/github.go @@ -29,13 +29,13 @@ import ( "github.com/rs/zerolog/log" "golang.org/x/oauth2" - "go.woodpecker-ci.org/woodpecker/server" - "go.woodpecker-ci.org/woodpecker/server/forge" - "go.woodpecker-ci.org/woodpecker/server/forge/common" - forge_types "go.woodpecker-ci.org/woodpecker/server/forge/types" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/store" - "go.woodpecker-ci.org/woodpecker/shared/utils" + "go.woodpecker-ci.org/woodpecker/v2/server" + "go.woodpecker-ci.org/woodpecker/v2/server/forge" + "go.woodpecker-ci.org/woodpecker/v2/server/forge/common" + forge_types "go.woodpecker-ci.org/woodpecker/v2/server/forge/types" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/store" + "go.woodpecker-ci.org/woodpecker/v2/shared/utils" ) const ( diff --git a/server/forge/github/github_test.go b/server/forge/github/github_test.go index 48c775d5a35..219d42c9292 100644 --- a/server/forge/github/github_test.go +++ b/server/forge/github/github_test.go @@ -23,8 +23,8 @@ import ( "github.com/franela/goblin" "github.com/gin-gonic/gin" - "go.woodpecker-ci.org/woodpecker/server/forge/github/fixtures" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/forge/github/fixtures" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func Test_github(t *testing.T) { diff --git a/server/forge/github/parse.go b/server/forge/github/parse.go index 69326c3a21b..e1937b4d3d5 100644 --- a/server/forge/github/parse.go +++ b/server/forge/github/parse.go @@ -24,9 +24,9 @@ import ( "github.com/google/go-github/v57/github" - "go.woodpecker-ci.org/woodpecker/server/forge/types" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/shared/utils" + "go.woodpecker-ci.org/woodpecker/v2/server/forge/types" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/shared/utils" ) const ( diff --git a/server/forge/github/parse_test.go b/server/forge/github/parse_test.go index 0f00da57303..d8208380c4c 100644 --- a/server/forge/github/parse_test.go +++ b/server/forge/github/parse_test.go @@ -24,9 +24,9 @@ import ( "github.com/franela/goblin" "github.com/stretchr/testify/assert" - "go.woodpecker-ci.org/woodpecker/server/forge/github/fixtures" - "go.woodpecker-ci.org/woodpecker/server/forge/types" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/forge/github/fixtures" + "go.woodpecker-ci.org/woodpecker/v2/server/forge/types" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) const ( diff --git a/server/forge/gitlab/convert.go b/server/forge/gitlab/convert.go index d4f8acddc59..f93b3d6cd4a 100644 --- a/server/forge/gitlab/convert.go +++ b/server/forge/gitlab/convert.go @@ -23,8 +23,8 @@ import ( "github.com/xanzy/go-gitlab" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/shared/utils" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/shared/utils" ) const ( diff --git a/server/forge/gitlab/gitlab.go b/server/forge/gitlab/gitlab.go index 3f4a57c6566..3f450af3aef 100644 --- a/server/forge/gitlab/gitlab.go +++ b/server/forge/gitlab/gitlab.go @@ -30,13 +30,13 @@ import ( "github.com/xanzy/go-gitlab" "golang.org/x/oauth2" - "go.woodpecker-ci.org/woodpecker/server" - "go.woodpecker-ci.org/woodpecker/server/forge" - "go.woodpecker-ci.org/woodpecker/server/forge/common" - forge_types "go.woodpecker-ci.org/woodpecker/server/forge/types" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/store" - "go.woodpecker-ci.org/woodpecker/shared/utils" + "go.woodpecker-ci.org/woodpecker/v2/server" + "go.woodpecker-ci.org/woodpecker/v2/server/forge" + "go.woodpecker-ci.org/woodpecker/v2/server/forge/common" + forge_types "go.woodpecker-ci.org/woodpecker/v2/server/forge/types" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/store" + "go.woodpecker-ci.org/woodpecker/v2/shared/utils" ) const ( diff --git a/server/forge/gitlab/gitlab_test.go b/server/forge/gitlab/gitlab_test.go index e887c6e103c..c5c671fb69d 100644 --- a/server/forge/gitlab/gitlab_test.go +++ b/server/forge/gitlab/gitlab_test.go @@ -26,8 +26,8 @@ import ( "github.com/franela/goblin" "github.com/stretchr/testify/assert" - "go.woodpecker-ci.org/woodpecker/server/forge/gitlab/testdata" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/forge/gitlab/testdata" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func load(t *testing.T, config string) *GitLab { diff --git a/server/forge/gitlab/status.go b/server/forge/gitlab/status.go index f7fdabf389b..cc21b246319 100644 --- a/server/forge/gitlab/status.go +++ b/server/forge/gitlab/status.go @@ -17,7 +17,7 @@ package gitlab import ( "github.com/xanzy/go-gitlab" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) // getStatus is a helper that converts a Woodpecker status to a Gitlab status. diff --git a/server/forge/mocks/forge.go b/server/forge/mocks/forge.go index 09cb0bf41c9..612ed135ee9 100644 --- a/server/forge/mocks/forge.go +++ b/server/forge/mocks/forge.go @@ -9,9 +9,9 @@ import ( mock "github.com/stretchr/testify/mock" - model "go.woodpecker-ci.org/woodpecker/server/model" + model "go.woodpecker-ci.org/woodpecker/v2/server/model" - types "go.woodpecker-ci.org/woodpecker/server/forge/types" + types "go.woodpecker-ci.org/woodpecker/v2/server/forge/types" ) // Forge is an autogenerated mock type for the Forge type diff --git a/server/forge/refresh.go b/server/forge/refresh.go index 8a1d63d1d6e..dd904c91f58 100644 --- a/server/forge/refresh.go +++ b/server/forge/refresh.go @@ -20,8 +20,8 @@ import ( "github.com/rs/zerolog/log" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/store" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/store" ) // Refresher refreshes an oauth token and expiration for the given user. It diff --git a/server/grpc/auth_server.go b/server/grpc/auth_server.go index 140463e1209..362e74b4c26 100644 --- a/server/grpc/auth_server.go +++ b/server/grpc/auth_server.go @@ -21,10 +21,10 @@ import ( "github.com/rs/zerolog/log" - "go.woodpecker-ci.org/woodpecker/pipeline/rpc/proto" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/store" - "go.woodpecker-ci.org/woodpecker/server/store/types" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/rpc/proto" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/store" + "go.woodpecker-ci.org/woodpecker/v2/server/store/types" ) type WoodpeckerAuthServer struct { diff --git a/server/grpc/filter.go b/server/grpc/filter.go index c6b6bd52ae3..30b34605cf3 100644 --- a/server/grpc/filter.go +++ b/server/grpc/filter.go @@ -15,9 +15,9 @@ package grpc import ( - "go.woodpecker-ci.org/woodpecker/pipeline/rpc" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/queue" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/rpc" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/queue" ) func createFilterFunc(agentFilter rpc.Filter) (queue.FilterFn, error) { diff --git a/server/grpc/filter_test.go b/server/grpc/filter_test.go index e50dcecacfb..d3b06e91f0b 100644 --- a/server/grpc/filter_test.go +++ b/server/grpc/filter_test.go @@ -19,8 +19,8 @@ import ( "github.com/stretchr/testify/assert" - "go.woodpecker-ci.org/woodpecker/pipeline/rpc" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/rpc" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func TestCreateFilterFunc(t *testing.T) { diff --git a/server/grpc/rpc.go b/server/grpc/rpc.go index a0d9cf9d407..9665e16ee95 100644 --- a/server/grpc/rpc.go +++ b/server/grpc/rpc.go @@ -30,14 +30,14 @@ import ( "github.com/rs/zerolog/log" grpcMetadata "google.golang.org/grpc/metadata" - "go.woodpecker-ci.org/woodpecker/pipeline/rpc" - "go.woodpecker-ci.org/woodpecker/server/forge" - "go.woodpecker-ci.org/woodpecker/server/logging" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/pipeline" - "go.woodpecker-ci.org/woodpecker/server/pubsub" - "go.woodpecker-ci.org/woodpecker/server/queue" - "go.woodpecker-ci.org/woodpecker/server/store" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/rpc" + "go.woodpecker-ci.org/woodpecker/v2/server/forge" + "go.woodpecker-ci.org/woodpecker/v2/server/logging" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/pipeline" + "go.woodpecker-ci.org/woodpecker/v2/server/pubsub" + "go.woodpecker-ci.org/woodpecker/v2/server/queue" + "go.woodpecker-ci.org/woodpecker/v2/server/store" ) type RPC struct { diff --git a/server/grpc/server.go b/server/grpc/server.go index 0795fd5bec5..aa20ddce26d 100644 --- a/server/grpc/server.go +++ b/server/grpc/server.go @@ -21,14 +21,14 @@ import ( "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promauto" - "go.woodpecker-ci.org/woodpecker/pipeline/rpc" - "go.woodpecker-ci.org/woodpecker/pipeline/rpc/proto" - "go.woodpecker-ci.org/woodpecker/server/forge" - "go.woodpecker-ci.org/woodpecker/server/logging" - "go.woodpecker-ci.org/woodpecker/server/pubsub" - "go.woodpecker-ci.org/woodpecker/server/queue" - "go.woodpecker-ci.org/woodpecker/server/store" - "go.woodpecker-ci.org/woodpecker/version" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/rpc" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/rpc/proto" + "go.woodpecker-ci.org/woodpecker/v2/server/forge" + "go.woodpecker-ci.org/woodpecker/v2/server/logging" + "go.woodpecker-ci.org/woodpecker/v2/server/pubsub" + "go.woodpecker-ci.org/woodpecker/v2/server/queue" + "go.woodpecker-ci.org/woodpecker/v2/server/store" + "go.woodpecker-ci.org/woodpecker/v2/version" ) // WoodpeckerServer is a grpc server implementation. diff --git a/server/logging/log.go b/server/logging/log.go index d63343e0044..942902c843f 100644 --- a/server/logging/log.go +++ b/server/logging/log.go @@ -18,7 +18,7 @@ import ( "context" "sync" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) // TODO (bradrydzewski) writing to subscribers is currently a blocking diff --git a/server/logging/log_test.go b/server/logging/log_test.go index 94dd9227837..ffa4166d3f8 100644 --- a/server/logging/log_test.go +++ b/server/logging/log_test.go @@ -21,7 +21,7 @@ import ( "time" "github.com/stretchr/testify/assert" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func TestLogging(t *testing.T) { diff --git a/server/logging/logging.go b/server/logging/logging.go index 47bf94da26b..400273def39 100644 --- a/server/logging/logging.go +++ b/server/logging/logging.go @@ -18,7 +18,7 @@ import ( "context" "errors" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) // ErrNotFound is returned when the log does not exist. diff --git a/server/model/pipeline.go b/server/model/pipeline.go index 10c95bdea9f..f5af0c80a98 100644 --- a/server/model/pipeline.go +++ b/server/model/pipeline.go @@ -16,7 +16,7 @@ package model import ( - "go.woodpecker-ci.org/woodpecker/pipeline/errors" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/errors" ) type Pipeline struct { diff --git a/server/pipeline/approve.go b/server/pipeline/approve.go index 85a535bb27f..2755912913f 100644 --- a/server/pipeline/approve.go +++ b/server/pipeline/approve.go @@ -20,10 +20,10 @@ import ( "github.com/rs/zerolog/log" - "go.woodpecker-ci.org/woodpecker/pipeline/errors" - forge_types "go.woodpecker-ci.org/woodpecker/server/forge/types" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/store" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/errors" + forge_types "go.woodpecker-ci.org/woodpecker/v2/server/forge/types" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/store" ) // Approve update the status to pending for a blocked pipeline because of a gated repo diff --git a/server/pipeline/cancel.go b/server/pipeline/cancel.go index dbcc6fd82ab..71df7dd068d 100644 --- a/server/pipeline/cancel.go +++ b/server/pipeline/cancel.go @@ -20,10 +20,10 @@ import ( "github.com/rs/zerolog/log" - "go.woodpecker-ci.org/woodpecker/server" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/queue" - "go.woodpecker-ci.org/woodpecker/server/store" + "go.woodpecker-ci.org/woodpecker/v2/server" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/queue" + "go.woodpecker-ci.org/woodpecker/v2/server/store" ) // Cancel the pipeline and returns the status. diff --git a/server/pipeline/config.go b/server/pipeline/config.go index 756bc5e887b..f592de973f4 100644 --- a/server/pipeline/config.go +++ b/server/pipeline/config.go @@ -18,10 +18,10 @@ import ( "crypto/sha256" "fmt" - "go.woodpecker-ci.org/woodpecker/pipeline" - forge_types "go.woodpecker-ci.org/woodpecker/server/forge/types" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/store" + "go.woodpecker-ci.org/woodpecker/v2/pipeline" + forge_types "go.woodpecker-ci.org/woodpecker/v2/server/forge/types" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/store" ) func findOrPersistPipelineConfig(store store.Store, currentPipeline *model.Pipeline, forgeYamlConfig *forge_types.FileMeta) (*model.Config, error) { diff --git a/server/pipeline/create.go b/server/pipeline/create.go index 762b888edbe..b2c15f0ca54 100644 --- a/server/pipeline/create.go +++ b/server/pipeline/create.go @@ -22,11 +22,11 @@ import ( "github.com/rs/zerolog/log" - "go.woodpecker-ci.org/woodpecker/pipeline/errors" - "go.woodpecker-ci.org/woodpecker/server" - "go.woodpecker-ci.org/woodpecker/server/forge" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/store" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/errors" + "go.woodpecker-ci.org/woodpecker/v2/server" + "go.woodpecker-ci.org/woodpecker/v2/server/forge" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/store" ) var skipPipelineRegex = regexp.MustCompile(`\[(?i:ci *skip|skip *ci)\]`) diff --git a/server/pipeline/decline.go b/server/pipeline/decline.go index 82b3684861f..7ddadfa5f60 100644 --- a/server/pipeline/decline.go +++ b/server/pipeline/decline.go @@ -20,8 +20,8 @@ import ( "github.com/rs/zerolog/log" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/store" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/store" ) // Decline updates the status to declined for blocked pipelines because of a gated repo diff --git a/server/pipeline/gated.go b/server/pipeline/gated.go index 2270d869f4f..ef424e72007 100644 --- a/server/pipeline/gated.go +++ b/server/pipeline/gated.go @@ -14,7 +14,7 @@ package pipeline -import "go.woodpecker-ci.org/woodpecker/server/model" +import "go.woodpecker-ci.org/woodpecker/v2/server/model" func setGatedState(repo *model.Repo, pipeline *model.Pipeline) { // TODO(336): extend gated feature with an allow/block List diff --git a/server/pipeline/helper.go b/server/pipeline/helper.go index 00f87379356..497da291d1e 100644 --- a/server/pipeline/helper.go +++ b/server/pipeline/helper.go @@ -19,8 +19,8 @@ import ( "github.com/rs/zerolog/log" - "go.woodpecker-ci.org/woodpecker/server" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func updatePipelineStatus(ctx context.Context, pipeline *model.Pipeline, repo *model.Repo, user *model.User) { diff --git a/server/pipeline/items.go b/server/pipeline/items.go index 94307d028cb..02026c93035 100644 --- a/server/pipeline/items.go +++ b/server/pipeline/items.go @@ -21,13 +21,13 @@ import ( "github.com/rs/zerolog/log" - "go.woodpecker-ci.org/woodpecker/pipeline" - pipeline_errors "go.woodpecker-ci.org/woodpecker/pipeline/errors" - "go.woodpecker-ci.org/woodpecker/pipeline/frontend/yaml/compiler" - "go.woodpecker-ci.org/woodpecker/server" - forge_types "go.woodpecker-ci.org/woodpecker/server/forge/types" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/store" + "go.woodpecker-ci.org/woodpecker/v2/pipeline" + pipeline_errors "go.woodpecker-ci.org/woodpecker/v2/pipeline/errors" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/yaml/compiler" + "go.woodpecker-ci.org/woodpecker/v2/server" + forge_types "go.woodpecker-ci.org/woodpecker/v2/server/forge/types" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/store" ) func parsePipeline(store store.Store, currentPipeline *model.Pipeline, user *model.User, repo *model.Repo, yamls []*forge_types.FileMeta, envs map[string]string) ([]*pipeline.Item, error) { diff --git a/server/pipeline/items_test.go b/server/pipeline/items_test.go index 340d1b26698..3b418eb7a7a 100644 --- a/server/pipeline/items_test.go +++ b/server/pipeline/items_test.go @@ -3,9 +3,9 @@ package pipeline import ( "testing" - sharedPipeline "go.woodpecker-ci.org/woodpecker/pipeline" - "go.woodpecker-ci.org/woodpecker/pipeline/backend/types" - "go.woodpecker-ci.org/woodpecker/server/model" + sharedPipeline "go.woodpecker-ci.org/woodpecker/v2/pipeline" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/backend/types" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func TestSetPipelineStepsOnPipeline(t *testing.T) { diff --git a/server/pipeline/pipelineStatus.go b/server/pipeline/pipelineStatus.go index 063323a05f3..2bf94423b30 100644 --- a/server/pipeline/pipelineStatus.go +++ b/server/pipeline/pipelineStatus.go @@ -18,8 +18,8 @@ package pipeline import ( "time" - "go.woodpecker-ci.org/woodpecker/pipeline/errors" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/errors" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func UpdateToStatusRunning(store model.UpdatePipelineStore, pipeline model.Pipeline, started int64) (*model.Pipeline, error) { diff --git a/server/pipeline/pipelineStatus_test.go b/server/pipeline/pipelineStatus_test.go index df0ca658285..a46a831c8e7 100644 --- a/server/pipeline/pipelineStatus_test.go +++ b/server/pipeline/pipelineStatus_test.go @@ -20,7 +20,7 @@ import ( "testing" "time" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) type mockUpdatePipelineStore struct{} diff --git a/server/pipeline/queue.go b/server/pipeline/queue.go index 170b4bca0ad..657355d320f 100644 --- a/server/pipeline/queue.go +++ b/server/pipeline/queue.go @@ -19,10 +19,10 @@ import ( "encoding/json" "fmt" - "go.woodpecker-ci.org/woodpecker/pipeline" - "go.woodpecker-ci.org/woodpecker/pipeline/rpc" - "go.woodpecker-ci.org/woodpecker/server" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/pipeline" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/rpc" + "go.woodpecker-ci.org/woodpecker/v2/server" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func queuePipeline(repo *model.Repo, pipelineItems []*pipeline.Item) error { diff --git a/server/pipeline/restart.go b/server/pipeline/restart.go index a47eb33b3da..125f40d775a 100644 --- a/server/pipeline/restart.go +++ b/server/pipeline/restart.go @@ -22,10 +22,10 @@ import ( "github.com/rs/zerolog/log" - "go.woodpecker-ci.org/woodpecker/server" - forge_types "go.woodpecker-ci.org/woodpecker/server/forge/types" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/store" + "go.woodpecker-ci.org/woodpecker/v2/server" + forge_types "go.woodpecker-ci.org/woodpecker/v2/server/forge/types" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/store" ) // Restart a pipeline by creating a new one out of the old and start it diff --git a/server/pipeline/start.go b/server/pipeline/start.go index f4337772031..99d1d6a562d 100644 --- a/server/pipeline/start.go +++ b/server/pipeline/start.go @@ -19,9 +19,9 @@ import ( "github.com/rs/zerolog/log" - "go.woodpecker-ci.org/woodpecker/pipeline" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/store" + "go.woodpecker-ci.org/woodpecker/v2/pipeline" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/store" ) // start a pipeline, make sure it was stored persistent in the store before diff --git a/server/pipeline/stepStatus.go b/server/pipeline/stepStatus.go index d5379c20d15..2258b4c22ac 100644 --- a/server/pipeline/stepStatus.go +++ b/server/pipeline/stepStatus.go @@ -18,8 +18,8 @@ package pipeline import ( "time" - "go.woodpecker-ci.org/woodpecker/pipeline/rpc" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/rpc" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func UpdateStepStatus(store model.UpdateStepStore, step *model.Step, state rpc.State, started int64) error { diff --git a/server/pipeline/stepStatus_test.go b/server/pipeline/stepStatus_test.go index 2747f250496..ffb2a7fa806 100644 --- a/server/pipeline/stepStatus_test.go +++ b/server/pipeline/stepStatus_test.go @@ -21,8 +21,8 @@ import ( "github.com/stretchr/testify/assert" - "go.woodpecker-ci.org/woodpecker/pipeline/rpc" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/rpc" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) type mockUpdateStepStore struct{} diff --git a/server/pipeline/topic.go b/server/pipeline/topic.go index f4dff2aeaf9..61dd58295f0 100644 --- a/server/pipeline/topic.go +++ b/server/pipeline/topic.go @@ -18,9 +18,9 @@ import ( "encoding/json" "strconv" - "go.woodpecker-ci.org/woodpecker/server" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/pubsub" + "go.woodpecker-ci.org/woodpecker/v2/server" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/pubsub" ) // publishToTopic publishes message to UI clients diff --git a/server/pipeline/workflowStatus.go b/server/pipeline/workflowStatus.go index c441e7de0a6..1489dc56d76 100644 --- a/server/pipeline/workflowStatus.go +++ b/server/pipeline/workflowStatus.go @@ -15,8 +15,8 @@ package pipeline import ( - "go.woodpecker-ci.org/woodpecker/pipeline/rpc" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/rpc" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func UpdateWorkflowToStatusStarted(store model.UpdateWorkflowStore, workflow model.Workflow, state rpc.State) (*model.Workflow, error) { diff --git a/server/plugins/config/extension.go b/server/plugins/config/extension.go index bf878535f83..9b9778af60c 100644 --- a/server/plugins/config/extension.go +++ b/server/plugins/config/extension.go @@ -17,8 +17,8 @@ package config import ( "context" - forge_types "go.woodpecker-ci.org/woodpecker/server/forge/types" - "go.woodpecker-ci.org/woodpecker/server/model" + forge_types "go.woodpecker-ci.org/woodpecker/v2/server/forge/types" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) type Extension interface { diff --git a/server/plugins/config/http.go b/server/plugins/config/http.go index 989669b473c..ab3e662c225 100644 --- a/server/plugins/config/http.go +++ b/server/plugins/config/http.go @@ -19,9 +19,9 @@ import ( "crypto" "fmt" - forge_types "go.woodpecker-ci.org/woodpecker/server/forge/types" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/plugins/utils" + forge_types "go.woodpecker-ci.org/woodpecker/v2/server/forge/types" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/plugins/utils" ) type http struct { diff --git a/server/plugins/encryption/aes.go b/server/plugins/encryption/aes.go index 0f231220efd..a0766f4beea 100644 --- a/server/plugins/encryption/aes.go +++ b/server/plugins/encryption/aes.go @@ -21,8 +21,8 @@ import ( "github.com/google/tink/go/subtle/random" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/store" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/store" ) type aesEncryptionService struct { diff --git a/server/plugins/encryption/aes_builder.go b/server/plugins/encryption/aes_builder.go index 8803af4aeed..bc0bbe94556 100644 --- a/server/plugins/encryption/aes_builder.go +++ b/server/plugins/encryption/aes_builder.go @@ -20,8 +20,8 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/store" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/store" ) type aesConfiguration struct { diff --git a/server/plugins/encryption/aes_encryption.go b/server/plugins/encryption/aes_encryption.go index 8691bc32c71..7bf2dae522f 100644 --- a/server/plugins/encryption/aes_encryption.go +++ b/server/plugins/encryption/aes_encryption.go @@ -20,7 +20,7 @@ import ( "errors" "fmt" - "go.woodpecker-ci.org/woodpecker/server/store/types" + "go.woodpecker-ci.org/woodpecker/v2/server/store/types" "golang.org/x/crypto/bcrypt" "golang.org/x/crypto/sha3" diff --git a/server/plugins/encryption/encryption.go b/server/plugins/encryption/encryption.go index f0e30db5c64..34e9189cd1a 100644 --- a/server/plugins/encryption/encryption.go +++ b/server/plugins/encryption/encryption.go @@ -19,8 +19,8 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/store" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/store" ) type builder struct { diff --git a/server/plugins/encryption/encryption_builder.go b/server/plugins/encryption/encryption_builder.go index 8b7eecfcc32..93b9dff1f6b 100644 --- a/server/plugins/encryption/encryption_builder.go +++ b/server/plugins/encryption/encryption_builder.go @@ -18,8 +18,8 @@ import ( "errors" "fmt" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/store/types" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/store/types" ) func (b builder) getService(keyType string) (model.EncryptionService, error) { diff --git a/server/plugins/encryption/no_encryption.go b/server/plugins/encryption/no_encryption.go index 08162793db0..0d13d5ad457 100644 --- a/server/plugins/encryption/no_encryption.go +++ b/server/plugins/encryption/no_encryption.go @@ -14,7 +14,7 @@ package encryption -import "go.woodpecker-ci.org/woodpecker/server/model" +import "go.woodpecker-ci.org/woodpecker/v2/server/model" type noEncryptionBuilder struct { clients []model.EncryptionClient diff --git a/server/plugins/encryption/tink.go b/server/plugins/encryption/tink.go index c1211b08fe7..22111b802d9 100644 --- a/server/plugins/encryption/tink.go +++ b/server/plugins/encryption/tink.go @@ -21,8 +21,8 @@ import ( "github.com/fsnotify/fsnotify" "github.com/google/tink/go/tink" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/store" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/store" ) type tinkEncryptionService struct { diff --git a/server/plugins/encryption/tink_builder.go b/server/plugins/encryption/tink_builder.go index 26ef8204edb..a7fba536e1e 100644 --- a/server/plugins/encryption/tink_builder.go +++ b/server/plugins/encryption/tink_builder.go @@ -20,8 +20,8 @@ import ( "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/store" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/store" ) type tinkConfiguration struct { diff --git a/server/plugins/encryption/tink_keyset.go b/server/plugins/encryption/tink_keyset.go index 82b78f5a7ae..4218a704eb9 100644 --- a/server/plugins/encryption/tink_keyset.go +++ b/server/plugins/encryption/tink_keyset.go @@ -25,7 +25,7 @@ import ( "github.com/google/tink/go/keyset" "github.com/rs/zerolog/log" - "go.woodpecker-ci.org/woodpecker/server/store/types" + "go.woodpecker-ci.org/woodpecker/v2/server/store/types" ) func (svc *tinkEncryptionService) loadKeyset() error { diff --git a/server/plugins/encryption/wrapper/store/secret_store.go b/server/plugins/encryption/wrapper/store/secret_store.go index cdc35961c54..b2ba26a3893 100644 --- a/server/plugins/encryption/wrapper/store/secret_store.go +++ b/server/plugins/encryption/wrapper/store/secret_store.go @@ -17,7 +17,7 @@ package store import ( "fmt" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func (wrapper *EncryptedSecretStore) SecretFind(repo *model.Repo, s string) (*model.Secret, error) { diff --git a/server/plugins/encryption/wrapper/store/secret_store_wrapper.go b/server/plugins/encryption/wrapper/store/secret_store_wrapper.go index 006213e70e2..d1ce549b72a 100644 --- a/server/plugins/encryption/wrapper/store/secret_store_wrapper.go +++ b/server/plugins/encryption/wrapper/store/secret_store_wrapper.go @@ -21,7 +21,7 @@ import ( "github.com/rs/zerolog/log" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) type EncryptedSecretStore struct { diff --git a/server/plugins/environments/parse.go b/server/plugins/environments/parse.go index e65d5f87e64..09935a5a139 100644 --- a/server/plugins/environments/parse.go +++ b/server/plugins/environments/parse.go @@ -19,7 +19,7 @@ import ( "github.com/rs/zerolog/log" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) type builtin struct { diff --git a/server/plugins/permissions/admin.go b/server/plugins/permissions/admin.go index 1156ddef02c..cccad77c8a9 100644 --- a/server/plugins/permissions/admin.go +++ b/server/plugins/permissions/admin.go @@ -1,8 +1,8 @@ package permissions import ( - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/shared/utils" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/shared/utils" ) func NewAdmins(admins []string) *Admins { diff --git a/server/plugins/permissions/orgs.go b/server/plugins/permissions/orgs.go index b950db9d7c2..370b6e170f8 100644 --- a/server/plugins/permissions/orgs.go +++ b/server/plugins/permissions/orgs.go @@ -1,8 +1,8 @@ package permissions import ( - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/shared/utils" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/shared/utils" ) func NewOrgs(orgs []string) *Orgs { diff --git a/server/plugins/permissions/repo_owners.go b/server/plugins/permissions/repo_owners.go index c907d4d9afa..2610ce8a39e 100644 --- a/server/plugins/permissions/repo_owners.go +++ b/server/plugins/permissions/repo_owners.go @@ -1,8 +1,8 @@ package permissions import ( - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/shared/utils" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/shared/utils" ) func NewOwnersAllowlist(owners []string) *OwnersAllowlist { diff --git a/server/plugins/permissions/repo_owners_test.go b/server/plugins/permissions/repo_owners_test.go index 49d7f2bb85f..4ecd3632194 100644 --- a/server/plugins/permissions/repo_owners_test.go +++ b/server/plugins/permissions/repo_owners_test.go @@ -4,7 +4,7 @@ import ( "testing" "github.com/stretchr/testify/assert" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func TestOwnersAllowlist(t *testing.T) { diff --git a/server/plugins/registry/combine.go b/server/plugins/registry/combine.go index df7e361139e..d4f6c7e45cb 100644 --- a/server/plugins/registry/combine.go +++ b/server/plugins/registry/combine.go @@ -15,7 +15,7 @@ package registry import ( - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) type combined struct { diff --git a/server/plugins/registry/db.go b/server/plugins/registry/db.go index 37b1d26669f..d36b3aa3e5c 100644 --- a/server/plugins/registry/db.go +++ b/server/plugins/registry/db.go @@ -15,7 +15,7 @@ package registry import ( - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) type db struct { diff --git a/server/plugins/registry/filesystem.go b/server/plugins/registry/filesystem.go index a91b598016e..2b889f49d3d 100644 --- a/server/plugins/registry/filesystem.go +++ b/server/plugins/registry/filesystem.go @@ -24,7 +24,7 @@ import ( "github.com/docker/cli/cli/config/configfile" "github.com/docker/cli/cli/config/types" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) type filesystem struct { diff --git a/server/plugins/secrets/builtin.go b/server/plugins/secrets/builtin.go index c2bcf8956ba..e19518ce99e 100644 --- a/server/plugins/secrets/builtin.go +++ b/server/plugins/secrets/builtin.go @@ -17,7 +17,7 @@ package secrets import ( "context" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) type builtin struct { diff --git a/server/plugins/secrets/builtin_test.go b/server/plugins/secrets/builtin_test.go index 40884fd8875..a620a5735c6 100644 --- a/server/plugins/secrets/builtin_test.go +++ b/server/plugins/secrets/builtin_test.go @@ -20,9 +20,9 @@ import ( "github.com/franela/goblin" "github.com/stretchr/testify/mock" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/plugins/secrets" - mocks_store "go.woodpecker-ci.org/woodpecker/server/store/mocks" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/plugins/secrets" + mocks_store "go.woodpecker-ci.org/woodpecker/v2/server/store/mocks" ) func TestSecretListPipeline(t *testing.T) { diff --git a/server/plugins/utils/http_test.go b/server/plugins/utils/http_test.go index fc50cd65f86..4426e82ffa5 100644 --- a/server/plugins/utils/http_test.go +++ b/server/plugins/utils/http_test.go @@ -24,7 +24,7 @@ import ( "github.com/go-ap/httpsig" "github.com/stretchr/testify/assert" - "go.woodpecker-ci.org/woodpecker/server/plugins/utils" + "go.woodpecker-ci.org/woodpecker/v2/server/plugins/utils" ) func TestSign(t *testing.T) { diff --git a/server/queue/fifo.go b/server/queue/fifo.go index feacc1a5858..f86c2a8664b 100644 --- a/server/queue/fifo.go +++ b/server/queue/fifo.go @@ -21,7 +21,7 @@ import ( "sync" "time" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" "github.com/rs/zerolog/log" ) diff --git a/server/queue/fifo_test.go b/server/queue/fifo_test.go index ae73db4bc4c..e36b417ed70 100644 --- a/server/queue/fifo_test.go +++ b/server/queue/fifo_test.go @@ -23,7 +23,7 @@ import ( "time" "github.com/stretchr/testify/assert" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) var noContext = context.Background() diff --git a/server/queue/persistent.go b/server/queue/persistent.go index f04c32e1957..fc4b6cf6d4e 100644 --- a/server/queue/persistent.go +++ b/server/queue/persistent.go @@ -21,7 +21,7 @@ import ( "github.com/pkg/errors" "github.com/rs/zerolog/log" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) // WithTaskStore returns a queue that is backed by the TaskStore. This diff --git a/server/queue/queue.go b/server/queue/queue.go index 9df78df922d..0ecd8118133 100644 --- a/server/queue/queue.go +++ b/server/queue/queue.go @@ -19,7 +19,7 @@ import ( "errors" "strings" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) var ( diff --git a/server/router/api.go b/server/router/api.go index 1a0a82e3510..95eff632719 100644 --- a/server/router/api.go +++ b/server/router/api.go @@ -20,9 +20,9 @@ import ( "github.com/gin-gonic/gin" "github.com/rs/zerolog" - "go.woodpecker-ci.org/woodpecker/server/api" - "go.woodpecker-ci.org/woodpecker/server/api/debug" - "go.woodpecker-ci.org/woodpecker/server/router/middleware/session" + "go.woodpecker-ci.org/woodpecker/v2/server/api" + "go.woodpecker-ci.org/woodpecker/v2/server/api/debug" + "go.woodpecker-ci.org/woodpecker/v2/server/router/middleware/session" ) func apiRoutes(e *gin.RouterGroup) { diff --git a/server/router/middleware/session/agent.go b/server/router/middleware/session/agent.go index e5a021137a5..3f8dda06034 100644 --- a/server/router/middleware/session/agent.go +++ b/server/router/middleware/session/agent.go @@ -18,7 +18,7 @@ package session import ( "github.com/gin-gonic/gin" - "go.woodpecker-ci.org/woodpecker/shared/token" + "go.woodpecker-ci.org/woodpecker/v2/shared/token" ) // AuthorizeAgent authorizes requests from agent to access the queue. diff --git a/server/router/middleware/session/pagination.go b/server/router/middleware/session/pagination.go index 908746ebfb1..a9021100c4a 100644 --- a/server/router/middleware/session/pagination.go +++ b/server/router/middleware/session/pagination.go @@ -18,7 +18,7 @@ import ( "strconv" "github.com/gin-gonic/gin" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) const maxPageSize = 50 diff --git a/server/router/middleware/session/repo.go b/server/router/middleware/session/repo.go index 9fb4a5d19eb..93366887e36 100644 --- a/server/router/middleware/session/repo.go +++ b/server/router/middleware/session/repo.go @@ -23,11 +23,11 @@ import ( "github.com/gin-gonic/gin" "github.com/rs/zerolog/log" - "go.woodpecker-ci.org/woodpecker/server" + "go.woodpecker-ci.org/woodpecker/v2/server" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/store" - "go.woodpecker-ci.org/woodpecker/server/store/types" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/store" + "go.woodpecker-ci.org/woodpecker/v2/server/store/types" ) func Repo(c *gin.Context) *model.Repo { diff --git a/server/router/middleware/session/user.go b/server/router/middleware/session/user.go index 036a80ee79d..0e40bffff54 100644 --- a/server/router/middleware/session/user.go +++ b/server/router/middleware/session/user.go @@ -18,10 +18,10 @@ import ( "net/http" "strconv" - "go.woodpecker-ci.org/woodpecker/server" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/store" - "go.woodpecker-ci.org/woodpecker/shared/token" + "go.woodpecker-ci.org/woodpecker/v2/server" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/store" + "go.woodpecker-ci.org/woodpecker/v2/shared/token" "github.com/gin-gonic/gin" "github.com/rs/zerolog/log" diff --git a/server/router/middleware/store.go b/server/router/middleware/store.go index 5804956fa9a..e57a604e580 100644 --- a/server/router/middleware/store.go +++ b/server/router/middleware/store.go @@ -18,7 +18,7 @@ import ( "github.com/gin-gonic/gin" "github.com/urfave/cli/v2" - "go.woodpecker-ci.org/woodpecker/server/store" + "go.woodpecker-ci.org/woodpecker/v2/server/store" ) // Store is a middleware function that initializes the Datastore and attaches to diff --git a/server/router/middleware/token/token.go b/server/router/middleware/token/token.go index de6c02c2b6b..58415954d74 100644 --- a/server/router/middleware/token/token.go +++ b/server/router/middleware/token/token.go @@ -17,10 +17,10 @@ package token import ( "github.com/gin-gonic/gin" - "go.woodpecker-ci.org/woodpecker/server" - "go.woodpecker-ci.org/woodpecker/server/forge" - "go.woodpecker-ci.org/woodpecker/server/router/middleware/session" - "go.woodpecker-ci.org/woodpecker/server/store" + "go.woodpecker-ci.org/woodpecker/v2/server" + "go.woodpecker-ci.org/woodpecker/v2/server/forge" + "go.woodpecker-ci.org/woodpecker/v2/server/router/middleware/session" + "go.woodpecker-ci.org/woodpecker/v2/server/store" ) func Refresh(c *gin.Context) { diff --git a/server/router/middleware/version.go b/server/router/middleware/version.go index 86af18e145d..b5c8ec1e2b5 100644 --- a/server/router/middleware/version.go +++ b/server/router/middleware/version.go @@ -17,7 +17,7 @@ package middleware import ( "github.com/gin-gonic/gin" - "go.woodpecker-ci.org/woodpecker/version" + "go.woodpecker-ci.org/woodpecker/v2/version" ) // Version is a middleware function that appends the Woodpecker version information diff --git a/server/router/router.go b/server/router/router.go index df486dd23ae..d05a62bc826 100644 --- a/server/router/router.go +++ b/server/router/router.go @@ -23,14 +23,14 @@ import ( swaggerfiles "github.com/swaggo/files" ginSwagger "github.com/swaggo/gin-swagger" - "go.woodpecker-ci.org/woodpecker/cmd/server/docs" - "go.woodpecker-ci.org/woodpecker/server" - "go.woodpecker-ci.org/woodpecker/server/api" - "go.woodpecker-ci.org/woodpecker/server/api/metrics" - "go.woodpecker-ci.org/woodpecker/server/router/middleware/header" - "go.woodpecker-ci.org/woodpecker/server/router/middleware/session" - "go.woodpecker-ci.org/woodpecker/server/router/middleware/token" - "go.woodpecker-ci.org/woodpecker/server/web" + "go.woodpecker-ci.org/woodpecker/v2/cmd/server/docs" + "go.woodpecker-ci.org/woodpecker/v2/server" + "go.woodpecker-ci.org/woodpecker/v2/server/api" + "go.woodpecker-ci.org/woodpecker/v2/server/api/metrics" + "go.woodpecker-ci.org/woodpecker/v2/server/router/middleware/header" + "go.woodpecker-ci.org/woodpecker/v2/server/router/middleware/session" + "go.woodpecker-ci.org/woodpecker/v2/server/router/middleware/token" + "go.woodpecker-ci.org/woodpecker/v2/server/web" ) // Load loads the router diff --git a/server/store/datastore/agent.go b/server/store/datastore/agent.go index dcf92dfb44f..6c3051d8619 100644 --- a/server/store/datastore/agent.go +++ b/server/store/datastore/agent.go @@ -17,7 +17,7 @@ package datastore import ( "errors" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) var ErrNoTokenProvided = errors.New("Please provide a token") diff --git a/server/store/datastore/agent_test.go b/server/store/datastore/agent_test.go index 09662faf248..d314df6f35a 100644 --- a/server/store/datastore/agent_test.go +++ b/server/store/datastore/agent_test.go @@ -19,7 +19,7 @@ import ( "github.com/stretchr/testify/assert" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func TestAgentFindByToken(t *testing.T) { diff --git a/server/store/datastore/config.go b/server/store/datastore/config.go index 5527fbf5ee7..bae31d668ad 100644 --- a/server/store/datastore/config.go +++ b/server/store/datastore/config.go @@ -17,7 +17,7 @@ package datastore import ( "xorm.io/builder" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func (s storage) ConfigsForPipeline(pipelineID int64) ([]*model.Config, error) { diff --git a/server/store/datastore/config_test.go b/server/store/datastore/config_test.go index b6780400872..32e7d21cb91 100644 --- a/server/store/datastore/config_test.go +++ b/server/store/datastore/config_test.go @@ -19,7 +19,7 @@ import ( "github.com/stretchr/testify/assert" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func TestConfig(t *testing.T) { diff --git a/server/store/datastore/cron.go b/server/store/datastore/cron.go index 989b4698cf2..ed3e23f9be0 100644 --- a/server/store/datastore/cron.go +++ b/server/store/datastore/cron.go @@ -15,7 +15,7 @@ package datastore import ( - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" "xorm.io/builder" ) diff --git a/server/store/datastore/cron_test.go b/server/store/datastore/cron_test.go index 996728ce473..3f5eaa7a162 100644 --- a/server/store/datastore/cron_test.go +++ b/server/store/datastore/cron_test.go @@ -20,7 +20,7 @@ import ( "github.com/stretchr/testify/assert" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func TestCronCreate(t *testing.T) { diff --git a/server/store/datastore/engine.go b/server/store/datastore/engine.go index e996471a306..fb5a5c082ec 100644 --- a/server/store/datastore/engine.go +++ b/server/store/datastore/engine.go @@ -17,8 +17,8 @@ package datastore import ( "github.com/rs/zerolog" - "go.woodpecker-ci.org/woodpecker/server/store" - "go.woodpecker-ci.org/woodpecker/server/store/datastore/migration" + "go.woodpecker-ci.org/woodpecker/v2/server/store" + "go.woodpecker-ci.org/woodpecker/v2/server/store/datastore/migration" "xorm.io/xorm" xlog "xorm.io/xorm/log" diff --git a/server/store/datastore/errors.go b/server/store/datastore/errors.go index e49f11f8a3e..a7d89388afd 100644 --- a/server/store/datastore/errors.go +++ b/server/store/datastore/errors.go @@ -17,7 +17,7 @@ package datastore import ( "fmt" - "go.woodpecker-ci.org/woodpecker/server/store/types" + "go.woodpecker-ci.org/woodpecker/v2/server/store/types" ) type ErrorRepoNotExist struct { diff --git a/server/store/datastore/feed.go b/server/store/datastore/feed.go index 72508c51485..5ce768d9fc7 100644 --- a/server/store/datastore/feed.go +++ b/server/store/datastore/feed.go @@ -17,7 +17,7 @@ package datastore import ( "xorm.io/builder" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) var feedItemSelect = `repos.repo_id as feed_repo_id, diff --git a/server/store/datastore/feed_test.go b/server/store/datastore/feed_test.go index 697636f7412..333c68b3ad4 100644 --- a/server/store/datastore/feed_test.go +++ b/server/store/datastore/feed_test.go @@ -19,7 +19,7 @@ import ( "github.com/stretchr/testify/assert" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func TestGetPipelineQueue(t *testing.T) { diff --git a/server/store/datastore/helper.go b/server/store/datastore/helper.go index 3bd73de3e09..0b3e5dca1aa 100644 --- a/server/store/datastore/helper.go +++ b/server/store/datastore/helper.go @@ -21,8 +21,8 @@ import ( "xorm.io/xorm" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/store/types" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/store/types" ) // wrapGet return error if err not nil or if requested entry do not exist diff --git a/server/store/datastore/helper_test.go b/server/store/datastore/helper_test.go index b7a096701a9..7beff99f339 100644 --- a/server/store/datastore/helper_test.go +++ b/server/store/datastore/helper_test.go @@ -19,7 +19,7 @@ import ( "testing" "github.com/stretchr/testify/assert" - "go.woodpecker-ci.org/woodpecker/server/store/types" + "go.woodpecker-ci.org/woodpecker/v2/server/store/types" ) func TestWrapGet(t *testing.T) { diff --git a/server/store/datastore/log.go b/server/store/datastore/log.go index ad7e562d2ca..7ca187b8eb1 100644 --- a/server/store/datastore/log.go +++ b/server/store/datastore/log.go @@ -17,7 +17,7 @@ package datastore import ( "fmt" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func (s storage) LogFind(step *model.Step) ([]*model.LogEntry, error) { diff --git a/server/store/datastore/log_test.go b/server/store/datastore/log_test.go index 6ee424b3523..1aa02d28549 100644 --- a/server/store/datastore/log_test.go +++ b/server/store/datastore/log_test.go @@ -18,7 +18,7 @@ import ( "testing" "github.com/stretchr/testify/assert" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func TestLogCreateFindDelete(t *testing.T) { diff --git a/server/store/datastore/migration/004_fix_pr_secret_event_name.go b/server/store/datastore/migration/004_fix_pr_secret_event_name.go index 3ec8a464d24..66406a07b2e 100644 --- a/server/store/datastore/migration/004_fix_pr_secret_event_name.go +++ b/server/store/datastore/migration/004_fix_pr_secret_event_name.go @@ -18,7 +18,7 @@ import ( "src.techknowlogick.com/xormigrate" "xorm.io/xorm" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) var fixPRSecretEventName = xormigrate.Migration{ diff --git a/server/store/datastore/migration/009_recreate_agents_table.go b/server/store/datastore/migration/009_recreate_agents_table.go index 32d5b4d3130..b0a8d1f60d4 100644 --- a/server/store/datastore/migration/009_recreate_agents_table.go +++ b/server/store/datastore/migration/009_recreate_agents_table.go @@ -18,7 +18,7 @@ import ( "src.techknowlogick.com/xormigrate" "xorm.io/xorm" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) var recreateAgentsTable = xormigrate.Migration{ diff --git a/server/store/datastore/migration/020_alter_logs_table.go b/server/store/datastore/migration/020_alter_logs_table.go index 431e5a18cf7..e4cca5e8e22 100644 --- a/server/store/datastore/migration/020_alter_logs_table.go +++ b/server/store/datastore/migration/020_alter_logs_table.go @@ -25,7 +25,7 @@ import ( "src.techknowlogick.com/xormigrate" "xorm.io/xorm" - "go.woodpecker-ci.org/woodpecker/shared/utils" + "go.woodpecker-ci.org/woodpecker/v2/shared/utils" ) // perPage020 sets the size of the slice to read per page diff --git a/server/store/datastore/migration/021_parent_steps_to_workflows.go b/server/store/datastore/migration/021_parent_steps_to_workflows.go index ac0325e8b21..a9831a19ee8 100644 --- a/server/store/datastore/migration/021_parent_steps_to_workflows.go +++ b/server/store/datastore/migration/021_parent_steps_to_workflows.go @@ -18,7 +18,7 @@ import ( "src.techknowlogick.com/xormigrate" "xorm.io/xorm" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) type oldStep021 struct { diff --git a/server/store/datastore/migration/022_add_orgs.go b/server/store/datastore/migration/022_add_orgs.go index 8f56eb93f22..0d8968903c8 100644 --- a/server/store/datastore/migration/022_add_orgs.go +++ b/server/store/datastore/migration/022_add_orgs.go @@ -22,7 +22,7 @@ import ( "xorm.io/builder" "xorm.io/xorm" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) type oldSecret022 struct { diff --git a/server/store/datastore/migration/023_add_org_id.go b/server/store/datastore/migration/023_add_org_id.go index c9e49f4b9bb..da055421b40 100644 --- a/server/store/datastore/migration/023_add_org_id.go +++ b/server/store/datastore/migration/023_add_org_id.go @@ -20,7 +20,7 @@ import ( "src.techknowlogick.com/xormigrate" "xorm.io/xorm" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) var addOrgID = xormigrate.Migration{ diff --git a/server/store/datastore/migration/027_convert_to_new_pipeline_errors_format.go b/server/store/datastore/migration/027_convert_to_new_pipeline_errors_format.go index 8d3cc05d9f6..de6bc229fce 100644 --- a/server/store/datastore/migration/027_convert_to_new_pipeline_errors_format.go +++ b/server/store/datastore/migration/027_convert_to_new_pipeline_errors_format.go @@ -18,7 +18,7 @@ import ( "src.techknowlogick.com/xormigrate" "xorm.io/xorm" - "go.woodpecker-ci.org/woodpecker/pipeline/errors" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/errors" ) // perPage027 set the size of the slice to read per page diff --git a/server/store/datastore/migration/migration.go b/server/store/datastore/migration/migration.go index a5616862382..218f7e4042f 100644 --- a/server/store/datastore/migration/migration.go +++ b/server/store/datastore/migration/migration.go @@ -21,7 +21,7 @@ import ( "src.techknowlogick.com/xormigrate" "xorm.io/xorm" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) // APPEND NEW MIGRATIONS diff --git a/server/store/datastore/org.go b/server/store/datastore/org.go index 411f5fccb95..a6a1b37cd6e 100644 --- a/server/store/datastore/org.go +++ b/server/store/datastore/org.go @@ -19,7 +19,7 @@ import ( "xorm.io/xorm" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func (s storage) OrgCreate(org *model.Org) error { diff --git a/server/store/datastore/org_test.go b/server/store/datastore/org_test.go index 1ff5391d61d..8e44bee5a43 100644 --- a/server/store/datastore/org_test.go +++ b/server/store/datastore/org_test.go @@ -19,7 +19,7 @@ import ( "github.com/stretchr/testify/assert" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func TestOrgCRUD(t *testing.T) { diff --git a/server/store/datastore/permission.go b/server/store/datastore/permission.go index 6949308d718..fdfa1369ef9 100644 --- a/server/store/datastore/permission.go +++ b/server/store/datastore/permission.go @@ -20,7 +20,7 @@ import ( "xorm.io/builder" "xorm.io/xorm" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func (s storage) PermFind(user *model.User, repo *model.Repo) (*model.Perm, error) { diff --git a/server/store/datastore/permission_test.go b/server/store/datastore/permission_test.go index 2f354a661d3..924124c58ac 100644 --- a/server/store/datastore/permission_test.go +++ b/server/store/datastore/permission_test.go @@ -19,7 +19,7 @@ import ( "github.com/stretchr/testify/assert" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func TestPermFind(t *testing.T) { diff --git a/server/store/datastore/pipeline.go b/server/store/datastore/pipeline.go index 295ab9c21d0..7e6d2375aff 100644 --- a/server/store/datastore/pipeline.go +++ b/server/store/datastore/pipeline.go @@ -20,7 +20,7 @@ import ( "xorm.io/builder" "xorm.io/xorm" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func (s storage) GetPipeline(id int64) (*model.Pipeline, error) { diff --git a/server/store/datastore/pipeline_test.go b/server/store/datastore/pipeline_test.go index 9913cbd9d6b..d478e913735 100644 --- a/server/store/datastore/pipeline_test.go +++ b/server/store/datastore/pipeline_test.go @@ -22,7 +22,7 @@ import ( "github.com/franela/goblin" "github.com/stretchr/testify/assert" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func TestPipelines(t *testing.T) { diff --git a/server/store/datastore/redirection.go b/server/store/datastore/redirection.go index cf5318593a0..1c966f964a7 100644 --- a/server/store/datastore/redirection.go +++ b/server/store/datastore/redirection.go @@ -18,7 +18,7 @@ import ( "xorm.io/builder" "xorm.io/xorm" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func (s storage) GetRedirection(fullName string) (*model.Redirection, error) { diff --git a/server/store/datastore/redirection_test.go b/server/store/datastore/redirection_test.go index a1f4f675395..2fc4c53d17f 100644 --- a/server/store/datastore/redirection_test.go +++ b/server/store/datastore/redirection_test.go @@ -19,8 +19,8 @@ import ( "github.com/stretchr/testify/assert" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/store/types" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/store/types" ) func TestGetRedirection(t *testing.T) { diff --git a/server/store/datastore/registry.go b/server/store/datastore/registry.go index c24af77769c..782d98c4d23 100644 --- a/server/store/datastore/registry.go +++ b/server/store/datastore/registry.go @@ -17,7 +17,7 @@ package datastore import ( "xorm.io/builder" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func (s storage) RegistryFind(repo *model.Repo, addr string) (*model.Registry, error) { diff --git a/server/store/datastore/registry_test.go b/server/store/datastore/registry_test.go index b5aeb764ea3..06c84259beb 100644 --- a/server/store/datastore/registry_test.go +++ b/server/store/datastore/registry_test.go @@ -19,8 +19,8 @@ import ( "github.com/stretchr/testify/assert" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/store/types" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/store/types" ) func TestRegistryFind(t *testing.T) { diff --git a/server/store/datastore/repo.go b/server/store/datastore/repo.go index ad7fa3da119..37ba9322053 100644 --- a/server/store/datastore/repo.go +++ b/server/store/datastore/repo.go @@ -21,8 +21,8 @@ import ( "xorm.io/builder" "xorm.io/xorm" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/store/types" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/store/types" ) func (s storage) GetRepo(id int64) (*model.Repo, error) { diff --git a/server/store/datastore/repo_test.go b/server/store/datastore/repo_test.go index 126e32ec24c..02dd66ea8c6 100644 --- a/server/store/datastore/repo_test.go +++ b/server/store/datastore/repo_test.go @@ -21,7 +21,7 @@ import ( "github.com/franela/goblin" "github.com/stretchr/testify/assert" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func TestRepos(t *testing.T) { diff --git a/server/store/datastore/secret.go b/server/store/datastore/secret.go index 79ca6df9446..85100e49a03 100644 --- a/server/store/datastore/secret.go +++ b/server/store/datastore/secret.go @@ -17,7 +17,7 @@ package datastore import ( "xorm.io/builder" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) const orderSecretsBy = "secret_name" diff --git a/server/store/datastore/secret_test.go b/server/store/datastore/secret_test.go index f18bd4a64fd..917f75c4e86 100644 --- a/server/store/datastore/secret_test.go +++ b/server/store/datastore/secret_test.go @@ -20,7 +20,7 @@ import ( "github.com/stretchr/testify/assert" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func TestSecretFind(t *testing.T) { diff --git a/server/store/datastore/server_config.go b/server/store/datastore/server_config.go index 238e81060b1..2dd52f40678 100644 --- a/server/store/datastore/server_config.go +++ b/server/store/datastore/server_config.go @@ -14,7 +14,7 @@ package datastore -import "go.woodpecker-ci.org/woodpecker/server/model" +import "go.woodpecker-ci.org/woodpecker/v2/server/model" func (s storage) ServerConfigGet(key string) (string, error) { config := new(model.ServerConfig) diff --git a/server/store/datastore/server_config_test.go b/server/store/datastore/server_config_test.go index 04757d0607d..ac13d1c1478 100644 --- a/server/store/datastore/server_config_test.go +++ b/server/store/datastore/server_config_test.go @@ -17,7 +17,7 @@ package datastore import ( "testing" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func TestServerConfigGetSet(t *testing.T) { diff --git a/server/store/datastore/step.go b/server/store/datastore/step.go index f79c3866ace..f7739f4ada0 100644 --- a/server/store/datastore/step.go +++ b/server/store/datastore/step.go @@ -18,7 +18,7 @@ import ( "xorm.io/builder" "xorm.io/xorm" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func (s storage) StepLoad(id int64) (*model.Step, error) { diff --git a/server/store/datastore/step_test.go b/server/store/datastore/step_test.go index 65493b00690..5238ab415a9 100644 --- a/server/store/datastore/step_test.go +++ b/server/store/datastore/step_test.go @@ -20,8 +20,8 @@ import ( "github.com/stretchr/testify/assert" - "go.woodpecker-ci.org/woodpecker/server/model" - "go.woodpecker-ci.org/woodpecker/server/store/types" + "go.woodpecker-ci.org/woodpecker/v2/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/store/types" ) func TestStepFind(t *testing.T) { diff --git a/server/store/datastore/task.go b/server/store/datastore/task.go index b29808c34d9..67e8d979734 100644 --- a/server/store/datastore/task.go +++ b/server/store/datastore/task.go @@ -15,7 +15,7 @@ package datastore import ( - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func (s storage) TaskList() ([]*model.Task, error) { diff --git a/server/store/datastore/task_test.go b/server/store/datastore/task_test.go index 7434aef8ddf..ff93f42b584 100644 --- a/server/store/datastore/task_test.go +++ b/server/store/datastore/task_test.go @@ -19,7 +19,7 @@ import ( "github.com/stretchr/testify/assert" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func TestTaskList(t *testing.T) { diff --git a/server/store/datastore/user.go b/server/store/datastore/user.go index 73933713767..39f09af75ed 100644 --- a/server/store/datastore/user.go +++ b/server/store/datastore/user.go @@ -17,7 +17,7 @@ package datastore import ( "xorm.io/xorm" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func (s storage) GetUser(id int64) (*model.User, error) { diff --git a/server/store/datastore/users_test.go b/server/store/datastore/users_test.go index fe417675969..de6de582079 100644 --- a/server/store/datastore/users_test.go +++ b/server/store/datastore/users_test.go @@ -20,7 +20,7 @@ import ( "github.com/franela/goblin" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func TestUsers(t *testing.T) { diff --git a/server/store/datastore/workflow.go b/server/store/datastore/workflow.go index 708d6d0f6a7..216b065dced 100644 --- a/server/store/datastore/workflow.go +++ b/server/store/datastore/workflow.go @@ -17,7 +17,7 @@ package datastore import ( "xorm.io/xorm" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func (s storage) WorkflowGetTree(pipeline *model.Pipeline) ([]*model.Workflow, error) { diff --git a/server/store/datastore/workflow_test.go b/server/store/datastore/workflow_test.go index a12aa710016..57af85f2d0a 100644 --- a/server/store/datastore/workflow_test.go +++ b/server/store/datastore/workflow_test.go @@ -18,7 +18,7 @@ package datastore import ( "testing" - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) func TestWorkflowLoad(t *testing.T) { diff --git a/server/store/mocks/store.go b/server/store/mocks/store.go index d40b3947c34..ab9d24189e3 100644 --- a/server/store/mocks/store.go +++ b/server/store/mocks/store.go @@ -4,7 +4,7 @@ package mocks import ( mock "github.com/stretchr/testify/mock" - model "go.woodpecker-ci.org/woodpecker/server/model" + model "go.woodpecker-ci.org/woodpecker/v2/server/model" ) // Store is an autogenerated mock type for the Store type diff --git a/server/store/store.go b/server/store/store.go index 9e8b87fa576..2806ff95eed 100644 --- a/server/store/store.go +++ b/server/store/store.go @@ -18,7 +18,7 @@ package store //go:generate mockery --name Store --output mocks --case underscore import ( - "go.woodpecker-ci.org/woodpecker/server/model" + "go.woodpecker-ci.org/woodpecker/v2/server/model" ) // TODO: CreateX func should return new object to not indirect let storage change an existing object (alter ID etc...) diff --git a/server/web/config.go b/server/web/config.go index dfa2628cb6f..4344dea7fb9 100644 --- a/server/web/config.go +++ b/server/web/config.go @@ -22,10 +22,10 @@ import ( "github.com/gin-gonic/gin" "github.com/rs/zerolog/log" - "go.woodpecker-ci.org/woodpecker/server" - "go.woodpecker-ci.org/woodpecker/server/router/middleware/session" - "go.woodpecker-ci.org/woodpecker/shared/token" - "go.woodpecker-ci.org/woodpecker/version" + "go.woodpecker-ci.org/woodpecker/v2/server" + "go.woodpecker-ci.org/woodpecker/v2/server/router/middleware/session" + "go.woodpecker-ci.org/woodpecker/v2/shared/token" + "go.woodpecker-ci.org/woodpecker/v2/version" ) func Config(c *gin.Context) { diff --git a/server/web/web.go b/server/web/web.go index 05571a73d43..2397c02edc6 100644 --- a/server/web/web.go +++ b/server/web/web.go @@ -28,8 +28,8 @@ import ( "github.com/gin-gonic/gin" "github.com/rs/zerolog/log" - "go.woodpecker-ci.org/woodpecker/server" - "go.woodpecker-ci.org/woodpecker/web" + "go.woodpecker-ci.org/woodpecker/v2/server" + "go.woodpecker-ci.org/woodpecker/v2/web" ) // etag is an identifier for a resource version diff --git a/server/web/web_test.go b/server/web/web_test.go index 9aefd005cf0..e09df0e710b 100644 --- a/server/web/web_test.go +++ b/server/web/web_test.go @@ -22,7 +22,7 @@ import ( "github.com/gin-gonic/gin" "github.com/stretchr/testify/assert" - "go.woodpecker-ci.org/woodpecker/server" + "go.woodpecker-ci.org/woodpecker/v2/server" ) func Test_custom_file_returns_OK_and_empty_content_and_fitting_mimetype(t *testing.T) { diff --git a/webhook-data b/webhook-data new file mode 100644 index 00000000000..3a4433f0d8f --- /dev/null +++ b/webhook-data @@ -0,0 +1,196 @@ +{ + "ref": "refs/heads/main", + "before": "2c519ecd4d12c75d72647371e996f7835591aead", + "after": "3b4a87d5d1b01e504dde031201ef5b98bd8f478f", + "repository": { + "id": 694570031, + "node_id": "R_kgDOKWZMLw", + "name": "private-test", + "full_name": "runephilosof-karnovgroup/private-test", + "private": true, + "owner": { + "name": "runephilosof-karnovgroup", + "email": "101270124+runephilosof-karnovgroup@users.noreply.github.com", + "login": "runephilosof-karnovgroup", + "id": 101270124, + "node_id": "U_kgDOBglCbA", + "avatar_url": "/~https://avatars.githubusercontent.com/u/101270124?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/runephilosof-karnovgroup", + "html_url": "/~https://github.com/runephilosof-karnovgroup", + "followers_url": "https://api.github.com/users/runephilosof-karnovgroup/followers", + "following_url": "https://api.github.com/users/runephilosof-karnovgroup/following{/other_user}", + "gists_url": "https://api.github.com/users/runephilosof-karnovgroup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/runephilosof-karnovgroup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/runephilosof-karnovgroup/subscriptions", + "organizations_url": "https://api.github.com/users/runephilosof-karnovgroup/orgs", + "repos_url": "https://api.github.com/users/runephilosof-karnovgroup/repos", + "events_url": "https://api.github.com/users/runephilosof-karnovgroup/events{/privacy}", + "received_events_url": "https://api.github.com/users/runephilosof-karnovgroup/received_events", + "type": "User", + "site_admin": false + }, + "html_url": "/~https://github.com/runephilosof-karnovgroup/private-test", + "description": null, + "fork": false, + "url": "/~https://github.com/runephilosof-karnovgroup/private-test", + "forks_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/forks", + "keys_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/teams", + "hooks_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/hooks", + "issue_events_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/issues/events{/number}", + "events_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/events", + "assignees_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/assignees{/user}", + "branches_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/branches{/branch}", + "tags_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/tags", + "blobs_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/statuses/{sha}", + "languages_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/languages", + "stargazers_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/stargazers", + "contributors_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/contributors", + "subscribers_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/subscribers", + "subscription_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/subscription", + "commits_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/contents/{+path}", + "compare_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/merges", + "archive_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/downloads", + "issues_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/issues{/number}", + "pulls_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/pulls{/number}", + "milestones_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/milestones{/number}", + "notifications_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/labels{/name}", + "releases_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/releases{/id}", + "deployments_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/deployments", + "created_at": 1695287132, + "updated_at": "2023-09-21T09:05:32Z", + "pushed_at": 1695292878, + "git_url": "git://github.com/runephilosof-karnovgroup/private-test.git", + "ssh_url": "git@github.com:runephilosof-karnovgroup/private-test.git", + "clone_url": "/~https://github.com/runephilosof-karnovgroup/private-test.git", + "svn_url": "/~https://github.com/runephilosof-karnovgroup/private-test", + "homepage": null, + "size": 0, + "stargazers_count": 0, + "watchers_count": 0, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "has_discussions": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 0, + "license": null, + "allow_forking": true, + "is_template": false, + "web_commit_signoff_required": false, + "topics": [ + + ], + "visibility": "private", + "forks": 0, + "open_issues": 0, + "watchers": 0, + "default_branch": "main", + "stargazers": 0, + "master_branch": "main" + }, + "pusher": { + "name": "runephilosof-karnovgroup", + "email": "101270124+runephilosof-karnovgroup@users.noreply.github.com" + }, + "sender": { + "login": "runephilosof-karnovgroup", + "id": 101270124, + "node_id": "U_kgDOBglCbA", + "avatar_url": "/~https://avatars.githubusercontent.com/u/101270124?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/runephilosof-karnovgroup", + "html_url": "/~https://github.com/runephilosof-karnovgroup", + "followers_url": "https://api.github.com/users/runephilosof-karnovgroup/followers", + "following_url": "https://api.github.com/users/runephilosof-karnovgroup/following{/other_user}", + "gists_url": "https://api.github.com/users/runephilosof-karnovgroup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/runephilosof-karnovgroup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/runephilosof-karnovgroup/subscriptions", + "organizations_url": "https://api.github.com/users/runephilosof-karnovgroup/orgs", + "repos_url": "https://api.github.com/users/runephilosof-karnovgroup/repos", + "events_url": "https://api.github.com/users/runephilosof-karnovgroup/events{/privacy}", + "received_events_url": "https://api.github.com/users/runephilosof-karnovgroup/received_events", + "type": "User", + "site_admin": false + }, + "created": false, + "deleted": false, + "forced": false, + "base_ref": null, + "compare": "/~https://github.com/runephilosof-karnovgroup/private-test/compare/2c519ecd4d12...3b4a87d5d1b0", + "commits": [ + { + "id": "3b4a87d5d1b01e504dde031201ef5b98bd8f478f", + "tree_id": "237f8ceb69eacf4b67e4181836f666a5f9a9555e", + "distinct": true, + "message": "Update README.md", + "timestamp": "2023-09-21T12:41:18+02:00", + "url": "/~https://github.com/runephilosof-karnovgroup/private-test/commit/3b4a87d5d1b01e504dde031201ef5b98bd8f478f", + "author": { + "name": "runephilosof-karnovgroup", + "email": "101270124+runephilosof-karnovgroup@users.noreply.github.com", + "username": "runephilosof-karnovgroup" + }, + "committer": { + "name": "GitHub", + "email": "noreply@github.com", + "username": "web-flow" + }, + "added": [ + + ], + "removed": [ + + ], + "modified": [ + "README.md" + ] + } + ], + "head_commit": { + "id": "3b4a87d5d1b01e504dde031201ef5b98bd8f478f", + "tree_id": "237f8ceb69eacf4b67e4181836f666a5f9a9555e", + "distinct": true, + "message": "Update README.md", + "timestamp": "2023-09-21T12:41:18+02:00", + "url": "/~https://github.com/runephilosof-karnovgroup/private-test/commit/3b4a87d5d1b01e504dde031201ef5b98bd8f478f", + "author": { + "name": "runephilosof-karnovgroup", + "email": "101270124+runephilosof-karnovgroup@users.noreply.github.com", + "username": "runephilosof-karnovgroup" + }, + "committer": { + "name": "GitHub", + "email": "noreply@github.com", + "username": "web-flow" + }, + "added": [ + + ], + "removed": [ + + ], + "modified": [ + "README.md" + ] + } +} diff --git a/woodpecker-go/README.md b/woodpecker-go/README.md index 02b56d6a646..98ab329dcf0 100644 --- a/woodpecker-go/README.md +++ b/woodpecker-go/README.md @@ -2,7 +2,7 @@ ```Go import ( - "go.woodpecker-ci.org/woodpecker/woodpecker-go/woodpecker" + "go.woodpecker-ci.org/woodpecker/v2/woodpecker-go/woodpecker" "golang.org/x/oauth2" ) diff --git a/woodpecker-server-tags b/woodpecker-server-tags new file mode 100644 index 00000000000..9c7b20e681d --- /dev/null +++ b/woodpecker-server-tags @@ -0,0 +1 @@ +{"count":2327,"next":"https://hub.docker.com/v2/repositories/woodpeckerci/woodpecker-server/tags/?ordering=last_updated\u0026page=3\u0026page_size=100","previous":"https://hub.docker.com/v2/repositories/woodpeckerci/woodpecker-server/tags/?ordering=last_updated\u0026page=1\u0026page_size=100","results":[{"creator":14974280,"id":542015530,"images":[{"architecture":"arm","features":"","variant":"v7","digest":"sha256:0d79c5d4b214829cd43f71bdd4a72b78b28c617f026bb28f1cf08c7a01e1af1f","os":"linux","os_features":"","os_version":null,"size":13050720,"status":"inactive","last_pulled":"2023-11-03T13:26:55.207595Z","last_pushed":"2023-11-03T13:26:54.98606Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:c38e039e5ec6713df42216be2bcb6b7127f2fd230a35da97c6d76f8bc15d9634","os":"linux","os_features":"","os_version":null,"size":12999382,"status":"inactive","last_pulled":"2023-11-03T13:26:55.62417Z","last_pushed":"2023-11-03T13:26:55.304513Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:a85a7bc678f85838a6a234e1ce1bec8b228333ab709275bbdd02225d6c8cba61","os":"linux","os_features":"","os_version":null,"size":13884684,"status":"active","last_pulled":"2023-11-05T09:14:04.103578Z","last_pushed":"2023-11-03T13:26:54.589772Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:b26cf5ae28be2b9927154e9b6de768841c3468d27245d7ac8e1b2386c46c0445","os":"linux","os_features":"","os_version":null,"size":13108552,"status":"inactive","last_pulled":"2023-11-03T13:26:54.477774Z","last_pushed":"2023-11-03T13:26:54.202947Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:e1367b090df6a6413eb1baecd11737b8a1a50d4b0af0aca1900b62f9ecfe6bc2","os":"linux","os_features":"","os_version":null,"size":13182206,"status":"inactive","last_pulled":"2023-11-03T13:26:54.007222Z","last_pushed":"2023-11-03T13:26:53.8148Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:eb43521b7d6ae3da1134ac5dfe09d91e5fb3d46513ab042b251efac587d48b5d","os":"unknown","os_features":"","os_version":null,"size":1587,"status":"inactive","last_pulled":"2023-11-03T13:26:56.900812Z","last_pushed":"2023-11-03T13:26:56.670904Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:db1d5a68ed99f27cf642c2affccdd19fd417c9b10e554873579a9c1c2c582ecf","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-11-03T13:26:56.304302Z","last_pushed":"2023-11-03T13:26:56.066532Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:f6f6b9d85926248752d99d033342b72b045af40547c0b7d1f0cd676064d00f1a","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-11-03T13:26:57.41708Z","last_pushed":"2023-11-03T13:26:57.109201Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:32dfa2f669a26bf3fd6fd7e8ea89b09cc21cd5af4edb239cc1995f8726f066b5","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-11-03T13:26:55.984099Z","last_pushed":"2023-11-03T13:26:55.707722Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:ce98c60ea6a2beda41f5fd2dead150a85aa843a5dfef43d7013573e759264952","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-11-03T13:26:57.853785Z","last_pushed":"2023-11-03T13:26:57.56862Z"}],"last_updated":"2023-11-03T13:27:17.40637Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-4cb48aab1d","repository":13960714,"full_size":13050720,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-05T09:14:04.103578Z","tag_last_pushed":"2023-11-03T13:27:17.40637Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:f05253153fe4338a49c1da3ace46cc8cc72543682ba1f2017b19f0cdb477c045"},{"creator":14974280,"id":542015437,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:1526e2daba2373eecde2573b391169f117e44fe02d361e20809377e824a24ae0","os":"linux","os_features":"","os_version":null,"size":16358122,"status":"inactive","last_pulled":"2023-11-03T13:26:47.584708Z","last_pushed":"2023-11-03T13:26:47.268856Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:63019e804596ce19abc0b2c90770a9d55cbfd2702a0c5291ad1d399b3ee3f0be","os":"linux","os_features":"","os_version":null,"size":16111935,"status":"inactive","last_pulled":"2023-11-03T13:26:47.217866Z","last_pushed":"2023-11-03T13:26:46.913209Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:f0568fd5b579f64d1aa05d9307ea56e0e520fddb3d6e659646f2c2cf563e6475","os":"linux","os_features":"","os_version":null,"size":16494736,"status":"inactive","last_pulled":"2023-11-03T13:26:46.978258Z","last_pushed":"2023-11-03T13:26:46.570117Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:8386413c04c8bfc60d61dec1093eba7cc71612f669df4a00c402bc3862960663","os":"linux","os_features":"","os_version":null,"size":17448605,"status":"inactive","last_pulled":"2023-11-03T13:26:47.86197Z","last_pushed":"2023-11-03T13:26:47.613159Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:a3f8823258a9be40a92f3df5b31aab35b12d8c667a0731c3bb7c253ec5551a48","os":"linux","os_features":"","os_version":null,"size":16618967,"status":"inactive","last_pulled":"2023-11-03T13:26:48.232139Z","last_pushed":"2023-11-03T13:26:48.011073Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:f8d49f811b7f4a3a27e860a171e9bc57087fcc622de378a443fef9d1f85b1184","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-11-03T13:26:45.968995Z","last_pushed":"2023-11-03T13:26:45.722706Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:41abe3d22314f559a0eec3d117409058a1e836ac324224903b4f0f0025e666f8","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-11-03T13:26:46.345888Z","last_pushed":"2023-11-03T13:26:46.135188Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:2a0288b562c7dd44fae90ea80f11dc17b6762ead1495dad9fb5c1ee131ae588e","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-11-03T13:26:45.561708Z","last_pushed":"2023-11-03T13:26:45.333085Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:92881b16a5806fe78ddc8f2a457169dbd9e691e3b90dd8ab5a970d620959c448","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-11-03T13:26:44.7251Z","last_pushed":"2023-11-03T13:26:44.482227Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:c48675cee6cdc42cffeee1fedfac03e812517130d86bed073811180ad637fb82","os":"unknown","os_features":"","os_version":null,"size":1620,"status":"inactive","last_pulled":"2023-11-03T13:26:45.168873Z","last_pushed":"2023-11-03T13:26:44.906671Z"}],"last_updated":"2023-11-03T13:27:08.628238Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-4cb48aab1d-alpine","repository":13960714,"full_size":16358122,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-03T13:26:48.831653Z","tag_last_pushed":"2023-11-03T13:27:08.628238Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:3b474bf05956c55445b70d7c02567bfa2dbb43dd929f0274003b8a1a6c6fe026"},{"creator":14974280,"id":541979933,"images":[{"architecture":"arm","features":"","variant":"v7","digest":"sha256:51e18b7fbfefd1a81d967a228a89256d247f35dc73eebffd4bb51d204395a1a0","os":"linux","os_features":"","os_version":null,"size":13050559,"status":"inactive","last_pulled":"2023-11-03T12:15:18.254449Z","last_pushed":"2023-11-03T12:15:18.037584Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:3cab3047d2ea928ac56fe3a1a0643e86feb53d17bc4ebb13fb2d078b3622e872","os":"linux","os_features":"","os_version":null,"size":12999321,"status":"inactive","last_pulled":"2023-11-03T12:15:17.937934Z","last_pushed":"2023-11-03T12:15:17.671282Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:ab5647d5683f5cb12321ed609d85ad65a5ba2396712adc293b7971a2f6a39dbc","os":"linux","os_features":"","os_version":null,"size":13884742,"status":"inactive","last_pulled":"2023-11-03T12:15:17.576829Z","last_pushed":"2023-11-03T12:15:17.296252Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:a688d65403da8fc0f8f15c09562e98536d008f1faf48d996f3c7c7b860e43145","os":"linux","os_features":"","os_version":null,"size":13108538,"status":"inactive","last_pulled":"2023-11-03T12:15:16.735003Z","last_pushed":"2023-11-03T12:15:16.527632Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:18a738d73841289e436e64991eef1c02f8499e72e21d33f9aa735d58b63f87bb","os":"linux","os_features":"","os_version":null,"size":13182428,"status":"inactive","last_pulled":"2023-11-03T12:15:18.631271Z","last_pushed":"2023-11-03T12:15:18.415067Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:39267f50dee1241375e4f5abc61996d2a0349fe2ab2631948515a03f7db5eb17","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-11-03T12:15:15.638135Z","last_pushed":"2023-11-03T12:15:15.390318Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:39c73cf9fb90349fc3c8b676808922dde005c4795ad8372499d3dded61a7286b","os":"unknown","os_features":"","os_version":null,"size":1587,"status":"inactive","last_pulled":"2023-11-03T12:15:17.180209Z","last_pushed":"2023-11-03T12:15:16.88621Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:63aa1464721436a2ca6977cd85c2ee7a2235d6363a6f3aedf34bb66d57ab681f","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-11-03T12:15:16.387606Z","last_pushed":"2023-11-03T12:15:16.142244Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:3d10ca84d654effd06acf1ed1143a5533ed4dfce08684d8400edd7441bd13665","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-11-03T12:15:19.25941Z","last_pushed":"2023-11-03T12:15:18.830679Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:e9d340cf36fc6e43bd9e827497cc28b995d26e92fa2da3ffabd9760104cc335c","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-11-03T12:15:16.082057Z","last_pushed":"2023-11-03T12:15:15.77208Z"}],"last_updated":"2023-11-03T12:15:38.851705Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-d284aeb545","repository":13960714,"full_size":13050559,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-03T13:26:57.743844Z","tag_last_pushed":"2023-11-03T12:15:38.851705Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:f52b636737a91c9727457006cdacbe0f322ea76c238adc43dc0875eaff764f11"},{"creator":14974280,"id":541979912,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:81c7b6651e7eb134ca10097a090851d03b17d3a9dd4f18eb0fdf3afb2d563ef6","os":"linux","os_features":"","os_version":null,"size":16357971,"status":"inactive","last_pulled":"2023-11-03T12:15:14.572793Z","last_pushed":"2023-11-03T12:15:14.355395Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:10d4049ac5f380ee58810604ba9dda7bd26d1ac08cacbe836149c6be52f09c9f","os":"linux","os_features":"","os_version":null,"size":16111775,"status":"inactive","last_pulled":"2023-11-03T12:15:14.242374Z","last_pushed":"2023-11-03T12:15:14.000552Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:67f70a27800771d7cbb41c59922db80a22954ff0f4b1c5ae47df53f20c10e3f8","os":"linux","os_features":"","os_version":null,"size":16494702,"status":"inactive","last_pulled":"2023-11-03T12:15:13.891186Z","last_pushed":"2023-11-03T12:15:13.620752Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:0fe3d842adf79046bc28454f271ff544357d3ad7a26a16e682ed38ce85fadb90","os":"linux","os_features":"","os_version":null,"size":17448644,"status":"inactive","last_pulled":"2023-11-03T12:15:15.293378Z","last_pushed":"2023-11-03T12:15:14.708035Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:8c5e16e68ff5a25a7aa5ef73109cc1bf6e2b5ac41deebb19157d7cab73fe5300","os":"linux","os_features":"","os_version":null,"size":16618939,"status":"inactive","last_pulled":"2023-11-03T12:15:13.152825Z","last_pushed":"2023-11-03T12:15:12.914144Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:717bd0590fe8aa7e809764b19345660266025c15b9a6b4451212305c8aeab04b","os":"unknown","os_features":"","os_version":null,"size":1770,"status":"inactive","last_pulled":"2023-11-03T12:15:12.788406Z","last_pushed":"2023-11-03T12:15:12.57359Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:cb325f9cf5dda528f2229fed10dab8a2468130e56c467087876089e3d84c196c","os":"unknown","os_features":"","os_version":null,"size":1770,"status":"inactive","last_pulled":"2023-11-03T12:15:13.525272Z","last_pushed":"2023-11-03T12:15:13.259155Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:ee5476839fb40ee8da935dd179c02f16c6c889b3f12d2a392767329f4b441ec5","os":"unknown","os_features":"","os_version":null,"size":1609,"status":"inactive","last_pulled":"2023-11-03T12:15:11.972032Z","last_pushed":"2023-11-03T12:15:11.712563Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:8a2e0c3891c28abf38f60a8304e010bfa9bab85caff487852b9dedab75ac1bd3","os":"unknown","os_features":"","os_version":null,"size":1609,"status":"inactive","last_pulled":"2023-11-03T12:15:12.390136Z","last_pushed":"2023-11-03T12:15:12.151547Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:2e7cb1b6a3311fc3e727dcc6d461a889266d7aee76ff19e20ee7b913df2e1d8b","os":"unknown","os_features":"","os_version":null,"size":1619,"status":"inactive","last_pulled":"2023-11-03T12:15:15.415756Z","last_pushed":"2023-11-03T12:15:15.130366Z"}],"last_updated":"2023-11-03T12:15:36.84177Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-d284aeb545-alpine","repository":13960714,"full_size":16357971,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-03T13:26:48.234811Z","tag_last_pushed":"2023-11-03T12:15:36.84177Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:69908fcdc6770ed42f7fa99844aa43eed7fd486df1e09d999d6fb077345d77f9"},{"creator":14974280,"id":541945771,"images":[{"architecture":"arm64","features":"","variant":null,"digest":"sha256:04fc17e99327f430a625572f82e3a6320ab69abdec8295159b7ee46abd94b8f4","os":"linux","os_features":"","os_version":null,"size":12997964,"status":"inactive","last_pulled":"2023-11-03T11:01:45.882865Z","last_pushed":"2023-11-03T11:01:30.743046Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:1367a6de248f657913e68c20178d13913a42b617876b1abdbaf268ece957182c","os":"linux","os_features":"","os_version":null,"size":13884958,"status":"inactive","last_pulled":"2023-11-03T12:03:01.099696Z","last_pushed":"2023-11-03T11:01:31.568156Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:83aa203128ce207f2644dcaf73e8ae2543b8bb612e45365bb4422555640e2eb1","os":"linux","os_features":"","os_version":null,"size":13108944,"status":"inactive","last_pulled":"2023-11-03T11:01:31.360672Z","last_pushed":"2023-11-03T11:01:30.359229Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:3aa0759b9f7f993fb25761b2798080530a736c88efbed43c4e9fc4b8ee06cd50","os":"linux","os_features":"","os_version":null,"size":13182506,"status":"inactive","last_pulled":"2023-11-03T11:01:32.505013Z","last_pushed":"2023-11-03T11:01:32.227474Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:d4a1d6d973e41e4052024d1ccc684bed8d702c516bc2c0c1f71f760a2e368504","os":"unknown","os_features":"","os_version":null,"size":1586,"status":"inactive","last_pulled":"2023-11-03T11:01:29.777379Z","last_pushed":"2023-11-03T11:01:29.517266Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:5aa9e0b3011e01436669bcfded4085b2aa20eb97c34b17ca1a0ea8f6dc9d3090","os":"unknown","os_features":"","os_version":null,"size":1574,"status":"inactive","last_pulled":"2023-11-03T11:01:30.167321Z","last_pushed":"2023-11-03T11:01:29.891185Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:caf61c9379f6e02dab6111d07ea4383bf45e1fe15fdfbf19026439df517b440e","os":"unknown","os_features":"","os_version":null,"size":1574,"status":"inactive","last_pulled":"2023-11-03T11:01:29.724378Z","last_pushed":"2023-11-03T11:01:29.116428Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:c1d0930e5274e499cda117918382170fd26458f17b863aceba5380e2efa1ec8f","os":"unknown","os_features":"","os_version":null,"size":1582,"status":"inactive","last_pulled":"2023-11-03T11:01:28.953723Z","last_pushed":"2023-11-03T11:01:28.700582Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:e5c4745331e404105924cd81ed24b2144d85692f599d75ad453cd5f30379dcf7","os":"unknown","os_features":"","os_version":null,"size":1582,"status":"inactive","last_pulled":"2023-11-03T11:01:28.587677Z","last_pushed":"2023-11-03T11:01:28.344371Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:fe0f11ae440278671833a161e0d2066b404d86de8377ec7aa7ad46824714fcd6","os":"linux","os_features":"","os_version":null,"size":13050355,"status":"inactive","last_pulled":"2023-11-03T11:01:31.390764Z","last_pushed":"2023-11-03T11:01:31.138714Z"}],"last_updated":"2023-11-03T11:01:53.1626Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-5ff006614f","repository":13960714,"full_size":13050355,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-03T12:03:01.099696Z","tag_last_pushed":"2023-11-03T11:01:53.1626Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:46fdad2f08e7d2976b09e479b98997d89130fe2ad1453563f3d4b4db87c042e1"},{"creator":14974280,"id":541945698,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:684e19cfcff25d37e2301dc54356b0646d7cc337d4e23d515594960162eda2d6","os":"linux","os_features":"","os_version":null,"size":16357772,"status":"inactive","last_pulled":"2023-11-03T11:01:22.366671Z","last_pushed":"2023-11-03T11:01:22.127203Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:62d6aa27e5af56515d62fb93cd2b3f0fe9dc4db8e9c09aa7321c8161b71198a4","os":"linux","os_features":"","os_version":null,"size":16111582,"status":"inactive","last_pulled":"2023-11-03T11:01:22.782796Z","last_pushed":"2023-11-03T11:01:22.522386Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:92c788986293dec9b48747472d9b736f0776ddddfbe57951065d33cb5ce3b4e6","os":"linux","os_features":"","os_version":null,"size":16493343,"status":"inactive","last_pulled":"2023-11-03T11:01:21.522656Z","last_pushed":"2023-11-03T11:01:21.206319Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:2c6883e3b37bba69d5bb1fcb0eaebc562e749843fa28700da4d18327bed4667e","os":"linux","os_features":"","os_version":null,"size":17448882,"status":"inactive","last_pulled":"2023-11-03T11:01:20.149226Z","last_pushed":"2023-11-03T11:01:19.912224Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:70cc66a90d68188cd6e10a4c15001f1ec26059e61e66603a10a7482c3c5defb5","os":"linux","os_features":"","os_version":null,"size":16619372,"status":"inactive","last_pulled":"2023-11-03T11:01:20.576095Z","last_pushed":"2023-11-03T11:01:20.328828Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:780ee353ea9adbee2f1b135231ea48f9c36fc3ed5be6938232ce957df99d1711","os":"unknown","os_features":"","os_version":null,"size":1770,"status":"inactive","last_pulled":"2023-11-03T11:01:23.542515Z","last_pushed":"2023-11-03T11:01:23.309234Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:77725ea999e013c94c8a3420ef0a456c7c19a5fc04ef2a77d5633fa83e9c193a","os":"unknown","os_features":"","os_version":null,"size":1770,"status":"inactive","last_pulled":"2023-11-03T11:01:21.024857Z","last_pushed":"2023-11-03T11:01:20.800121Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:f05cc64a1801b4db60c3f002af53b1e750926c38f34cbdafd2205c3898d0810a","os":"unknown","os_features":"","os_version":null,"size":1609,"status":"inactive","last_pulled":"2023-11-03T11:01:23.922289Z","last_pushed":"2023-11-03T11:01:23.686527Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:a5acbd51a3f1ceff4bedf61a6ab7d93776ef551337b63595d0dc0196cd82133d","os":"unknown","os_features":"","os_version":null,"size":1609,"status":"inactive","last_pulled":"2023-11-03T11:01:23.164563Z","last_pushed":"2023-11-03T11:01:22.899354Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:2b513c62f2a648dd267b3ef5ce66ff88fd67072d737182ccf56f3a8310ad5e2d","os":"unknown","os_features":"","os_version":null,"size":1619,"status":"inactive","last_pulled":"2023-11-03T11:01:24.314701Z","last_pushed":"2023-11-03T11:01:24.08367Z"}],"last_updated":"2023-11-03T11:01:45.799023Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-5ff006614f-alpine","repository":13960714,"full_size":16357772,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-03T12:15:15.304184Z","tag_last_pushed":"2023-11-03T11:01:45.799023Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:5a0716e18b9afaff280d86b7bba52a6f1a3c7c35f24dc6b74d866eb7b3bb34ce"},{"creator":14974280,"id":541148843,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:f255b238861c61e8d3013dab51c022ae3987bc2d91d64a7b107fda9ab0fcacb0","os":"linux","os_features":"","os_version":null,"size":13757570,"status":"inactive","last_pulled":"2023-11-03T11:56:37.564683Z","last_pushed":"2023-11-02T12:49:41.910506Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:e87c305a7fdb91d232d760467907d947c147c931586fca543ae316ab14e5b95b","os":"linux","os_features":"","os_version":null,"size":13000528,"status":"inactive","last_pulled":"2023-11-02T12:49:41.389242Z","last_pushed":"2023-11-02T12:49:41.161139Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:cf0c9ae5635a2aba752e756da293a60f27f3edfbe2cde227274b0fc5fdb95b7c","os":"linux","os_features":"","os_version":null,"size":13064691,"status":"inactive","last_pulled":"2023-11-02T12:49:44.089008Z","last_pushed":"2023-11-02T12:49:43.824229Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:51daf67acd70b2c46a4848046f0c9ce41f057304d75365d8103ad184a3546855","os":"unknown","os_features":"","os_version":null,"size":1585,"status":"inactive","last_pulled":"2023-11-02T12:49:43.319112Z","last_pushed":"2023-11-02T12:49:43.096196Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:13b00c12b42ef40da7b64520287b77891c2c5ef200d2a0cb44461f6bd4825755","os":"unknown","os_features":"","os_version":null,"size":1573,"status":"inactive","last_pulled":"2023-11-02T12:49:43.057637Z","last_pushed":"2023-11-02T12:49:42.743115Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:3761bace9ec1fc8352e66f7a42d84a33cacb7e6b81ad98bb8a593f4ab8ffde8e","os":"unknown","os_features":"","os_version":null,"size":1573,"status":"inactive","last_pulled":"2023-11-02T12:49:41.726989Z","last_pushed":"2023-11-02T12:49:41.505019Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:7f12521347f415f2db6447a5c2ecc126cdadcfb5f18f58e326c431a1bd349f21","os":"unknown","os_features":"","os_version":null,"size":1581,"status":"inactive","last_pulled":"2023-11-02T12:49:43.696029Z","last_pushed":"2023-11-02T12:49:43.429991Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:9f24e25a315a9db0b72be4a3ed198b7760e8e7df100d11e440c23eb77f4adae9","os":"unknown","os_features":"","os_version":null,"size":1581,"status":"inactive","last_pulled":"2023-11-02T12:49:44.398192Z","last_pushed":"2023-11-02T12:49:44.184325Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:63b65ca66542300e0bb84086a31bf9f911de170efc8f1f5a04089f3b855ca27a","os":"linux","os_features":"","os_version":null,"size":12890864,"status":"inactive","last_pulled":"2023-11-03T14:13:06.612532Z","last_pushed":"2023-11-02T12:49:42.303629Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:23c11934dd3bd5c7bebb207cba492ae6c35a73bc0a6c2b48d9f7a573c6dc6b82","os":"linux","os_features":"","os_version":null,"size":12930769,"status":"inactive","last_pulled":"2023-11-02T12:49:40.940515Z","last_pushed":"2023-11-02T12:49:40.721283Z"}],"last_updated":"2023-11-02T12:50:03.818575Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-f270be4940","repository":13960714,"full_size":12930769,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-10T19:49:08.626666Z","tag_last_pushed":"2023-11-02T12:50:03.818575Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:4a4ec704c3a91690e9654f92dc4a7f7b46a2af92bcec8a3b3ad2c0383267ee83"},{"creator":14974280,"id":541148763,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:4459d7d0d52de553599ccb0175f462654dce750ef909d7cda354361783cff0e9","os":"linux","os_features":"","os_version":null,"size":16238186,"status":"inactive","last_pulled":"2023-11-02T12:49:31.254697Z","last_pushed":"2023-11-02T12:49:31.017253Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:cec1e793904b82b5a5e0b8c28c1eb2c67b3734ddeb50c914200ce654cb43b77a","os":"linux","os_features":"","os_version":null,"size":15991987,"status":"inactive","last_pulled":"2023-11-02T12:49:30.735206Z","last_pushed":"2023-11-02T12:49:30.307672Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:9471fc45cae26400876df1dc7ea3693694cec204d54c479ff57cc59942e14604","os":"linux","os_features":"","os_version":null,"size":16386329,"status":"inactive","last_pulled":"2023-11-03T08:24:15.683226Z","last_pushed":"2023-11-02T12:49:29.857748Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:1ff828e0e23ebb75811ca26faa7873eef7f8999ec9b149daeb288723b9eb11bb","os":"linux","os_features":"","os_version":null,"size":17321471,"status":"inactive","last_pulled":"2023-11-02T20:56:00.21122Z","last_pushed":"2023-11-02T12:49:29.46715Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:d5a0c9ce5adffddcbbd508837d39ff047a6e847132bb21be35d09c8b3f241922","os":"linux","os_features":"","os_version":null,"size":16510948,"status":"inactive","last_pulled":"2023-11-02T12:49:29.324054Z","last_pushed":"2023-11-02T12:49:29.065092Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:398d49a9f387d0b370eae73b37f792651ad1f9e403d6b67e58c01fcd365e1694","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-11-02T12:49:30.910587Z","last_pushed":"2023-11-02T12:49:30.662701Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:a01add7a3b91fb93156a9142052af2181a8f9bd1804ea09d266ffa92c6299df5","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-11-02T12:49:28.633223Z","last_pushed":"2023-11-02T12:49:28.314926Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:416cf0017a16116ffa73308b91e6940af61da8b77e740c294c5f91c0dc7c1741","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-11-02T12:49:28.182637Z","last_pushed":"2023-11-02T12:49:27.946564Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:feb578ddb3e43a0f3bdad349bc17c02c4f296dbf6b83ec2be00aa7eb23650967","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-11-02T12:49:29.02726Z","last_pushed":"2023-11-02T12:49:28.698555Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:77d6b33921413245a502c49d3f35df16debd32e321f7dd97c3a9741bb62fbfae","os":"unknown","os_features":"","os_version":null,"size":1620,"status":"inactive","last_pulled":"2023-11-02T12:49:31.778128Z","last_pushed":"2023-11-02T12:49:31.439333Z"}],"last_updated":"2023-11-02T12:49:52.998704Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-f270be4940-alpine","repository":13960714,"full_size":16238186,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-03T11:01:24.241801Z","tag_last_pushed":"2023-11-02T12:49:52.998704Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:b82f6aeb7155c3414c224dbc44cbe6ac9db999611f17ed6a6309f517fa88005a"},{"creator":14974280,"id":541112611,"images":[{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:9311261f6f0342a4a0b4fa8ed3093b693adc78cabc2be4fe2bfad50dd73368cb","os":"linux","os_features":"","os_version":null,"size":13064555,"status":"inactive","last_pulled":"2023-11-02T11:36:57.613851Z","last_pushed":"2023-11-02T11:36:57.394944Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:351bdf41eb9eb32345bab6ab65ac24d9d6c940f8285ebbb7ba92cc4eed574221","os":"unknown","os_features":"","os_version":null,"size":1587,"status":"inactive","last_pulled":"2023-11-02T11:37:00.082605Z","last_pushed":"2023-11-02T11:36:59.848942Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:df5d8749d81b31fee1936ab5157bb4678626d8838026ae836b2c9a2454918543","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-11-02T11:36:59.675242Z","last_pushed":"2023-11-02T11:36:59.425996Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:7ed871c78649a20c3c82ab7fe149d64c92f08c89e8fe32bc5ba095d261b7e90b","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-11-02T11:37:00.425754Z","last_pushed":"2023-11-02T11:37:00.217281Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:46a7eed589a758616dc76854d1507911c9f54ced693f32248cdc37c3273393d3","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-11-02T11:36:58.895972Z","last_pushed":"2023-11-02T11:36:58.663012Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:1e3e3074907af718439aad2b5556bd95cccfc53ddac64119d4924eed8d11cce3","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-11-02T11:37:01.339221Z","last_pushed":"2023-11-02T11:37:01.100002Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:f4dbd1a48b72537e15d14fbd79cf8e385d94dbb6a777cb116efcee8122f7376d","os":"linux","os_features":"","os_version":null,"size":12930638,"status":"inactive","last_pulled":"2023-11-02T11:36:58.487126Z","last_pushed":"2023-11-02T11:36:58.218894Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:474e26769d50aa2ae637ef353e1f0b85a70f4a740ae07a457be869ac8d02e992","os":"linux","os_features":"","os_version":null,"size":12890733,"status":"inactive","last_pulled":"2023-11-02T11:36:58.190253Z","last_pushed":"2023-11-02T11:36:57.828876Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:cd780da948a63e97630dbe4528fb0e8206a0056caa4f5409d7f74f4f6e414ad7","os":"linux","os_features":"","os_version":null,"size":13757475,"status":"inactive","last_pulled":"2023-11-02T11:37:00.936441Z","last_pushed":"2023-11-02T11:37:00.67426Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:32be6b179afc671a1713aee8bb1e8759dd1cea1193c421740a4b2f894c234587","os":"linux","os_features":"","os_version":null,"size":13000388,"status":"inactive","last_pulled":"2023-11-02T11:36:59.260616Z","last_pushed":"2023-11-02T11:36:59.027835Z"}],"last_updated":"2023-11-02T11:37:20.994583Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-dbed835b6d","repository":13960714,"full_size":12930638,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-02T12:49:44.350433Z","tag_last_pushed":"2023-11-02T11:37:20.994583Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:d595138ada15e3ff25019688b8808ac38660e31a08fd721f5ea2efa327472e12"},{"creator":14974280,"id":541112532,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:cec8abf01081953ddfcc44255e311d8bc5c14c46562b84763f7842a58cc2b0ae","os":"linux","os_features":"","os_version":null,"size":16238044,"status":"inactive","last_pulled":"2023-11-02T11:36:49.276585Z","last_pushed":"2023-11-02T11:36:49.061784Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:c16afa7b53e3afcb21b2af0ca7c8c46391c3f05073966f3c8cd4ae159def3aa3","os":"linux","os_features":"","os_version":null,"size":15991859,"status":"inactive","last_pulled":"2023-11-02T11:36:48.191489Z","last_pushed":"2023-11-02T11:36:47.845241Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:3f2b76fd1f08484be366bb1edad9dc7dec81a50409bcd10eb929a4dc9c241ab2","os":"linux","os_features":"","os_version":null,"size":16386108,"status":"inactive","last_pulled":"2023-11-02T11:36:50.834529Z","last_pushed":"2023-11-02T11:36:50.543106Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:3a2f85ed23401bd8c1b9bf98b797c11b6856626884009f3e0ae140a91ff815e3","os":"linux","os_features":"","os_version":null,"size":17321378,"status":"inactive","last_pulled":"2023-11-02T11:36:47.759134Z","last_pushed":"2023-11-02T11:36:47.500872Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:3f1fc820b97de3de7da45279005aa80726ea3ce67c1f11d0871f9fcbee39b8e4","os":"linux","os_features":"","os_version":null,"size":16510799,"status":"inactive","last_pulled":"2023-11-02T11:36:50.070386Z","last_pushed":"2023-11-02T11:36:49.832117Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:2e7524e65034ed433e6c7424d022abeaa852b768dcfb3be81368981e79194e72","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-11-02T11:36:49.705558Z","last_pushed":"2023-11-02T11:36:49.489193Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:7d2473f6bb7df29255c64a01329d8b21101bd09313cfd7ebe31cefc309bf2cec","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-11-02T11:36:50.436438Z","last_pushed":"2023-11-02T11:36:50.208296Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:573e9416c03dc22d51bdc0d10b8b3b16960ed6b17719aca8683c26dcb8320c39","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-11-02T11:36:48.507614Z","last_pushed":"2023-11-02T11:36:48.207286Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:d082f6ddab515265746b54678b536f2bba0c0676a690476513d65a918ff74f2a","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-11-02T11:36:48.781953Z","last_pushed":"2023-11-02T11:36:48.582991Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:286483010fb285c90d3090b8a7d42ed87d9e828ad7cf627954562553a247d394","os":"unknown","os_features":"","os_version":null,"size":1620,"status":"inactive","last_pulled":"2023-11-02T11:36:51.27312Z","last_pushed":"2023-11-02T11:36:50.98834Z"}],"last_updated":"2023-11-02T11:37:12.742315Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-dbed835b6d-alpine","repository":13960714,"full_size":16238044,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-02T12:49:31.627585Z","tag_last_pushed":"2023-11-02T11:37:12.742315Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:d6e8bfdd17f63f817140e51696ab7278e17c85f709fc22879bb50bd37b7c0666"},{"creator":14974280,"id":540989398,"images":[{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:e680aef7b6d28e2874dde476dffddaa3402ec1e35e05911a4cf65ffebd173cc3","os":"linux","os_features":"","os_version":null,"size":13064557,"status":"inactive","last_pulled":"2023-11-02T07:42:03.128757Z","last_pushed":"2023-11-02T07:42:02.890683Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:4c0809401e7c1ddb9c992102ab74b647ac540fb8e6efe58fe3921d2fdfebeca7","os":"unknown","os_features":"","os_version":null,"size":1587,"status":"inactive","last_pulled":"2023-11-02T07:42:01.307537Z","last_pushed":"2023-11-02T07:42:01.067929Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:41e504ce765c7ede0f71d0e35401f9cfb016c0093dc67f9e2100838103e110ab","os":"linux","os_features":"","os_version":null,"size":12930647,"status":"inactive","last_pulled":"2023-11-02T07:42:02.42714Z","last_pushed":"2023-11-02T07:42:02.12381Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:612015bad4a0a5b5d4a0d5ba2ea26565976bb53e36153a559e9edec10bbda2b1","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-11-02T07:42:00.620515Z","last_pushed":"2023-11-02T07:42:00.337577Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:110c8720c1dfb4c2bd359c7ab7de6792d1d595f6eb94d05316333d523ee0fd9a","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-11-02T07:42:00.217078Z","last_pushed":"2023-11-02T07:41:59.927354Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:18cc2866812411e46c2166e9a100377958f6e5b063858ac80f549abb4a3a03b4","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-11-02T07:42:00.901191Z","last_pushed":"2023-11-02T07:42:00.67998Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:afb5dad5b5a4c075a27e3f3fffe8324e59a01a1a3aa05fe5ab85e2b6a6308072","os":"linux","os_features":"","os_version":null,"size":12890731,"status":"inactive","last_pulled":"2023-11-02T10:49:09.845486Z","last_pushed":"2023-11-02T07:42:02.562553Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:6e570c69364cca4c596148ebf9670e955bc30fff809d195c62f72c85e2e072db","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-11-02T07:42:03.427954Z","last_pushed":"2023-11-02T07:42:03.207529Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:21fff9547430a042e433e3e28f83746994c2dd2eec63b044da3090110b5850a7","os":"linux","os_features":"","os_version":null,"size":13757465,"status":"inactive","last_pulled":"2023-11-02T11:00:14.019898Z","last_pushed":"2023-11-02T07:42:01.789642Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:3c22a9cb4ac92c81589b166e410a6b2f72338aa1a9bef2e407dafae809eea1df","os":"linux","os_features":"","os_version":null,"size":13000383,"status":"inactive","last_pulled":"2023-11-02T07:42:01.71678Z","last_pushed":"2023-11-02T07:42:01.428508Z"}],"last_updated":"2023-11-02T07:42:24.336659Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-c75068920c","repository":13960714,"full_size":12930647,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-02T11:00:14.019898Z","tag_last_pushed":"2023-11-02T07:42:24.336659Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:ee0af0cd08e6da61015297b6bb42659e1a77ae56f444181ab3b4086464972d8a"},{"creator":14974280,"id":540989378,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:70a3374ee5f28a07c3e3dc81225dbb9ce78c1adda737c2caf1494ad30f027470","os":"linux","os_features":"","os_version":null,"size":16238042,"status":"inactive","last_pulled":"2023-11-02T07:41:56.766728Z","last_pushed":"2023-11-02T07:41:56.551761Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:99e7014f63275794c7fa0024d0ee28d556718041e8ce07a88cdf02292e205d34","os":"linux","os_features":"","os_version":null,"size":16510794,"status":"inactive","last_pulled":"2023-11-02T07:41:54.159296Z","last_pushed":"2023-11-02T07:41:53.89507Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:a4bbb1d015f77616b35335418a82a042bf14258067e7685a9446f17a107a63ac","os":"linux","os_features":"","os_version":null,"size":15991865,"status":"inactive","last_pulled":"2023-11-02T07:41:57.12219Z","last_pushed":"2023-11-02T07:41:56.90064Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:d3f7fda30a9d562c04e7fc8b573f3e71c66eaa35b534f163cec75f5891c7bcdf","os":"linux","os_features":"","os_version":null,"size":16386084,"status":"inactive","last_pulled":"2023-11-02T09:26:23.629318Z","last_pushed":"2023-11-02T07:41:56.226362Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:8769fb3fcc98cccc1efde2628849b2c106a96994ff95ef9010059dfa82ab128a","os":"linux","os_features":"","os_version":null,"size":17321382,"status":"inactive","last_pulled":"2023-11-02T07:41:54.478237Z","last_pushed":"2023-11-02T07:41:54.275331Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:bb4cc72f8df05c4d3a2701fb7c94d48a63bfc3b9053e5d48b2d673f6f5bcf72c","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-11-02T07:41:55.722414Z","last_pushed":"2023-11-02T07:41:55.487043Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:67d155b4643acc08d0d7c030caf9d8947c2a49fc9505de2173c7c64d288ba2b3","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-11-02T07:41:55.305506Z","last_pushed":"2023-11-02T07:41:55.086438Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:82d7c946e32a629ec2e4762fce018b847adc64a1312a816d83bf230600f1d49a","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-11-02T07:41:56.097211Z","last_pushed":"2023-11-02T07:41:55.871993Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:2c2bcc19d4d7de82c5351482ef483801144494d319acbaefed768007b1df3aeb","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-11-02T07:41:54.911735Z","last_pushed":"2023-11-02T07:41:54.686569Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:27e29a096d31e34328382eee6b72611fd19dbc5a4e7f671ff307280b39488150","os":"unknown","os_features":"","os_version":null,"size":1620,"status":"inactive","last_pulled":"2023-11-02T07:41:57.458218Z","last_pushed":"2023-11-02T07:41:57.248072Z"}],"last_updated":"2023-11-02T07:42:21.587738Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-c75068920c-alpine","repository":13960714,"full_size":16238042,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-02T11:36:51.220707Z","tag_last_pushed":"2023-11-02T07:42:21.587738Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:b0a7a48d8c61daaac70f210098f7651b0411f497d0afd60ebf238956cae2541d"},{"creator":14974280,"id":540913394,"images":[{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:84ffc7e8cdf39649a5c134a334991ecaa6a5f1d61b0e7cf2f921e42727ff5ed6","os":"linux","os_features":"","os_version":null,"size":13000376,"status":"inactive","last_pulled":"2023-11-02T03:46:43.064045Z","last_pushed":"2023-11-02T03:46:42.838977Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:d937763744997e1bd1ba204f9fdd65b0233e4af120b33b8fb4ad9242880b4d32","os":"linux","os_features":"","os_version":null,"size":13064565,"status":"inactive","last_pulled":"2023-11-02T03:46:41.03179Z","last_pushed":"2023-11-02T03:46:40.804054Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:e44bfa6a2dbe30dd5c4cd9595291da1dc7e312a3fff17687f26408b735572c01","os":"unknown","os_features":"","os_version":null,"size":1586,"status":"inactive","last_pulled":"2023-11-02T03:46:42.318144Z","last_pushed":"2023-11-02T03:46:42.047624Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:ed060c667d27d8da1ccde56ab72a910bf044638b67ff41c123551b0ee34e8b1c","os":"unknown","os_features":"","os_version":null,"size":1574,"status":"inactive","last_pulled":"2023-11-02T03:46:41.928338Z","last_pushed":"2023-11-02T03:46:41.639786Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:fb28c51f6408681c60870685238d1e05f4346a4656de6a600872f5d1c2c3bcc6","os":"unknown","os_features":"","os_version":null,"size":1574,"status":"inactive","last_pulled":"2023-11-02T03:46:42.712933Z","last_pushed":"2023-11-02T03:46:42.456987Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:af7007824d59e1abbf006e475c08dbcc27f54ec1b8bad339d2bdab090e8d557f","os":"unknown","os_features":"","os_version":null,"size":1582,"status":"inactive","last_pulled":"2023-11-02T03:46:41.422685Z","last_pushed":"2023-11-02T03:46:41.192464Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:77f4c74092dd4510792defb580b37f07fa8602f567161c0d3c207eb9c4f81942","os":"unknown","os_features":"","os_version":null,"size":1582,"status":"inactive","last_pulled":"2023-11-02T03:46:44.643559Z","last_pushed":"2023-11-02T03:46:44.417589Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:87ba50dabd24a4bfb7e5355501ad84a7c74702ca0253e7a000d850868e7ab05b","os":"linux","os_features":"","os_version":null,"size":12930638,"status":"inactive","last_pulled":"2023-11-02T03:46:43.824818Z","last_pushed":"2023-11-02T03:46:43.568577Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:b7be1cd9ac2d0e74572cc16148a036ab1e565f1d176831d60a693a8aa4d35606","os":"linux","os_features":"","os_version":null,"size":12890728,"status":"inactive","last_pulled":"2023-11-02T19:59:16.535216Z","last_pushed":"2023-11-02T03:46:44.014638Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:f322da4b4571adffc3cac32782c86e440a4144221c43ed3fda4c807600294776","os":"linux","os_features":"","os_version":null,"size":13757476,"status":"active","last_pulled":"2023-11-05T18:15:02.170854Z","last_pushed":"2023-11-02T03:46:43.222568Z"}],"last_updated":"2023-11-02T03:47:04.524235Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-de53b906e8","repository":13960714,"full_size":12930638,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-05T18:15:02.170854Z","tag_last_pushed":"2023-11-02T03:47:04.524235Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:0b3b78343be98f1c55a6bf6626558985f91b56a5ffa522927928f45df18d0085"},{"creator":14974280,"id":540913361,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:ca8a1bc789557ebd25f5175d7b872f7596ef13b645f4df87d5de9ca0d31b069c","os":"linux","os_features":"","os_version":null,"size":16238047,"status":"inactive","last_pulled":"2023-11-02T03:46:34.394041Z","last_pushed":"2023-11-02T03:46:34.137299Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:946792e5503f4b5e73da75f87316988d4f6b7695d4d21a37cd00a8c9d5590983","os":"linux","os_features":"","os_version":null,"size":15991866,"status":"inactive","last_pulled":"2023-11-02T03:46:33.997781Z","last_pushed":"2023-11-02T03:46:33.747559Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:8c6e81f0aeb3a3e470bd48d47b5200134c60373727fee30c8833fca80b291e9d","os":"linux","os_features":"","os_version":null,"size":16386097,"status":"inactive","last_pulled":"2023-11-02T03:46:33.621474Z","last_pushed":"2023-11-02T03:46:33.399236Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:566cf85d28c23849be4140ba2a784c09fee8ef723f1ad28ccb843e0790a889de","os":"linux","os_features":"","os_version":null,"size":17321387,"status":"inactive","last_pulled":"2023-11-02T03:46:34.781551Z","last_pushed":"2023-11-02T03:46:34.475336Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:9635f439b3254389870897838880aaaea4cb4632dd503ccd39aea43271600a6a","os":"linux","os_features":"","os_version":null,"size":16510796,"status":"inactive","last_pulled":"2023-11-02T03:46:32.771367Z","last_pushed":"2023-11-02T03:46:32.490913Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:6d01d66ec80a983d483a744b34d6da8174cd96a7d2176b21e1c4973fb8f6ee47","os":"unknown","os_features":"","os_version":null,"size":1770,"status":"inactive","last_pulled":"2023-11-02T03:46:32.310836Z","last_pushed":"2023-11-02T03:46:32.100334Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:82a0f09b3a3d48912f77d32bf0d790be75f7bb850d1a9000d6bf27285f36816c","os":"unknown","os_features":"","os_version":null,"size":1770,"status":"inactive","last_pulled":"2023-11-02T03:46:33.12393Z","last_pushed":"2023-11-02T03:46:32.844266Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:8b484381c286123570cb79fe99842f57df8fc633df489aff2e6e4e81d902005c","os":"unknown","os_features":"","os_version":null,"size":1609,"status":"inactive","last_pulled":"2023-11-02T03:46:31.60909Z","last_pushed":"2023-11-02T03:46:31.346333Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:56d3102c7f14f3e875c5e7840a7bdb7aa427c057b79cc4370406f6a32291e7f7","os":"unknown","os_features":"","os_version":null,"size":1609,"status":"inactive","last_pulled":"2023-11-02T03:46:31.986839Z","last_pushed":"2023-11-02T03:46:31.732201Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:073b514e07a89131c82772cb1b7dc12aa1d53138649d9ae092e69e2f4ba69674","os":"unknown","os_features":"","os_version":null,"size":1619,"status":"inactive","last_pulled":"2023-11-02T03:46:35.092156Z","last_pushed":"2023-11-02T03:46:34.867833Z"}],"last_updated":"2023-11-02T03:46:56.353083Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-de53b906e8-alpine","repository":13960714,"full_size":16238047,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-02T07:41:57.519482Z","tag_last_pushed":"2023-11-02T03:46:56.353083Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:c5a1ba8acc8c737ce70f041333ee8b456d293c7b58ac64d7d93ced987dba929c"},{"creator":14974280,"id":540869804,"images":[{"architecture":"arm","features":"","variant":"v7","digest":"sha256:8087517fc3229e26c6802803a4054635760d91487d4b4b13f93c2abf2c65d8df","os":"linux","os_features":"","os_version":null,"size":12931561,"status":"inactive","last_pulled":"2023-11-02T02:13:54.517412Z","last_pushed":"2023-11-02T02:13:54.265804Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:2582fcb306eb3802e12f6d2674b8832e0c2937f357f04ebacc9fabd8392214e8","os":"linux","os_features":"","os_version":null,"size":13064227,"status":"inactive","last_pulled":"2023-11-02T02:13:52.749864Z","last_pushed":"2023-11-02T02:13:52.468679Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:eb08a606d75105156fc313a3fb82ed3b5d3fa7a73c74452a5ab86bdc8368aab7","os":"unknown","os_features":"","os_version":null,"size":1587,"status":"inactive","last_pulled":"2023-11-02T02:13:51.444334Z","last_pushed":"2023-11-02T02:13:51.226558Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:0b7b00f68463d1a9ac716ed80c215f0b081f75b191cfa78b28a1467a82e1f129","os":"linux","os_features":"","os_version":null,"size":12889810,"status":"inactive","last_pulled":"2023-11-02T02:13:50.439515Z","last_pushed":"2023-11-02T02:13:50.185512Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:691afe4cdb7a7edced7b7657df790414e1d6da3b1b76c07822ef334ab1ec8b26","os":"linux","os_features":"","os_version":null,"size":13756571,"status":"inactive","last_pulled":"2023-11-02T02:13:53.137267Z","last_pushed":"2023-11-02T02:13:52.858837Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:f7e32627ed2ed39b053cabe95853d73d19c17add92639b3336aa6929c4b5465b","os":"linux","os_features":"","os_version":null,"size":13001351,"status":"inactive","last_pulled":"2023-11-02T02:13:51.083444Z","last_pushed":"2023-11-02T02:13:50.868046Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:4b9332644f36ed6286f428d6abbe7c24a75f884ff25ff28c3670dea9b272d76c","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-11-02T02:13:53.539953Z","last_pushed":"2023-11-02T02:13:53.29454Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:8320acfc3993505fdd8246ba299eaec2b82c4ef6f0dca828c183f7b5af2e41e8","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-11-02T02:13:50.809505Z","last_pushed":"2023-11-02T02:13:50.517085Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:c6a1a35478a6a3ef9ab567af1057910bef84d0c5c6c8304305faa8030cc8a3b7","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-11-02T02:13:52.297Z","last_pushed":"2023-11-02T02:13:52.06116Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:4e3d38b44ecd6069f90c090232bca6404dd3e7db1991bae0105598ad2c3f0499","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-11-02T02:13:54.88209Z","last_pushed":"2023-11-02T02:13:54.626158Z"}],"last_updated":"2023-11-02T02:14:14.26177Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-3620c84da4","repository":13960714,"full_size":12931561,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-02T03:14:15.79561Z","tag_last_pushed":"2023-11-02T02:14:14.26177Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:38f98a1560360c647aaaa30f57732c817468b40d5e2905763387a092a81e8fb9"},{"creator":14974280,"id":540869702,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:b873c6d814e11f9f182dd64d3177adef93914816b211856fb56f5bbfcc72ccc8","os":"linux","os_features":"","os_version":null,"size":17320477,"status":"inactive","last_pulled":"2023-11-02T02:13:46.531967Z","last_pushed":"2023-11-02T02:13:46.246998Z"},{"architecture":"arm","features":"","variant":"v6","digest":"sha256:af9eced4d46593da08a4879c32a4faf7bfaec0e519b34de8baf289ac86be9495","os":"linux","os_features":"","os_version":null,"size":16238968,"status":"inactive","last_pulled":"2023-11-02T02:13:47.548382Z","last_pushed":"2023-11-02T02:13:47.322749Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:c6f63e72fe5a43278a1c9e7a9e3a8e0eb705fdfc745026d82a9eb01612b4b578","os":"linux","os_features":"","os_version":null,"size":15992785,"status":"inactive","last_pulled":"2023-11-02T02:13:47.180577Z","last_pushed":"2023-11-02T02:13:46.982059Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:0a575ede164823757f61da3476c3c7a36a924473b767f55fd56960f7fdff6ebc","os":"linux","os_features":"","os_version":null,"size":16385172,"status":"inactive","last_pulled":"2023-11-02T02:13:46.813655Z","last_pushed":"2023-11-02T02:13:46.582075Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:b4193a4d9266819e92498972db60142b41566941841ff804abc41855cabdf6b8","os":"linux","os_features":"","os_version":null,"size":16511754,"status":"inactive","last_pulled":"2023-11-02T02:13:45.727642Z","last_pushed":"2023-11-02T02:13:45.467047Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:9df9f15239937cae6cc9dad6962f93a6cc800dbdee0f3e19d9a2edce9c87283b","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-11-02T02:13:48.305164Z","last_pushed":"2023-11-02T02:13:48.091152Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:bb22065231ea4f3d1149f8ddbbaacef641a9c1972709a26feaf9d0f5e96247f7","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-11-02T02:13:48.649764Z","last_pushed":"2023-11-02T02:13:48.439447Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:d18b3293e15d0835964c402a428f5ff473bc0dfb3683a2c50b6a71cafd9cfa68","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-11-02T02:13:47.989481Z","last_pushed":"2023-11-02T02:13:47.729239Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:b342642d7905d8d1d1eccd6e622bdf2c5680629a5376e77a290a6259ac89e2bb","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-11-02T02:13:46.137282Z","last_pushed":"2023-11-02T02:13:45.880408Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:5793b8159b3b23923f019de5402cbdef2b1dbc81bb8d613324be144cbbfd062d","os":"unknown","os_features":"","os_version":null,"size":1620,"status":"inactive","last_pulled":"2023-11-02T02:13:49.031648Z","last_pushed":"2023-11-02T02:13:48.794266Z"}],"last_updated":"2023-11-02T02:14:10.196752Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-3620c84da4-alpine","repository":13960714,"full_size":16238968,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-02T03:46:35.059615Z","tag_last_pushed":"2023-11-02T02:14:10.196752Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:f3d4bdc3573ccd134a2526ffc05db39e944c7a7804e604871900cba5d4a02a21"},{"creator":14974280,"id":540734362,"images":[{"architecture":"arm","features":"","variant":"v7","digest":"sha256:27156e9701b6b8efd77f66d56d38cbd06b3f6ea6f08c79b0daa4e4c6a43e6fe8","os":"linux","os_features":"","os_version":null,"size":12929768,"status":"inactive","last_pulled":"2023-11-01T23:42:06.75389Z","last_pushed":"2023-11-01T23:42:06.539928Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:c3e1acabfcab2610b3e400bd4e9052ec9a55365be930991793159de8bdd94fcd","os":"linux","os_features":"","os_version":null,"size":12890003,"status":"inactive","last_pulled":"2023-11-01T23:42:06.329442Z","last_pushed":"2023-11-01T23:42:06.134601Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:728cb582538a0a956029f1ab4a82551c72d9553c560843845fe886578ab97fcb","os":"linux","os_features":"","os_version":null,"size":13755963,"status":"inactive","last_pulled":"2023-11-02T00:59:51.470293Z","last_pushed":"2023-11-01T23:42:05.667245Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:d4ae5d1137633be14e6d14815e43a1ca367bf2bb5f258214cbd0e4b2875fc03d","os":"linux","os_features":"","os_version":null,"size":12999477,"status":"inactive","last_pulled":"2023-11-01T23:42:05.469851Z","last_pushed":"2023-11-01T23:42:05.219592Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:5d56befb73f90c28808a68d431a8b5202581ef051764a49b6b28086fa3d54749","os":"linux","os_features":"","os_version":null,"size":13063821,"status":"inactive","last_pulled":"2023-11-01T23:42:07.183521Z","last_pushed":"2023-11-01T23:42:06.94526Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:51a6adb8328025a045e3efc7a7f6eb5aedcdfa658a8f8eaf92bef9aff58651dd","os":"unknown","os_features":"","os_version":null,"size":1586,"status":"inactive","last_pulled":"2023-11-01T23:42:04.647733Z","last_pushed":"2023-11-01T23:42:04.42129Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:1101ff19c47692fd44424b71519bd40f763b33f36395c0157fdf29fdf8a9ba07","os":"unknown","os_features":"","os_version":null,"size":1574,"status":"inactive","last_pulled":"2023-11-01T23:42:05.047137Z","last_pushed":"2023-11-01T23:42:04.796993Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:b1ca730d0201e10359efd38fc937f9dba2b16b60cb6f706c0a89523339321c16","os":"unknown","os_features":"","os_version":null,"size":1574,"status":"inactive","last_pulled":"2023-11-01T23:42:04.288768Z","last_pushed":"2023-11-01T23:42:04.074548Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:039f5b09144d3af10c8bc5b1d7dbc978013659021c94a1a89bbf0b0ddc3b5971","os":"unknown","os_features":"","os_version":null,"size":1582,"status":"inactive","last_pulled":"2023-11-01T23:42:03.950609Z","last_pushed":"2023-11-01T23:42:03.703255Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:ceb55afb9f9d888c6522f7b89d1568b16fd6765db870afffdee38780f8e775ac","os":"unknown","os_features":"","os_version":null,"size":1582,"status":"inactive","last_pulled":"2023-11-01T23:42:03.573201Z","last_pushed":"2023-11-01T23:42:03.344357Z"}],"last_updated":"2023-11-01T23:42:26.633287Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-ec62a1d0c6","repository":13960714,"full_size":12929768,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-02T02:00:27.227235Z","tag_last_pushed":"2023-11-01T23:42:26.633287Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:723a611a50a7599515b2658910707aece9c45be4d826637dbfaa3fb9b9d7ba82"},{"creator":14974280,"id":540734172,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:ad99b5fce43f34716118e3d2725103a4a02b1f01e005d20bef68d32b29e9e247","os":"linux","os_features":"","os_version":null,"size":16237180,"status":"inactive","last_pulled":"2023-11-01T23:41:59.079477Z","last_pushed":"2023-11-01T23:41:58.818179Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:1fd0676a5c0ac0b066585a1f5471d2aa870833979d765b1a9a244d1a8f9551a6","os":"linux","os_features":"","os_version":null,"size":15990996,"status":"inactive","last_pulled":"2023-11-01T23:41:58.700949Z","last_pushed":"2023-11-01T23:41:58.44163Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:8337d9f59ea09e424baf7b1a535c4bc1652d85aea978461136dda935d00ab00d","os":"linux","os_features":"","os_version":null,"size":16385377,"status":"inactive","last_pulled":"2023-11-01T23:41:58.42224Z","last_pushed":"2023-11-01T23:41:58.101726Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:f28062ab25ce0d992060e12b0de15bd235e3dde0e514d6df1667109378f743a8","os":"linux","os_features":"","os_version":null,"size":17319860,"status":"inactive","last_pulled":"2023-11-01T23:41:57.94281Z","last_pushed":"2023-11-01T23:41:57.726567Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:b2d63dcb4181930f9cdd522de8a2a2b3ee348c3ba94c08a7fe5a4f8c2afb8244","os":"linux","os_features":"","os_version":null,"size":16509892,"status":"inactive","last_pulled":"2023-11-01T23:41:59.409641Z","last_pushed":"2023-11-01T23:41:59.194423Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:9b467bef04a439922fc446a41aa37e2012eedd079215b6faf5a32e84fd85b03a","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-11-01T23:41:57.196733Z","last_pushed":"2023-11-01T23:41:56.935741Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:a84ab9f1f652aa613da6868158142278fcaff80a11d686221f0cbb5cbed1a26f","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-11-01T23:41:57.588804Z","last_pushed":"2023-11-01T23:41:57.31229Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:5ea45a737ee1153131ad6f82ed2ae6d3b7d47c11cc67fb54f6492a92332a32b1","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-11-01T23:41:56.81568Z","last_pushed":"2023-11-01T23:41:56.565651Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:f379e5166978b7ab1d52de96e7b4ea29e21c268bb6e710483dcf01ba2bcf9476","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-11-01T23:41:56.545057Z","last_pushed":"2023-11-01T23:41:56.170378Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:8b1680010f29e3b62d748374d95c2ef59207af8ac518702b03dc65235fded81a","os":"unknown","os_features":"","os_version":null,"size":1620,"status":"inactive","last_pulled":"2023-11-01T23:41:56.099253Z","last_pushed":"2023-11-01T23:41:55.862373Z"}],"last_updated":"2023-11-01T23:42:21.092075Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-ec62a1d0c6-alpine","repository":13960714,"full_size":16237180,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-02T02:13:48.992939Z","tag_last_pushed":"2023-11-01T23:42:21.092075Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:9cb01940a30dab2227852d12e14de490b6f62bb974dac5315e1d78b720457c1c"},{"creator":14974280,"id":540499402,"images":[{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:8ba0284315cc870554bbed9f8dd29526d90620806082d6b4e179aea619e74e44","os":"linux","os_features":"","os_version":null,"size":16509875,"status":"inactive","last_pulled":"2023-11-01T16:40:23.914186Z","last_pushed":"2023-11-01T16:40:23.580296Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:3885d06e370e64dc39d01bebb01cba249b97dcee2c6101dd7741f3a9b97def9f","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-11-01T16:40:22.730204Z","last_pushed":"2023-11-01T16:40:22.39602Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:0c4d76ed2cec8dd9f9a56ecfd03380d25c0f9a75f5bdd6abd320803ab07331b0","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-11-01T16:40:22.386496Z","last_pushed":"2023-11-01T16:40:22.021125Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:078d39590b76718bd123e8bb84a0c9e2f48defb3add89b0e3cc454bc8da855dd","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-11-01T16:40:24.935194Z","last_pushed":"2023-11-01T16:40:24.683575Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:64ba0509a4d36043906c18cef1660305433adca6aebc5696e8daf7c1d1768d1c","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-11-01T16:40:24.217835Z","last_pushed":"2023-11-01T16:40:23.963534Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:88dd82b0e417bea6273a4e1d57b8fe852609ed0f88cf93559f932dcf26fbf850","os":"unknown","os_features":"","os_version":null,"size":1620,"status":"inactive","last_pulled":"2023-11-01T16:40:25.82457Z","last_pushed":"2023-11-01T16:40:25.584328Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:4cc5aa952a02397a336122a9089b4dcaa557a68f97a7edc9c7193a24767ff3e1","os":"linux","os_features":"","os_version":null,"size":17319861,"status":"inactive","last_pulled":"2023-11-01T20:56:04.418333Z","last_pushed":"2023-11-01T16:40:22.771086Z"},{"architecture":"arm","features":"","variant":"v6","digest":"sha256:1c3f426acf106dee472fef0b9c49873f9f7cb9a9a36dd021f2bf1e0039de10db","os":"linux","os_features":"","os_version":null,"size":16237166,"status":"inactive","last_pulled":"2023-11-01T16:40:24.573209Z","last_pushed":"2023-11-01T16:40:24.300916Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:dafcad20d39c415208d016bf5b81d0549275066610b0de6a32fb7375945657e2","os":"linux","os_features":"","os_version":null,"size":15990980,"status":"inactive","last_pulled":"2023-11-01T16:40:25.357238Z","last_pushed":"2023-11-01T16:40:25.145579Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:80675a14b284c0f0b7a93d9289abe73427a17a5781a4ed887c8c64d6f5eac132","os":"linux","os_features":"","os_version":null,"size":16385453,"status":"inactive","last_pulled":"2023-11-01T16:40:23.397561Z","last_pushed":"2023-11-01T16:40:23.191484Z"}],"last_updated":"2023-11-01T16:40:47.060632Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-abb2f280eb-alpine","repository":13960714,"full_size":16237166,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-01T23:41:59.355392Z","tag_last_pushed":"2023-11-01T16:40:47.060632Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:22cfaacacf5d9c499ca63046ebaba5cf97973401f708db87011ec276f7322eea"},{"creator":14974280,"id":540499333,"images":[{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:b84cf66e58fb479ba3870132da63c04396c903642c4cd79764f03e8728305fd0","os":"linux","os_features":"","os_version":null,"size":13063825,"status":"inactive","last_pulled":"2023-11-01T16:40:23.817068Z","last_pushed":"2023-11-01T16:40:23.069372Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:4a3a557d864176a508f31f10533f2ea772330da1f930016a72dd35c77a40f2fe","os":"unknown","os_features":"","os_version":null,"size":1587,"status":"inactive","last_pulled":"2023-11-01T16:40:22.327927Z","last_pushed":"2023-11-01T16:40:20.857898Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:ce86a1216e0a59ebb21832980d3cd431c691a58eaa007e641a0940672ff23036","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-11-01T16:40:21.5608Z","last_pushed":"2023-11-01T16:40:21.230625Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:8073f0b79db05b7d803c02038e776eeca196c0d27baad9cceff3b6bf1fc2c300","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-11-01T16:40:20.387454Z","last_pushed":"2023-11-01T16:40:20.106309Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:3a56458ce27f587d46df9fb5ec0cebf824143265387eb3f509e2dd23a50ab655","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-11-01T16:40:19.956758Z","last_pushed":"2023-11-01T16:40:19.724154Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:8ffda6e3c45963708f67f900b85be37d6084c04e79205420ccec27c57dbc01e8","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-11-01T16:40:20.759637Z","last_pushed":"2023-11-01T16:40:20.485233Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:dd6ddda2d4115beb0c412d70fe5b7659620b2db911e8ee1cfd95b632483b5e78","os":"linux","os_features":"","os_version":null,"size":12929768,"status":"inactive","last_pulled":"2023-11-01T16:40:22.573001Z","last_pushed":"2023-11-01T16:40:22.358866Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:c4c299053455bc3a78bd7b736d9f8966b6900d798af0801a23db9e4065e3fd47","os":"linux","os_features":"","os_version":null,"size":12890004,"status":"inactive","last_pulled":"2023-11-01T16:40:22.389098Z","last_pushed":"2023-11-01T16:40:22.007002Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:cd1939455ab57e487cf9b4dcb29b06bbcdd0d4757cbd5712434534e0fce4e531","os":"linux","os_features":"","os_version":null,"size":13755960,"status":"inactive","last_pulled":"2023-11-01T20:22:13.998438Z","last_pushed":"2023-11-01T16:40:22.728093Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:f08e4f2fd6fcf217b36acadce2e5ce6c37c137c7bf560816f1088778f57dbdb4","os":"linux","os_features":"","os_version":null,"size":12999474,"status":"inactive","last_pulled":"2023-11-01T16:40:21.86199Z","last_pushed":"2023-11-01T16:40:21.61797Z"}],"last_updated":"2023-11-01T16:40:44.710838Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-abb2f280eb","repository":13960714,"full_size":12929768,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-01T23:05:55.528159Z","tag_last_pushed":"2023-11-01T16:40:44.710838Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:88ead395e4c7af62d42455613d81dea0a8209b6e4920cbd5ddc1982706955833"},{"creator":14974280,"id":540480060,"images":[{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:04ace8bac7b9e3ed7ed0e40127762cf400aa37c701106fa03fca7184a6a7e029","os":"linux","os_features":"","os_version":null,"size":12999685,"status":"inactive","last_pulled":"2023-11-01T16:10:14.885155Z","last_pushed":"2023-11-01T16:10:14.499097Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:296bbca47f477b34e339fd4ddd1ad8399151548588e79670ed42cf7df8ca20a7","os":"linux","os_features":"","os_version":null,"size":13063643,"status":"inactive","last_pulled":"2023-11-01T16:10:13.051181Z","last_pushed":"2023-11-01T16:10:12.738716Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:5eaccc2f8e9eab8b36a0ca0373ef9e7ace97fa8897ea70feb37d9eed6f50a0ec","os":"unknown","os_features":"","os_version":null,"size":1587,"status":"inactive","last_pulled":"2023-11-01T16:10:12.220482Z","last_pushed":"2023-11-01T16:10:11.99146Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:92a2f935dd2cbb9d2535ac6ac2d7cccda36ea0526286b20b64b7402b8c4b2b6d","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-11-01T16:10:13.563973Z","last_pushed":"2023-11-01T16:10:13.316145Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:8e8bb5331e6eafef25fed1d45c3e7b7870872bd8bbe12d142f5128ff485726d3","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"active","last_pulled":"2023-11-11T17:17:57.294386Z","last_pushed":"2023-11-01T16:10:11.239872Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:5cc9c20f70168a3089d0f7c9d8861deac32ff47757f147632fd599a5d85550e7","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-11-01T16:10:11.925549Z","last_pushed":"2023-11-01T16:10:11.619462Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:8cf116acf91198fe4f7e9856bf3622ee4e0b963ff4ff2bccb9c55a1d52491b08","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-11-01T16:10:15.219377Z","last_pushed":"2023-11-01T16:10:14.879164Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:b9a3cda4bc537c14ceafdf4a96e6caf0db5c44c6abadb106b32a14b748b2b726","os":"linux","os_features":"","os_version":null,"size":12930485,"status":"inactive","last_pulled":"2023-11-01T16:10:13.910889Z","last_pushed":"2023-11-01T16:10:13.675477Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:bbacf28d2e77bd0e00b016957932109dc031c6c22c03def1de3f820944b3f652","os":"linux","os_features":"","os_version":null,"size":12890056,"status":"inactive","last_pulled":"2023-11-01T16:10:12.598225Z","last_pushed":"2023-11-01T16:10:12.347187Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:e3d13513dfb6d63073bdf02a0ff72668b4a248eea9215232f160ab8533fa7908","os":"linux","os_features":"","os_version":null,"size":13755728,"status":"active","last_pulled":"2023-11-11T17:17:57.026143Z","last_pushed":"2023-11-01T16:10:14.071631Z"}],"last_updated":"2023-11-01T16:10:35.915546Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-037703028e","repository":13960714,"full_size":12930485,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-11T17:17:57.294386Z","tag_last_pushed":"2023-11-01T16:10:35.915546Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:e65092a9aecccc33cb557f5e98c1fa1178bbda88fd312149aabf5dbbee55360f"},{"creator":14974280,"id":540480027,"images":[{"architecture":"arm","features":"","variant":"v7","digest":"sha256:f828fd5a043b232aef6366291871d095ae9dace987ef0ead174bfaaf8b044730","os":"linux","os_features":"","os_version":null,"size":15991701,"status":"inactive","last_pulled":"2023-11-01T16:10:07.667825Z","last_pushed":"2023-11-01T16:10:07.463685Z"},{"architecture":"arm","features":"","variant":"v6","digest":"sha256:a3a0f587f7e1fdc556e5838dba8def8eebf83d3e905598b8cfb22929cfc51253","os":"linux","os_features":"","os_version":null,"size":16237891,"status":"inactive","last_pulled":"2023-11-01T16:10:06.708316Z","last_pushed":"2023-11-01T16:10:06.453048Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:6c3a8c2376d8bbf453a6eaf362a3459f3df89c0e7e925c9f1341c11195a1e650","os":"linux","os_features":"","os_version":null,"size":16385422,"status":"inactive","last_pulled":"2023-11-01T16:10:09.405833Z","last_pushed":"2023-11-01T16:10:09.197528Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:843e3e9ec44f043af9c97abfc6d08fcc220b7679397865d6adc8aab1d58c9a4d","os":"linux","os_features":"","os_version":null,"size":17319694,"status":"active","last_pulled":"2023-11-11T17:18:23.370406Z","last_pushed":"2023-11-01T16:10:08.310516Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:235a45a2fe17f4de740f82f85ea66d5ff0090ff31328afec88128a5dc0402f4c","os":"linux","os_features":"","os_version":null,"size":16510092,"status":"inactive","last_pulled":"2023-11-01T16:10:10.336246Z","last_pushed":"2023-11-01T16:10:09.90678Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:a319f369581a944f574b8363c69d9f78aed708dff5e809adeedf09d9a24241a6","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-11-01T16:10:09.080157Z","last_pushed":"2023-11-01T16:10:08.811027Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:5f9a159f057ba72f1b7cf7729bb2b96811d50421cd224dff2e4b7cb7ace8a815","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-11-01T16:10:09.837499Z","last_pushed":"2023-11-01T16:10:09.551114Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:4b5e01adc5bdfc20e0fec2ebee7c60eb4cc00753caac57dbc6a57fa45b223020","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-11-01T16:10:08.182846Z","last_pushed":"2023-11-01T16:10:07.927877Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:11f3524a75657d613bf17100e362a5953ae9b8975c81b53266aece6fa75b32a3","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"active","last_pulled":"2023-11-11T17:18:34.802547Z","last_pushed":"2023-11-01T16:10:06.855015Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:a8456ca7ca0188682f89dd2b3093056c46be282b47068f7eb645d7088ae10ff2","os":"unknown","os_features":"","os_version":null,"size":1620,"status":"inactive","last_pulled":"2023-11-01T16:10:10.605352Z","last_pushed":"2023-11-01T16:10:10.326425Z"}],"last_updated":"2023-11-01T16:10:33.200865Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-037703028e-alpine","repository":13960714,"full_size":16237891,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-11T17:18:34.802547Z","tag_last_pushed":"2023-11-01T16:10:33.200865Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:64b51c817015b48d06f60edab546240933d5ab3f63cb600be0e68dfe74daa3f9"},{"creator":14974280,"id":540415227,"images":[{"architecture":"arm","features":"","variant":"v7","digest":"sha256:98b33a3b934a89f2995729df40fb1137cd00a43284557ca75b32855f5a9e0427","os":"linux","os_features":"","os_version":null,"size":12930486,"status":"inactive","last_pulled":"2023-11-01T15:37:06.511947Z","last_pushed":"2023-11-01T15:37:06.274805Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:a259227e8d1ba7d528c4708c563a7c0469adb78a90bb31c65eacba40085cbff1","os":"linux","os_features":"","os_version":null,"size":12999696,"status":"inactive","last_pulled":"2023-11-01T15:37:08.740356Z","last_pushed":"2023-11-01T15:37:08.316873Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:f1aab136a11d4e7628f03eb1703bced709b7960bfeb7943595ddc73cf1e09496","os":"linux","os_features":"","os_version":null,"size":12890057,"status":"inactive","last_pulled":"2023-11-01T15:37:06.144186Z","last_pushed":"2023-11-01T15:37:05.860092Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:8d0d78e8dd33c2ac4c079111abdf50b5fc069870e93a7effd90da06163b22661","os":"linux","os_features":"","os_version":null,"size":13755729,"status":"inactive","last_pulled":"2023-11-01T15:37:09.037697Z","last_pushed":"2023-11-01T15:37:08.756492Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:dc565d8c80d5b6c874fc379aea580ee861921f679fdad75e0d73c9ccfe783313","os":"linux","os_features":"","os_version":null,"size":13063627,"status":"inactive","last_pulled":"2023-11-01T15:37:09.433868Z","last_pushed":"2023-11-01T15:37:09.169198Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:d46c960168668f4b896f795fad73d9ca12db936ff4c2979a14614f30fea58806","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-11-01T15:37:08.126309Z","last_pushed":"2023-11-01T15:37:07.884379Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:1102c0f941778a41fb4cc7218a02b56c6751f88292f4319cdb73db0568c4fdc0","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-11-01T15:37:07.726254Z","last_pushed":"2023-11-01T15:37:07.463215Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:355aeb3f8aecdc5ff030fffb5cfa3f5fb978662061e8f1bf962ecd824d3b3f55","os":"unknown","os_features":"","os_version":null,"size":1587,"status":"inactive","last_pulled":"2023-11-01T15:37:07.318186Z","last_pushed":"2023-11-01T15:37:07.068628Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:8d6b094493aea2f35b0f36717c6e958d5c7f1292055a6e96fb46e9d232a8594f","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-11-01T15:37:06.927536Z","last_pushed":"2023-11-01T15:37:06.680572Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:09a4b81fa2f48dd81b4a54cd79ac3b2d08fc0cca00d1e8d3dea65becf14ea0ec","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-11-01T15:37:09.853852Z","last_pushed":"2023-11-01T15:37:09.607398Z"}],"last_updated":"2023-11-01T15:37:32.741863Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-ebe0307c6b","repository":13960714,"full_size":12930486,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-01T15:37:10.319356Z","tag_last_pushed":"2023-11-01T15:37:32.741863Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:b9047a79a04ffad5e629cca0819e8144ff6c244e8d63fe44d22802cf6ae52df6"},{"creator":14974280,"id":540415192,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:61fd5b6ab55564e11972a93e5e61a705ae88ce6f5d8eb1206d055c6825c47c20","os":"linux","os_features":"","os_version":null,"size":16237895,"status":"inactive","last_pulled":"2023-11-01T15:37:06.976325Z","last_pushed":"2023-11-01T15:37:06.72101Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:2ea481df04d5cba835561cc883ca502bd11eb628320205cb26ceff8102f2ca79","os":"linux","os_features":"","os_version":null,"size":15991707,"status":"inactive","last_pulled":"2023-11-01T15:37:07.277656Z","last_pushed":"2023-11-01T15:37:07.044791Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:864f7dbd9e83e1006c8e6a99c4ff9a5b8c6e13f685ca367ca74a2e6c22667552","os":"linux","os_features":"","os_version":null,"size":16510109,"status":"inactive","last_pulled":"2023-11-01T15:37:04.119531Z","last_pushed":"2023-11-01T15:37:03.879822Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:ca49b48a39bb6a67109dd6a9ec30d4eae686a26a7b11283e90c929dd8418e964","os":"linux","os_features":"","os_version":null,"size":17319632,"status":"inactive","last_pulled":"2023-11-01T15:37:06.224177Z","last_pushed":"2023-11-01T15:37:05.884961Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:a2e94306d080888ae1314a9850555344fbfcb1505225ea50c2f441bb51532d61","os":"linux","os_features":"","os_version":null,"size":16385424,"status":"inactive","last_pulled":"2023-11-01T15:37:06.579476Z","last_pushed":"2023-11-01T15:37:06.301708Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:cf6a37e1293cf83bb739a1b80073ed358de69e58c89bd05305bf975c99339725","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-11-01T15:37:05.359511Z","last_pushed":"2023-11-01T15:37:05.10748Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:f42889b0f4cc08c8aa224b4dbaa37a0de84417fa3de989f6b7726c7e27f33d87","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-11-01T15:37:04.90313Z","last_pushed":"2023-11-01T15:37:04.687933Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:cb48da690d51419e8b3b5a43bae8556c536ceb29d7786b52adf9dbbc07394099","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-11-01T15:37:05.782386Z","last_pushed":"2023-11-01T15:37:05.513691Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:6a2a984d25ad78a2b24a35f27411b70ae921df2ed4ec5608eb259b7a996a4351","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-11-01T15:37:04.640236Z","last_pushed":"2023-11-01T15:37:04.308054Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:ef86b2375a66200fb895c97e8004b2f960cc02d055d87a8b495cdfd7d0359ac6","os":"unknown","os_features":"","os_version":null,"size":1620,"status":"inactive","last_pulled":"2023-11-01T15:37:07.735763Z","last_pushed":"2023-11-01T15:37:07.495217Z"}],"last_updated":"2023-11-01T15:37:32.499265Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-ebe0307c6b-alpine","repository":13960714,"full_size":16237895,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-01T15:37:08.446224Z","tag_last_pushed":"2023-11-01T15:37:32.499265Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:4fa498c0471084114d4a28fe6e536ad5e5cbb922a9f0e6ec8d4a952a85952128"},{"creator":14974280,"id":540400558,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:0e0bba9010bf2fc8db6a19b5b2cdfe3dbff0983ff156a2190552f1abc2ddff3b","os":"linux","os_features":"","os_version":null,"size":16237741,"status":"inactive","last_pulled":"2023-11-01T14:42:19.590297Z","last_pushed":"2023-11-01T14:42:19.330735Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:c5b37977e7dac6a6cb5ef6292c654a8796f43c320e08be4f105b180b2fea3103","os":"linux","os_features":"","os_version":null,"size":15991563,"status":"inactive","last_pulled":"2023-11-01T14:42:16.804244Z","last_pushed":"2023-11-01T14:42:16.4309Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:c1b2337b48cb38cc28eca4dc7acff21c55670426243595c0665d2220242d9f32","os":"linux","os_features":"","os_version":null,"size":16385342,"status":"inactive","last_pulled":"2023-11-01T14:42:18.810798Z","last_pushed":"2023-11-01T14:42:18.560662Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:ba21cc9b7b451ee66e9854e4b0a880d2e3af9d66608d77549aececa86cdc1e7a","os":"linux","os_features":"","os_version":null,"size":17319026,"status":"inactive","last_pulled":"2023-11-01T14:42:18.060947Z","last_pushed":"2023-11-01T14:42:17.748729Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:082a1eb40169545416dadd07bed32d39a340b3f7be7a8e43363b3d0c72df853b","os":"linux","os_features":"","os_version":null,"size":16509566,"status":"inactive","last_pulled":"2023-11-01T14:42:18.398785Z","last_pushed":"2023-11-01T14:42:18.142035Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:d87dbbabd2d6a3134a6fd8b02b9e32fc5f4e9c96d588a589547e3c8a52b667ef","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-11-01T14:42:17.622766Z","last_pushed":"2023-11-01T14:42:17.381327Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:a1a0c6b23351b5fb8cd26b4bfaf6bdfeb7aa75034d7d4410b31fe0117538150e","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-11-01T14:42:17.242605Z","last_pushed":"2023-11-01T14:42:16.993499Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:93daeebe0d55da961c5ee4977e890a7f3087791abb88eca570676a697f0e3136","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-11-01T14:42:16.310772Z","last_pushed":"2023-11-01T14:42:16.085351Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:cbff8f1dce1a5db58e3d4009516bbe734dc5cf725b45cb407ad7eed5707a7e03","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-11-01T14:42:19.204027Z","last_pushed":"2023-11-01T14:42:18.955968Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:01cc9ce67f51e0fcad9ec9272bc017e24cb4716dda4dfddbea76ee6767c9d183","os":"unknown","os_features":"","os_version":null,"size":1620,"status":"inactive","last_pulled":"2023-11-01T14:42:20.111048Z","last_pushed":"2023-11-01T14:42:19.836677Z"}],"last_updated":"2023-11-01T14:42:46.140359Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-1f7c087074-alpine","repository":13960714,"full_size":16237741,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-01T14:42:20.61724Z","tag_last_pushed":"2023-11-01T14:42:46.140359Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:8639259921b3156aad1fc8e9c7ee842a6c5d4cf7292ba2f0b4e946f3e3a89199"},{"creator":14974280,"id":540400545,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:0d429d8ccd40bf9f75a02fd576f1692110c78571a1aadc8cab4958d2a1d1e996","os":"linux","os_features":"","os_version":null,"size":13755121,"status":"inactive","last_pulled":"2023-11-01T14:42:23.376057Z","last_pushed":"2023-11-01T14:42:23.136901Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:0b4725078acd172de5b617ddc3145a50c10e177b0000eae5d09c2d46e64a5b9d","os":"linux","os_features":"","os_version":null,"size":12999153,"status":"inactive","last_pulled":"2023-11-01T14:42:20.400779Z","last_pushed":"2023-11-01T14:42:20.073614Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:edbba05a61ca387652bd19fc95c40da8fe83b74417bf9568f997267d476dbcd5","os":"linux","os_features":"","os_version":null,"size":13063748,"status":"inactive","last_pulled":"2023-11-01T14:42:23.020732Z","last_pushed":"2023-11-01T14:42:22.767106Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:97e45c77054a22daf1d129acd891d27d858fcb0fea987f5a3b5183ea8b534a62","os":"unknown","os_features":"","os_version":null,"size":1587,"status":"inactive","last_pulled":"2023-11-01T14:42:21.894814Z","last_pushed":"2023-11-01T14:42:21.611647Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:ac9acc37014fa3f01cc37753bfbc4d166117568f2b574f0f980a7d8a05905836","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-11-01T14:42:22.641295Z","last_pushed":"2023-11-01T14:42:22.331113Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:70e597ee29949d77d1ffc9efd7a6aebdeeac48104930e73dd5c56928ad275cab","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-11-01T14:42:20.710105Z","last_pushed":"2023-11-01T14:42:20.433031Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:1fd74eb163a55a4d78003abf02a056baf16ca0ac510d4c4e3b7982c1f6738c98","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-11-01T14:42:21.382228Z","last_pushed":"2023-11-01T14:42:21.157501Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:d3b8692f2e1663a366e6c701f6bf7083afde251a71423bd61bbd71e1ab6ff6d9","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-11-01T14:42:23.773396Z","last_pushed":"2023-11-01T14:42:23.531193Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:fe2b6ead9ed5d6159e93fc80eb7b6d4c4fc39a052db140e80a1161946b0b1490","os":"linux","os_features":"","os_version":null,"size":12930345,"status":"inactive","last_pulled":"2023-11-01T14:42:21.086428Z","last_pushed":"2023-11-01T14:42:20.791423Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:4e3c600fd223017521de809bdbc31ebf9350b0cf69ba7982fb3843f2ea6fe79f","os":"linux","os_features":"","os_version":null,"size":12889971,"status":"inactive","last_pulled":"2023-11-01T14:42:22.318507Z","last_pushed":"2023-11-01T14:42:21.966129Z"}],"last_updated":"2023-11-01T14:42:44.802905Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-1f7c087074","repository":13960714,"full_size":12930345,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-01T14:42:24.257997Z","tag_last_pushed":"2023-11-01T14:42:44.802905Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:42678af429b5f279c27a17083c86b77a85fec973ecfaa8d9177cbd7f9da6fc88"},{"creator":14974280,"id":540250891,"images":[{"architecture":"arm64","features":"","variant":null,"digest":"sha256:020c06d35c1b357f925ace23f4fdbdc7e65f34d59eed270fb49674af8d30b117","os":"linux","os_features":"","os_version":null,"size":12890753,"status":"inactive","last_pulled":"2023-11-01T14:00:01.927484Z","last_pushed":"2023-11-01T10:33:24.504939Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:5b2053e432d18ff134cfb53fccc72faa5b90763925b510e14ded1c8ea5901cc2","os":"linux","os_features":"","os_version":null,"size":13754236,"status":"inactive","last_pulled":"2023-11-01T14:41:37.243152Z","last_pushed":"2023-11-01T10:33:24.093724Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:38ecb44c69322775f7668eb0735ae6ac3f25919f02032eacc5d7640b0c282eda","os":"linux","os_features":"","os_version":null,"size":12998469,"status":"inactive","last_pulled":"2023-11-01T10:33:23.977203Z","last_pushed":"2023-11-01T10:33:23.730782Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:44638f5763c401c0130574e178cfd3296266bae8b029aa7be8ee39a09b6b8c90","os":"linux","os_features":"","os_version":null,"size":13063321,"status":"inactive","last_pulled":"2023-11-01T10:33:25.546795Z","last_pushed":"2023-11-01T10:33:25.333703Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:412c87b75bf1cd6c8cf05d27938a3a3d2a1e2205701df51205a78e05cebe2459","os":"unknown","os_features":"","os_version":null,"size":1586,"status":"inactive","last_pulled":"2023-11-01T10:33:23.268509Z","last_pushed":"2023-11-01T10:33:23.029617Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:39a68b5d0d1fbc8f19c260b93a2d3393979903c7422b205d66030c024372da20","os":"unknown","os_features":"","os_version":null,"size":1574,"status":"inactive","last_pulled":"2023-11-01T10:33:23.617144Z","last_pushed":"2023-11-01T10:33:23.384512Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:6dbcf9a4961cc3351741c339fe863e79765fb402d23c930d046b2461de71859c","os":"unknown","os_features":"","os_version":null,"size":1574,"status":"inactive","last_pulled":"2023-11-01T10:33:22.870453Z","last_pushed":"2023-11-01T10:33:22.597416Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:76c052c15e23906df182e962734f1ecfd2843fdbc0df24df78ca1d43db9276d7","os":"unknown","os_features":"","os_version":null,"size":1582,"status":"inactive","last_pulled":"2023-11-01T10:33:22.557123Z","last_pushed":"2023-11-01T10:33:22.146226Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:227b8bac82de741bcca410a234b2b29f80d7d80ae6c9a0ea849184145e2ac0cb","os":"unknown","os_features":"","os_version":null,"size":1582,"status":"inactive","last_pulled":"2023-11-01T10:33:22.014988Z","last_pushed":"2023-11-01T10:33:21.772889Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:e6add489edeaa4d8590c06d30ec7aef6db79ee93aeb734959b0f889a9c10f882","os":"linux","os_features":"","os_version":null,"size":12929883,"status":"inactive","last_pulled":"2023-11-01T10:33:25.121733Z","last_pushed":"2023-11-01T10:33:24.887987Z"}],"last_updated":"2023-11-01T10:33:45.462096Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-97f04449a4","repository":13960714,"full_size":12929883,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-01T14:41:37.243152Z","tag_last_pushed":"2023-11-01T10:33:45.462096Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:aa6ad004eefd95cb00d622bfce6c5cc27249571880972513b78fc450d17eb558"},{"creator":14974280,"id":540250794,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:9797289849c7e59664392773be0727bf154f69e5297b4637d79ea15f51f29af0","os":"linux","os_features":"","os_version":null,"size":16237292,"status":"inactive","last_pulled":"2023-11-01T10:33:14.35734Z","last_pushed":"2023-11-01T10:33:14.126573Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:64f0ddff686983179afd42efb64d723a672a495253c96a56a8b3b15aeccf6e15","os":"linux","os_features":"","os_version":null,"size":16386113,"status":"inactive","last_pulled":"2023-11-01T10:33:13.48453Z","last_pushed":"2023-11-01T10:33:13.279615Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:41a4a538ab9b6346a14e6b3750d88e081cd2ab41effde42983be033de8b0ce05","os":"linux","os_features":"","os_version":null,"size":16508881,"status":"inactive","last_pulled":"2023-11-01T10:33:12.751861Z","last_pushed":"2023-11-01T10:33:12.52632Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:b5f8d75616ecb2ed5a5fb02ad9d8888cd2430bc141b758e08a4c4ea56353b006","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-11-01T10:33:12.461368Z","last_pushed":"2023-11-01T10:33:12.203592Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:2a204902c5ff47db118cbbded1ac0a348a272fae9298ebee89d09d04edd3605a","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-11-01T10:33:13.977011Z","last_pushed":"2023-11-01T10:33:13.67977Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:64ca71f0c425423fcfcc2b5fa348c1078858d554acc190d88c84bba407d63c04","os":"unknown","os_features":"","os_version":null,"size":1620,"status":"inactive","last_pulled":"2023-11-01T10:33:15.112955Z","last_pushed":"2023-11-01T10:33:14.865802Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:beebdfbc36ca363808652b2004b73471742e36bd306573f88d415c154ed8a24a","os":"linux","os_features":"","os_version":null,"size":15991098,"status":"inactive","last_pulled":"2023-11-01T10:33:14.682405Z","last_pushed":"2023-11-01T10:33:14.451822Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:7302829a969e3ed3f871c07c7cb8c4729b3dbc1ad680c167d34eb78af1ab0f55","os":"linux","os_features":"","os_version":null,"size":17318133,"status":"inactive","last_pulled":"2023-11-01T10:33:13.126961Z","last_pushed":"2023-11-01T10:33:12.895376Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:b9634ca821bdde81c06ea037d685ad7f40afc3c03956dd141e382fb0cbfb559b","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-11-01T10:33:12.140765Z","last_pushed":"2023-11-01T10:33:11.879396Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:e3edab9aff84bf4b1e9dcf9687d61548f9e9352ebe8325497a42a25a7e4902fb","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-11-01T10:33:11.74684Z","last_pushed":"2023-11-01T10:33:11.502535Z"}],"last_updated":"2023-11-01T10:33:36.086754Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-97f04449a4-alpine","repository":13960714,"full_size":16237292,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-01T14:42:20.032364Z","tag_last_pushed":"2023-11-01T10:33:36.086754Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:2d84468476b5bbb17db35f518eef7a74c6a76345de4be1d29c898a351610c9df"},{"creator":14974280,"id":540196199,"images":[{"architecture":"arm","features":"","variant":"v7","digest":"sha256:03b82d87b6b1b1ff1dd8283061a11abdf47c7d8c181173ed760f3c7b72c5d91e","os":"linux","os_features":"","os_version":null,"size":12929072,"status":"inactive","last_pulled":"2023-11-01T08:45:14.39269Z","last_pushed":"2023-11-01T08:45:14.118429Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:e47d9b82b054d85ab4cf54a28b0950e66670f138ec972798ea40c55704513827","os":"linux","os_features":"","os_version":null,"size":12889696,"status":"inactive","last_pulled":"2023-11-02T20:04:15.958854Z","last_pushed":"2023-11-01T08:45:13.777697Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:95e34e94193b39305d82d787757c492bfd18be435423ec75b9421ba1f878d9f3","os":"linux","os_features":"","os_version":null,"size":13754678,"status":"active","last_pulled":"2023-11-06T15:07:45.485473Z","last_pushed":"2023-11-01T08:45:13.116665Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:4363daed1d189d4d75c91632718e727108e4fe14ffdcd30afde8772ef0f8d886","os":"linux","os_features":"","os_version":null,"size":12998444,"status":"inactive","last_pulled":"2023-11-01T08:45:12.897284Z","last_pushed":"2023-11-01T08:45:12.678103Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:1202f48421a5757105b33c8d0e05d9f59f39e68d35ae86aa3b788d30970879a0","os":"linux","os_features":"","os_version":null,"size":13062403,"status":"inactive","last_pulled":"2023-11-01T08:45:14.72287Z","last_pushed":"2023-11-01T08:45:14.482242Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:c46758e720f06bba2f28542493d31f3ed855e7be112ff97b3e8c06184ea97604","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-11-01T08:45:11.862739Z","last_pushed":"2023-11-01T08:45:11.5866Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:0ba78051121f141b620c6a4a7d847d82eabaf2befe742bae5e17680cd0cbf9d1","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-11-01T08:45:15.107332Z","last_pushed":"2023-11-01T08:45:14.824688Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:156ff25281b70ad1e55409e7b99147f209932f555e82ad431274947cbf161585","os":"unknown","os_features":"","os_version":null,"size":1587,"status":"inactive","last_pulled":"2023-11-01T08:45:12.272252Z","last_pushed":"2023-11-01T08:45:11.92657Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:8270d79219b2648c789f3cf151c4c93976934f975dd9397d9b3621b5b13d3eaf","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-11-01T08:45:12.528495Z","last_pushed":"2023-11-01T08:45:12.291685Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:e9015c9b14065c8ec3ec6cef48398c9b5fe5a1084a63a4937bf2dd218cffbb64","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-11-01T08:45:13.672298Z","last_pushed":"2023-11-01T08:45:13.440673Z"}],"last_updated":"2023-11-01T08:45:34.612914Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-4198c447fb","repository":13960714,"full_size":12929072,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-24T19:12:59.601445Z","tag_last_pushed":"2023-11-01T08:45:34.612914Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:ac5d1c5b03c86412aba14501cfd7aae4f5e23ea7ddfc79dc07b8cbfa85a772d2"},{"creator":14974280,"id":540196093,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:be203c6535ddbd19ef4214b7cb2de54d61dbaf9578abecad75b94f6e306e2fe1","os":"linux","os_features":"","os_version":null,"size":17318576,"status":"inactive","last_pulled":"2023-11-01T08:45:04.252756Z","last_pushed":"2023-11-01T08:45:04.014465Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:a641ecf8e748883afe3b100f4bb113f1722b36799537681f449c8465fe32aa26","os":"linux","os_features":"","os_version":null,"size":16508836,"status":"inactive","last_pulled":"2023-11-01T08:45:04.806184Z","last_pushed":"2023-11-01T08:45:04.462715Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:4f5882748c4c9da1eb848531d52f25fe85c39b7f1f9940f7b4cd17a5dbb15065","os":"unknown","os_features":"","os_version":null,"size":1770,"status":"inactive","last_pulled":"2023-11-01T08:45:01.588591Z","last_pushed":"2023-11-01T08:45:01.324287Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:f6d60b8629441b5b95a8efafc46ef5cad8c782bf66bbaa437e05b80456c302e4","os":"unknown","os_features":"","os_version":null,"size":1770,"status":"inactive","last_pulled":"2023-11-01T08:45:01.183799Z","last_pushed":"2023-11-01T08:45:00.943905Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:ae09cafd59215dcded110e0beb7b5e20ffa0b52d981c99d9de9d7e53bdd05fe2","os":"unknown","os_features":"","os_version":null,"size":1609,"status":"inactive","last_pulled":"2023-11-01T08:45:02.278098Z","last_pushed":"2023-11-01T08:45:01.913676Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:84ef1f730465edf6d6b7694b38bad0856734afcb0522804744b172e00cbf596a","os":"unknown","os_features":"","os_version":null,"size":1609,"status":"inactive","last_pulled":"2023-11-01T08:45:00.843541Z","last_pushed":"2023-11-01T08:45:00.627849Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:bf265e8c0991eb739377534cf794d3c7f61f0bc0d6b4179fffcd09c6f766a82b","os":"unknown","os_features":"","os_version":null,"size":1619,"status":"inactive","last_pulled":"2023-11-01T08:45:02.988006Z","last_pushed":"2023-11-01T08:45:02.304771Z"},{"architecture":"arm","features":"","variant":"v6","digest":"sha256:7b32b2c1a2e1fccebdd1cb3b53e88d99469595f575b63032f3079251228980f5","os":"linux","os_features":"","os_version":null,"size":16236476,"status":"inactive","last_pulled":"2023-11-01T08:45:03.897931Z","last_pushed":"2023-11-01T08:45:03.602662Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:083514a7b5cb2c81e7b6a9eb9ab0be2c6e297f7053807f8cf85099106ab6e30f","os":"linux","os_features":"","os_version":null,"size":15990299,"status":"inactive","last_pulled":"2023-11-01T08:45:03.89478Z","last_pushed":"2023-11-01T08:45:03.201819Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:012cf9cc88f4f328875ddea5f1e311f43742b07207d76a236a8b958178cb3a10","os":"linux","os_features":"","os_version":null,"size":16385064,"status":"inactive","last_pulled":"2023-11-01T08:45:03.479634Z","last_pushed":"2023-11-01T08:45:02.769689Z"}],"last_updated":"2023-11-01T08:45:26.178265Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-4198c447fb-alpine","repository":13960714,"full_size":16236476,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-01T10:33:15.017254Z","tag_last_pushed":"2023-11-01T08:45:26.178265Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:6963593d9d13e87fa683540ad07bbf183c18d59cf973219d3e2edeb8eaf53000"},{"creator":14974280,"id":539901037,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:d819a867d9868bb77195184919469e9e66e5ff1590a60dfb56dd58318128cae9","os":"linux","os_features":"","os_version":null,"size":13716338,"status":"active","last_pulled":"2023-11-12T12:08:30.364494Z","last_pushed":"2023-11-01T00:49:10.190831Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:525b210c8820d18ba4af927b9b59b880e8774a2fc8027ba2791daec4083fd8e9","os":"unknown","os_features":"","os_version":null,"size":1038,"status":"inactive","last_pulled":"2023-11-01T00:49:10.908047Z","last_pushed":"2023-11-01T00:49:10.657554Z"}],"last_updated":"2023-11-01T00:49:11.100982Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2686","repository":13960714,"full_size":13716338,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:30.364494Z","tag_last_pushed":"2023-11-01T00:49:11.100982Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:03567f9244d40fc49d1bd9030cb7c905a6422dd8b325f5b1d708e82ac2e0753b"},{"creator":14974280,"id":539900985,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:892198341094d2b79cf1a93eb461c1cdd1b898b6670de6b34e950b88f246e641","os":"linux","os_features":"","os_version":null,"size":17280227,"status":"active","last_pulled":"2023-11-12T12:08:30.36143Z","last_pushed":"2023-11-01T00:48:58.431713Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:0a2e683f3d1eb6eddd464ea26156743c57bced90ffad777635c676af35adeb93","os":"unknown","os_features":"","os_version":null,"size":1052,"status":"inactive","last_pulled":"2023-11-01T00:48:59.036569Z","last_pushed":"2023-11-01T00:48:58.826785Z"}],"last_updated":"2023-11-01T00:48:59.255868Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2686-alpine","repository":13960714,"full_size":17280227,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:30.36143Z","tag_last_pushed":"2023-11-01T00:48:59.255868Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:75a226f0596643ab3408d60451b48b4bba5f5b6bce085a700844655d00af7303"},{"creator":14974280,"id":539850308,"images":[{"architecture":"arm","features":"","variant":"v7","digest":"sha256:d68648bcf25fb03ee0760a2bb45e007d469cc03f1c2402dcb65e2c0f65082f8c","os":"linux","os_features":"","os_version":null,"size":12929050,"status":"inactive","last_pulled":"2023-10-31T19:05:19.199654Z","last_pushed":"2023-10-31T19:05:18.849283Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:05360a293b2b13838068708c440da3d257e1fae8e80d244d0af5fc23619da350","os":"linux","os_features":"","os_version":null,"size":12889708,"status":"inactive","last_pulled":"2023-11-01T08:00:04.700221Z","last_pushed":"2023-10-31T19:05:18.438361Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:2779486de7d7c15f55aeabadf2ed772089dbbd01c6d1f29a79f60ad7a6b7ed58","os":"linux","os_features":"","os_version":null,"size":13754684,"status":"inactive","last_pulled":"2023-11-01T05:04:05.399737Z","last_pushed":"2023-10-31T19:05:18.061671Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:51148d8a4e4120984f0477e30e0a852ba569c9d457ba4675b6b2425dbb375f91","os":"linux","os_features":"","os_version":null,"size":12998462,"status":"inactive","last_pulled":"2023-10-31T19:05:19.544829Z","last_pushed":"2023-10-31T19:05:19.274531Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:a73150244f2c603e461fc4eedb8ede747fd8bfa8ad437f33ec5f8b5355900b25","os":"linux","os_features":"","os_version":null,"size":13062422,"status":"inactive","last_pulled":"2023-10-31T19:05:17.590638Z","last_pushed":"2023-10-31T19:05:17.21183Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:72e081928d8fc5169b698e17541246b12a01ce703e5c0ed13c792199d5640c03","os":"unknown","os_features":"","os_version":null,"size":1587,"status":"inactive","last_pulled":"2023-10-31T19:05:17.04888Z","last_pushed":"2023-10-31T19:05:16.758745Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:c71f80f7468a77dff1dee10f0a3147b9dae696358e5566e6b6c5033036f04430","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-10-31T19:05:16.635306Z","last_pushed":"2023-10-31T19:05:16.381594Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:0ee01b6626b319f0e4aacfbc8dde45bdcae3c4c1e43700e211714dbea4702a4e","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-10-31T19:05:16.180268Z","last_pushed":"2023-10-31T19:05:15.951426Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:3fde426516b7deba0c107b0144b3b0bb12241d56a52725c05436588d984770e0","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-10-31T19:05:17.871999Z","last_pushed":"2023-10-31T19:05:17.63842Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:cbac298b1ada348184146c84ee7ee6ff0537cca35a660f0ee181e247fd48db86","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-10-31T19:05:20.233395Z","last_pushed":"2023-10-31T19:05:19.950893Z"}],"last_updated":"2023-10-31T19:05:40.137857Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-5742e8695c","repository":13960714,"full_size":12929050,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-01T08:09:49.964741Z","tag_last_pushed":"2023-10-31T19:05:40.137857Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:48ad7970c83160e753c4dd5a6492a42b9aebf255c94ccacfcdad6a5ffe86c6e5"},{"creator":14974280,"id":539850269,"images":[{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:bc2111051a06a5a662830ae179b2caf2afcd6706fcb5205e3616b3a8581fba8e","os":"linux","os_features":"","os_version":null,"size":16508867,"status":"inactive","last_pulled":"2023-10-31T19:05:11.256612Z","last_pushed":"2023-10-31T19:05:10.997433Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:128f34a7df855478b42044cf797b6bd5384585f3ec7b632bd83c0262300ec2fb","os":"unknown","os_features":"","os_version":null,"size":1770,"status":"inactive","last_pulled":"2023-10-31T19:05:10.924001Z","last_pushed":"2023-10-31T19:05:10.603262Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:bff9b5cef303d604b097c0527458878f6bf29dde09774df5ff77657e2c362874","os":"unknown","os_features":"","os_version":null,"size":1770,"status":"inactive","last_pulled":"2023-10-31T19:05:10.47426Z","last_pushed":"2023-10-31T19:05:10.25695Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:cbb5a1d99c0bf85973d92f79ac079c0edbd5dee6fdf4b3b012c99e3f6a65bd9a","os":"unknown","os_features":"","os_version":null,"size":1609,"status":"inactive","last_pulled":"2023-10-31T19:05:13.03286Z","last_pushed":"2023-10-31T19:05:12.766406Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:3a17a6a430effc5eecb058f32c5a0a272e4b2dcdb82b601320e37c0b61897835","os":"unknown","os_features":"","os_version":null,"size":1609,"status":"inactive","last_pulled":"2023-10-31T19:05:10.03269Z","last_pushed":"2023-10-31T19:05:09.792672Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:1215ad51eec6671868d047b115580c415725963b9cf00a8a14e5c5352785f827","os":"unknown","os_features":"","os_version":null,"size":1619,"status":"inactive","last_pulled":"2023-10-31T19:05:14.047123Z","last_pushed":"2023-10-31T19:05:13.748666Z"},{"architecture":"arm","features":"","variant":"v6","digest":"sha256:2de1895fd7d8efc8d628de055cffb3d1ccbb914a064a39ac345792b44759fda9","os":"linux","os_features":"","os_version":null,"size":16236447,"status":"inactive","last_pulled":"2023-10-31T19:05:13.540766Z","last_pushed":"2023-10-31T19:05:13.2287Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:223618fbc1cf9cb79d1e1b9d3a57124cecb601d1e9d92fb8de588f557b2e5a21","os":"linux","os_features":"","os_version":null,"size":15990260,"status":"inactive","last_pulled":"2023-10-31T19:05:12.530263Z","last_pushed":"2023-10-31T19:05:12.301125Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:76e788d20c59dd2826247e83d5843c869fd349b0f0c8ef07ee07e0156bf92f12","os":"linux","os_features":"","os_version":null,"size":16385066,"status":"inactive","last_pulled":"2023-10-31T19:05:12.087802Z","last_pushed":"2023-10-31T19:05:11.880692Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:e89c250654c8af9e6770b8fe8198bcd33fb4d8f4477999e9ee502cb5cd10107e","os":"linux","os_features":"","os_version":null,"size":17318639,"status":"inactive","last_pulled":"2023-10-31T20:56:03.900795Z","last_pushed":"2023-10-31T19:05:11.433164Z"}],"last_updated":"2023-10-31T19:05:35.893677Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-5742e8695c-alpine","repository":13960714,"full_size":16236447,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-01T08:45:04.664251Z","tag_last_pushed":"2023-10-31T19:05:35.893677Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:21393f6866c9b5bc08b5baaeacdfa42e9dbd959d1c24d4b8712d57331a329fd0"},{"creator":14974280,"id":539803799,"images":[{"architecture":"arm","features":"","variant":"v7","digest":"sha256:9d62f42a149c2519f0f573c74b28bfa85e3d415ee6646405119f8db4464c2df1","os":"linux","os_features":"","os_version":null,"size":12929054,"status":"inactive","last_pulled":"2023-10-31T17:25:19.135138Z","last_pushed":"2023-10-31T17:25:18.880906Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:43d4ce299cb134234bddfeac4dce190160c51a14dff0b8cf55662448ae42a6a5","os":"linux","os_features":"","os_version":null,"size":12889707,"status":"inactive","last_pulled":"2023-10-31T19:00:04.042925Z","last_pushed":"2023-10-31T17:25:18.509449Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:a5cd929e42ecb158032403345eb35928e21c895c171b9c90057d85988f291b6c","os":"linux","os_features":"","os_version":null,"size":13754684,"status":"inactive","last_pulled":"2023-10-31T18:58:38.171344Z","last_pushed":"2023-10-31T17:25:19.274065Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:2412d3c1a84e2c42ec22494f1e7d8113051747983b366c2840cb8cd65dcb716b","os":"linux","os_features":"","os_version":null,"size":12998457,"status":"inactive","last_pulled":"2023-10-31T17:25:18.12447Z","last_pushed":"2023-10-31T17:25:17.804551Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:4d65b91b115d38c0d53a99f971b0ca1973b743433d00126a1e5c33b27d49206f","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-10-31T17:25:17.341689Z","last_pushed":"2023-10-31T17:25:17.05297Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:d45abd6c0e0fa314e0f954e194d7804e9e115a4ca16d99c4aa95e0bd9ef0a40f","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-10-31T17:25:36.939666Z","last_pushed":"2023-10-31T17:25:16.246604Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:a1f48f64d6eb7521cc5ee193a05e36a84246adfe572025cc0c1910e8dd6598a0","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-10-31T17:25:16.08526Z","last_pushed":"2023-10-31T17:25:15.81426Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:849c33815aa6efb4341e09e7068b433cf3f362727edb0fbacd77587294dc41d0","os":"linux","os_features":"","os_version":null,"size":13062419,"status":"inactive","last_pulled":"2023-10-31T17:25:17.742316Z","last_pushed":"2023-10-31T17:25:17.449928Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:615d28656fa7382004a62cf74ae13204811b0abd23135fd821c4c883edc0bdc0","os":"unknown","os_features":"","os_version":null,"size":1587,"status":"inactive","last_pulled":"2023-10-31T17:25:18.406111Z","last_pushed":"2023-10-31T17:25:18.173561Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:9890e010c0efa09cbfa80534c7d8c0b112c7c3c6eaef909070656e20e6b65d0e","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-10-31T17:25:16.8532Z","last_pushed":"2023-10-31T17:25:16.60513Z"}],"last_updated":"2023-10-31T17:25:39.012355Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-15960e7628","repository":13960714,"full_size":12929054,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-31T19:00:04.042925Z","tag_last_pushed":"2023-10-31T17:25:39.012355Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:84c9b1684285047f61e4c73e3ef2c2d689d4dfa21d872b05063b57c60799a66d"},{"creator":14974280,"id":539803796,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:952149026d725e56d5cda70730c7e4d3a5cc5b5eeee6e49ffd008b3cd2fedb3c","os":"linux","os_features":"","os_version":null,"size":16236451,"status":"inactive","last_pulled":"2023-10-31T17:25:15.358424Z","last_pushed":"2023-10-31T17:25:15.116536Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:ce538aabd90678ea156fdac7935ed56f486aac97b8570201414c6adc7e5ba135","os":"linux","os_features":"","os_version":null,"size":15990260,"status":"inactive","last_pulled":"2023-10-31T17:25:14.97918Z","last_pushed":"2023-10-31T17:25:14.731924Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:94d3566c297b35e793a7bb77f0de3b874e388ccbe2960f2cd2156f2fa9ac5d66","os":"linux","os_features":"","os_version":null,"size":16385070,"status":"inactive","last_pulled":"2023-10-31T17:25:37.671974Z","last_pushed":"2023-10-31T17:25:11.624317Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:768ef60c64af152f34ef0537235e3fde52521c30f4aee1dfcec3cf1f4038a881","os":"linux","os_features":"","os_version":null,"size":17318584,"status":"inactive","last_pulled":"2023-10-31T17:25:14.731671Z","last_pushed":"2023-10-31T17:25:14.124683Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:928918b763abe0a1c152e9cde13e3071fadd08057fd445b8b937d74892b4721b","os":"linux","os_features":"","os_version":null,"size":16508861,"status":"inactive","last_pulled":"2023-10-31T17:25:13.943987Z","last_pushed":"2023-10-31T17:25:13.669029Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:320b140b386315244230f15089ed0bceef5f371161543d2e99e0310354274c08","os":"unknown","os_features":"","os_version":null,"size":1770,"status":"inactive","last_pulled":"2023-10-31T17:25:13.481914Z","last_pushed":"2023-10-31T17:25:13.251297Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:a8ac012f1bf96a60bd069c77f565eca28b493098899af1f19908bf111b3e487b","os":"unknown","os_features":"","os_version":null,"size":1770,"status":"inactive","last_pulled":"2023-10-31T17:25:13.157538Z","last_pushed":"2023-10-31T17:25:12.883804Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:1ea54c0bf4537b83bcfb7b90c1c972c32aca950d75b9fd8ed8af5e798b421367","os":"unknown","os_features":"","os_version":null,"size":1609,"status":"inactive","last_pulled":"2023-10-31T17:25:12.872832Z","last_pushed":"2023-10-31T17:25:12.503488Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:03dd845940d40d03fffc715f9278b3994f8283eaa26356caa4284fc274afb1c8","os":"unknown","os_features":"","os_version":null,"size":1609,"status":"inactive","last_pulled":"2023-10-31T17:25:12.236632Z","last_pushed":"2023-10-31T17:25:11.99679Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:86d5c02cc46cc0288eccd06445ffb3d7a64c74a8c343d21e3a26b2ecb6522e50","os":"unknown","os_features":"","os_version":null,"size":1619,"status":"inactive","last_pulled":"2023-10-31T17:25:15.713837Z","last_pushed":"2023-10-31T17:25:15.483427Z"}],"last_updated":"2023-10-31T17:25:38.727797Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-15960e7628-alpine","repository":13960714,"full_size":16236451,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-31T19:05:14.011766Z","tag_last_pushed":"2023-10-31T17:25:38.727797Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:5f8db33c91ccb16ca4614eef14677ee4219abb0efa15426c56b57994d69d477e"},{"creator":14974280,"id":539611125,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:0349345c2d6fa10d4b0b90ba52393ebc5e21bb1a3078be16b40d539666c3cf62","os":"linux","os_features":"","os_version":null,"size":16236649,"status":"inactive","last_pulled":"2023-10-31T13:00:09.69508Z","last_pushed":"2023-10-31T13:00:07.704093Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:136d2a2b3c084cffd615398c852b4792d97def1dce818a068315a174824f2601","os":"linux","os_features":"","os_version":null,"size":16385339,"status":"inactive","last_pulled":"2023-10-31T13:00:08.867142Z","last_pushed":"2023-10-31T13:00:06.891044Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:b1449e2ae2d274e157994162f70d9d0240dff59ad03fdd58a8a5f31487efaece","os":"linux","os_features":"","os_version":null,"size":16508841,"status":"inactive","last_pulled":"2023-10-31T13:00:09.357488Z","last_pushed":"2023-10-31T13:00:06.449744Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:241f5982224e435d06946282d6ac72725d6ccaa20cb8d71674abd244c6433ff0","os":"linux","os_features":"","os_version":null,"size":15990467,"status":"inactive","last_pulled":"2023-10-31T13:00:10.054777Z","last_pushed":"2023-10-31T13:00:07.285494Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:98f1b638613f748522b845cbb5a8ffca9042320453a67d577d3f9abcbc671eb4","os":"linux","os_features":"","os_version":null,"size":17318545,"status":"inactive","last_pulled":"2023-10-31T13:00:10.203143Z","last_pushed":"2023-10-31T13:00:08.095156Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:175f58994727594452165a6537831e2723088f1c8b1b529c609ef1f459f4621c","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-10-31T13:00:07.042555Z","last_pushed":"2023-10-31T13:00:06.077359Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:453158417173763b635851bffca17b71eb0e176040f508913507ddc4883cdfd3","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-10-31T13:00:06.526085Z","last_pushed":"2023-10-31T13:00:04.134838Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:3d9946c98f528dc2b97e7aad58795988a5a851d7fa2e1feabd2a3cc4d8914e12","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-10-31T13:00:07.379195Z","last_pushed":"2023-10-31T13:00:05.645007Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:e694375defe68dd50ee3baf5e85f9e2cd84cfa3049e9141a28831b8889df2624","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-10-31T13:00:07.659959Z","last_pushed":"2023-10-31T13:00:04.687008Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:e4355bb6b5edfe971943cdff6165952ac49c49887ed1d3c559b1abde2425ef5a","os":"unknown","os_features":"","os_version":null,"size":1620,"status":"inactive","last_pulled":"2023-10-31T13:00:08.973613Z","last_pushed":"2023-10-31T13:00:08.50476Z"}],"last_updated":"2023-10-31T13:00:36.792821Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-c36b1cd6ff-alpine","repository":13960714,"full_size":16236649,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-31T17:25:15.653469Z","tag_last_pushed":"2023-10-31T13:00:36.792821Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:7417d1aae9595df339416c77608117cf4fcaa9742e7eee11080b4b91daef97ad"},{"creator":14974280,"id":539611118,"images":[{"architecture":"arm64","features":"","variant":null,"digest":"sha256:16b8691bf0ddf37aa43ece3e6b8a43cb627a8716b9fa0c3859c740d846d1f34b","os":"linux","os_features":"","os_version":null,"size":12889993,"status":"inactive","last_pulled":"2023-10-31T16:00:05.573757Z","last_pushed":"2023-10-31T13:00:13.411962Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:7ea3717091d92d248fec1ffce2b737a38690aa8d637dfa834a03d59c2cddacc6","os":"linux","os_features":"","os_version":null,"size":13754639,"status":"inactive","last_pulled":"2023-10-31T17:00:17.566133Z","last_pushed":"2023-10-31T13:00:12.608058Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:e3aa0c34d7a28ba961d94aba6d9a5941a2b66fb778099d0bdeac3acefab688bb","os":"linux","os_features":"","os_version":null,"size":12929244,"status":"inactive","last_pulled":"2023-10-31T13:00:14.493684Z","last_pushed":"2023-10-31T13:00:14.217447Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:ff9cc6c56dc58bff93599fcee399e6b122969e116788eff27c6ed8fd2e6c6468","os":"linux","os_features":"","os_version":null,"size":12998438,"status":"inactive","last_pulled":"2023-10-31T13:00:12.52769Z","last_pushed":"2023-10-31T13:00:12.227954Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:997278c17cce54892ea1de85ee013c6b85860b54e02d1867eba42cd6fbdec990","os":"linux","os_features":"","os_version":null,"size":13062418,"status":"inactive","last_pulled":"2023-10-31T13:00:15.285325Z","last_pushed":"2023-10-31T13:00:15.022012Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:2b72391e36a19d264f4cda7cdcfdcecd3c412d0ed1283e992fe9484936758d44","os":"unknown","os_features":"","os_version":null,"size":1587,"status":"inactive","last_pulled":"2023-10-31T13:00:14.96525Z","last_pushed":"2023-10-31T13:00:14.674135Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:e78440418cb331ee25e018f56feaca23831e6ccea30f5569ad7bdb3bc8a5a947","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-10-31T13:00:14.150715Z","last_pushed":"2023-10-31T13:00:13.833463Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:bfa4eccf35eeae4eed3c4ee6d4de1165636d7c7196663a128de9201b82f70c9b","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-10-31T13:00:16.367452Z","last_pushed":"2023-10-31T13:00:11.800886Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:9db99624888747848f126996ac4abd8b5dfa1e591b24f8ab65485f1db057f590","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-10-31T13:00:13.304513Z","last_pushed":"2023-10-31T13:00:12.980905Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:94015f2057064aa07c4d3a40f649315e78895e3f9edf0cdbab814471629de4ed","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-10-31T13:00:15.742197Z","last_pushed":"2023-10-31T13:00:15.454154Z"}],"last_updated":"2023-10-31T13:00:35.838546Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-c36b1cd6ff","repository":13960714,"full_size":12929244,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-31T17:05:11.876688Z","tag_last_pushed":"2023-10-31T13:00:35.838546Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:82c07685972281ed2368fa0de8a83bcd186ef42fb713e97172f7c21a6e20bdcf"},{"creator":14974280,"id":538213200,"images":[{"architecture":"arm","features":"","variant":"v7","digest":"sha256:d77810e7d464ed34bab9d3f857686737d0e1cc44bd08615274d756f98d2473fe","os":"linux","os_features":"","os_version":null,"size":12921605,"status":"inactive","last_pulled":"2023-10-28T11:54:15.753793Z","last_pushed":"2023-10-28T11:54:15.506736Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:503f829b3e8e3798304bf8f763d8906c950780429f5cf4861d42000ffc702db7","os":"linux","os_features":"","os_version":null,"size":12879647,"status":"inactive","last_pulled":"2023-10-31T12:00:04.91724Z","last_pushed":"2023-10-28T11:54:14.370947Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:b563720b33f029183853b85e47b9ab20b14168c4ca2b21a63c059bc2716f58a7","os":"linux","os_features":"","os_version":null,"size":13750771,"status":"active","last_pulled":"2023-11-05T00:51:52.068728Z","last_pushed":"2023-10-28T11:54:15.117495Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:9de7a79e30e246842fa0e360e06bdb7c75286ead9373bc98dee629927f04bd01","os":"linux","os_features":"","os_version":null,"size":12992430,"status":"inactive","last_pulled":"2023-10-28T11:54:14.972157Z","last_pushed":"2023-10-28T11:54:14.729553Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:04021f084ef057a71f82a8f0019924992ae47888f851d83704164c777b72c5c3","os":"linux","os_features":"","os_version":null,"size":13058367,"status":"inactive","last_pulled":"2023-10-28T11:54:14.219119Z","last_pushed":"2023-10-28T11:54:13.971452Z"}],"last_updated":"2023-10-28T11:54:27.341575Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-5b3bba726d","repository":13960714,"full_size":12921605,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-05T00:51:52.068728Z","tag_last_pushed":"2023-10-28T11:54:27.341575Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:b8a9e056f4347f851fed681fee865239aff858b82774fe4ec82d422a3cbd6a0f"},{"creator":14974280,"id":538213196,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:5632b2406cb18fd56efbbce1ec4b6627d55edbe9a730925f045a8665daf6ddc0","os":"linux","os_features":"","os_version":null,"size":16229008,"status":"inactive","last_pulled":"2023-10-28T11:54:08.403515Z","last_pushed":"2023-10-28T11:54:08.11364Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:5eddbaf3867ee8785311c7ef6c382d6c3f897523d2e3b65e6b816bdccc149bc1","os":"linux","os_features":"","os_version":null,"size":15982825,"status":"inactive","last_pulled":"2023-10-28T11:54:08.011832Z","last_pushed":"2023-10-28T11:54:07.778615Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:4e31868b1d48fe00c4d98272aed692375003075196a4ffbb7833ce2c4e082ded","os":"linux","os_features":"","os_version":null,"size":16375009,"status":"inactive","last_pulled":"2023-10-28T11:54:07.572465Z","last_pushed":"2023-10-28T11:54:07.369136Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:89ab89c420e68b342929ceef669502507512d7ec972f6135ce8d39b946304f61","os":"linux","os_features":"","os_version":null,"size":17314759,"status":"inactive","last_pulled":"2023-10-31T13:00:08.913541Z","last_pushed":"2023-10-28T11:54:08.495641Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:a9abba982ffe92860529c386464c456d75b5486986800303dea180346ad834a5","os":"linux","os_features":"","os_version":null,"size":16502829,"status":"inactive","last_pulled":"2023-10-28T11:54:09.156333Z","last_pushed":"2023-10-28T11:54:08.878338Z"}],"last_updated":"2023-10-28T11:54:22.837322Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-5b3bba726d-alpine","repository":13960714,"full_size":16229008,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-31T13:00:08.913541Z","tag_last_pushed":"2023-10-28T11:54:22.837322Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:c9694ffd6980629fb331c99f73fde04823dcc9488636d8e73a05e0bea4118b00"},{"creator":14974280,"id":536673883,"images":[{"architecture":"arm","features":"","variant":"v7","digest":"sha256:0ecbc9f86aaa96811da020ca3c6d0eed8a5d9ebf9eb7a77c5c57a58713a5fb74","os":"linux","os_features":"","os_version":null,"size":12923306,"status":"inactive","last_pulled":"2023-10-25T20:53:01.187288Z","last_pushed":"2023-10-25T20:53:00.917778Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:1c840a7ab755b8412266e0f3bc773525c52c7171c5f2d87cc9ef486728cc6b52","os":"linux","os_features":"","os_version":null,"size":12880920,"status":"inactive","last_pulled":"2023-11-01T14:00:06.688954Z","last_pushed":"2023-10-25T20:53:00.252368Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:e1a854b4cc73818ffd3a94787ba0e1b212bac6edf908de04aea576842822eeaf","os":"linux","os_features":"","os_version":null,"size":13750689,"status":"inactive","last_pulled":"2023-10-28T13:49:18.26412Z","last_pushed":"2023-10-25T20:52:58.875684Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:67533341750e1bebe8151aee526d0b5cad9b6e2dc896242da5968b1b4627469b","os":"linux","os_features":"","os_version":null,"size":12993574,"status":"inactive","last_pulled":"2023-10-25T20:52:59.996484Z","last_pushed":"2023-10-25T20:52:59.772764Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:4c2d2add8afada4ae8d53c272a8fd5a682c1e3aeb3160080ae2df1ac8fac2044","os":"linux","os_features":"","os_version":null,"size":13059313,"status":"inactive","last_pulled":"2023-10-25T20:52:59.571659Z","last_pushed":"2023-10-25T20:52:59.349883Z"}],"last_updated":"2023-10-25T20:53:14.117446Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-aeb7bcb26a","repository":13960714,"full_size":12923306,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-01T14:00:06.688954Z","tag_last_pushed":"2023-10-25T20:53:14.117446Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:14611180e40a4797c5f1d5bcddc12fe15b379e86f49e93f9dbd9d320714bbe94"},{"creator":14974280,"id":536673818,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:856f5b2f3fc3da771f72ad6aef901f1c4986d3f464806f4b924ae94132833328","os":"linux","os_features":"","os_version":null,"size":16230708,"status":"inactive","last_pulled":"2023-10-25T20:52:50.587322Z","last_pushed":"2023-10-25T20:52:50.327808Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:be61465c53806452deaba83612296bb7d2a807af0457647e01780912e724a6c0","os":"linux","os_features":"","os_version":null,"size":15984528,"status":"inactive","last_pulled":"2023-10-25T20:52:50.89621Z","last_pushed":"2023-10-25T20:52:50.685895Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:6069bfa979432a81ab0000f1b5bf763b5d94dc355e4e954725a5c0f5677f5042","os":"linux","os_features":"","os_version":null,"size":16376292,"status":"inactive","last_pulled":"2023-10-27T18:39:01.858258Z","last_pushed":"2023-10-25T20:52:49.979206Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:463db61ad263f65aef135fab7e347d90b6030b27f4ebffb3d1d16b6e12fba115","os":"linux","os_features":"","os_version":null,"size":17314588,"status":"inactive","last_pulled":"2023-10-27T18:42:02.395875Z","last_pushed":"2023-10-25T20:52:49.591644Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:ddb4e86b9dcd840374609bbeaecd4c9ba04dd5a00bf916641a5322e038b36798","os":"linux","os_features":"","os_version":null,"size":16504007,"status":"inactive","last_pulled":"2023-10-25T20:52:51.369999Z","last_pushed":"2023-10-25T20:52:51.084991Z"}],"last_updated":"2023-10-25T20:53:05.043153Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-aeb7bcb26a-alpine","repository":13960714,"full_size":16230708,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-28T11:54:09.144374Z","tag_last_pushed":"2023-10-25T20:53:05.043153Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:6917dccecfbe78e657c5d5726202f48f4b3de03152f9841334c5f55b496e181b"},{"creator":14974280,"id":535955540,"images":[{"architecture":"arm","features":"","variant":"v7","digest":"sha256:2f1c4bcdc5b06e9453ed09db37d0d454377ae05f4cf463e654b64e18515e3cad","os":"linux","os_features":"","os_version":null,"size":12923566,"status":"inactive","last_pulled":"2023-10-24T19:22:38.032911Z","last_pushed":"2023-10-24T19:22:37.776563Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:63e7622b8e9f27757a4d8a3f8b30d31f52a79ae4b491af5ef352fd5b10eb4c3e","os":"linux","os_features":"","os_version":null,"size":12882229,"status":"inactive","last_pulled":"2023-10-25T20:00:05.159468Z","last_pushed":"2023-10-24T19:22:39.194179Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:78d114a4168e2098a7f81e4513a2718181a1d20174b4ad53e8c34ca4bf09d539","os":"linux","os_features":"","os_version":null,"size":13750836,"status":"inactive","last_pulled":"2023-10-31T18:28:38.628406Z","last_pushed":"2023-10-24T19:22:38.834079Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:031098fc52cd8dc0252bf0a6d2677da28c061c1b0d1aca29cf2ca18dfe14394e","os":"linux","os_features":"","os_version":null,"size":12993980,"status":"inactive","last_pulled":"2023-10-24T19:22:38.387473Z","last_pushed":"2023-10-24T19:22:38.13319Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:a4345d97722575be8ef5257951d250e21368ae125ecfdd973374ae7ba058e221","os":"linux","os_features":"","os_version":null,"size":13059667,"status":"inactive","last_pulled":"2023-10-24T19:22:39.785256Z","last_pushed":"2023-10-24T19:22:39.539125Z"}],"last_updated":"2023-10-24T19:22:52.585857Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-f44aa8a6fd","repository":13960714,"full_size":12923566,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-31T18:28:38.628406Z","tag_last_pushed":"2023-10-24T19:22:52.585857Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:d62237be3e02df6c617f33ad17e1e9d69433364c55eb073a540b2de1a2f1074a"},{"creator":14974280,"id":535955509,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:2256dc2d103ee013813e0feb476da36721dd50c17d0f67b5265711e38db54296","os":"linux","os_features":"","os_version":null,"size":16230971,"status":"inactive","last_pulled":"2023-10-24T19:22:32.854247Z","last_pushed":"2023-10-24T19:22:32.642143Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:ef851d7ca823e27eb81cb06802ced8cbd4dc9071a591a1da7ed394d1f2c4b81c","os":"linux","os_features":"","os_version":null,"size":15984779,"status":"inactive","last_pulled":"2023-10-24T19:22:32.556667Z","last_pushed":"2023-10-24T19:22:32.275784Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:f24c3b5bfe84ab03de1d80def729f0a9587bf4bf94757fe70ebeb7bbed72c715","os":"linux","os_features":"","os_version":null,"size":16377601,"status":"inactive","last_pulled":"2023-10-24T19:22:32.116655Z","last_pushed":"2023-10-24T19:22:31.87515Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:524558a3631be70d309ba0306b8e73ecf5cc02ab21db41ed2607dada06725f1f","os":"linux","os_features":"","os_version":null,"size":17314729,"status":"inactive","last_pulled":"2023-10-25T10:14:40.889016Z","last_pushed":"2023-10-24T19:22:31.519953Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:f9d1cb9a441fa22aef6e6d9149cc3420ac116c2984d147d6bbc02e79dcf4440c","os":"linux","os_features":"","os_version":null,"size":16504383,"status":"inactive","last_pulled":"2023-10-24T19:22:33.395671Z","last_pushed":"2023-10-24T19:22:33.112316Z"}],"last_updated":"2023-10-24T19:22:47.709352Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-f44aa8a6fd-alpine","repository":13960714,"full_size":16230971,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-25T20:52:51.290306Z","tag_last_pushed":"2023-10-24T19:22:47.709352Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:23ed9f59679025c1de5cb0ea3f69eed4059b21c9541ef15abb598f178961b937"},{"creator":14974280,"id":535770496,"images":[{"architecture":"arm","features":"","variant":"v7","digest":"sha256:fa7695b22d7fbaa00391e06388b06720491d28a8728e18a1b94367251b90c22f","os":"linux","os_features":"","os_version":null,"size":12923486,"status":"inactive","last_pulled":"2023-10-24T14:08:38.422913Z","last_pushed":"2023-10-24T14:08:38.213917Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:5dff683b3ccffb4a3baf658a3e5b95bdb241313c036ddf219359c89505b30d7d","os":"linux","os_features":"","os_version":null,"size":12880249,"status":"inactive","last_pulled":"2023-10-24T19:00:02.757823Z","last_pushed":"2023-10-24T14:08:39.647081Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:e2403afa57ab82b58cdfe6aff4df774eafd09f7a64b1e5b4beb1f36aa4dda9c5","os":"linux","os_features":"","os_version":null,"size":13750566,"status":"inactive","last_pulled":"2023-10-31T18:31:01.593031Z","last_pushed":"2023-10-24T14:08:39.274781Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:6a3310163e4c4c7cbec2a0faf84e09f4e4d5ec64c6fd051f6806d20ac40d9185","os":"linux","os_features":"","os_version":null,"size":12992391,"status":"inactive","last_pulled":"2023-10-24T14:08:39.723254Z","last_pushed":"2023-10-24T14:08:38.8206Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:8b907ad96ad5b437162e3921804fb462a41c4330ebf5fcccfe8729e55249ae43","os":"linux","os_features":"","os_version":null,"size":13059766,"status":"inactive","last_pulled":"2023-10-24T14:08:40.300337Z","last_pushed":"2023-10-24T14:08:40.046249Z"}],"last_updated":"2023-10-24T14:08:54.811538Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-387637bb4e","repository":13960714,"full_size":12923486,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-31T18:31:01.593031Z","tag_last_pushed":"2023-10-24T14:08:54.811538Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:b39acd8c254e6eb75a114349e369098197c4b9d87619340399678d08fe479783"},{"creator":14974280,"id":535770428,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:36b0a902aa4f9c80a84b7cd85bba50bf51ef6bf700951b2dcf91c37906ff5507","os":"linux","os_features":"","os_version":null,"size":16230883,"status":"inactive","last_pulled":"2023-10-24T14:08:33.527319Z","last_pushed":"2023-10-24T14:08:33.280297Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:4fe17d3a2a03e1afc06a1f30f72ab0ab63d63d0f859cc203aa20587edbd10c5f","os":"linux","os_features":"","os_version":null,"size":15984704,"status":"inactive","last_pulled":"2023-10-24T14:08:33.142805Z","last_pushed":"2023-10-24T14:08:32.888308Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:8eed5bd1be6a1e0ce866bc4141e89c898c409770a66efca818a6737dbcf91169","os":"linux","os_features":"","os_version":null,"size":16375655,"status":"inactive","last_pulled":"2023-10-24T14:08:33.912039Z","last_pushed":"2023-10-24T14:08:33.655474Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:c6ed7ad064724653f7dfcba639c2c2301ef89b20433c0f074e68136050833200","os":"linux","os_features":"","os_version":null,"size":17314467,"status":"inactive","last_pulled":"2023-10-24T14:08:34.318094Z","last_pushed":"2023-10-24T14:08:33.990606Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:dea7e10b264e0bf8f42f85fce17876f4775a7f80c9007b977f2244abaa652761","os":"linux","os_features":"","os_version":null,"size":16502802,"status":"inactive","last_pulled":"2023-10-24T14:08:34.699912Z","last_pushed":"2023-10-24T14:08:34.423304Z"}],"last_updated":"2023-10-24T14:08:49.629725Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-387637bb4e-alpine","repository":13960714,"full_size":16230883,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-24T19:22:33.377951Z","tag_last_pushed":"2023-10-24T14:08:49.629725Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:ff40ce7397f7b9e06ffc97e05dcd1a1125dc62fddcbd4a9dc47421cb710120ca"},{"creator":14974280,"id":535701344,"images":[{"architecture":"arm","features":"","variant":"v7","digest":"sha256:b0fadd6dae700ece9825a0d947b00f043cd603f65ee95ad7a7d0ccb92f0f5809","os":"linux","os_features":"","os_version":null,"size":12923124,"status":"inactive","last_pulled":"2023-10-24T12:14:16.269581Z","last_pushed":"2023-10-24T12:14:16.028189Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:c46519950980be28323599dff3d60000d5306f29236087eba2842d653b3909a1","os":"linux","os_features":"","os_version":null,"size":13749709,"status":"inactive","last_pulled":"2023-10-24T13:14:19.810295Z","last_pushed":"2023-10-24T12:14:15.208686Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:ea986ed3db3ede30b0d664e0abe5078a95feb0e3df0fe36047e7648bd6c5e56a","os":"linux","os_features":"","os_version":null,"size":12990397,"status":"inactive","last_pulled":"2023-10-24T12:14:15.915221Z","last_pushed":"2023-10-24T12:14:15.638689Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:922127d3f565de2b860472584a1a6abbeadc0568a557621951311cd8257036cd","os":"linux","os_features":"","os_version":null,"size":13059230,"status":"inactive","last_pulled":"2023-10-24T12:14:16.563147Z","last_pushed":"2023-10-24T12:14:16.359703Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:7cee7dab8aa830b2d7a881be63bfd263add12cca2a744066da9840fd9e90fd5e","os":"linux","os_features":"","os_version":null,"size":12879276,"status":"inactive","last_pulled":"2023-10-24T14:00:03.697648Z","last_pushed":"2023-10-24T12:14:14.754918Z"}],"last_updated":"2023-10-24T12:14:29.347153Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-d5e68efc95","repository":13960714,"full_size":12923124,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-24T14:00:03.697648Z","tag_last_pushed":"2023-10-24T12:14:29.347153Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:db07d086874605d04562cc89a7672f19768ad1ad75a5a22c507724e25cbcf493"},{"creator":14974280,"id":535701277,"images":[{"architecture":"arm64","features":"","variant":null,"digest":"sha256:6525d65f581d25dd534ea0045fbdc1db510da431c35463af869b324525e9031e","os":"linux","os_features":"","os_version":null,"size":16374644,"status":"inactive","last_pulled":"2023-10-24T12:14:08.556121Z","last_pushed":"2023-10-24T12:14:08.357955Z"},{"architecture":"arm","features":"","variant":"v6","digest":"sha256:544e0af682fb0ef8e68c351476ca5634c37149135962d91c3dd9e88545a2e3bb","os":"linux","os_features":"","os_version":null,"size":16230526,"status":"inactive","last_pulled":"2023-10-24T12:14:09.472402Z","last_pushed":"2023-10-24T12:14:09.213195Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:c9234b04a5906b53d8689abfcc73d5ddf476244b5baa28c773ee948cb63a2cbb","os":"linux","os_features":"","os_version":null,"size":15984338,"status":"inactive","last_pulled":"2023-10-24T12:14:09.048721Z","last_pushed":"2023-10-24T12:14:08.795399Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:884d1c84fe08d0e970ffa6eec59ba0a3f723f02b23acbb6ea275da13883067e2","os":"linux","os_features":"","os_version":null,"size":17313595,"status":"inactive","last_pulled":"2023-10-24T12:14:08.15534Z","last_pushed":"2023-10-24T12:14:07.921698Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:15466fff9b978e8f71b3afa3684093e52da55afb356a2130be394a252e53859a","os":"linux","os_features":"","os_version":null,"size":16500802,"status":"inactive","last_pulled":"2023-10-24T12:14:09.938678Z","last_pushed":"2023-10-24T12:14:09.630444Z"}],"last_updated":"2023-10-24T12:14:23.048798Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-d5e68efc95-alpine","repository":13960714,"full_size":16230526,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-24T14:08:34.632654Z","tag_last_pushed":"2023-10-24T12:14:23.048798Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:16eae2611672a924e703f921704c39b679930041b156b823f6c43b2ca2ff9ee8"},{"creator":14974280,"id":535624146,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:91661b5a39cc1882ea0695fab3bf185e8daa71a175a327197671061bd7cea788","os":"linux","os_features":"","os_version":null,"size":13690449,"status":"active","last_pulled":"2023-11-12T12:08:30.166868Z","last_pushed":"2023-10-24T09:48:04.174134Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:1595cbf5222337ed61577f7afe2f87b0f4bbfb7012266773b419d398966358cb","os":"unknown","os_features":"","os_version":null,"size":1038,"status":"inactive","last_pulled":"2023-10-24T09:48:04.858157Z","last_pushed":"2023-10-24T09:48:04.574362Z"}],"last_updated":"2023-10-24T09:48:05.072994Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2640","repository":13960714,"full_size":13690449,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:30.166868Z","tag_last_pushed":"2023-10-24T09:48:05.072994Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:9e3c925cb9b38d05ebd49cf174c1f908654490ce8f47cc0902bd5972b8d32e51"},{"creator":14974280,"id":535624076,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:72f18c1fa4ee905c4c3ca325403bb2050a3a3eda371c9b6494af092c8b6055ea","os":"linux","os_features":"","os_version":null,"size":17254352,"status":"active","last_pulled":"2023-11-12T12:08:30.393548Z","last_pushed":"2023-10-24T09:47:55.959759Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:eea009a7c0e7842f88f3deb2af408f487c730aff9df66ef7461b241abed36835","os":"unknown","os_features":"","os_version":null,"size":1052,"status":"inactive","last_pulled":"2023-10-24T09:47:56.577356Z","last_pushed":"2023-10-24T09:47:56.32087Z"}],"last_updated":"2023-10-24T09:47:57.065865Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2640-alpine","repository":13960714,"full_size":17254352,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:30.393548Z","tag_last_pushed":"2023-10-24T09:47:57.065865Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:f0bd6bec399e749349f19e69610b2e585cd8a258c2de018686325c8628f3d1c0"},{"creator":14974280,"id":535543535,"images":[{"architecture":"arm","features":"","variant":"v7","digest":"sha256:85d0cac8e4d1c773886fd7938a0c57cc696a3117f602d96d4cb3282f0ebe8d47","os":"linux","os_features":"","os_version":null,"size":12922522,"status":"inactive","last_pulled":"2023-10-24T07:05:11.968743Z","last_pushed":"2023-10-24T07:05:11.740501Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:4a76e447331ed4b3bf0a60c5bdc1fbdeb8159441cbb66d234fa24d249049fec5","os":"linux","os_features":"","os_version":null,"size":12879170,"status":"inactive","last_pulled":"2023-10-24T12:00:04.204463Z","last_pushed":"2023-10-24T07:05:12.066502Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:6259482b8b2bfa7b9b590663ecada15cf4ad7790ae03a8a5ed3d7076254c67cf","os":"linux","os_features":"","os_version":null,"size":13749534,"status":"inactive","last_pulled":"2023-10-31T18:14:43.835295Z","last_pushed":"2023-10-24T07:05:11.352004Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:86929b79e996779b64f2af8dace20a4d36a34a83fe9e1d78ffc64d0c78575009","os":"linux","os_features":"","os_version":null,"size":12990250,"status":"inactive","last_pulled":"2023-10-24T07:05:10.833247Z","last_pushed":"2023-10-24T07:05:10.584551Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:5c98052d14e6c45bf60a598c284cb9d19552c808c91535ac036720ea069f94f0","os":"linux","os_features":"","os_version":null,"size":13059159,"status":"inactive","last_pulled":"2023-10-24T07:05:11.173974Z","last_pushed":"2023-10-24T07:05:10.920629Z"}],"last_updated":"2023-10-24T07:05:25.192834Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-31240b5771","repository":13960714,"full_size":12922522,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-31T18:14:43.835295Z","tag_last_pushed":"2023-10-24T07:05:25.192834Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:476a776e2cfb6cfda54900f857f109c0c7d0ea1691e30602669d95bcb49f0173"},{"creator":14974280,"id":535543525,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:1de7ad8ab58f0053463c45d9c6c8f13904eb1b9db835d580752e5f2102710118","os":"linux","os_features":"","os_version":null,"size":16229912,"status":"inactive","last_pulled":"2023-10-24T07:05:06.026747Z","last_pushed":"2023-10-24T07:05:05.804155Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:5885ed19f89143d91a1267dd5be9bc8593466b2a16c6545d6a4846637d7ad331","os":"linux","os_features":"","os_version":null,"size":15983749,"status":"inactive","last_pulled":"2023-10-24T07:05:06.107939Z","last_pushed":"2023-10-24T07:05:05.402953Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:f7f0223d6b8b242c9adf9424647d7071ed1ae17d8e8e84720347e443cbb5755e","os":"linux","os_features":"","os_version":null,"size":16500651,"status":"inactive","last_pulled":"2023-10-24T07:05:06.480331Z","last_pushed":"2023-10-24T07:05:06.261184Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:47c55bfa1fae262dd8daa4132946e8c1ce7ec8731ef0b25075d1a6a0bda8b0ee","os":"linux","os_features":"","os_version":null,"size":16374532,"status":"inactive","last_pulled":"2023-10-24T07:05:05.327983Z","last_pushed":"2023-10-24T07:05:05.013334Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:97179e5a0e794fa3e5f39c547a6afac7173b96e7280ad88434dc452eaef6b51b","os":"linux","os_features":"","os_version":null,"size":17313442,"status":"inactive","last_pulled":"2023-10-24T10:47:17.538725Z","last_pushed":"2023-10-24T07:05:04.67135Z"}],"last_updated":"2023-10-24T07:05:24.18758Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-31240b5771-alpine","repository":13960714,"full_size":16229912,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-24T12:14:09.804595Z","tag_last_pushed":"2023-10-24T07:05:24.18758Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:8f70004be20f012734a80134482d106a5ff8155b5db1a500247fba60b55ed03c"},{"creator":14974280,"id":534152172,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:c1de36df480ff7f09a49d1813a85014bc3a5a6ca4efe4cf18b6375b555c40538","os":"linux","os_features":"","os_version":null,"size":13750186,"status":"active","last_pulled":"2023-11-12T12:08:28.933936Z","last_pushed":"2023-10-20T22:38:20.954335Z"}],"last_updated":"2023-10-20T22:38:21.068296Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2590","repository":13960714,"full_size":13750186,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:28.933936Z","tag_last_pushed":"2023-10-20T22:38:21.068296Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:c1de36df480ff7f09a49d1813a85014bc3a5a6ca4efe4cf18b6375b555c40538"},{"creator":14974280,"id":534152133,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:7199e10ed2a93dee5843b22cfe6f4bdc74ecbc8dd497088dcc459b7dd47046e3","os":"linux","os_features":"","os_version":null,"size":17314073,"status":"active","last_pulled":"2023-11-12T12:08:28.918884Z","last_pushed":"2023-10-20T22:38:11.442104Z"}],"last_updated":"2023-10-20T22:38:11.600797Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2590-alpine","repository":13960714,"full_size":17314073,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:28.918884Z","tag_last_pushed":"2023-10-20T22:38:11.600797Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:7199e10ed2a93dee5843b22cfe6f4bdc74ecbc8dd497088dcc459b7dd47046e3"},{"creator":14974280,"id":532643363,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:12971e65d0d453a355a33692e381bfb979050c3b7626ffae5d6e462917e2ef3f","os":"linux","os_features":"","os_version":null,"size":13750092,"status":"active","last_pulled":"2023-11-12T12:08:28.774297Z","last_pushed":"2023-10-20T09:25:38.084004Z"}],"last_updated":"2023-10-20T09:25:38.084004Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2608","repository":13960714,"full_size":13750092,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:28.774297Z","tag_last_pushed":"2023-10-20T09:25:38.084004Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:12971e65d0d453a355a33692e381bfb979050c3b7626ffae5d6e462917e2ef3f"},{"creator":14974280,"id":532643215,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:da6076290e4f7492dd87131d29b86f4f6fcc94f2439e985bd2f4d1905e44c928","os":"linux","os_features":"","os_version":null,"size":17313994,"status":"active","last_pulled":"2023-11-12T12:08:28.862216Z","last_pushed":"2023-10-20T09:25:26.849217Z"}],"last_updated":"2023-10-20T09:25:26.849217Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2608-alpine","repository":13960714,"full_size":17313994,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:28.862216Z","tag_last_pushed":"2023-10-20T09:25:26.849217Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:da6076290e4f7492dd87131d29b86f4f6fcc94f2439e985bd2f4d1905e44c928"},{"creator":14974280,"id":532496392,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:e831c8675b29ec065240ab8194293aa440cc00e1065e68be767791537ae626a9","os":"linux","os_features":"","os_version":null,"size":13750102,"status":"active","last_pulled":"2023-11-12T12:08:28.78923Z","last_pushed":"2023-10-18T18:19:00.29814Z"}],"last_updated":"2023-10-18T18:19:00.29814Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2602","repository":13960714,"full_size":13750102,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:28.78923Z","tag_last_pushed":"2023-10-18T18:19:00.29814Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:e831c8675b29ec065240ab8194293aa440cc00e1065e68be767791537ae626a9"},{"creator":14974280,"id":532496304,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:71ff3bae5381d4210a5989d52c1cc10a9f1ce9d01070ae27104c4236456d3c92","os":"linux","os_features":"","os_version":null,"size":17314001,"status":"active","last_pulled":"2023-11-12T12:08:28.869602Z","last_pushed":"2023-10-18T18:18:49.66058Z"}],"last_updated":"2023-10-18T18:18:49.66058Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2602-alpine","repository":13960714,"full_size":17314001,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:28.869602Z","tag_last_pushed":"2023-10-18T18:18:49.66058Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:71ff3bae5381d4210a5989d52c1cc10a9f1ce9d01070ae27104c4236456d3c92"},{"creator":14974280,"id":532656635,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:2359ddb1fa41dba2c979327520a6a0fe2c7f943c7c6dba7a25d2f57b9944e7e2","os":"linux","os_features":"","os_version":null,"size":13750109,"status":"active","last_pulled":"2023-11-12T12:08:28.771254Z","last_pushed":"2023-10-18T16:24:28.764508Z"}],"last_updated":"2023-10-18T16:24:28.870694Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2603","repository":13960714,"full_size":13750109,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:28.771254Z","tag_last_pushed":"2023-10-18T16:24:28.870694Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:2359ddb1fa41dba2c979327520a6a0fe2c7f943c7c6dba7a25d2f57b9944e7e2"},{"creator":14974280,"id":532656521,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:7d8458ddec079768f5e89909d2fe9ea05ebaba42c68a723997aed4d3d8e5346e","os":"linux","os_features":"","os_version":null,"size":17314008,"status":"active","last_pulled":"2023-11-12T12:08:28.7432Z","last_pushed":"2023-10-18T16:24:16.67279Z"}],"last_updated":"2023-10-18T16:24:16.776781Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2603-alpine","repository":13960714,"full_size":17314008,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:28.7432Z","tag_last_pushed":"2023-10-18T16:24:16.776781Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:7d8458ddec079768f5e89909d2fe9ea05ebaba42c68a723997aed4d3d8e5346e"},{"creator":14974280,"id":525500990,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:31b0eee6e36ed4d8ffab9835c7780cd3cb89197270fcf56492c5102565c71ede","os":"linux","os_features":"","os_version":null,"size":13750101,"status":"inactive","last_pulled":"2023-10-18T16:06:33.34188Z","last_pushed":"2023-10-18T16:06:33.010132Z"}],"last_updated":"2023-10-18T16:06:33.010132Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2531","repository":13960714,"full_size":13750101,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-18T16:06:33.34188Z","tag_last_pushed":"2023-10-18T16:06:33.010132Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:31b0eee6e36ed4d8ffab9835c7780cd3cb89197270fcf56492c5102565c71ede"},{"creator":14974280,"id":525500873,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:77af3281980b0cf161dbd37df6184bef604729018cee19e53c8454ba663354d3","os":"linux","os_features":"","os_version":null,"size":17313999,"status":"inactive","last_pulled":"2023-10-18T16:06:21.087452Z","last_pushed":"2023-10-18T16:06:20.658873Z"}],"last_updated":"2023-10-18T16:06:20.658873Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2531-alpine","repository":13960714,"full_size":17313999,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-18T16:06:21.087452Z","tag_last_pushed":"2023-10-18T16:06:20.658873Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:77af3281980b0cf161dbd37df6184bef604729018cee19e53c8454ba663354d3"},{"creator":14974280,"id":531989521,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:461a502ec39e7a9a379566b155b21663c4375854d8e428d3c77c970eb3e196a1","os":"linux","os_features":"","os_version":null,"size":13750107,"status":"active","last_pulled":"2023-11-12T12:08:28.879189Z","last_pushed":"2023-10-17T18:24:15.508034Z"}],"last_updated":"2023-10-17T18:24:15.508034Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2595","repository":13960714,"full_size":13750107,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:28.879189Z","tag_last_pushed":"2023-10-17T18:24:15.508034Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:461a502ec39e7a9a379566b155b21663c4375854d8e428d3c77c970eb3e196a1"},{"creator":14974280,"id":532034855,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:b559761a7c734e1b9484cdb67d46e712db333001e13882e12236d3708d3adb44","os":"linux","os_features":"","os_version":null,"size":17314004,"status":"active","last_pulled":"2023-11-12T12:08:28.868317Z","last_pushed":"2023-10-17T18:24:05.040958Z"}],"last_updated":"2023-10-17T18:24:05.16038Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2595-alpine","repository":13960714,"full_size":17314004,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:28.868317Z","tag_last_pushed":"2023-10-17T18:24:05.16038Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:b559761a7c734e1b9484cdb67d46e712db333001e13882e12236d3708d3adb44"},{"creator":14974280,"id":531982745,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:eb42b7587fc5e3e3ccaa7e81264cb33ffbd8f8f187e3115db0c19704ac9ac168","os":"linux","os_features":"","os_version":null,"size":16229329,"status":"inactive","last_pulled":"2023-10-17T16:44:50.50943Z","last_pushed":"2023-10-17T16:44:50.243077Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:84f32b6444be72e9f07b0cd8371e65bb56d9a50487df162a4bdc2a7876f3492f","os":"linux","os_features":"","os_version":null,"size":15983142,"status":"inactive","last_pulled":"2023-10-17T16:44:50.113274Z","last_pushed":"2023-10-17T16:44:49.891078Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:52b48d87f9ccd0310ad4dd23cc133b2b0e2091c10c0c7765adf77327864f9d68","os":"linux","os_features":"","os_version":null,"size":16373033,"status":"inactive","last_pulled":"2023-10-20T07:47:57.667174Z","last_pushed":"2023-10-17T16:44:49.500799Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:a5ff4d8ef38466ff6984f4355518c0dee14a54236852ecb93af40ab25d428306","os":"linux","os_features":"","os_version":null,"size":17313890,"status":"inactive","last_pulled":"2023-10-23T19:22:27.23635Z","last_pushed":"2023-10-17T16:44:49.120366Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:64154caa2dc6d49a0766e8723a5d37598810240de13a9018ee5909d4b7606c3f","os":"linux","os_features":"","os_version":null,"size":16501363,"status":"inactive","last_pulled":"2023-10-17T16:44:50.870971Z","last_pushed":"2023-10-17T16:44:50.624691Z"}],"last_updated":"2023-10-17T16:45:05.875968Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-7b3eeec65c-alpine","repository":13960714,"full_size":16229329,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-24T07:05:06.510274Z","tag_last_pushed":"2023-10-17T16:45:05.875968Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:56285bb38014615ae35ba6f6320015f08cca997ae3f288bbe105ce0b3ab0d28a"},{"creator":14974280,"id":531982743,"images":[{"architecture":"arm","features":"","variant":"v7","digest":"sha256:76ef33e1806dd00578a6b70b06619bf3dd74d2c8201762c2191446a55e6682a8","os":"linux","os_features":"","os_version":null,"size":12921926,"status":"inactive","last_pulled":"2023-10-17T16:44:52.258252Z","last_pushed":"2023-10-17T16:44:52.01597Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:8e01a5de92f0010491eed310cc03c4082c50efda1cec48033a782bceb53eb623","os":"linux","os_features":"","os_version":null,"size":12877669,"status":"inactive","last_pulled":"2023-10-24T06:00:05.459449Z","last_pushed":"2023-10-17T16:44:51.661547Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:4d0f8395591e09d36adf2a1fe73f27ecf4981d0cc4f19d1977b32e933d748da5","os":"linux","os_features":"","os_version":null,"size":13749998,"status":"active","last_pulled":"2023-11-08T20:58:56.498463Z","last_pushed":"2023-10-17T16:44:51.265989Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:a1acd42627f962e9b207b6545a96456b664ba4a3a7ef1947161dcd63f9509f41","os":"linux","os_features":"","os_version":null,"size":12990964,"status":"inactive","last_pulled":"2023-10-17T16:44:51.283854Z","last_pushed":"2023-10-17T16:44:50.939128Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:e37607a6880b978a1033b6f23a09e2a8ec99d0a6ff27d15b5d4db2101b8afcc6","os":"linux","os_features":"","os_version":null,"size":13057880,"status":"inactive","last_pulled":"2023-10-17T16:44:52.697985Z","last_pushed":"2023-10-17T16:44:52.474953Z"}],"last_updated":"2023-10-17T16:45:05.676363Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-7b3eeec65c","repository":13960714,"full_size":12921926,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-24T21:34:58.497901Z","tag_last_pushed":"2023-10-17T16:45:05.676363Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:553f84176e3ff0d75cb2b5f279e17701d1ad1d62570098c38b5ab247202c7aa0"},{"creator":14974280,"id":531976290,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:01eb5971af491611da5b2b1e87fbecfd6cf1e5d7ddff56156087d38c7af35936","os":"linux","os_features":"","os_version":null,"size":13749996,"status":"active","last_pulled":"2023-11-12T12:08:29.180911Z","last_pushed":"2023-10-17T16:32:41.178904Z"}],"last_updated":"2023-10-17T16:32:41.27815Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2592","repository":13960714,"full_size":13749996,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:29.180911Z","tag_last_pushed":"2023-10-17T16:32:41.27815Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:01eb5971af491611da5b2b1e87fbecfd6cf1e5d7ddff56156087d38c7af35936"},{"creator":14974280,"id":531976212,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:85a508a76da53829ec7d785afc0006f2c30aaeaacf4a5a84bb883d56097a3708","os":"linux","os_features":"","os_version":null,"size":17313890,"status":"active","last_pulled":"2023-11-12T12:08:28.925369Z","last_pushed":"2023-10-17T16:32:29.457372Z"}],"last_updated":"2023-10-17T16:32:29.714982Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2592-alpine","repository":13960714,"full_size":17313890,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:28.925369Z","tag_last_pushed":"2023-10-17T16:32:29.714982Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:85a508a76da53829ec7d785afc0006f2c30aaeaacf4a5a84bb883d56097a3708"},{"creator":14974280,"id":531728876,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:d7818417db982e440df9408083b6017f8a9df10ad4c494acfe1b222b8744e5de","os":"linux","os_features":"","os_version":null,"size":13749995,"status":"active","last_pulled":"2023-11-12T12:08:29.026696Z","last_pushed":"2023-10-17T10:17:00.9514Z"}],"last_updated":"2023-10-17T10:17:01.036929Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2588","repository":13960714,"full_size":13749995,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:29.026696Z","tag_last_pushed":"2023-10-17T10:17:01.036929Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:d7818417db982e440df9408083b6017f8a9df10ad4c494acfe1b222b8744e5de"},{"creator":14974280,"id":531728764,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:84e18adc5ba0154976622207d8b8f80fa1f6899c4e269eb61539c2fdee49e76f","os":"linux","os_features":"","os_version":null,"size":17313889,"status":"active","last_pulled":"2023-11-12T12:08:28.907979Z","last_pushed":"2023-10-17T10:16:49.931889Z"}],"last_updated":"2023-10-17T10:16:50.01711Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2588-alpine","repository":13960714,"full_size":17313889,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:28.907979Z","tag_last_pushed":"2023-10-17T10:16:50.01711Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:84e18adc5ba0154976622207d8b8f80fa1f6899c4e269eb61539c2fdee49e76f"},{"creator":14974280,"id":531673895,"images":[{"architecture":"arm","features":"","variant":"v7","digest":"sha256:91114bc8e2c8b192242759a1b459ba08430b9e6136bb7d7f46077bd6315a8ae6","os":"linux","os_features":"","os_version":null,"size":12921925,"status":"inactive","last_pulled":"2023-10-17T08:41:11.011049Z","last_pushed":"2023-10-17T08:41:10.734501Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:c011f1ce6269ae8c179b18de8f0be1cdf0b9c2970bc4bbeb6f16a339c993552a","os":"linux","os_features":"","os_version":null,"size":12877669,"status":"inactive","last_pulled":"2023-10-17T16:00:04.832575Z","last_pushed":"2023-10-17T08:41:10.26744Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:620595a2e5ce5527a0c49497e7bad153f7792b950996034f1a930e33365bf239","os":"linux","os_features":"","os_version":null,"size":13749985,"status":"active","last_pulled":"2023-11-11T00:11:29.115409Z","last_pushed":"2023-10-17T08:41:09.913284Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:d8e21bd07d83f32a3f09c9fd72825a875bf66765d722217511be1cade690fdd2","os":"linux","os_features":"","os_version":null,"size":12990962,"status":"inactive","last_pulled":"2023-10-17T08:41:09.793494Z","last_pushed":"2023-10-17T08:41:09.590677Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:0cb3aaa236ac7622819bd1ee1aa8a4ab6b969d03c0ab7dc3be5e90ae27dd111e","os":"linux","os_features":"","os_version":null,"size":13057879,"status":"inactive","last_pulled":"2023-10-17T08:41:11.445558Z","last_pushed":"2023-10-17T08:41:11.205207Z"}],"last_updated":"2023-10-17T08:41:23.312017Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-03870c5583","repository":13960714,"full_size":12921925,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T06:17:03.387874Z","tag_last_pushed":"2023-10-17T08:41:23.312017Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:8c83829742fcb2ef020213e36acf57c0643ee71df7b342fa506b8cb3f80c4e73"},{"creator":14974280,"id":531673846,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:63bdec8f07c84a30b90de578e6ddbc55848654e22c6738fabc6b88aac06691c6","os":"linux","os_features":"","os_version":null,"size":16229326,"status":"inactive","last_pulled":"2023-10-17T08:41:03.876042Z","last_pushed":"2023-10-17T08:41:03.645047Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:d96d31e871eb066099835e73bbf6f0ba0ad133ae9a4b5ce8c2d3411c398eb69d","os":"linux","os_features":"","os_version":null,"size":15983137,"status":"inactive","last_pulled":"2023-10-17T08:41:03.526275Z","last_pushed":"2023-10-17T08:41:03.264333Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:340c73ff358ec34823ea9143a4a12452b30232622942846be831fb7a23710011","os":"linux","os_features":"","os_version":null,"size":16373035,"status":"inactive","last_pulled":"2023-10-17T08:41:03.104384Z","last_pushed":"2023-10-17T08:41:02.895361Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:79e14b504d46345ed9567961993809e9c6fbc3608b6cd9eaa52424c657cb65eb","os":"linux","os_features":"","os_version":null,"size":17313881,"status":"active","last_pulled":"2023-11-11T00:11:31.472029Z","last_pushed":"2023-10-17T08:41:02.389282Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:7e798809ab033b428d3ea9ee7f281cf5fb4402acf597f32b6791680f0552418a","os":"linux","os_features":"","os_version":null,"size":16501361,"status":"inactive","last_pulled":"2023-10-17T08:41:04.584105Z","last_pushed":"2023-10-17T08:41:04.281634Z"}],"last_updated":"2023-10-17T08:41:17.706519Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-03870c5583-alpine","repository":13960714,"full_size":16229326,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T06:17:06.447301Z","tag_last_pushed":"2023-10-17T08:41:17.706519Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:9472604d52b6723475d5d35b1cb6decd195272f19f9fb9d9870a81d52029efdc"},{"creator":14974280,"id":515991713,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:c23b583910baf2da0c9756095e3abd9ece7b115b23be9cce58ca4b16e522e44a","os":"linux","os_features":"","os_version":null,"size":13750000,"status":"inactive","last_pulled":"2023-10-17T08:29:50.319293Z","last_pushed":"2023-10-17T08:29:49.983542Z"}],"last_updated":"2023-10-17T08:29:49.983542Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2478","repository":13960714,"full_size":13750000,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-17T08:29:50.319293Z","tag_last_pushed":"2023-10-17T08:29:49.983542Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:c23b583910baf2da0c9756095e3abd9ece7b115b23be9cce58ca4b16e522e44a"},{"creator":14974280,"id":515991600,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:045425ab164469395ee45947859dc5cef57186af96884d2ac2c790582afc422d","os":"linux","os_features":"","os_version":null,"size":17313893,"status":"inactive","last_pulled":"2023-10-17T08:29:39.920054Z","last_pushed":"2023-10-17T08:29:39.666835Z"}],"last_updated":"2023-10-17T08:29:39.666835Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2478-alpine","repository":13960714,"full_size":17313893,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-17T08:29:39.920054Z","tag_last_pushed":"2023-10-17T08:29:39.666835Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:045425ab164469395ee45947859dc5cef57186af96884d2ac2c790582afc422d"},{"creator":14974280,"id":531632558,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:de3f1c915c73e2f633227c7f29724493450b51ae2d7229dce56ed2e063a6c61c","os":"linux","os_features":"","os_version":null,"size":13749995,"status":"active","last_pulled":"2023-11-12T12:08:28.913326Z","last_pushed":"2023-10-17T07:22:13.77438Z"}],"last_updated":"2023-10-17T07:22:13.881461Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2600","repository":13960714,"full_size":13749995,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:28.913326Z","tag_last_pushed":"2023-10-17T07:22:13.881461Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:de3f1c915c73e2f633227c7f29724493450b51ae2d7229dce56ed2e063a6c61c"},{"creator":14974280,"id":531632475,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:297ad8f90fae6950f137a6c42f2a4230d864b8c9c5ba0278339de862ecfc4cae","os":"linux","os_features":"","os_version":null,"size":17313883,"status":"active","last_pulled":"2023-11-12T12:08:28.903604Z","last_pushed":"2023-10-17T07:22:02.265705Z"}],"last_updated":"2023-10-17T07:22:02.365971Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2600-alpine","repository":13960714,"full_size":17313883,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:28.903604Z","tag_last_pushed":"2023-10-17T07:22:02.365971Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:297ad8f90fae6950f137a6c42f2a4230d864b8c9c5ba0278339de862ecfc4cae"},{"creator":14974280,"id":531453127,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:ad82876c4958f26a92dc8ac89004273b0a78e1b68416dc06436b03f6f80cc2ee","os":"linux","os_features":"","os_version":null,"size":13749992,"status":"active","last_pulled":"2023-11-12T12:08:29.078544Z","last_pushed":"2023-10-17T07:19:05.678602Z"}],"last_updated":"2023-10-17T07:19:05.678602Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2597","repository":13960714,"full_size":13749992,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:29.078544Z","tag_last_pushed":"2023-10-17T07:19:05.678602Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:ad82876c4958f26a92dc8ac89004273b0a78e1b68416dc06436b03f6f80cc2ee"},{"creator":14974280,"id":531453084,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:ea15dcc27257a42fde599c284e36e13897e0a7da157af55c0c7d937bfaa1d653","os":"linux","os_features":"","os_version":null,"size":17313887,"status":"active","last_pulled":"2023-11-12T12:08:28.808836Z","last_pushed":"2023-10-17T07:18:52.077777Z"}],"last_updated":"2023-10-17T07:18:52.077777Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2597-alpine","repository":13960714,"full_size":17313887,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:28.808836Z","tag_last_pushed":"2023-10-17T07:18:52.077777Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:ea15dcc27257a42fde599c284e36e13897e0a7da157af55c0c7d937bfaa1d653"},{"creator":14974280,"id":531597186,"images":[{"architecture":"arm","features":"","variant":"v7","digest":"sha256:5c2a608275377f3c1c75d2ed56bf609fb2b4b312515f2d652f84a4a9af775914","os":"linux","os_features":"","os_version":null,"size":12921929,"status":"inactive","last_pulled":"2023-10-17T05:41:00.952382Z","last_pushed":"2023-10-17T05:41:00.701307Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:b64839fdc522c3ac68e79814570aab5965b440ed0f585e39d564a8fee7e2c8bf","os":"linux","os_features":"","os_version":null,"size":12877677,"status":"inactive","last_pulled":"2023-10-17T08:29:05.183962Z","last_pushed":"2023-10-17T05:41:00.295351Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:69d2a6e452f6df619e5c9edf9ec7cc30b859fae8ea3885fdb5399a0b9cd45728","os":"linux","os_features":"","os_version":null,"size":13749989,"status":"inactive","last_pulled":"2023-10-17T06:56:17.536793Z","last_pushed":"2023-10-17T05:41:01.278797Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:6e0dbd8652b0da4e24b371216ea5b1b6404daadab5e0192ff9113af9022057b0","os":"linux","os_features":"","os_version":null,"size":12990953,"status":"inactive","last_pulled":"2023-10-17T05:41:00.289023Z","last_pushed":"2023-10-17T05:40:59.926347Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:80b3776dfcb0e757bf054121c40da50fa4e16d69bcb2f69d7672530ee0deb4dc","os":"linux","os_features":"","os_version":null,"size":13057873,"status":"inactive","last_pulled":"2023-10-17T05:41:01.92417Z","last_pushed":"2023-10-17T05:41:01.666937Z"}],"last_updated":"2023-10-17T05:41:16.406763Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-293cc4b821","repository":13960714,"full_size":12921929,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-17T08:29:05.183962Z","tag_last_pushed":"2023-10-17T05:41:16.406763Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:2b76a329a472d0dba5adc7e753bc911fa77741b5db5be4f838537b36485e8c86"},{"creator":14974280,"id":531597168,"images":[{"architecture":"arm64","features":"","variant":null,"digest":"sha256:b23a471a7ce428d4aa564e6f190769e26f559d06938329d66512213872f28f59","os":"linux","os_features":"","os_version":null,"size":16373041,"status":"inactive","last_pulled":"2023-10-17T05:40:55.549121Z","last_pushed":"2023-10-17T05:40:55.329066Z"},{"architecture":"arm","features":"","variant":"v6","digest":"sha256:92aba6b4ada315160a14a85f336e4dc8b763772179058e7791306b92bcf08252","os":"linux","os_features":"","os_version":null,"size":16229334,"status":"inactive","last_pulled":"2023-10-17T05:40:55.462478Z","last_pushed":"2023-10-17T05:40:54.784518Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:1b3908293a06bbe53704ad25188f8a440098bccf04a4c1357a819d8c72be14fb","os":"linux","os_features":"","os_version":null,"size":15983153,"status":"inactive","last_pulled":"2023-10-17T05:40:55.90559Z","last_pushed":"2023-10-17T05:40:55.718988Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:636521bbc859f147c79317b6e28ac80cf8dbd23b71973d2218cc9af0fa920003","os":"linux","os_features":"","os_version":null,"size":17313900,"status":"inactive","last_pulled":"2023-10-17T05:40:56.366121Z","last_pushed":"2023-10-17T05:40:56.129176Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:5b29bea0b4b426d3161cc35e7793c42f1d986c62ad8563b06d9e194bc2380076","os":"linux","os_features":"","os_version":null,"size":16501370,"status":"inactive","last_pulled":"2023-10-17T05:40:56.696197Z","last_pushed":"2023-10-17T05:40:56.487334Z"}],"last_updated":"2023-10-17T05:41:11.061467Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-293cc4b821-alpine","repository":13960714,"full_size":16229334,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-17T08:41:04.486764Z","tag_last_pushed":"2023-10-17T05:41:11.061467Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:1b0fce6d5c5860ff538f34bd7475af71c4479582323437a76ba093b94e947701"},{"creator":14974280,"id":531595703,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:7706e0d060374448bb15cf11ee563524bb6b6f08e36345240cfea461a8fae7e7","os":"linux","os_features":"","os_version":null,"size":13749990,"status":"active","last_pulled":"2023-11-12T12:08:28.906898Z","last_pushed":"2023-10-17T05:35:06.237803Z"}],"last_updated":"2023-10-17T05:35:06.36714Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2593","repository":13960714,"full_size":13749990,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:28.906898Z","tag_last_pushed":"2023-10-17T05:35:06.36714Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:7706e0d060374448bb15cf11ee563524bb6b6f08e36345240cfea461a8fae7e7"},{"creator":14974280,"id":531595671,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:1b9124dd1f822d2680714abb3d1263dfc6663622c6b905ac6f3a0ae977c4e365","os":"linux","os_features":"","os_version":null,"size":17313894,"status":"active","last_pulled":"2023-11-12T12:08:28.865353Z","last_pushed":"2023-10-17T05:34:55.126674Z"}],"last_updated":"2023-10-17T05:34:55.227416Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2593-alpine","repository":13960714,"full_size":17313894,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:28.865353Z","tag_last_pushed":"2023-10-17T05:34:55.227416Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:1b9124dd1f822d2680714abb3d1263dfc6663622c6b905ac6f3a0ae977c4e365"},{"creator":14974280,"id":531593654,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:370e1fb3794552d3c380bf6b037da91b9d9dbfc970c90c1cf2a8a6416229abe5","os":"linux","os_features":"","os_version":null,"size":13749995,"status":"active","last_pulled":"2023-11-12T12:08:28.854562Z","last_pushed":"2023-10-17T05:25:56.916474Z"}],"last_updated":"2023-10-17T05:25:57.01587Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2591","repository":13960714,"full_size":13749995,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:28.854562Z","tag_last_pushed":"2023-10-17T05:25:57.01587Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:370e1fb3794552d3c380bf6b037da91b9d9dbfc970c90c1cf2a8a6416229abe5"},{"creator":14974280,"id":531593614,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:67e19b2d25122662b31e80fff4a51ff85931080e33cdf7e3152e95532b819a2b","os":"linux","os_features":"","os_version":null,"size":17313895,"status":"active","last_pulled":"2023-11-12T12:08:28.929465Z","last_pushed":"2023-10-17T05:25:46.473115Z"}],"last_updated":"2023-10-17T05:25:46.56572Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2591-alpine","repository":13960714,"full_size":17313895,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:28.929465Z","tag_last_pushed":"2023-10-17T05:25:46.56572Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:67e19b2d25122662b31e80fff4a51ff85931080e33cdf7e3152e95532b819a2b"},{"creator":14974280,"id":531455050,"images":[{"architecture":"arm64","features":"","variant":null,"digest":"sha256:4632287b835ee7386502370ca6a76174a65e9ddb742d27b09aec96bf1111f9f0","os":"linux","os_features":"","os_version":null,"size":12877670,"status":"inactive","last_pulled":"2023-10-17T04:00:06.905532Z","last_pushed":"2023-10-16T22:39:33.473246Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:efe3153094cedb24dc93af0cc8a40a6051fdb487702804a32769e7d3418ee433","os":"linux","os_features":"","os_version":null,"size":13749997,"status":"inactive","last_pulled":"2023-10-17T05:32:36.13488Z","last_pushed":"2023-10-16T22:39:33.832103Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:9592fe719ce3b418bba0de509ae24a6f2eff70dcf0241696371ad9daafa35752","os":"linux","os_features":"","os_version":null,"size":12990964,"status":"inactive","last_pulled":"2023-10-16T22:39:33.33463Z","last_pushed":"2023-10-16T22:39:33.102167Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:7084d6fde7b0cf38be34fbf06d28beab47b48aeb5cd9ce052574c443986616ab","os":"linux","os_features":"","os_version":null,"size":13057879,"status":"inactive","last_pulled":"2023-10-16T22:39:32.946818Z","last_pushed":"2023-10-16T22:39:32.696481Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:89cb382ef3ab74adb16f2e0c9e40823ad91b13ecee71d49fc182f13e7048efa2","os":"linux","os_features":"","os_version":null,"size":12921929,"status":"inactive","last_pulled":"2023-10-16T22:39:34.464382Z","last_pushed":"2023-10-16T22:39:34.222583Z"}],"last_updated":"2023-10-16T22:39:46.931553Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-7d7ba755cc","repository":13960714,"full_size":12921929,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-17T05:32:36.13488Z","tag_last_pushed":"2023-10-16T22:39:46.931553Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:1473afd598db9b05e55b429b1826c641713c39084ec81a8ec444c88bb1d9258e"},{"creator":14974280,"id":531455033,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:0ba05243d15ed69a5445ee161c3aa0ff2ae6b5b162aadea9edfa70e8b8f79f91","os":"linux","os_features":"","os_version":null,"size":16229493,"status":"inactive","last_pulled":"2023-10-16T22:39:29.045276Z","last_pushed":"2023-10-16T22:39:28.649858Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:8406f2d4e7dc9b8108829211b7b986df2f9c3666657eb9648ad2049943dd1349","os":"linux","os_features":"","os_version":null,"size":15983152,"status":"inactive","last_pulled":"2023-10-16T22:39:29.291195Z","last_pushed":"2023-10-16T22:39:29.019806Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:7a008ab0c02e8a006a7df856f017a684c91a445a62b33335a961a619aa03c097","os":"linux","os_features":"","os_version":null,"size":16373039,"status":"inactive","last_pulled":"2023-10-16T22:39:28.480558Z","last_pushed":"2023-10-16T22:39:28.243285Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:1698a52d373976c2dc6d3e403a70395fb651714296e19240537aa8b9ac20eb5b","os":"linux","os_features":"","os_version":null,"size":17313897,"status":"inactive","last_pulled":"2023-10-16T22:39:28.140097Z","last_pushed":"2023-10-16T22:39:27.899485Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:4d358a453f8ec78061a9d32fe645c92f60c2f0198c076f652de144d5f8b9166f","os":"linux","os_features":"","os_version":null,"size":16501372,"status":"inactive","last_pulled":"2023-10-16T22:39:29.633976Z","last_pushed":"2023-10-16T22:39:29.402556Z"}],"last_updated":"2023-10-16T22:39:43.557495Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-7d7ba755cc-alpine","repository":13960714,"full_size":16229493,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-17T05:40:56.671814Z","tag_last_pushed":"2023-10-16T22:39:43.557495Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:e8da1d3179e6b4f9e6fa3a1a6b70ad4234d9e2cb4f689dc056302552fd666f5c"},{"creator":14974280,"id":531430274,"images":[{"architecture":"arm","features":"","variant":"v7","digest":"sha256:6705763b6e4ff2505a2b115cf39ad5aacafa4662fbe684382d77dd7b7ddf0249","os":"linux","os_features":"","os_version":null,"size":12921980,"status":"inactive","last_pulled":"2023-10-16T21:41:16.833251Z","last_pushed":"2023-10-16T21:41:16.59373Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:6c44ac80407002b386c13e96aabc260436f7524a0b210d96704b17e358c8115d","os":"linux","os_features":"","os_version":null,"size":12877659,"status":"inactive","last_pulled":"2023-10-16T21:41:17.300417Z","last_pushed":"2023-10-16T21:41:17.057342Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:aa54bfeb571c2ea726eada01ec52271a2738743125db9de8f2bbbae74b6b1a69","os":"linux","os_features":"","os_version":null,"size":13750013,"status":"inactive","last_pulled":"2023-10-16T21:41:16.645363Z","last_pushed":"2023-10-16T21:41:16.210673Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:79a9f2b3dfd08f205d6f62a95ab6daf19f8cb66b74361cf2226b15dc77b550a3","os":"linux","os_features":"","os_version":null,"size":12990688,"status":"inactive","last_pulled":"2023-10-16T21:41:16.073854Z","last_pushed":"2023-10-16T21:41:15.851829Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:78d98d4949a16c2d88baf4527bd189db29ccbc150939b2a90d589232c26fe287","os":"linux","os_features":"","os_version":null,"size":13057875,"status":"inactive","last_pulled":"2023-10-16T21:41:15.754799Z","last_pushed":"2023-10-16T21:41:15.476907Z"}],"last_updated":"2023-10-16T21:41:29.167221Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-5eda28b120","repository":13960714,"full_size":12921980,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-16T21:41:17.794591Z","tag_last_pushed":"2023-10-16T21:41:29.167221Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:850be56ac31f6b94973b745d1315d13bcba6377fdccf99518c4fe6e6cfd35934"},{"creator":14974280,"id":531430245,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:d806319da04dd6d1eba86a1046890243688a8e06da3a9eeb26d5124d2f176309","os":"linux","os_features":"","os_version":null,"size":16229377,"status":"inactive","last_pulled":"2023-10-16T21:41:11.15803Z","last_pushed":"2023-10-16T21:41:10.896692Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:efc48f640d6b360ab26cdf0e21f6efc57ce95d318c9a2ee2c95b8b2d771b6cf9","os":"linux","os_features":"","os_version":null,"size":15983192,"status":"inactive","last_pulled":"2023-10-16T21:41:11.588859Z","last_pushed":"2023-10-16T21:41:11.319977Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:5c28bbbb7c6769cf95f6caccb30e7c24d6957b051f1f994016ac4b3922b638b8","os":"linux","os_features":"","os_version":null,"size":16373039,"status":"inactive","last_pulled":"2023-10-16T21:41:12.006122Z","last_pushed":"2023-10-16T21:41:11.726235Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:b712c9f336db889bb7ff67d479c1e7c2fb3461b54a99365a88970705aaed67b5","os":"linux","os_features":"","os_version":null,"size":17313890,"status":"inactive","last_pulled":"2023-10-16T21:41:10.50666Z","last_pushed":"2023-10-16T21:41:10.196632Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:619e57eddc8c7bf60dbd0815c608a189c6b80fb4cc1a9d3d1f4dc7fddd2359b6","os":"linux","os_features":"","os_version":null,"size":16501098,"status":"inactive","last_pulled":"2023-10-16T21:41:10.849992Z","last_pushed":"2023-10-16T21:41:10.551534Z"}],"last_updated":"2023-10-16T21:41:26.425242Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-5eda28b120-alpine","repository":13960714,"full_size":16229377,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-16T21:41:12.573865Z","tag_last_pushed":"2023-10-16T21:41:26.425242Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:7c9f477db9a5858e38f7242747ac7b9f773252712fbb701e7970036362619d7d"},{"creator":14974280,"id":531349574,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:ab4c6399aa71d922ace617eaebb50ef73c9e78820f86edbbd90e3e91f6a52eff","os":"linux","os_features":"","os_version":null,"size":13749996,"status":"active","last_pulled":"2023-11-12T12:08:28.87395Z","last_pushed":"2023-10-16T21:38:48.833924Z"}],"last_updated":"2023-10-16T21:38:48.833924Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2599","repository":13960714,"full_size":13749996,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:28.87395Z","tag_last_pushed":"2023-10-16T21:38:48.833924Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:ab4c6399aa71d922ace617eaebb50ef73c9e78820f86edbbd90e3e91f6a52eff"},{"creator":14974280,"id":531349531,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:639e9c8669bc4ac6123d014c7dfdc8d85d2836b424bcaeddd446771fa19d5562","os":"linux","os_features":"","os_version":null,"size":17313898,"status":"active","last_pulled":"2023-11-12T12:08:28.78942Z","last_pushed":"2023-10-16T21:38:38.821669Z"}],"last_updated":"2023-10-16T21:38:38.821669Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2599-alpine","repository":13960714,"full_size":17313898,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:28.78942Z","tag_last_pushed":"2023-10-16T21:38:38.821669Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:639e9c8669bc4ac6123d014c7dfdc8d85d2836b424bcaeddd446771fa19d5562"},{"creator":14974280,"id":530801457,"images":[{"architecture":"arm","features":"","variant":"v7","digest":"sha256:eaf549038e98a7f876548c9afd218e42dd56e18727d57ebc82c7ea035d5311cb","os":"linux","os_features":"","os_version":null,"size":12921987,"status":"inactive","last_pulled":"2023-10-15T22:00:31.199803Z","last_pushed":"2023-10-15T20:40:24.131987Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:433ccaf6325a2e977eef3b47bcce40a5fca08f93125c12a46e7ebad958b99569","os":"linux","os_features":"","os_version":null,"size":12877683,"status":"inactive","last_pulled":"2023-10-16T21:00:03.72353Z","last_pushed":"2023-10-15T20:40:23.730604Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:9ef9c190f3d64ba9796eaf38bd2f9e9c4fe97ac77cbbe582ebd940dec010bc41","os":"linux","os_features":"","os_version":null,"size":13750018,"status":"inactive","last_pulled":"2023-10-16T19:36:17.096655Z","last_pushed":"2023-10-15T20:40:24.57238Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:02afbef2f547eb39a2e62ba3531df67fc6c1b3bf952ef7f005b76bf46a826250","os":"linux","os_features":"","os_version":null,"size":12990691,"status":"inactive","last_pulled":"2023-10-15T22:00:31.197086Z","last_pushed":"2023-10-15T20:40:23.37613Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:dc59853d950179817ce382e0807b5ea76f7a41d1fd73cd973a9c8ec66e779e36","os":"linux","os_features":"","os_version":null,"size":13057898,"status":"inactive","last_pulled":"2023-10-15T22:00:31.158805Z","last_pushed":"2023-10-15T20:40:24.942069Z"}],"last_updated":"2023-10-15T20:40:37.880743Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-62e1081b24","repository":13960714,"full_size":12921987,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-16T21:32:26.657481Z","tag_last_pushed":"2023-10-15T20:40:37.880743Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:63311404a19ac3b1dc2b226e24b899557564e9c628850ed437eafc4807631e75"},{"creator":14974280,"id":530801453,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:e401de9e2c321a293a56229dd4ddb204fdeefa0dc037cee2e05b2647a5b03647","os":"linux","os_features":"","os_version":null,"size":16229392,"status":"inactive","last_pulled":"2023-10-15T22:00:31.195Z","last_pushed":"2023-10-15T20:40:20.361561Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:144dc852cd6835d1a14188b5b7ff922058b9adecfeefa457691418230924e493","os":"linux","os_features":"","os_version":null,"size":15983206,"status":"inactive","last_pulled":"2023-10-15T22:00:31.174424Z","last_pushed":"2023-10-15T20:40:20.7379Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:16bf1f0b9262041cb14710bb3d4b5456a6f5f9dab8661e36bad7f96a983363c7","os":"linux","os_features":"","os_version":null,"size":16373049,"status":"inactive","last_pulled":"2023-10-16T19:28:22.117739Z","last_pushed":"2023-10-15T20:40:19.888832Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:b6ab851b190bf6ba518ba2ef34a9ff8dbe9c53abd96b03170e4684cc3ac4be80","os":"linux","os_features":"","os_version":null,"size":17313918,"status":"inactive","last_pulled":"2023-10-16T17:31:46.127412Z","last_pushed":"2023-10-15T20:40:19.536853Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:8e4c9107b64b538b0fad021814dccf1537879b7a9330c3d8c34275d74723d6aa","os":"linux","os_features":"","os_version":null,"size":16501102,"status":"inactive","last_pulled":"2023-10-15T22:00:31.234283Z","last_pushed":"2023-10-15T20:40:19.164597Z"}],"last_updated":"2023-10-15T20:40:33.586421Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-62e1081b24-alpine","repository":13960714,"full_size":16229392,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-16T21:41:11.890651Z","tag_last_pushed":"2023-10-15T20:40:33.586421Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:fef0656353f37116dc3cf575cb91e14e97868f74b74ce6e84ed69d84d33e90a8"},{"creator":14974280,"id":530745442,"images":[{"architecture":"arm","features":"","variant":"v7","digest":"sha256:f2a3f8bb883acdb49462dd028f9f87f9eeeb369b15c68d6efdc9f73e0ad1220a","os":"linux","os_features":"","os_version":null,"size":12897099,"status":"active","last_pulled":"2023-11-12T12:08:30.153314Z","last_pushed":"2023-10-15T15:32:18.446339Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:33ef3bf3955dfb8260b815edce25b14bb6a52d14c25ba4fc59dc9a48e5d1b327","os":"linux","os_features":"","os_version":null,"size":12689393,"status":"active","last_pulled":"2023-11-19T21:11:19.00506Z","last_pushed":"2023-10-15T15:32:18.070631Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:7dc2b52fca6149236cf7c6d110a501495c279beead3a757df40f016ad6924c01","os":"linux","os_features":"","os_version":null,"size":13690702,"status":"active","last_pulled":"2023-12-04T02:01:07.961821Z","last_pushed":"2023-10-15T15:32:17.747584Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:6e7f73a302f4c5acaf0a5ba534ca6879cd02648472e87875cd3b3fef594f7446","os":"linux","os_features":"","os_version":null,"size":12719281,"status":"active","last_pulled":"2023-11-04T11:42:58.613382Z","last_pushed":"2023-10-15T15:32:17.016193Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:682edd1c258c5ae25127a8374cfe7eeefaab854dfa891251178773345aa64ee9","os":"linux","os_features":"","os_version":null,"size":12958517,"status":"active","last_pulled":"2023-11-04T11:43:02.604277Z","last_pushed":"2023-10-15T15:32:18.763423Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:0f2ff0b268abdbc49f3a0e3d15c53ad42fc51bcc2bfe3627123ad8c060f80ee6","os":"unknown","os_features":"","os_version":null,"size":1573,"status":"active","last_pulled":"2023-11-04T11:43:06.706329Z","last_pushed":"2023-10-15T15:32:17.350916Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:b31a8e18a585e9317247bd9cff9b5124478c4cf3496795ce10b6d1105e604eb3","os":"unknown","os_features":"","os_version":null,"size":1561,"status":"active","last_pulled":"2023-11-04T11:43:09.475517Z","last_pushed":"2023-10-15T15:32:16.720134Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:dced27785c7d97b71b6f30a76c5c870e0bb6b9c752e705ed57e69b4858c4442b","os":"unknown","os_features":"","os_version":null,"size":1561,"status":"active","last_pulled":"2023-11-04T11:43:12.026695Z","last_pushed":"2023-10-15T15:32:16.382559Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:a9259a5da45e02f2d0b5d46da5ea1b6a6785601ee018d74f49bee9d13b4ce44d","os":"unknown","os_features":"","os_version":null,"size":1569,"status":"active","last_pulled":"2023-11-04T11:43:14.286755Z","last_pushed":"2023-10-15T15:32:16.075082Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:221f6349a68a07d7d51f5313d82288c1a8f1e7d6eda8588a011a66f75af022a6","os":"unknown","os_features":"","os_version":null,"size":1569,"status":"active","last_pulled":"2023-11-04T11:43:16.753607Z","last_pushed":"2023-10-15T15:32:19.131799Z"}],"last_updated":"2023-10-15T15:32:37.620525Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"v1.0.3","repository":13960714,"full_size":12897099,"v2":true,"tag_status":"active","tag_last_pulled":"2023-12-04T02:01:07.961821Z","tag_last_pushed":"2023-10-15T15:32:37.620525Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:08631b1044b0f2fc586e2e7d1a6abe3fef5731cf3d6bb74d1acbd4310756e1fa"},{"creator":14974280,"id":530745438,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:4549760ffc47722ca9a5500252ec40b417497e99c8137d9d352180bcdf529154","os":"linux","os_features":"","os_version":null,"size":16204503,"status":"active","last_pulled":"2023-11-12T12:08:30.1542Z","last_pushed":"2023-10-15T15:32:16.200158Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:c3890014fc5668a7d723a9dedd4c980d4bf7fe19fcf978be372692688b0afbc8","os":"unknown","os_features":"","os_version":null,"size":1596,"status":"inactive","last_pulled":"2023-10-15T15:32:14.185853Z","last_pushed":"2023-10-15T15:32:13.957471Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:35760d1a1eb1f9488d7a0d94f1d28329a1b079d4709e42c0570ed0e6b5c240bb","os":"unknown","os_features":"","os_version":null,"size":1596,"status":"inactive","last_pulled":"2023-10-15T15:32:13.734115Z","last_pushed":"2023-10-15T15:32:13.433505Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:594c4082fe3b5eb1d38453fd55cc4dbfb813422f28f45555a1d792d111fd9228","os":"unknown","os_features":"","os_version":null,"size":1606,"status":"inactive","last_pulled":"2023-10-15T15:32:17.229962Z","last_pushed":"2023-10-15T15:32:16.977334Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:585018e7fdf6c4fa478e2311de7b085b36f3d83b82b3161e44edc353571888f1","os":"linux","os_features":"","os_version":null,"size":15958314,"status":"inactive","last_pulled":"2023-10-15T15:32:16.769425Z","last_pushed":"2023-10-15T15:32:16.554279Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:ec6ce7ad1ec8c70caea1d5fcc1306db18d9f45bc048f6298efa8b848042f341c","os":"linux","os_features":"","os_version":null,"size":16184759,"status":"active","last_pulled":"2023-11-08T22:31:39.615058Z","last_pushed":"2023-10-15T15:32:15.778826Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:fec84471d3b76f37ff30766f57475e29d5022308deb46301f4a9daf271f1bddb","os":"linux","os_features":"","os_version":null,"size":17254593,"status":"active","last_pulled":"2023-11-28T16:12:31.333752Z","last_pushed":"2023-10-15T15:32:15.374708Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:3dc9dc98d5e5a83a35d07d26a89fede0b91a814dbbfb7b07a5952e869f803e6d","os":"linux","os_features":"","os_version":null,"size":16229685,"status":"inactive","last_pulled":"2023-10-15T15:32:15.313482Z","last_pushed":"2023-10-15T15:32:15.053275Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:cda638520582b63590f137698c5625d4222cb3ebfcf1c18ac5bc4ef4060c2385","os":"unknown","os_features":"","os_version":null,"size":1757,"status":"inactive","last_pulled":"2023-10-15T15:32:14.920468Z","last_pushed":"2023-10-15T15:32:14.67945Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:3a0d5ec9b01314f0e077ab854483017b828971c3ef83d236f12e657c2349e968","os":"unknown","os_features":"","os_version":null,"size":1757,"status":"inactive","last_pulled":"2023-10-15T15:32:14.692295Z","last_pushed":"2023-10-15T15:32:14.357709Z"}],"last_updated":"2023-10-15T15:32:36.284612Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"v1.0.3-alpine","repository":13960714,"full_size":16204503,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-28T16:12:31.333752Z","tag_last_pushed":"2023-10-15T15:32:36.284612Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:dbf905670cba9573638d03e0a6c6dd6e100ec6055eafd408ef432549d6e99f6f"},{"creator":14974280,"id":530477578,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:0d96933e258e0372b5ce47bb5c4773a2251a18b246eba8c8e6772d7017f93684","os":"linux","os_features":"","os_version":null,"size":13690703,"status":"inactive","last_pulled":"2023-10-15T13:41:54.435667Z","last_pushed":"2023-10-15T08:33:07.285763Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:93a7b7b2afa5181f0f44db0c1eb2aed3a45354c29c5a98255536685e8fe7a613","os":"unknown","os_features":"","os_version":null,"size":1038,"status":"inactive","last_pulled":"2023-10-15T10:00:49.318875Z","last_pushed":"2023-10-15T08:33:07.629363Z"}],"last_updated":"2023-10-15T08:33:08.036069Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2582","repository":13960714,"full_size":13690703,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-15T13:41:54.435667Z","tag_last_pushed":"2023-10-15T08:33:08.036069Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:7c536cfd82fbb6abc21584386db9677a99ffd5dbd99e7bb0a1d93f5a93f21b20"},{"creator":14974280,"id":530477534,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:0704cec9764c1b54291ea746a4e9965fc7453728b97c351814954358833a1b91","os":"linux","os_features":"","os_version":null,"size":17254601,"status":"inactive","last_pulled":"2023-10-15T10:00:50.632233Z","last_pushed":"2023-10-15T08:32:55.258311Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:9a98329cfaebcaab8331946f6aa2422dc76d5ea666f4bdc6b47d3ac87908d03a","os":"unknown","os_features":"","os_version":null,"size":1052,"status":"inactive","last_pulled":"2023-10-15T10:00:50.894672Z","last_pushed":"2023-10-15T08:32:55.704488Z"}],"last_updated":"2023-10-15T08:32:56.109879Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2582-alpine","repository":13960714,"full_size":17254601,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-15T10:00:50.894672Z","tag_last_pushed":"2023-10-15T08:32:56.109879Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:b109da7b43152f41c932a6767b9a80806a0319f8ec74947f214cb7964041b077"},{"creator":14974280,"id":530666266,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:ee53457c76571ade176eaad4e865411a3ad0916acbba4839be05cbc5d853e8ee","os":"linux","os_features":"","os_version":null,"size":13690706,"status":"active","last_pulled":"2023-11-12T12:08:30.142758Z","last_pushed":"2023-10-15T07:54:43.287164Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:faf43c3a3f9f370bbd8d68a40b93cf673597675f6d1f548f5a6b6b324104f79e","os":"unknown","os_features":"","os_version":null,"size":1038,"status":"inactive","last_pulled":"2023-10-15T07:54:43.963053Z","last_pushed":"2023-10-15T07:54:43.696832Z"}],"last_updated":"2023-10-15T07:54:44.131133Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2587","repository":13960714,"full_size":13690706,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:30.142758Z","tag_last_pushed":"2023-10-15T07:54:44.131133Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:a5de825e3352c3bb496948daed6e4570882774c1caf38f3d8fdef2379cfc498a"},{"creator":14974280,"id":530666147,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:52afbf059c8e14ac1b843c3ec86dda7b3672269e2ec7822ad397c00eb8df7194","os":"linux","os_features":"","os_version":null,"size":17254609,"status":"active","last_pulled":"2023-11-12T12:08:30.077824Z","last_pushed":"2023-10-15T07:54:27.424747Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:aaeb585bb14e164f22218de779a4cebaf74df24a9f71ecc46a40176e92723be6","os":"unknown","os_features":"","os_version":null,"size":1051,"status":"inactive","last_pulled":"2023-10-15T07:54:27.970719Z","last_pushed":"2023-10-15T07:54:27.766724Z"}],"last_updated":"2023-10-15T07:54:28.26336Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2587-alpine","repository":13960714,"full_size":17254609,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:30.077824Z","tag_last_pushed":"2023-10-15T07:54:28.26336Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:3700f7d6fb5b8963e2c7236f982c4cee1eb718d2ddc638f46f13f07581663891"},{"creator":14974280,"id":530651744,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:76d558058e0134cc84d2059b6018c52b8921aa8bd250632cb0e50a478077e38c","os":"linux","os_features":"","os_version":null,"size":13750016,"status":"active","last_pulled":"2023-11-12T12:08:28.933314Z","last_pushed":"2023-10-15T06:17:15.200409Z"}],"last_updated":"2023-10-15T06:17:15.302117Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2586","repository":13960714,"full_size":13750016,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:28.933314Z","tag_last_pushed":"2023-10-15T06:17:15.302117Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:76d558058e0134cc84d2059b6018c52b8921aa8bd250632cb0e50a478077e38c"},{"creator":14974280,"id":530651725,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:32e7c7a70ea714a312f1ca7943f395a6c62493ebc1b47957ef1b7438e88b0932","os":"linux","os_features":"","os_version":null,"size":17313914,"status":"active","last_pulled":"2023-11-12T12:08:29.017748Z","last_pushed":"2023-10-15T06:17:06.461198Z"}],"last_updated":"2023-10-15T06:17:06.592714Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2586-alpine","repository":13960714,"full_size":17313914,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:29.017748Z","tag_last_pushed":"2023-10-15T06:17:06.592714Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:32e7c7a70ea714a312f1ca7943f395a6c62493ebc1b47957ef1b7438e88b0932"}]} From 8de4fb6414a7ecede80cb729fcdf4823b2e15497 Mon Sep 17 00:00:00 2001 From: Rune Philosof Date: Thu, 7 Dec 2023 14:14:25 +0100 Subject: [PATCH 2/3] Remove accidentally added files --- webhook-data | 196 ----------------------------------------- woodpecker-server-tags | 1 - 2 files changed, 197 deletions(-) delete mode 100644 webhook-data delete mode 100644 woodpecker-server-tags diff --git a/webhook-data b/webhook-data deleted file mode 100644 index 3a4433f0d8f..00000000000 --- a/webhook-data +++ /dev/null @@ -1,196 +0,0 @@ -{ - "ref": "refs/heads/main", - "before": "2c519ecd4d12c75d72647371e996f7835591aead", - "after": "3b4a87d5d1b01e504dde031201ef5b98bd8f478f", - "repository": { - "id": 694570031, - "node_id": "R_kgDOKWZMLw", - "name": "private-test", - "full_name": "runephilosof-karnovgroup/private-test", - "private": true, - "owner": { - "name": "runephilosof-karnovgroup", - "email": "101270124+runephilosof-karnovgroup@users.noreply.github.com", - "login": "runephilosof-karnovgroup", - "id": 101270124, - "node_id": "U_kgDOBglCbA", - "avatar_url": "/~https://avatars.githubusercontent.com/u/101270124?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/runephilosof-karnovgroup", - "html_url": "/~https://github.com/runephilosof-karnovgroup", - "followers_url": "https://api.github.com/users/runephilosof-karnovgroup/followers", - "following_url": "https://api.github.com/users/runephilosof-karnovgroup/following{/other_user}", - "gists_url": "https://api.github.com/users/runephilosof-karnovgroup/gists{/gist_id}", - "starred_url": "https://api.github.com/users/runephilosof-karnovgroup/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/runephilosof-karnovgroup/subscriptions", - "organizations_url": "https://api.github.com/users/runephilosof-karnovgroup/orgs", - "repos_url": "https://api.github.com/users/runephilosof-karnovgroup/repos", - "events_url": "https://api.github.com/users/runephilosof-karnovgroup/events{/privacy}", - "received_events_url": "https://api.github.com/users/runephilosof-karnovgroup/received_events", - "type": "User", - "site_admin": false - }, - "html_url": "/~https://github.com/runephilosof-karnovgroup/private-test", - "description": null, - "fork": false, - "url": "/~https://github.com/runephilosof-karnovgroup/private-test", - "forks_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/forks", - "keys_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/keys{/key_id}", - "collaborators_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/collaborators{/collaborator}", - "teams_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/teams", - "hooks_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/hooks", - "issue_events_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/issues/events{/number}", - "events_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/events", - "assignees_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/assignees{/user}", - "branches_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/branches{/branch}", - "tags_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/tags", - "blobs_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/git/blobs{/sha}", - "git_tags_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/git/tags{/sha}", - "git_refs_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/git/refs{/sha}", - "trees_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/git/trees{/sha}", - "statuses_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/statuses/{sha}", - "languages_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/languages", - "stargazers_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/stargazers", - "contributors_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/contributors", - "subscribers_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/subscribers", - "subscription_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/subscription", - "commits_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/commits{/sha}", - "git_commits_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/git/commits{/sha}", - "comments_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/comments{/number}", - "issue_comment_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/issues/comments{/number}", - "contents_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/contents/{+path}", - "compare_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/compare/{base}...{head}", - "merges_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/merges", - "archive_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/{archive_format}{/ref}", - "downloads_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/downloads", - "issues_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/issues{/number}", - "pulls_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/pulls{/number}", - "milestones_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/milestones{/number}", - "notifications_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/notifications{?since,all,participating}", - "labels_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/labels{/name}", - "releases_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/releases{/id}", - "deployments_url": "https://api.github.com/repos/runephilosof-karnovgroup/private-test/deployments", - "created_at": 1695287132, - "updated_at": "2023-09-21T09:05:32Z", - "pushed_at": 1695292878, - "git_url": "git://github.com/runephilosof-karnovgroup/private-test.git", - "ssh_url": "git@github.com:runephilosof-karnovgroup/private-test.git", - "clone_url": "/~https://github.com/runephilosof-karnovgroup/private-test.git", - "svn_url": "/~https://github.com/runephilosof-karnovgroup/private-test", - "homepage": null, - "size": 0, - "stargazers_count": 0, - "watchers_count": 0, - "language": null, - "has_issues": true, - "has_projects": true, - "has_downloads": true, - "has_wiki": false, - "has_pages": false, - "has_discussions": false, - "forks_count": 0, - "mirror_url": null, - "archived": false, - "disabled": false, - "open_issues_count": 0, - "license": null, - "allow_forking": true, - "is_template": false, - "web_commit_signoff_required": false, - "topics": [ - - ], - "visibility": "private", - "forks": 0, - "open_issues": 0, - "watchers": 0, - "default_branch": "main", - "stargazers": 0, - "master_branch": "main" - }, - "pusher": { - "name": "runephilosof-karnovgroup", - "email": "101270124+runephilosof-karnovgroup@users.noreply.github.com" - }, - "sender": { - "login": "runephilosof-karnovgroup", - "id": 101270124, - "node_id": "U_kgDOBglCbA", - "avatar_url": "/~https://avatars.githubusercontent.com/u/101270124?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/runephilosof-karnovgroup", - "html_url": "/~https://github.com/runephilosof-karnovgroup", - "followers_url": "https://api.github.com/users/runephilosof-karnovgroup/followers", - "following_url": "https://api.github.com/users/runephilosof-karnovgroup/following{/other_user}", - "gists_url": "https://api.github.com/users/runephilosof-karnovgroup/gists{/gist_id}", - "starred_url": "https://api.github.com/users/runephilosof-karnovgroup/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/runephilosof-karnovgroup/subscriptions", - "organizations_url": "https://api.github.com/users/runephilosof-karnovgroup/orgs", - "repos_url": "https://api.github.com/users/runephilosof-karnovgroup/repos", - "events_url": "https://api.github.com/users/runephilosof-karnovgroup/events{/privacy}", - "received_events_url": "https://api.github.com/users/runephilosof-karnovgroup/received_events", - "type": "User", - "site_admin": false - }, - "created": false, - "deleted": false, - "forced": false, - "base_ref": null, - "compare": "/~https://github.com/runephilosof-karnovgroup/private-test/compare/2c519ecd4d12...3b4a87d5d1b0", - "commits": [ - { - "id": "3b4a87d5d1b01e504dde031201ef5b98bd8f478f", - "tree_id": "237f8ceb69eacf4b67e4181836f666a5f9a9555e", - "distinct": true, - "message": "Update README.md", - "timestamp": "2023-09-21T12:41:18+02:00", - "url": "/~https://github.com/runephilosof-karnovgroup/private-test/commit/3b4a87d5d1b01e504dde031201ef5b98bd8f478f", - "author": { - "name": "runephilosof-karnovgroup", - "email": "101270124+runephilosof-karnovgroup@users.noreply.github.com", - "username": "runephilosof-karnovgroup" - }, - "committer": { - "name": "GitHub", - "email": "noreply@github.com", - "username": "web-flow" - }, - "added": [ - - ], - "removed": [ - - ], - "modified": [ - "README.md" - ] - } - ], - "head_commit": { - "id": "3b4a87d5d1b01e504dde031201ef5b98bd8f478f", - "tree_id": "237f8ceb69eacf4b67e4181836f666a5f9a9555e", - "distinct": true, - "message": "Update README.md", - "timestamp": "2023-09-21T12:41:18+02:00", - "url": "/~https://github.com/runephilosof-karnovgroup/private-test/commit/3b4a87d5d1b01e504dde031201ef5b98bd8f478f", - "author": { - "name": "runephilosof-karnovgroup", - "email": "101270124+runephilosof-karnovgroup@users.noreply.github.com", - "username": "runephilosof-karnovgroup" - }, - "committer": { - "name": "GitHub", - "email": "noreply@github.com", - "username": "web-flow" - }, - "added": [ - - ], - "removed": [ - - ], - "modified": [ - "README.md" - ] - } -} diff --git a/woodpecker-server-tags b/woodpecker-server-tags deleted file mode 100644 index 9c7b20e681d..00000000000 --- a/woodpecker-server-tags +++ /dev/null @@ -1 +0,0 @@ -{"count":2327,"next":"https://hub.docker.com/v2/repositories/woodpeckerci/woodpecker-server/tags/?ordering=last_updated\u0026page=3\u0026page_size=100","previous":"https://hub.docker.com/v2/repositories/woodpeckerci/woodpecker-server/tags/?ordering=last_updated\u0026page=1\u0026page_size=100","results":[{"creator":14974280,"id":542015530,"images":[{"architecture":"arm","features":"","variant":"v7","digest":"sha256:0d79c5d4b214829cd43f71bdd4a72b78b28c617f026bb28f1cf08c7a01e1af1f","os":"linux","os_features":"","os_version":null,"size":13050720,"status":"inactive","last_pulled":"2023-11-03T13:26:55.207595Z","last_pushed":"2023-11-03T13:26:54.98606Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:c38e039e5ec6713df42216be2bcb6b7127f2fd230a35da97c6d76f8bc15d9634","os":"linux","os_features":"","os_version":null,"size":12999382,"status":"inactive","last_pulled":"2023-11-03T13:26:55.62417Z","last_pushed":"2023-11-03T13:26:55.304513Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:a85a7bc678f85838a6a234e1ce1bec8b228333ab709275bbdd02225d6c8cba61","os":"linux","os_features":"","os_version":null,"size":13884684,"status":"active","last_pulled":"2023-11-05T09:14:04.103578Z","last_pushed":"2023-11-03T13:26:54.589772Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:b26cf5ae28be2b9927154e9b6de768841c3468d27245d7ac8e1b2386c46c0445","os":"linux","os_features":"","os_version":null,"size":13108552,"status":"inactive","last_pulled":"2023-11-03T13:26:54.477774Z","last_pushed":"2023-11-03T13:26:54.202947Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:e1367b090df6a6413eb1baecd11737b8a1a50d4b0af0aca1900b62f9ecfe6bc2","os":"linux","os_features":"","os_version":null,"size":13182206,"status":"inactive","last_pulled":"2023-11-03T13:26:54.007222Z","last_pushed":"2023-11-03T13:26:53.8148Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:eb43521b7d6ae3da1134ac5dfe09d91e5fb3d46513ab042b251efac587d48b5d","os":"unknown","os_features":"","os_version":null,"size":1587,"status":"inactive","last_pulled":"2023-11-03T13:26:56.900812Z","last_pushed":"2023-11-03T13:26:56.670904Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:db1d5a68ed99f27cf642c2affccdd19fd417c9b10e554873579a9c1c2c582ecf","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-11-03T13:26:56.304302Z","last_pushed":"2023-11-03T13:26:56.066532Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:f6f6b9d85926248752d99d033342b72b045af40547c0b7d1f0cd676064d00f1a","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-11-03T13:26:57.41708Z","last_pushed":"2023-11-03T13:26:57.109201Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:32dfa2f669a26bf3fd6fd7e8ea89b09cc21cd5af4edb239cc1995f8726f066b5","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-11-03T13:26:55.984099Z","last_pushed":"2023-11-03T13:26:55.707722Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:ce98c60ea6a2beda41f5fd2dead150a85aa843a5dfef43d7013573e759264952","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-11-03T13:26:57.853785Z","last_pushed":"2023-11-03T13:26:57.56862Z"}],"last_updated":"2023-11-03T13:27:17.40637Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-4cb48aab1d","repository":13960714,"full_size":13050720,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-05T09:14:04.103578Z","tag_last_pushed":"2023-11-03T13:27:17.40637Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:f05253153fe4338a49c1da3ace46cc8cc72543682ba1f2017b19f0cdb477c045"},{"creator":14974280,"id":542015437,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:1526e2daba2373eecde2573b391169f117e44fe02d361e20809377e824a24ae0","os":"linux","os_features":"","os_version":null,"size":16358122,"status":"inactive","last_pulled":"2023-11-03T13:26:47.584708Z","last_pushed":"2023-11-03T13:26:47.268856Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:63019e804596ce19abc0b2c90770a9d55cbfd2702a0c5291ad1d399b3ee3f0be","os":"linux","os_features":"","os_version":null,"size":16111935,"status":"inactive","last_pulled":"2023-11-03T13:26:47.217866Z","last_pushed":"2023-11-03T13:26:46.913209Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:f0568fd5b579f64d1aa05d9307ea56e0e520fddb3d6e659646f2c2cf563e6475","os":"linux","os_features":"","os_version":null,"size":16494736,"status":"inactive","last_pulled":"2023-11-03T13:26:46.978258Z","last_pushed":"2023-11-03T13:26:46.570117Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:8386413c04c8bfc60d61dec1093eba7cc71612f669df4a00c402bc3862960663","os":"linux","os_features":"","os_version":null,"size":17448605,"status":"inactive","last_pulled":"2023-11-03T13:26:47.86197Z","last_pushed":"2023-11-03T13:26:47.613159Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:a3f8823258a9be40a92f3df5b31aab35b12d8c667a0731c3bb7c253ec5551a48","os":"linux","os_features":"","os_version":null,"size":16618967,"status":"inactive","last_pulled":"2023-11-03T13:26:48.232139Z","last_pushed":"2023-11-03T13:26:48.011073Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:f8d49f811b7f4a3a27e860a171e9bc57087fcc622de378a443fef9d1f85b1184","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-11-03T13:26:45.968995Z","last_pushed":"2023-11-03T13:26:45.722706Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:41abe3d22314f559a0eec3d117409058a1e836ac324224903b4f0f0025e666f8","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-11-03T13:26:46.345888Z","last_pushed":"2023-11-03T13:26:46.135188Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:2a0288b562c7dd44fae90ea80f11dc17b6762ead1495dad9fb5c1ee131ae588e","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-11-03T13:26:45.561708Z","last_pushed":"2023-11-03T13:26:45.333085Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:92881b16a5806fe78ddc8f2a457169dbd9e691e3b90dd8ab5a970d620959c448","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-11-03T13:26:44.7251Z","last_pushed":"2023-11-03T13:26:44.482227Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:c48675cee6cdc42cffeee1fedfac03e812517130d86bed073811180ad637fb82","os":"unknown","os_features":"","os_version":null,"size":1620,"status":"inactive","last_pulled":"2023-11-03T13:26:45.168873Z","last_pushed":"2023-11-03T13:26:44.906671Z"}],"last_updated":"2023-11-03T13:27:08.628238Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-4cb48aab1d-alpine","repository":13960714,"full_size":16358122,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-03T13:26:48.831653Z","tag_last_pushed":"2023-11-03T13:27:08.628238Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:3b474bf05956c55445b70d7c02567bfa2dbb43dd929f0274003b8a1a6c6fe026"},{"creator":14974280,"id":541979933,"images":[{"architecture":"arm","features":"","variant":"v7","digest":"sha256:51e18b7fbfefd1a81d967a228a89256d247f35dc73eebffd4bb51d204395a1a0","os":"linux","os_features":"","os_version":null,"size":13050559,"status":"inactive","last_pulled":"2023-11-03T12:15:18.254449Z","last_pushed":"2023-11-03T12:15:18.037584Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:3cab3047d2ea928ac56fe3a1a0643e86feb53d17bc4ebb13fb2d078b3622e872","os":"linux","os_features":"","os_version":null,"size":12999321,"status":"inactive","last_pulled":"2023-11-03T12:15:17.937934Z","last_pushed":"2023-11-03T12:15:17.671282Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:ab5647d5683f5cb12321ed609d85ad65a5ba2396712adc293b7971a2f6a39dbc","os":"linux","os_features":"","os_version":null,"size":13884742,"status":"inactive","last_pulled":"2023-11-03T12:15:17.576829Z","last_pushed":"2023-11-03T12:15:17.296252Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:a688d65403da8fc0f8f15c09562e98536d008f1faf48d996f3c7c7b860e43145","os":"linux","os_features":"","os_version":null,"size":13108538,"status":"inactive","last_pulled":"2023-11-03T12:15:16.735003Z","last_pushed":"2023-11-03T12:15:16.527632Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:18a738d73841289e436e64991eef1c02f8499e72e21d33f9aa735d58b63f87bb","os":"linux","os_features":"","os_version":null,"size":13182428,"status":"inactive","last_pulled":"2023-11-03T12:15:18.631271Z","last_pushed":"2023-11-03T12:15:18.415067Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:39267f50dee1241375e4f5abc61996d2a0349fe2ab2631948515a03f7db5eb17","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-11-03T12:15:15.638135Z","last_pushed":"2023-11-03T12:15:15.390318Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:39c73cf9fb90349fc3c8b676808922dde005c4795ad8372499d3dded61a7286b","os":"unknown","os_features":"","os_version":null,"size":1587,"status":"inactive","last_pulled":"2023-11-03T12:15:17.180209Z","last_pushed":"2023-11-03T12:15:16.88621Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:63aa1464721436a2ca6977cd85c2ee7a2235d6363a6f3aedf34bb66d57ab681f","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-11-03T12:15:16.387606Z","last_pushed":"2023-11-03T12:15:16.142244Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:3d10ca84d654effd06acf1ed1143a5533ed4dfce08684d8400edd7441bd13665","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-11-03T12:15:19.25941Z","last_pushed":"2023-11-03T12:15:18.830679Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:e9d340cf36fc6e43bd9e827497cc28b995d26e92fa2da3ffabd9760104cc335c","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-11-03T12:15:16.082057Z","last_pushed":"2023-11-03T12:15:15.77208Z"}],"last_updated":"2023-11-03T12:15:38.851705Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-d284aeb545","repository":13960714,"full_size":13050559,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-03T13:26:57.743844Z","tag_last_pushed":"2023-11-03T12:15:38.851705Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:f52b636737a91c9727457006cdacbe0f322ea76c238adc43dc0875eaff764f11"},{"creator":14974280,"id":541979912,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:81c7b6651e7eb134ca10097a090851d03b17d3a9dd4f18eb0fdf3afb2d563ef6","os":"linux","os_features":"","os_version":null,"size":16357971,"status":"inactive","last_pulled":"2023-11-03T12:15:14.572793Z","last_pushed":"2023-11-03T12:15:14.355395Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:10d4049ac5f380ee58810604ba9dda7bd26d1ac08cacbe836149c6be52f09c9f","os":"linux","os_features":"","os_version":null,"size":16111775,"status":"inactive","last_pulled":"2023-11-03T12:15:14.242374Z","last_pushed":"2023-11-03T12:15:14.000552Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:67f70a27800771d7cbb41c59922db80a22954ff0f4b1c5ae47df53f20c10e3f8","os":"linux","os_features":"","os_version":null,"size":16494702,"status":"inactive","last_pulled":"2023-11-03T12:15:13.891186Z","last_pushed":"2023-11-03T12:15:13.620752Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:0fe3d842adf79046bc28454f271ff544357d3ad7a26a16e682ed38ce85fadb90","os":"linux","os_features":"","os_version":null,"size":17448644,"status":"inactive","last_pulled":"2023-11-03T12:15:15.293378Z","last_pushed":"2023-11-03T12:15:14.708035Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:8c5e16e68ff5a25a7aa5ef73109cc1bf6e2b5ac41deebb19157d7cab73fe5300","os":"linux","os_features":"","os_version":null,"size":16618939,"status":"inactive","last_pulled":"2023-11-03T12:15:13.152825Z","last_pushed":"2023-11-03T12:15:12.914144Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:717bd0590fe8aa7e809764b19345660266025c15b9a6b4451212305c8aeab04b","os":"unknown","os_features":"","os_version":null,"size":1770,"status":"inactive","last_pulled":"2023-11-03T12:15:12.788406Z","last_pushed":"2023-11-03T12:15:12.57359Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:cb325f9cf5dda528f2229fed10dab8a2468130e56c467087876089e3d84c196c","os":"unknown","os_features":"","os_version":null,"size":1770,"status":"inactive","last_pulled":"2023-11-03T12:15:13.525272Z","last_pushed":"2023-11-03T12:15:13.259155Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:ee5476839fb40ee8da935dd179c02f16c6c889b3f12d2a392767329f4b441ec5","os":"unknown","os_features":"","os_version":null,"size":1609,"status":"inactive","last_pulled":"2023-11-03T12:15:11.972032Z","last_pushed":"2023-11-03T12:15:11.712563Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:8a2e0c3891c28abf38f60a8304e010bfa9bab85caff487852b9dedab75ac1bd3","os":"unknown","os_features":"","os_version":null,"size":1609,"status":"inactive","last_pulled":"2023-11-03T12:15:12.390136Z","last_pushed":"2023-11-03T12:15:12.151547Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:2e7cb1b6a3311fc3e727dcc6d461a889266d7aee76ff19e20ee7b913df2e1d8b","os":"unknown","os_features":"","os_version":null,"size":1619,"status":"inactive","last_pulled":"2023-11-03T12:15:15.415756Z","last_pushed":"2023-11-03T12:15:15.130366Z"}],"last_updated":"2023-11-03T12:15:36.84177Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-d284aeb545-alpine","repository":13960714,"full_size":16357971,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-03T13:26:48.234811Z","tag_last_pushed":"2023-11-03T12:15:36.84177Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:69908fcdc6770ed42f7fa99844aa43eed7fd486df1e09d999d6fb077345d77f9"},{"creator":14974280,"id":541945771,"images":[{"architecture":"arm64","features":"","variant":null,"digest":"sha256:04fc17e99327f430a625572f82e3a6320ab69abdec8295159b7ee46abd94b8f4","os":"linux","os_features":"","os_version":null,"size":12997964,"status":"inactive","last_pulled":"2023-11-03T11:01:45.882865Z","last_pushed":"2023-11-03T11:01:30.743046Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:1367a6de248f657913e68c20178d13913a42b617876b1abdbaf268ece957182c","os":"linux","os_features":"","os_version":null,"size":13884958,"status":"inactive","last_pulled":"2023-11-03T12:03:01.099696Z","last_pushed":"2023-11-03T11:01:31.568156Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:83aa203128ce207f2644dcaf73e8ae2543b8bb612e45365bb4422555640e2eb1","os":"linux","os_features":"","os_version":null,"size":13108944,"status":"inactive","last_pulled":"2023-11-03T11:01:31.360672Z","last_pushed":"2023-11-03T11:01:30.359229Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:3aa0759b9f7f993fb25761b2798080530a736c88efbed43c4e9fc4b8ee06cd50","os":"linux","os_features":"","os_version":null,"size":13182506,"status":"inactive","last_pulled":"2023-11-03T11:01:32.505013Z","last_pushed":"2023-11-03T11:01:32.227474Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:d4a1d6d973e41e4052024d1ccc684bed8d702c516bc2c0c1f71f760a2e368504","os":"unknown","os_features":"","os_version":null,"size":1586,"status":"inactive","last_pulled":"2023-11-03T11:01:29.777379Z","last_pushed":"2023-11-03T11:01:29.517266Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:5aa9e0b3011e01436669bcfded4085b2aa20eb97c34b17ca1a0ea8f6dc9d3090","os":"unknown","os_features":"","os_version":null,"size":1574,"status":"inactive","last_pulled":"2023-11-03T11:01:30.167321Z","last_pushed":"2023-11-03T11:01:29.891185Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:caf61c9379f6e02dab6111d07ea4383bf45e1fe15fdfbf19026439df517b440e","os":"unknown","os_features":"","os_version":null,"size":1574,"status":"inactive","last_pulled":"2023-11-03T11:01:29.724378Z","last_pushed":"2023-11-03T11:01:29.116428Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:c1d0930e5274e499cda117918382170fd26458f17b863aceba5380e2efa1ec8f","os":"unknown","os_features":"","os_version":null,"size":1582,"status":"inactive","last_pulled":"2023-11-03T11:01:28.953723Z","last_pushed":"2023-11-03T11:01:28.700582Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:e5c4745331e404105924cd81ed24b2144d85692f599d75ad453cd5f30379dcf7","os":"unknown","os_features":"","os_version":null,"size":1582,"status":"inactive","last_pulled":"2023-11-03T11:01:28.587677Z","last_pushed":"2023-11-03T11:01:28.344371Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:fe0f11ae440278671833a161e0d2066b404d86de8377ec7aa7ad46824714fcd6","os":"linux","os_features":"","os_version":null,"size":13050355,"status":"inactive","last_pulled":"2023-11-03T11:01:31.390764Z","last_pushed":"2023-11-03T11:01:31.138714Z"}],"last_updated":"2023-11-03T11:01:53.1626Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-5ff006614f","repository":13960714,"full_size":13050355,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-03T12:03:01.099696Z","tag_last_pushed":"2023-11-03T11:01:53.1626Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:46fdad2f08e7d2976b09e479b98997d89130fe2ad1453563f3d4b4db87c042e1"},{"creator":14974280,"id":541945698,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:684e19cfcff25d37e2301dc54356b0646d7cc337d4e23d515594960162eda2d6","os":"linux","os_features":"","os_version":null,"size":16357772,"status":"inactive","last_pulled":"2023-11-03T11:01:22.366671Z","last_pushed":"2023-11-03T11:01:22.127203Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:62d6aa27e5af56515d62fb93cd2b3f0fe9dc4db8e9c09aa7321c8161b71198a4","os":"linux","os_features":"","os_version":null,"size":16111582,"status":"inactive","last_pulled":"2023-11-03T11:01:22.782796Z","last_pushed":"2023-11-03T11:01:22.522386Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:92c788986293dec9b48747472d9b736f0776ddddfbe57951065d33cb5ce3b4e6","os":"linux","os_features":"","os_version":null,"size":16493343,"status":"inactive","last_pulled":"2023-11-03T11:01:21.522656Z","last_pushed":"2023-11-03T11:01:21.206319Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:2c6883e3b37bba69d5bb1fcb0eaebc562e749843fa28700da4d18327bed4667e","os":"linux","os_features":"","os_version":null,"size":17448882,"status":"inactive","last_pulled":"2023-11-03T11:01:20.149226Z","last_pushed":"2023-11-03T11:01:19.912224Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:70cc66a90d68188cd6e10a4c15001f1ec26059e61e66603a10a7482c3c5defb5","os":"linux","os_features":"","os_version":null,"size":16619372,"status":"inactive","last_pulled":"2023-11-03T11:01:20.576095Z","last_pushed":"2023-11-03T11:01:20.328828Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:780ee353ea9adbee2f1b135231ea48f9c36fc3ed5be6938232ce957df99d1711","os":"unknown","os_features":"","os_version":null,"size":1770,"status":"inactive","last_pulled":"2023-11-03T11:01:23.542515Z","last_pushed":"2023-11-03T11:01:23.309234Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:77725ea999e013c94c8a3420ef0a456c7c19a5fc04ef2a77d5633fa83e9c193a","os":"unknown","os_features":"","os_version":null,"size":1770,"status":"inactive","last_pulled":"2023-11-03T11:01:21.024857Z","last_pushed":"2023-11-03T11:01:20.800121Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:f05cc64a1801b4db60c3f002af53b1e750926c38f34cbdafd2205c3898d0810a","os":"unknown","os_features":"","os_version":null,"size":1609,"status":"inactive","last_pulled":"2023-11-03T11:01:23.922289Z","last_pushed":"2023-11-03T11:01:23.686527Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:a5acbd51a3f1ceff4bedf61a6ab7d93776ef551337b63595d0dc0196cd82133d","os":"unknown","os_features":"","os_version":null,"size":1609,"status":"inactive","last_pulled":"2023-11-03T11:01:23.164563Z","last_pushed":"2023-11-03T11:01:22.899354Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:2b513c62f2a648dd267b3ef5ce66ff88fd67072d737182ccf56f3a8310ad5e2d","os":"unknown","os_features":"","os_version":null,"size":1619,"status":"inactive","last_pulled":"2023-11-03T11:01:24.314701Z","last_pushed":"2023-11-03T11:01:24.08367Z"}],"last_updated":"2023-11-03T11:01:45.799023Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-5ff006614f-alpine","repository":13960714,"full_size":16357772,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-03T12:15:15.304184Z","tag_last_pushed":"2023-11-03T11:01:45.799023Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:5a0716e18b9afaff280d86b7bba52a6f1a3c7c35f24dc6b74d866eb7b3bb34ce"},{"creator":14974280,"id":541148843,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:f255b238861c61e8d3013dab51c022ae3987bc2d91d64a7b107fda9ab0fcacb0","os":"linux","os_features":"","os_version":null,"size":13757570,"status":"inactive","last_pulled":"2023-11-03T11:56:37.564683Z","last_pushed":"2023-11-02T12:49:41.910506Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:e87c305a7fdb91d232d760467907d947c147c931586fca543ae316ab14e5b95b","os":"linux","os_features":"","os_version":null,"size":13000528,"status":"inactive","last_pulled":"2023-11-02T12:49:41.389242Z","last_pushed":"2023-11-02T12:49:41.161139Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:cf0c9ae5635a2aba752e756da293a60f27f3edfbe2cde227274b0fc5fdb95b7c","os":"linux","os_features":"","os_version":null,"size":13064691,"status":"inactive","last_pulled":"2023-11-02T12:49:44.089008Z","last_pushed":"2023-11-02T12:49:43.824229Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:51daf67acd70b2c46a4848046f0c9ce41f057304d75365d8103ad184a3546855","os":"unknown","os_features":"","os_version":null,"size":1585,"status":"inactive","last_pulled":"2023-11-02T12:49:43.319112Z","last_pushed":"2023-11-02T12:49:43.096196Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:13b00c12b42ef40da7b64520287b77891c2c5ef200d2a0cb44461f6bd4825755","os":"unknown","os_features":"","os_version":null,"size":1573,"status":"inactive","last_pulled":"2023-11-02T12:49:43.057637Z","last_pushed":"2023-11-02T12:49:42.743115Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:3761bace9ec1fc8352e66f7a42d84a33cacb7e6b81ad98bb8a593f4ab8ffde8e","os":"unknown","os_features":"","os_version":null,"size":1573,"status":"inactive","last_pulled":"2023-11-02T12:49:41.726989Z","last_pushed":"2023-11-02T12:49:41.505019Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:7f12521347f415f2db6447a5c2ecc126cdadcfb5f18f58e326c431a1bd349f21","os":"unknown","os_features":"","os_version":null,"size":1581,"status":"inactive","last_pulled":"2023-11-02T12:49:43.696029Z","last_pushed":"2023-11-02T12:49:43.429991Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:9f24e25a315a9db0b72be4a3ed198b7760e8e7df100d11e440c23eb77f4adae9","os":"unknown","os_features":"","os_version":null,"size":1581,"status":"inactive","last_pulled":"2023-11-02T12:49:44.398192Z","last_pushed":"2023-11-02T12:49:44.184325Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:63b65ca66542300e0bb84086a31bf9f911de170efc8f1f5a04089f3b855ca27a","os":"linux","os_features":"","os_version":null,"size":12890864,"status":"inactive","last_pulled":"2023-11-03T14:13:06.612532Z","last_pushed":"2023-11-02T12:49:42.303629Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:23c11934dd3bd5c7bebb207cba492ae6c35a73bc0a6c2b48d9f7a573c6dc6b82","os":"linux","os_features":"","os_version":null,"size":12930769,"status":"inactive","last_pulled":"2023-11-02T12:49:40.940515Z","last_pushed":"2023-11-02T12:49:40.721283Z"}],"last_updated":"2023-11-02T12:50:03.818575Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-f270be4940","repository":13960714,"full_size":12930769,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-10T19:49:08.626666Z","tag_last_pushed":"2023-11-02T12:50:03.818575Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:4a4ec704c3a91690e9654f92dc4a7f7b46a2af92bcec8a3b3ad2c0383267ee83"},{"creator":14974280,"id":541148763,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:4459d7d0d52de553599ccb0175f462654dce750ef909d7cda354361783cff0e9","os":"linux","os_features":"","os_version":null,"size":16238186,"status":"inactive","last_pulled":"2023-11-02T12:49:31.254697Z","last_pushed":"2023-11-02T12:49:31.017253Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:cec1e793904b82b5a5e0b8c28c1eb2c67b3734ddeb50c914200ce654cb43b77a","os":"linux","os_features":"","os_version":null,"size":15991987,"status":"inactive","last_pulled":"2023-11-02T12:49:30.735206Z","last_pushed":"2023-11-02T12:49:30.307672Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:9471fc45cae26400876df1dc7ea3693694cec204d54c479ff57cc59942e14604","os":"linux","os_features":"","os_version":null,"size":16386329,"status":"inactive","last_pulled":"2023-11-03T08:24:15.683226Z","last_pushed":"2023-11-02T12:49:29.857748Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:1ff828e0e23ebb75811ca26faa7873eef7f8999ec9b149daeb288723b9eb11bb","os":"linux","os_features":"","os_version":null,"size":17321471,"status":"inactive","last_pulled":"2023-11-02T20:56:00.21122Z","last_pushed":"2023-11-02T12:49:29.46715Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:d5a0c9ce5adffddcbbd508837d39ff047a6e847132bb21be35d09c8b3f241922","os":"linux","os_features":"","os_version":null,"size":16510948,"status":"inactive","last_pulled":"2023-11-02T12:49:29.324054Z","last_pushed":"2023-11-02T12:49:29.065092Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:398d49a9f387d0b370eae73b37f792651ad1f9e403d6b67e58c01fcd365e1694","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-11-02T12:49:30.910587Z","last_pushed":"2023-11-02T12:49:30.662701Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:a01add7a3b91fb93156a9142052af2181a8f9bd1804ea09d266ffa92c6299df5","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-11-02T12:49:28.633223Z","last_pushed":"2023-11-02T12:49:28.314926Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:416cf0017a16116ffa73308b91e6940af61da8b77e740c294c5f91c0dc7c1741","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-11-02T12:49:28.182637Z","last_pushed":"2023-11-02T12:49:27.946564Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:feb578ddb3e43a0f3bdad349bc17c02c4f296dbf6b83ec2be00aa7eb23650967","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-11-02T12:49:29.02726Z","last_pushed":"2023-11-02T12:49:28.698555Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:77d6b33921413245a502c49d3f35df16debd32e321f7dd97c3a9741bb62fbfae","os":"unknown","os_features":"","os_version":null,"size":1620,"status":"inactive","last_pulled":"2023-11-02T12:49:31.778128Z","last_pushed":"2023-11-02T12:49:31.439333Z"}],"last_updated":"2023-11-02T12:49:52.998704Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-f270be4940-alpine","repository":13960714,"full_size":16238186,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-03T11:01:24.241801Z","tag_last_pushed":"2023-11-02T12:49:52.998704Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:b82f6aeb7155c3414c224dbc44cbe6ac9db999611f17ed6a6309f517fa88005a"},{"creator":14974280,"id":541112611,"images":[{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:9311261f6f0342a4a0b4fa8ed3093b693adc78cabc2be4fe2bfad50dd73368cb","os":"linux","os_features":"","os_version":null,"size":13064555,"status":"inactive","last_pulled":"2023-11-02T11:36:57.613851Z","last_pushed":"2023-11-02T11:36:57.394944Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:351bdf41eb9eb32345bab6ab65ac24d9d6c940f8285ebbb7ba92cc4eed574221","os":"unknown","os_features":"","os_version":null,"size":1587,"status":"inactive","last_pulled":"2023-11-02T11:37:00.082605Z","last_pushed":"2023-11-02T11:36:59.848942Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:df5d8749d81b31fee1936ab5157bb4678626d8838026ae836b2c9a2454918543","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-11-02T11:36:59.675242Z","last_pushed":"2023-11-02T11:36:59.425996Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:7ed871c78649a20c3c82ab7fe149d64c92f08c89e8fe32bc5ba095d261b7e90b","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-11-02T11:37:00.425754Z","last_pushed":"2023-11-02T11:37:00.217281Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:46a7eed589a758616dc76854d1507911c9f54ced693f32248cdc37c3273393d3","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-11-02T11:36:58.895972Z","last_pushed":"2023-11-02T11:36:58.663012Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:1e3e3074907af718439aad2b5556bd95cccfc53ddac64119d4924eed8d11cce3","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-11-02T11:37:01.339221Z","last_pushed":"2023-11-02T11:37:01.100002Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:f4dbd1a48b72537e15d14fbd79cf8e385d94dbb6a777cb116efcee8122f7376d","os":"linux","os_features":"","os_version":null,"size":12930638,"status":"inactive","last_pulled":"2023-11-02T11:36:58.487126Z","last_pushed":"2023-11-02T11:36:58.218894Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:474e26769d50aa2ae637ef353e1f0b85a70f4a740ae07a457be869ac8d02e992","os":"linux","os_features":"","os_version":null,"size":12890733,"status":"inactive","last_pulled":"2023-11-02T11:36:58.190253Z","last_pushed":"2023-11-02T11:36:57.828876Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:cd780da948a63e97630dbe4528fb0e8206a0056caa4f5409d7f74f4f6e414ad7","os":"linux","os_features":"","os_version":null,"size":13757475,"status":"inactive","last_pulled":"2023-11-02T11:37:00.936441Z","last_pushed":"2023-11-02T11:37:00.67426Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:32be6b179afc671a1713aee8bb1e8759dd1cea1193c421740a4b2f894c234587","os":"linux","os_features":"","os_version":null,"size":13000388,"status":"inactive","last_pulled":"2023-11-02T11:36:59.260616Z","last_pushed":"2023-11-02T11:36:59.027835Z"}],"last_updated":"2023-11-02T11:37:20.994583Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-dbed835b6d","repository":13960714,"full_size":12930638,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-02T12:49:44.350433Z","tag_last_pushed":"2023-11-02T11:37:20.994583Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:d595138ada15e3ff25019688b8808ac38660e31a08fd721f5ea2efa327472e12"},{"creator":14974280,"id":541112532,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:cec8abf01081953ddfcc44255e311d8bc5c14c46562b84763f7842a58cc2b0ae","os":"linux","os_features":"","os_version":null,"size":16238044,"status":"inactive","last_pulled":"2023-11-02T11:36:49.276585Z","last_pushed":"2023-11-02T11:36:49.061784Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:c16afa7b53e3afcb21b2af0ca7c8c46391c3f05073966f3c8cd4ae159def3aa3","os":"linux","os_features":"","os_version":null,"size":15991859,"status":"inactive","last_pulled":"2023-11-02T11:36:48.191489Z","last_pushed":"2023-11-02T11:36:47.845241Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:3f2b76fd1f08484be366bb1edad9dc7dec81a50409bcd10eb929a4dc9c241ab2","os":"linux","os_features":"","os_version":null,"size":16386108,"status":"inactive","last_pulled":"2023-11-02T11:36:50.834529Z","last_pushed":"2023-11-02T11:36:50.543106Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:3a2f85ed23401bd8c1b9bf98b797c11b6856626884009f3e0ae140a91ff815e3","os":"linux","os_features":"","os_version":null,"size":17321378,"status":"inactive","last_pulled":"2023-11-02T11:36:47.759134Z","last_pushed":"2023-11-02T11:36:47.500872Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:3f1fc820b97de3de7da45279005aa80726ea3ce67c1f11d0871f9fcbee39b8e4","os":"linux","os_features":"","os_version":null,"size":16510799,"status":"inactive","last_pulled":"2023-11-02T11:36:50.070386Z","last_pushed":"2023-11-02T11:36:49.832117Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:2e7524e65034ed433e6c7424d022abeaa852b768dcfb3be81368981e79194e72","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-11-02T11:36:49.705558Z","last_pushed":"2023-11-02T11:36:49.489193Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:7d2473f6bb7df29255c64a01329d8b21101bd09313cfd7ebe31cefc309bf2cec","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-11-02T11:36:50.436438Z","last_pushed":"2023-11-02T11:36:50.208296Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:573e9416c03dc22d51bdc0d10b8b3b16960ed6b17719aca8683c26dcb8320c39","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-11-02T11:36:48.507614Z","last_pushed":"2023-11-02T11:36:48.207286Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:d082f6ddab515265746b54678b536f2bba0c0676a690476513d65a918ff74f2a","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-11-02T11:36:48.781953Z","last_pushed":"2023-11-02T11:36:48.582991Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:286483010fb285c90d3090b8a7d42ed87d9e828ad7cf627954562553a247d394","os":"unknown","os_features":"","os_version":null,"size":1620,"status":"inactive","last_pulled":"2023-11-02T11:36:51.27312Z","last_pushed":"2023-11-02T11:36:50.98834Z"}],"last_updated":"2023-11-02T11:37:12.742315Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-dbed835b6d-alpine","repository":13960714,"full_size":16238044,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-02T12:49:31.627585Z","tag_last_pushed":"2023-11-02T11:37:12.742315Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:d6e8bfdd17f63f817140e51696ab7278e17c85f709fc22879bb50bd37b7c0666"},{"creator":14974280,"id":540989398,"images":[{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:e680aef7b6d28e2874dde476dffddaa3402ec1e35e05911a4cf65ffebd173cc3","os":"linux","os_features":"","os_version":null,"size":13064557,"status":"inactive","last_pulled":"2023-11-02T07:42:03.128757Z","last_pushed":"2023-11-02T07:42:02.890683Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:4c0809401e7c1ddb9c992102ab74b647ac540fb8e6efe58fe3921d2fdfebeca7","os":"unknown","os_features":"","os_version":null,"size":1587,"status":"inactive","last_pulled":"2023-11-02T07:42:01.307537Z","last_pushed":"2023-11-02T07:42:01.067929Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:41e504ce765c7ede0f71d0e35401f9cfb016c0093dc67f9e2100838103e110ab","os":"linux","os_features":"","os_version":null,"size":12930647,"status":"inactive","last_pulled":"2023-11-02T07:42:02.42714Z","last_pushed":"2023-11-02T07:42:02.12381Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:612015bad4a0a5b5d4a0d5ba2ea26565976bb53e36153a559e9edec10bbda2b1","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-11-02T07:42:00.620515Z","last_pushed":"2023-11-02T07:42:00.337577Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:110c8720c1dfb4c2bd359c7ab7de6792d1d595f6eb94d05316333d523ee0fd9a","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-11-02T07:42:00.217078Z","last_pushed":"2023-11-02T07:41:59.927354Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:18cc2866812411e46c2166e9a100377958f6e5b063858ac80f549abb4a3a03b4","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-11-02T07:42:00.901191Z","last_pushed":"2023-11-02T07:42:00.67998Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:afb5dad5b5a4c075a27e3f3fffe8324e59a01a1a3aa05fe5ab85e2b6a6308072","os":"linux","os_features":"","os_version":null,"size":12890731,"status":"inactive","last_pulled":"2023-11-02T10:49:09.845486Z","last_pushed":"2023-11-02T07:42:02.562553Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:6e570c69364cca4c596148ebf9670e955bc30fff809d195c62f72c85e2e072db","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-11-02T07:42:03.427954Z","last_pushed":"2023-11-02T07:42:03.207529Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:21fff9547430a042e433e3e28f83746994c2dd2eec63b044da3090110b5850a7","os":"linux","os_features":"","os_version":null,"size":13757465,"status":"inactive","last_pulled":"2023-11-02T11:00:14.019898Z","last_pushed":"2023-11-02T07:42:01.789642Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:3c22a9cb4ac92c81589b166e410a6b2f72338aa1a9bef2e407dafae809eea1df","os":"linux","os_features":"","os_version":null,"size":13000383,"status":"inactive","last_pulled":"2023-11-02T07:42:01.71678Z","last_pushed":"2023-11-02T07:42:01.428508Z"}],"last_updated":"2023-11-02T07:42:24.336659Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-c75068920c","repository":13960714,"full_size":12930647,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-02T11:00:14.019898Z","tag_last_pushed":"2023-11-02T07:42:24.336659Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:ee0af0cd08e6da61015297b6bb42659e1a77ae56f444181ab3b4086464972d8a"},{"creator":14974280,"id":540989378,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:70a3374ee5f28a07c3e3dc81225dbb9ce78c1adda737c2caf1494ad30f027470","os":"linux","os_features":"","os_version":null,"size":16238042,"status":"inactive","last_pulled":"2023-11-02T07:41:56.766728Z","last_pushed":"2023-11-02T07:41:56.551761Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:99e7014f63275794c7fa0024d0ee28d556718041e8ce07a88cdf02292e205d34","os":"linux","os_features":"","os_version":null,"size":16510794,"status":"inactive","last_pulled":"2023-11-02T07:41:54.159296Z","last_pushed":"2023-11-02T07:41:53.89507Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:a4bbb1d015f77616b35335418a82a042bf14258067e7685a9446f17a107a63ac","os":"linux","os_features":"","os_version":null,"size":15991865,"status":"inactive","last_pulled":"2023-11-02T07:41:57.12219Z","last_pushed":"2023-11-02T07:41:56.90064Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:d3f7fda30a9d562c04e7fc8b573f3e71c66eaa35b534f163cec75f5891c7bcdf","os":"linux","os_features":"","os_version":null,"size":16386084,"status":"inactive","last_pulled":"2023-11-02T09:26:23.629318Z","last_pushed":"2023-11-02T07:41:56.226362Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:8769fb3fcc98cccc1efde2628849b2c106a96994ff95ef9010059dfa82ab128a","os":"linux","os_features":"","os_version":null,"size":17321382,"status":"inactive","last_pulled":"2023-11-02T07:41:54.478237Z","last_pushed":"2023-11-02T07:41:54.275331Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:bb4cc72f8df05c4d3a2701fb7c94d48a63bfc3b9053e5d48b2d673f6f5bcf72c","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-11-02T07:41:55.722414Z","last_pushed":"2023-11-02T07:41:55.487043Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:67d155b4643acc08d0d7c030caf9d8947c2a49fc9505de2173c7c64d288ba2b3","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-11-02T07:41:55.305506Z","last_pushed":"2023-11-02T07:41:55.086438Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:82d7c946e32a629ec2e4762fce018b847adc64a1312a816d83bf230600f1d49a","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-11-02T07:41:56.097211Z","last_pushed":"2023-11-02T07:41:55.871993Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:2c2bcc19d4d7de82c5351482ef483801144494d319acbaefed768007b1df3aeb","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-11-02T07:41:54.911735Z","last_pushed":"2023-11-02T07:41:54.686569Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:27e29a096d31e34328382eee6b72611fd19dbc5a4e7f671ff307280b39488150","os":"unknown","os_features":"","os_version":null,"size":1620,"status":"inactive","last_pulled":"2023-11-02T07:41:57.458218Z","last_pushed":"2023-11-02T07:41:57.248072Z"}],"last_updated":"2023-11-02T07:42:21.587738Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-c75068920c-alpine","repository":13960714,"full_size":16238042,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-02T11:36:51.220707Z","tag_last_pushed":"2023-11-02T07:42:21.587738Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:b0a7a48d8c61daaac70f210098f7651b0411f497d0afd60ebf238956cae2541d"},{"creator":14974280,"id":540913394,"images":[{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:84ffc7e8cdf39649a5c134a334991ecaa6a5f1d61b0e7cf2f921e42727ff5ed6","os":"linux","os_features":"","os_version":null,"size":13000376,"status":"inactive","last_pulled":"2023-11-02T03:46:43.064045Z","last_pushed":"2023-11-02T03:46:42.838977Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:d937763744997e1bd1ba204f9fdd65b0233e4af120b33b8fb4ad9242880b4d32","os":"linux","os_features":"","os_version":null,"size":13064565,"status":"inactive","last_pulled":"2023-11-02T03:46:41.03179Z","last_pushed":"2023-11-02T03:46:40.804054Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:e44bfa6a2dbe30dd5c4cd9595291da1dc7e312a3fff17687f26408b735572c01","os":"unknown","os_features":"","os_version":null,"size":1586,"status":"inactive","last_pulled":"2023-11-02T03:46:42.318144Z","last_pushed":"2023-11-02T03:46:42.047624Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:ed060c667d27d8da1ccde56ab72a910bf044638b67ff41c123551b0ee34e8b1c","os":"unknown","os_features":"","os_version":null,"size":1574,"status":"inactive","last_pulled":"2023-11-02T03:46:41.928338Z","last_pushed":"2023-11-02T03:46:41.639786Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:fb28c51f6408681c60870685238d1e05f4346a4656de6a600872f5d1c2c3bcc6","os":"unknown","os_features":"","os_version":null,"size":1574,"status":"inactive","last_pulled":"2023-11-02T03:46:42.712933Z","last_pushed":"2023-11-02T03:46:42.456987Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:af7007824d59e1abbf006e475c08dbcc27f54ec1b8bad339d2bdab090e8d557f","os":"unknown","os_features":"","os_version":null,"size":1582,"status":"inactive","last_pulled":"2023-11-02T03:46:41.422685Z","last_pushed":"2023-11-02T03:46:41.192464Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:77f4c74092dd4510792defb580b37f07fa8602f567161c0d3c207eb9c4f81942","os":"unknown","os_features":"","os_version":null,"size":1582,"status":"inactive","last_pulled":"2023-11-02T03:46:44.643559Z","last_pushed":"2023-11-02T03:46:44.417589Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:87ba50dabd24a4bfb7e5355501ad84a7c74702ca0253e7a000d850868e7ab05b","os":"linux","os_features":"","os_version":null,"size":12930638,"status":"inactive","last_pulled":"2023-11-02T03:46:43.824818Z","last_pushed":"2023-11-02T03:46:43.568577Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:b7be1cd9ac2d0e74572cc16148a036ab1e565f1d176831d60a693a8aa4d35606","os":"linux","os_features":"","os_version":null,"size":12890728,"status":"inactive","last_pulled":"2023-11-02T19:59:16.535216Z","last_pushed":"2023-11-02T03:46:44.014638Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:f322da4b4571adffc3cac32782c86e440a4144221c43ed3fda4c807600294776","os":"linux","os_features":"","os_version":null,"size":13757476,"status":"active","last_pulled":"2023-11-05T18:15:02.170854Z","last_pushed":"2023-11-02T03:46:43.222568Z"}],"last_updated":"2023-11-02T03:47:04.524235Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-de53b906e8","repository":13960714,"full_size":12930638,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-05T18:15:02.170854Z","tag_last_pushed":"2023-11-02T03:47:04.524235Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:0b3b78343be98f1c55a6bf6626558985f91b56a5ffa522927928f45df18d0085"},{"creator":14974280,"id":540913361,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:ca8a1bc789557ebd25f5175d7b872f7596ef13b645f4df87d5de9ca0d31b069c","os":"linux","os_features":"","os_version":null,"size":16238047,"status":"inactive","last_pulled":"2023-11-02T03:46:34.394041Z","last_pushed":"2023-11-02T03:46:34.137299Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:946792e5503f4b5e73da75f87316988d4f6b7695d4d21a37cd00a8c9d5590983","os":"linux","os_features":"","os_version":null,"size":15991866,"status":"inactive","last_pulled":"2023-11-02T03:46:33.997781Z","last_pushed":"2023-11-02T03:46:33.747559Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:8c6e81f0aeb3a3e470bd48d47b5200134c60373727fee30c8833fca80b291e9d","os":"linux","os_features":"","os_version":null,"size":16386097,"status":"inactive","last_pulled":"2023-11-02T03:46:33.621474Z","last_pushed":"2023-11-02T03:46:33.399236Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:566cf85d28c23849be4140ba2a784c09fee8ef723f1ad28ccb843e0790a889de","os":"linux","os_features":"","os_version":null,"size":17321387,"status":"inactive","last_pulled":"2023-11-02T03:46:34.781551Z","last_pushed":"2023-11-02T03:46:34.475336Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:9635f439b3254389870897838880aaaea4cb4632dd503ccd39aea43271600a6a","os":"linux","os_features":"","os_version":null,"size":16510796,"status":"inactive","last_pulled":"2023-11-02T03:46:32.771367Z","last_pushed":"2023-11-02T03:46:32.490913Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:6d01d66ec80a983d483a744b34d6da8174cd96a7d2176b21e1c4973fb8f6ee47","os":"unknown","os_features":"","os_version":null,"size":1770,"status":"inactive","last_pulled":"2023-11-02T03:46:32.310836Z","last_pushed":"2023-11-02T03:46:32.100334Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:82a0f09b3a3d48912f77d32bf0d790be75f7bb850d1a9000d6bf27285f36816c","os":"unknown","os_features":"","os_version":null,"size":1770,"status":"inactive","last_pulled":"2023-11-02T03:46:33.12393Z","last_pushed":"2023-11-02T03:46:32.844266Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:8b484381c286123570cb79fe99842f57df8fc633df489aff2e6e4e81d902005c","os":"unknown","os_features":"","os_version":null,"size":1609,"status":"inactive","last_pulled":"2023-11-02T03:46:31.60909Z","last_pushed":"2023-11-02T03:46:31.346333Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:56d3102c7f14f3e875c5e7840a7bdb7aa427c057b79cc4370406f6a32291e7f7","os":"unknown","os_features":"","os_version":null,"size":1609,"status":"inactive","last_pulled":"2023-11-02T03:46:31.986839Z","last_pushed":"2023-11-02T03:46:31.732201Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:073b514e07a89131c82772cb1b7dc12aa1d53138649d9ae092e69e2f4ba69674","os":"unknown","os_features":"","os_version":null,"size":1619,"status":"inactive","last_pulled":"2023-11-02T03:46:35.092156Z","last_pushed":"2023-11-02T03:46:34.867833Z"}],"last_updated":"2023-11-02T03:46:56.353083Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-de53b906e8-alpine","repository":13960714,"full_size":16238047,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-02T07:41:57.519482Z","tag_last_pushed":"2023-11-02T03:46:56.353083Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:c5a1ba8acc8c737ce70f041333ee8b456d293c7b58ac64d7d93ced987dba929c"},{"creator":14974280,"id":540869804,"images":[{"architecture":"arm","features":"","variant":"v7","digest":"sha256:8087517fc3229e26c6802803a4054635760d91487d4b4b13f93c2abf2c65d8df","os":"linux","os_features":"","os_version":null,"size":12931561,"status":"inactive","last_pulled":"2023-11-02T02:13:54.517412Z","last_pushed":"2023-11-02T02:13:54.265804Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:2582fcb306eb3802e12f6d2674b8832e0c2937f357f04ebacc9fabd8392214e8","os":"linux","os_features":"","os_version":null,"size":13064227,"status":"inactive","last_pulled":"2023-11-02T02:13:52.749864Z","last_pushed":"2023-11-02T02:13:52.468679Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:eb08a606d75105156fc313a3fb82ed3b5d3fa7a73c74452a5ab86bdc8368aab7","os":"unknown","os_features":"","os_version":null,"size":1587,"status":"inactive","last_pulled":"2023-11-02T02:13:51.444334Z","last_pushed":"2023-11-02T02:13:51.226558Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:0b7b00f68463d1a9ac716ed80c215f0b081f75b191cfa78b28a1467a82e1f129","os":"linux","os_features":"","os_version":null,"size":12889810,"status":"inactive","last_pulled":"2023-11-02T02:13:50.439515Z","last_pushed":"2023-11-02T02:13:50.185512Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:691afe4cdb7a7edced7b7657df790414e1d6da3b1b76c07822ef334ab1ec8b26","os":"linux","os_features":"","os_version":null,"size":13756571,"status":"inactive","last_pulled":"2023-11-02T02:13:53.137267Z","last_pushed":"2023-11-02T02:13:52.858837Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:f7e32627ed2ed39b053cabe95853d73d19c17add92639b3336aa6929c4b5465b","os":"linux","os_features":"","os_version":null,"size":13001351,"status":"inactive","last_pulled":"2023-11-02T02:13:51.083444Z","last_pushed":"2023-11-02T02:13:50.868046Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:4b9332644f36ed6286f428d6abbe7c24a75f884ff25ff28c3670dea9b272d76c","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-11-02T02:13:53.539953Z","last_pushed":"2023-11-02T02:13:53.29454Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:8320acfc3993505fdd8246ba299eaec2b82c4ef6f0dca828c183f7b5af2e41e8","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-11-02T02:13:50.809505Z","last_pushed":"2023-11-02T02:13:50.517085Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:c6a1a35478a6a3ef9ab567af1057910bef84d0c5c6c8304305faa8030cc8a3b7","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-11-02T02:13:52.297Z","last_pushed":"2023-11-02T02:13:52.06116Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:4e3d38b44ecd6069f90c090232bca6404dd3e7db1991bae0105598ad2c3f0499","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-11-02T02:13:54.88209Z","last_pushed":"2023-11-02T02:13:54.626158Z"}],"last_updated":"2023-11-02T02:14:14.26177Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-3620c84da4","repository":13960714,"full_size":12931561,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-02T03:14:15.79561Z","tag_last_pushed":"2023-11-02T02:14:14.26177Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:38f98a1560360c647aaaa30f57732c817468b40d5e2905763387a092a81e8fb9"},{"creator":14974280,"id":540869702,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:b873c6d814e11f9f182dd64d3177adef93914816b211856fb56f5bbfcc72ccc8","os":"linux","os_features":"","os_version":null,"size":17320477,"status":"inactive","last_pulled":"2023-11-02T02:13:46.531967Z","last_pushed":"2023-11-02T02:13:46.246998Z"},{"architecture":"arm","features":"","variant":"v6","digest":"sha256:af9eced4d46593da08a4879c32a4faf7bfaec0e519b34de8baf289ac86be9495","os":"linux","os_features":"","os_version":null,"size":16238968,"status":"inactive","last_pulled":"2023-11-02T02:13:47.548382Z","last_pushed":"2023-11-02T02:13:47.322749Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:c6f63e72fe5a43278a1c9e7a9e3a8e0eb705fdfc745026d82a9eb01612b4b578","os":"linux","os_features":"","os_version":null,"size":15992785,"status":"inactive","last_pulled":"2023-11-02T02:13:47.180577Z","last_pushed":"2023-11-02T02:13:46.982059Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:0a575ede164823757f61da3476c3c7a36a924473b767f55fd56960f7fdff6ebc","os":"linux","os_features":"","os_version":null,"size":16385172,"status":"inactive","last_pulled":"2023-11-02T02:13:46.813655Z","last_pushed":"2023-11-02T02:13:46.582075Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:b4193a4d9266819e92498972db60142b41566941841ff804abc41855cabdf6b8","os":"linux","os_features":"","os_version":null,"size":16511754,"status":"inactive","last_pulled":"2023-11-02T02:13:45.727642Z","last_pushed":"2023-11-02T02:13:45.467047Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:9df9f15239937cae6cc9dad6962f93a6cc800dbdee0f3e19d9a2edce9c87283b","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-11-02T02:13:48.305164Z","last_pushed":"2023-11-02T02:13:48.091152Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:bb22065231ea4f3d1149f8ddbbaacef641a9c1972709a26feaf9d0f5e96247f7","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-11-02T02:13:48.649764Z","last_pushed":"2023-11-02T02:13:48.439447Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:d18b3293e15d0835964c402a428f5ff473bc0dfb3683a2c50b6a71cafd9cfa68","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-11-02T02:13:47.989481Z","last_pushed":"2023-11-02T02:13:47.729239Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:b342642d7905d8d1d1eccd6e622bdf2c5680629a5376e77a290a6259ac89e2bb","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-11-02T02:13:46.137282Z","last_pushed":"2023-11-02T02:13:45.880408Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:5793b8159b3b23923f019de5402cbdef2b1dbc81bb8d613324be144cbbfd062d","os":"unknown","os_features":"","os_version":null,"size":1620,"status":"inactive","last_pulled":"2023-11-02T02:13:49.031648Z","last_pushed":"2023-11-02T02:13:48.794266Z"}],"last_updated":"2023-11-02T02:14:10.196752Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-3620c84da4-alpine","repository":13960714,"full_size":16238968,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-02T03:46:35.059615Z","tag_last_pushed":"2023-11-02T02:14:10.196752Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:f3d4bdc3573ccd134a2526ffc05db39e944c7a7804e604871900cba5d4a02a21"},{"creator":14974280,"id":540734362,"images":[{"architecture":"arm","features":"","variant":"v7","digest":"sha256:27156e9701b6b8efd77f66d56d38cbd06b3f6ea6f08c79b0daa4e4c6a43e6fe8","os":"linux","os_features":"","os_version":null,"size":12929768,"status":"inactive","last_pulled":"2023-11-01T23:42:06.75389Z","last_pushed":"2023-11-01T23:42:06.539928Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:c3e1acabfcab2610b3e400bd4e9052ec9a55365be930991793159de8bdd94fcd","os":"linux","os_features":"","os_version":null,"size":12890003,"status":"inactive","last_pulled":"2023-11-01T23:42:06.329442Z","last_pushed":"2023-11-01T23:42:06.134601Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:728cb582538a0a956029f1ab4a82551c72d9553c560843845fe886578ab97fcb","os":"linux","os_features":"","os_version":null,"size":13755963,"status":"inactive","last_pulled":"2023-11-02T00:59:51.470293Z","last_pushed":"2023-11-01T23:42:05.667245Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:d4ae5d1137633be14e6d14815e43a1ca367bf2bb5f258214cbd0e4b2875fc03d","os":"linux","os_features":"","os_version":null,"size":12999477,"status":"inactive","last_pulled":"2023-11-01T23:42:05.469851Z","last_pushed":"2023-11-01T23:42:05.219592Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:5d56befb73f90c28808a68d431a8b5202581ef051764a49b6b28086fa3d54749","os":"linux","os_features":"","os_version":null,"size":13063821,"status":"inactive","last_pulled":"2023-11-01T23:42:07.183521Z","last_pushed":"2023-11-01T23:42:06.94526Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:51a6adb8328025a045e3efc7a7f6eb5aedcdfa658a8f8eaf92bef9aff58651dd","os":"unknown","os_features":"","os_version":null,"size":1586,"status":"inactive","last_pulled":"2023-11-01T23:42:04.647733Z","last_pushed":"2023-11-01T23:42:04.42129Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:1101ff19c47692fd44424b71519bd40f763b33f36395c0157fdf29fdf8a9ba07","os":"unknown","os_features":"","os_version":null,"size":1574,"status":"inactive","last_pulled":"2023-11-01T23:42:05.047137Z","last_pushed":"2023-11-01T23:42:04.796993Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:b1ca730d0201e10359efd38fc937f9dba2b16b60cb6f706c0a89523339321c16","os":"unknown","os_features":"","os_version":null,"size":1574,"status":"inactive","last_pulled":"2023-11-01T23:42:04.288768Z","last_pushed":"2023-11-01T23:42:04.074548Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:039f5b09144d3af10c8bc5b1d7dbc978013659021c94a1a89bbf0b0ddc3b5971","os":"unknown","os_features":"","os_version":null,"size":1582,"status":"inactive","last_pulled":"2023-11-01T23:42:03.950609Z","last_pushed":"2023-11-01T23:42:03.703255Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:ceb55afb9f9d888c6522f7b89d1568b16fd6765db870afffdee38780f8e775ac","os":"unknown","os_features":"","os_version":null,"size":1582,"status":"inactive","last_pulled":"2023-11-01T23:42:03.573201Z","last_pushed":"2023-11-01T23:42:03.344357Z"}],"last_updated":"2023-11-01T23:42:26.633287Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-ec62a1d0c6","repository":13960714,"full_size":12929768,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-02T02:00:27.227235Z","tag_last_pushed":"2023-11-01T23:42:26.633287Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:723a611a50a7599515b2658910707aece9c45be4d826637dbfaa3fb9b9d7ba82"},{"creator":14974280,"id":540734172,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:ad99b5fce43f34716118e3d2725103a4a02b1f01e005d20bef68d32b29e9e247","os":"linux","os_features":"","os_version":null,"size":16237180,"status":"inactive","last_pulled":"2023-11-01T23:41:59.079477Z","last_pushed":"2023-11-01T23:41:58.818179Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:1fd0676a5c0ac0b066585a1f5471d2aa870833979d765b1a9a244d1a8f9551a6","os":"linux","os_features":"","os_version":null,"size":15990996,"status":"inactive","last_pulled":"2023-11-01T23:41:58.700949Z","last_pushed":"2023-11-01T23:41:58.44163Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:8337d9f59ea09e424baf7b1a535c4bc1652d85aea978461136dda935d00ab00d","os":"linux","os_features":"","os_version":null,"size":16385377,"status":"inactive","last_pulled":"2023-11-01T23:41:58.42224Z","last_pushed":"2023-11-01T23:41:58.101726Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:f28062ab25ce0d992060e12b0de15bd235e3dde0e514d6df1667109378f743a8","os":"linux","os_features":"","os_version":null,"size":17319860,"status":"inactive","last_pulled":"2023-11-01T23:41:57.94281Z","last_pushed":"2023-11-01T23:41:57.726567Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:b2d63dcb4181930f9cdd522de8a2a2b3ee348c3ba94c08a7fe5a4f8c2afb8244","os":"linux","os_features":"","os_version":null,"size":16509892,"status":"inactive","last_pulled":"2023-11-01T23:41:59.409641Z","last_pushed":"2023-11-01T23:41:59.194423Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:9b467bef04a439922fc446a41aa37e2012eedd079215b6faf5a32e84fd85b03a","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-11-01T23:41:57.196733Z","last_pushed":"2023-11-01T23:41:56.935741Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:a84ab9f1f652aa613da6868158142278fcaff80a11d686221f0cbb5cbed1a26f","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-11-01T23:41:57.588804Z","last_pushed":"2023-11-01T23:41:57.31229Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:5ea45a737ee1153131ad6f82ed2ae6d3b7d47c11cc67fb54f6492a92332a32b1","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-11-01T23:41:56.81568Z","last_pushed":"2023-11-01T23:41:56.565651Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:f379e5166978b7ab1d52de96e7b4ea29e21c268bb6e710483dcf01ba2bcf9476","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-11-01T23:41:56.545057Z","last_pushed":"2023-11-01T23:41:56.170378Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:8b1680010f29e3b62d748374d95c2ef59207af8ac518702b03dc65235fded81a","os":"unknown","os_features":"","os_version":null,"size":1620,"status":"inactive","last_pulled":"2023-11-01T23:41:56.099253Z","last_pushed":"2023-11-01T23:41:55.862373Z"}],"last_updated":"2023-11-01T23:42:21.092075Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-ec62a1d0c6-alpine","repository":13960714,"full_size":16237180,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-02T02:13:48.992939Z","tag_last_pushed":"2023-11-01T23:42:21.092075Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:9cb01940a30dab2227852d12e14de490b6f62bb974dac5315e1d78b720457c1c"},{"creator":14974280,"id":540499402,"images":[{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:8ba0284315cc870554bbed9f8dd29526d90620806082d6b4e179aea619e74e44","os":"linux","os_features":"","os_version":null,"size":16509875,"status":"inactive","last_pulled":"2023-11-01T16:40:23.914186Z","last_pushed":"2023-11-01T16:40:23.580296Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:3885d06e370e64dc39d01bebb01cba249b97dcee2c6101dd7741f3a9b97def9f","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-11-01T16:40:22.730204Z","last_pushed":"2023-11-01T16:40:22.39602Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:0c4d76ed2cec8dd9f9a56ecfd03380d25c0f9a75f5bdd6abd320803ab07331b0","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-11-01T16:40:22.386496Z","last_pushed":"2023-11-01T16:40:22.021125Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:078d39590b76718bd123e8bb84a0c9e2f48defb3add89b0e3cc454bc8da855dd","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-11-01T16:40:24.935194Z","last_pushed":"2023-11-01T16:40:24.683575Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:64ba0509a4d36043906c18cef1660305433adca6aebc5696e8daf7c1d1768d1c","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-11-01T16:40:24.217835Z","last_pushed":"2023-11-01T16:40:23.963534Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:88dd82b0e417bea6273a4e1d57b8fe852609ed0f88cf93559f932dcf26fbf850","os":"unknown","os_features":"","os_version":null,"size":1620,"status":"inactive","last_pulled":"2023-11-01T16:40:25.82457Z","last_pushed":"2023-11-01T16:40:25.584328Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:4cc5aa952a02397a336122a9089b4dcaa557a68f97a7edc9c7193a24767ff3e1","os":"linux","os_features":"","os_version":null,"size":17319861,"status":"inactive","last_pulled":"2023-11-01T20:56:04.418333Z","last_pushed":"2023-11-01T16:40:22.771086Z"},{"architecture":"arm","features":"","variant":"v6","digest":"sha256:1c3f426acf106dee472fef0b9c49873f9f7cb9a9a36dd021f2bf1e0039de10db","os":"linux","os_features":"","os_version":null,"size":16237166,"status":"inactive","last_pulled":"2023-11-01T16:40:24.573209Z","last_pushed":"2023-11-01T16:40:24.300916Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:dafcad20d39c415208d016bf5b81d0549275066610b0de6a32fb7375945657e2","os":"linux","os_features":"","os_version":null,"size":15990980,"status":"inactive","last_pulled":"2023-11-01T16:40:25.357238Z","last_pushed":"2023-11-01T16:40:25.145579Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:80675a14b284c0f0b7a93d9289abe73427a17a5781a4ed887c8c64d6f5eac132","os":"linux","os_features":"","os_version":null,"size":16385453,"status":"inactive","last_pulled":"2023-11-01T16:40:23.397561Z","last_pushed":"2023-11-01T16:40:23.191484Z"}],"last_updated":"2023-11-01T16:40:47.060632Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-abb2f280eb-alpine","repository":13960714,"full_size":16237166,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-01T23:41:59.355392Z","tag_last_pushed":"2023-11-01T16:40:47.060632Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:22cfaacacf5d9c499ca63046ebaba5cf97973401f708db87011ec276f7322eea"},{"creator":14974280,"id":540499333,"images":[{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:b84cf66e58fb479ba3870132da63c04396c903642c4cd79764f03e8728305fd0","os":"linux","os_features":"","os_version":null,"size":13063825,"status":"inactive","last_pulled":"2023-11-01T16:40:23.817068Z","last_pushed":"2023-11-01T16:40:23.069372Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:4a3a557d864176a508f31f10533f2ea772330da1f930016a72dd35c77a40f2fe","os":"unknown","os_features":"","os_version":null,"size":1587,"status":"inactive","last_pulled":"2023-11-01T16:40:22.327927Z","last_pushed":"2023-11-01T16:40:20.857898Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:ce86a1216e0a59ebb21832980d3cd431c691a58eaa007e641a0940672ff23036","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-11-01T16:40:21.5608Z","last_pushed":"2023-11-01T16:40:21.230625Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:8073f0b79db05b7d803c02038e776eeca196c0d27baad9cceff3b6bf1fc2c300","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-11-01T16:40:20.387454Z","last_pushed":"2023-11-01T16:40:20.106309Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:3a56458ce27f587d46df9fb5ec0cebf824143265387eb3f509e2dd23a50ab655","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-11-01T16:40:19.956758Z","last_pushed":"2023-11-01T16:40:19.724154Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:8ffda6e3c45963708f67f900b85be37d6084c04e79205420ccec27c57dbc01e8","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-11-01T16:40:20.759637Z","last_pushed":"2023-11-01T16:40:20.485233Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:dd6ddda2d4115beb0c412d70fe5b7659620b2db911e8ee1cfd95b632483b5e78","os":"linux","os_features":"","os_version":null,"size":12929768,"status":"inactive","last_pulled":"2023-11-01T16:40:22.573001Z","last_pushed":"2023-11-01T16:40:22.358866Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:c4c299053455bc3a78bd7b736d9f8966b6900d798af0801a23db9e4065e3fd47","os":"linux","os_features":"","os_version":null,"size":12890004,"status":"inactive","last_pulled":"2023-11-01T16:40:22.389098Z","last_pushed":"2023-11-01T16:40:22.007002Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:cd1939455ab57e487cf9b4dcb29b06bbcdd0d4757cbd5712434534e0fce4e531","os":"linux","os_features":"","os_version":null,"size":13755960,"status":"inactive","last_pulled":"2023-11-01T20:22:13.998438Z","last_pushed":"2023-11-01T16:40:22.728093Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:f08e4f2fd6fcf217b36acadce2e5ce6c37c137c7bf560816f1088778f57dbdb4","os":"linux","os_features":"","os_version":null,"size":12999474,"status":"inactive","last_pulled":"2023-11-01T16:40:21.86199Z","last_pushed":"2023-11-01T16:40:21.61797Z"}],"last_updated":"2023-11-01T16:40:44.710838Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-abb2f280eb","repository":13960714,"full_size":12929768,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-01T23:05:55.528159Z","tag_last_pushed":"2023-11-01T16:40:44.710838Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:88ead395e4c7af62d42455613d81dea0a8209b6e4920cbd5ddc1982706955833"},{"creator":14974280,"id":540480060,"images":[{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:04ace8bac7b9e3ed7ed0e40127762cf400aa37c701106fa03fca7184a6a7e029","os":"linux","os_features":"","os_version":null,"size":12999685,"status":"inactive","last_pulled":"2023-11-01T16:10:14.885155Z","last_pushed":"2023-11-01T16:10:14.499097Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:296bbca47f477b34e339fd4ddd1ad8399151548588e79670ed42cf7df8ca20a7","os":"linux","os_features":"","os_version":null,"size":13063643,"status":"inactive","last_pulled":"2023-11-01T16:10:13.051181Z","last_pushed":"2023-11-01T16:10:12.738716Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:5eaccc2f8e9eab8b36a0ca0373ef9e7ace97fa8897ea70feb37d9eed6f50a0ec","os":"unknown","os_features":"","os_version":null,"size":1587,"status":"inactive","last_pulled":"2023-11-01T16:10:12.220482Z","last_pushed":"2023-11-01T16:10:11.99146Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:92a2f935dd2cbb9d2535ac6ac2d7cccda36ea0526286b20b64b7402b8c4b2b6d","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-11-01T16:10:13.563973Z","last_pushed":"2023-11-01T16:10:13.316145Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:8e8bb5331e6eafef25fed1d45c3e7b7870872bd8bbe12d142f5128ff485726d3","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"active","last_pulled":"2023-11-11T17:17:57.294386Z","last_pushed":"2023-11-01T16:10:11.239872Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:5cc9c20f70168a3089d0f7c9d8861deac32ff47757f147632fd599a5d85550e7","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-11-01T16:10:11.925549Z","last_pushed":"2023-11-01T16:10:11.619462Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:8cf116acf91198fe4f7e9856bf3622ee4e0b963ff4ff2bccb9c55a1d52491b08","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-11-01T16:10:15.219377Z","last_pushed":"2023-11-01T16:10:14.879164Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:b9a3cda4bc537c14ceafdf4a96e6caf0db5c44c6abadb106b32a14b748b2b726","os":"linux","os_features":"","os_version":null,"size":12930485,"status":"inactive","last_pulled":"2023-11-01T16:10:13.910889Z","last_pushed":"2023-11-01T16:10:13.675477Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:bbacf28d2e77bd0e00b016957932109dc031c6c22c03def1de3f820944b3f652","os":"linux","os_features":"","os_version":null,"size":12890056,"status":"inactive","last_pulled":"2023-11-01T16:10:12.598225Z","last_pushed":"2023-11-01T16:10:12.347187Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:e3d13513dfb6d63073bdf02a0ff72668b4a248eea9215232f160ab8533fa7908","os":"linux","os_features":"","os_version":null,"size":13755728,"status":"active","last_pulled":"2023-11-11T17:17:57.026143Z","last_pushed":"2023-11-01T16:10:14.071631Z"}],"last_updated":"2023-11-01T16:10:35.915546Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-037703028e","repository":13960714,"full_size":12930485,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-11T17:17:57.294386Z","tag_last_pushed":"2023-11-01T16:10:35.915546Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:e65092a9aecccc33cb557f5e98c1fa1178bbda88fd312149aabf5dbbee55360f"},{"creator":14974280,"id":540480027,"images":[{"architecture":"arm","features":"","variant":"v7","digest":"sha256:f828fd5a043b232aef6366291871d095ae9dace987ef0ead174bfaaf8b044730","os":"linux","os_features":"","os_version":null,"size":15991701,"status":"inactive","last_pulled":"2023-11-01T16:10:07.667825Z","last_pushed":"2023-11-01T16:10:07.463685Z"},{"architecture":"arm","features":"","variant":"v6","digest":"sha256:a3a0f587f7e1fdc556e5838dba8def8eebf83d3e905598b8cfb22929cfc51253","os":"linux","os_features":"","os_version":null,"size":16237891,"status":"inactive","last_pulled":"2023-11-01T16:10:06.708316Z","last_pushed":"2023-11-01T16:10:06.453048Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:6c3a8c2376d8bbf453a6eaf362a3459f3df89c0e7e925c9f1341c11195a1e650","os":"linux","os_features":"","os_version":null,"size":16385422,"status":"inactive","last_pulled":"2023-11-01T16:10:09.405833Z","last_pushed":"2023-11-01T16:10:09.197528Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:843e3e9ec44f043af9c97abfc6d08fcc220b7679397865d6adc8aab1d58c9a4d","os":"linux","os_features":"","os_version":null,"size":17319694,"status":"active","last_pulled":"2023-11-11T17:18:23.370406Z","last_pushed":"2023-11-01T16:10:08.310516Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:235a45a2fe17f4de740f82f85ea66d5ff0090ff31328afec88128a5dc0402f4c","os":"linux","os_features":"","os_version":null,"size":16510092,"status":"inactive","last_pulled":"2023-11-01T16:10:10.336246Z","last_pushed":"2023-11-01T16:10:09.90678Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:a319f369581a944f574b8363c69d9f78aed708dff5e809adeedf09d9a24241a6","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-11-01T16:10:09.080157Z","last_pushed":"2023-11-01T16:10:08.811027Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:5f9a159f057ba72f1b7cf7729bb2b96811d50421cd224dff2e4b7cb7ace8a815","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-11-01T16:10:09.837499Z","last_pushed":"2023-11-01T16:10:09.551114Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:4b5e01adc5bdfc20e0fec2ebee7c60eb4cc00753caac57dbc6a57fa45b223020","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-11-01T16:10:08.182846Z","last_pushed":"2023-11-01T16:10:07.927877Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:11f3524a75657d613bf17100e362a5953ae9b8975c81b53266aece6fa75b32a3","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"active","last_pulled":"2023-11-11T17:18:34.802547Z","last_pushed":"2023-11-01T16:10:06.855015Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:a8456ca7ca0188682f89dd2b3093056c46be282b47068f7eb645d7088ae10ff2","os":"unknown","os_features":"","os_version":null,"size":1620,"status":"inactive","last_pulled":"2023-11-01T16:10:10.605352Z","last_pushed":"2023-11-01T16:10:10.326425Z"}],"last_updated":"2023-11-01T16:10:33.200865Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-037703028e-alpine","repository":13960714,"full_size":16237891,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-11T17:18:34.802547Z","tag_last_pushed":"2023-11-01T16:10:33.200865Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:64b51c817015b48d06f60edab546240933d5ab3f63cb600be0e68dfe74daa3f9"},{"creator":14974280,"id":540415227,"images":[{"architecture":"arm","features":"","variant":"v7","digest":"sha256:98b33a3b934a89f2995729df40fb1137cd00a43284557ca75b32855f5a9e0427","os":"linux","os_features":"","os_version":null,"size":12930486,"status":"inactive","last_pulled":"2023-11-01T15:37:06.511947Z","last_pushed":"2023-11-01T15:37:06.274805Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:a259227e8d1ba7d528c4708c563a7c0469adb78a90bb31c65eacba40085cbff1","os":"linux","os_features":"","os_version":null,"size":12999696,"status":"inactive","last_pulled":"2023-11-01T15:37:08.740356Z","last_pushed":"2023-11-01T15:37:08.316873Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:f1aab136a11d4e7628f03eb1703bced709b7960bfeb7943595ddc73cf1e09496","os":"linux","os_features":"","os_version":null,"size":12890057,"status":"inactive","last_pulled":"2023-11-01T15:37:06.144186Z","last_pushed":"2023-11-01T15:37:05.860092Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:8d0d78e8dd33c2ac4c079111abdf50b5fc069870e93a7effd90da06163b22661","os":"linux","os_features":"","os_version":null,"size":13755729,"status":"inactive","last_pulled":"2023-11-01T15:37:09.037697Z","last_pushed":"2023-11-01T15:37:08.756492Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:dc565d8c80d5b6c874fc379aea580ee861921f679fdad75e0d73c9ccfe783313","os":"linux","os_features":"","os_version":null,"size":13063627,"status":"inactive","last_pulled":"2023-11-01T15:37:09.433868Z","last_pushed":"2023-11-01T15:37:09.169198Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:d46c960168668f4b896f795fad73d9ca12db936ff4c2979a14614f30fea58806","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-11-01T15:37:08.126309Z","last_pushed":"2023-11-01T15:37:07.884379Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:1102c0f941778a41fb4cc7218a02b56c6751f88292f4319cdb73db0568c4fdc0","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-11-01T15:37:07.726254Z","last_pushed":"2023-11-01T15:37:07.463215Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:355aeb3f8aecdc5ff030fffb5cfa3f5fb978662061e8f1bf962ecd824d3b3f55","os":"unknown","os_features":"","os_version":null,"size":1587,"status":"inactive","last_pulled":"2023-11-01T15:37:07.318186Z","last_pushed":"2023-11-01T15:37:07.068628Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:8d6b094493aea2f35b0f36717c6e958d5c7f1292055a6e96fb46e9d232a8594f","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-11-01T15:37:06.927536Z","last_pushed":"2023-11-01T15:37:06.680572Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:09a4b81fa2f48dd81b4a54cd79ac3b2d08fc0cca00d1e8d3dea65becf14ea0ec","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-11-01T15:37:09.853852Z","last_pushed":"2023-11-01T15:37:09.607398Z"}],"last_updated":"2023-11-01T15:37:32.741863Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-ebe0307c6b","repository":13960714,"full_size":12930486,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-01T15:37:10.319356Z","tag_last_pushed":"2023-11-01T15:37:32.741863Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:b9047a79a04ffad5e629cca0819e8144ff6c244e8d63fe44d22802cf6ae52df6"},{"creator":14974280,"id":540415192,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:61fd5b6ab55564e11972a93e5e61a705ae88ce6f5d8eb1206d055c6825c47c20","os":"linux","os_features":"","os_version":null,"size":16237895,"status":"inactive","last_pulled":"2023-11-01T15:37:06.976325Z","last_pushed":"2023-11-01T15:37:06.72101Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:2ea481df04d5cba835561cc883ca502bd11eb628320205cb26ceff8102f2ca79","os":"linux","os_features":"","os_version":null,"size":15991707,"status":"inactive","last_pulled":"2023-11-01T15:37:07.277656Z","last_pushed":"2023-11-01T15:37:07.044791Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:864f7dbd9e83e1006c8e6a99c4ff9a5b8c6e13f685ca367ca74a2e6c22667552","os":"linux","os_features":"","os_version":null,"size":16510109,"status":"inactive","last_pulled":"2023-11-01T15:37:04.119531Z","last_pushed":"2023-11-01T15:37:03.879822Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:ca49b48a39bb6a67109dd6a9ec30d4eae686a26a7b11283e90c929dd8418e964","os":"linux","os_features":"","os_version":null,"size":17319632,"status":"inactive","last_pulled":"2023-11-01T15:37:06.224177Z","last_pushed":"2023-11-01T15:37:05.884961Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:a2e94306d080888ae1314a9850555344fbfcb1505225ea50c2f441bb51532d61","os":"linux","os_features":"","os_version":null,"size":16385424,"status":"inactive","last_pulled":"2023-11-01T15:37:06.579476Z","last_pushed":"2023-11-01T15:37:06.301708Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:cf6a37e1293cf83bb739a1b80073ed358de69e58c89bd05305bf975c99339725","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-11-01T15:37:05.359511Z","last_pushed":"2023-11-01T15:37:05.10748Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:f42889b0f4cc08c8aa224b4dbaa37a0de84417fa3de989f6b7726c7e27f33d87","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-11-01T15:37:04.90313Z","last_pushed":"2023-11-01T15:37:04.687933Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:cb48da690d51419e8b3b5a43bae8556c536ceb29d7786b52adf9dbbc07394099","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-11-01T15:37:05.782386Z","last_pushed":"2023-11-01T15:37:05.513691Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:6a2a984d25ad78a2b24a35f27411b70ae921df2ed4ec5608eb259b7a996a4351","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-11-01T15:37:04.640236Z","last_pushed":"2023-11-01T15:37:04.308054Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:ef86b2375a66200fb895c97e8004b2f960cc02d055d87a8b495cdfd7d0359ac6","os":"unknown","os_features":"","os_version":null,"size":1620,"status":"inactive","last_pulled":"2023-11-01T15:37:07.735763Z","last_pushed":"2023-11-01T15:37:07.495217Z"}],"last_updated":"2023-11-01T15:37:32.499265Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-ebe0307c6b-alpine","repository":13960714,"full_size":16237895,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-01T15:37:08.446224Z","tag_last_pushed":"2023-11-01T15:37:32.499265Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:4fa498c0471084114d4a28fe6e536ad5e5cbb922a9f0e6ec8d4a952a85952128"},{"creator":14974280,"id":540400558,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:0e0bba9010bf2fc8db6a19b5b2cdfe3dbff0983ff156a2190552f1abc2ddff3b","os":"linux","os_features":"","os_version":null,"size":16237741,"status":"inactive","last_pulled":"2023-11-01T14:42:19.590297Z","last_pushed":"2023-11-01T14:42:19.330735Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:c5b37977e7dac6a6cb5ef6292c654a8796f43c320e08be4f105b180b2fea3103","os":"linux","os_features":"","os_version":null,"size":15991563,"status":"inactive","last_pulled":"2023-11-01T14:42:16.804244Z","last_pushed":"2023-11-01T14:42:16.4309Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:c1b2337b48cb38cc28eca4dc7acff21c55670426243595c0665d2220242d9f32","os":"linux","os_features":"","os_version":null,"size":16385342,"status":"inactive","last_pulled":"2023-11-01T14:42:18.810798Z","last_pushed":"2023-11-01T14:42:18.560662Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:ba21cc9b7b451ee66e9854e4b0a880d2e3af9d66608d77549aececa86cdc1e7a","os":"linux","os_features":"","os_version":null,"size":17319026,"status":"inactive","last_pulled":"2023-11-01T14:42:18.060947Z","last_pushed":"2023-11-01T14:42:17.748729Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:082a1eb40169545416dadd07bed32d39a340b3f7be7a8e43363b3d0c72df853b","os":"linux","os_features":"","os_version":null,"size":16509566,"status":"inactive","last_pulled":"2023-11-01T14:42:18.398785Z","last_pushed":"2023-11-01T14:42:18.142035Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:d87dbbabd2d6a3134a6fd8b02b9e32fc5f4e9c96d588a589547e3c8a52b667ef","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-11-01T14:42:17.622766Z","last_pushed":"2023-11-01T14:42:17.381327Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:a1a0c6b23351b5fb8cd26b4bfaf6bdfeb7aa75034d7d4410b31fe0117538150e","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-11-01T14:42:17.242605Z","last_pushed":"2023-11-01T14:42:16.993499Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:93daeebe0d55da961c5ee4977e890a7f3087791abb88eca570676a697f0e3136","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-11-01T14:42:16.310772Z","last_pushed":"2023-11-01T14:42:16.085351Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:cbff8f1dce1a5db58e3d4009516bbe734dc5cf725b45cb407ad7eed5707a7e03","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-11-01T14:42:19.204027Z","last_pushed":"2023-11-01T14:42:18.955968Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:01cc9ce67f51e0fcad9ec9272bc017e24cb4716dda4dfddbea76ee6767c9d183","os":"unknown","os_features":"","os_version":null,"size":1620,"status":"inactive","last_pulled":"2023-11-01T14:42:20.111048Z","last_pushed":"2023-11-01T14:42:19.836677Z"}],"last_updated":"2023-11-01T14:42:46.140359Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-1f7c087074-alpine","repository":13960714,"full_size":16237741,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-01T14:42:20.61724Z","tag_last_pushed":"2023-11-01T14:42:46.140359Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:8639259921b3156aad1fc8e9c7ee842a6c5d4cf7292ba2f0b4e946f3e3a89199"},{"creator":14974280,"id":540400545,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:0d429d8ccd40bf9f75a02fd576f1692110c78571a1aadc8cab4958d2a1d1e996","os":"linux","os_features":"","os_version":null,"size":13755121,"status":"inactive","last_pulled":"2023-11-01T14:42:23.376057Z","last_pushed":"2023-11-01T14:42:23.136901Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:0b4725078acd172de5b617ddc3145a50c10e177b0000eae5d09c2d46e64a5b9d","os":"linux","os_features":"","os_version":null,"size":12999153,"status":"inactive","last_pulled":"2023-11-01T14:42:20.400779Z","last_pushed":"2023-11-01T14:42:20.073614Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:edbba05a61ca387652bd19fc95c40da8fe83b74417bf9568f997267d476dbcd5","os":"linux","os_features":"","os_version":null,"size":13063748,"status":"inactive","last_pulled":"2023-11-01T14:42:23.020732Z","last_pushed":"2023-11-01T14:42:22.767106Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:97e45c77054a22daf1d129acd891d27d858fcb0fea987f5a3b5183ea8b534a62","os":"unknown","os_features":"","os_version":null,"size":1587,"status":"inactive","last_pulled":"2023-11-01T14:42:21.894814Z","last_pushed":"2023-11-01T14:42:21.611647Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:ac9acc37014fa3f01cc37753bfbc4d166117568f2b574f0f980a7d8a05905836","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-11-01T14:42:22.641295Z","last_pushed":"2023-11-01T14:42:22.331113Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:70e597ee29949d77d1ffc9efd7a6aebdeeac48104930e73dd5c56928ad275cab","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-11-01T14:42:20.710105Z","last_pushed":"2023-11-01T14:42:20.433031Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:1fd74eb163a55a4d78003abf02a056baf16ca0ac510d4c4e3b7982c1f6738c98","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-11-01T14:42:21.382228Z","last_pushed":"2023-11-01T14:42:21.157501Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:d3b8692f2e1663a366e6c701f6bf7083afde251a71423bd61bbd71e1ab6ff6d9","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-11-01T14:42:23.773396Z","last_pushed":"2023-11-01T14:42:23.531193Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:fe2b6ead9ed5d6159e93fc80eb7b6d4c4fc39a052db140e80a1161946b0b1490","os":"linux","os_features":"","os_version":null,"size":12930345,"status":"inactive","last_pulled":"2023-11-01T14:42:21.086428Z","last_pushed":"2023-11-01T14:42:20.791423Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:4e3c600fd223017521de809bdbc31ebf9350b0cf69ba7982fb3843f2ea6fe79f","os":"linux","os_features":"","os_version":null,"size":12889971,"status":"inactive","last_pulled":"2023-11-01T14:42:22.318507Z","last_pushed":"2023-11-01T14:42:21.966129Z"}],"last_updated":"2023-11-01T14:42:44.802905Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-1f7c087074","repository":13960714,"full_size":12930345,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-01T14:42:24.257997Z","tag_last_pushed":"2023-11-01T14:42:44.802905Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:42678af429b5f279c27a17083c86b77a85fec973ecfaa8d9177cbd7f9da6fc88"},{"creator":14974280,"id":540250891,"images":[{"architecture":"arm64","features":"","variant":null,"digest":"sha256:020c06d35c1b357f925ace23f4fdbdc7e65f34d59eed270fb49674af8d30b117","os":"linux","os_features":"","os_version":null,"size":12890753,"status":"inactive","last_pulled":"2023-11-01T14:00:01.927484Z","last_pushed":"2023-11-01T10:33:24.504939Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:5b2053e432d18ff134cfb53fccc72faa5b90763925b510e14ded1c8ea5901cc2","os":"linux","os_features":"","os_version":null,"size":13754236,"status":"inactive","last_pulled":"2023-11-01T14:41:37.243152Z","last_pushed":"2023-11-01T10:33:24.093724Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:38ecb44c69322775f7668eb0735ae6ac3f25919f02032eacc5d7640b0c282eda","os":"linux","os_features":"","os_version":null,"size":12998469,"status":"inactive","last_pulled":"2023-11-01T10:33:23.977203Z","last_pushed":"2023-11-01T10:33:23.730782Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:44638f5763c401c0130574e178cfd3296266bae8b029aa7be8ee39a09b6b8c90","os":"linux","os_features":"","os_version":null,"size":13063321,"status":"inactive","last_pulled":"2023-11-01T10:33:25.546795Z","last_pushed":"2023-11-01T10:33:25.333703Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:412c87b75bf1cd6c8cf05d27938a3a3d2a1e2205701df51205a78e05cebe2459","os":"unknown","os_features":"","os_version":null,"size":1586,"status":"inactive","last_pulled":"2023-11-01T10:33:23.268509Z","last_pushed":"2023-11-01T10:33:23.029617Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:39a68b5d0d1fbc8f19c260b93a2d3393979903c7422b205d66030c024372da20","os":"unknown","os_features":"","os_version":null,"size":1574,"status":"inactive","last_pulled":"2023-11-01T10:33:23.617144Z","last_pushed":"2023-11-01T10:33:23.384512Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:6dbcf9a4961cc3351741c339fe863e79765fb402d23c930d046b2461de71859c","os":"unknown","os_features":"","os_version":null,"size":1574,"status":"inactive","last_pulled":"2023-11-01T10:33:22.870453Z","last_pushed":"2023-11-01T10:33:22.597416Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:76c052c15e23906df182e962734f1ecfd2843fdbc0df24df78ca1d43db9276d7","os":"unknown","os_features":"","os_version":null,"size":1582,"status":"inactive","last_pulled":"2023-11-01T10:33:22.557123Z","last_pushed":"2023-11-01T10:33:22.146226Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:227b8bac82de741bcca410a234b2b29f80d7d80ae6c9a0ea849184145e2ac0cb","os":"unknown","os_features":"","os_version":null,"size":1582,"status":"inactive","last_pulled":"2023-11-01T10:33:22.014988Z","last_pushed":"2023-11-01T10:33:21.772889Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:e6add489edeaa4d8590c06d30ec7aef6db79ee93aeb734959b0f889a9c10f882","os":"linux","os_features":"","os_version":null,"size":12929883,"status":"inactive","last_pulled":"2023-11-01T10:33:25.121733Z","last_pushed":"2023-11-01T10:33:24.887987Z"}],"last_updated":"2023-11-01T10:33:45.462096Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-97f04449a4","repository":13960714,"full_size":12929883,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-01T14:41:37.243152Z","tag_last_pushed":"2023-11-01T10:33:45.462096Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:aa6ad004eefd95cb00d622bfce6c5cc27249571880972513b78fc450d17eb558"},{"creator":14974280,"id":540250794,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:9797289849c7e59664392773be0727bf154f69e5297b4637d79ea15f51f29af0","os":"linux","os_features":"","os_version":null,"size":16237292,"status":"inactive","last_pulled":"2023-11-01T10:33:14.35734Z","last_pushed":"2023-11-01T10:33:14.126573Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:64f0ddff686983179afd42efb64d723a672a495253c96a56a8b3b15aeccf6e15","os":"linux","os_features":"","os_version":null,"size":16386113,"status":"inactive","last_pulled":"2023-11-01T10:33:13.48453Z","last_pushed":"2023-11-01T10:33:13.279615Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:41a4a538ab9b6346a14e6b3750d88e081cd2ab41effde42983be033de8b0ce05","os":"linux","os_features":"","os_version":null,"size":16508881,"status":"inactive","last_pulled":"2023-11-01T10:33:12.751861Z","last_pushed":"2023-11-01T10:33:12.52632Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:b5f8d75616ecb2ed5a5fb02ad9d8888cd2430bc141b758e08a4c4ea56353b006","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-11-01T10:33:12.461368Z","last_pushed":"2023-11-01T10:33:12.203592Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:2a204902c5ff47db118cbbded1ac0a348a272fae9298ebee89d09d04edd3605a","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-11-01T10:33:13.977011Z","last_pushed":"2023-11-01T10:33:13.67977Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:64ca71f0c425423fcfcc2b5fa348c1078858d554acc190d88c84bba407d63c04","os":"unknown","os_features":"","os_version":null,"size":1620,"status":"inactive","last_pulled":"2023-11-01T10:33:15.112955Z","last_pushed":"2023-11-01T10:33:14.865802Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:beebdfbc36ca363808652b2004b73471742e36bd306573f88d415c154ed8a24a","os":"linux","os_features":"","os_version":null,"size":15991098,"status":"inactive","last_pulled":"2023-11-01T10:33:14.682405Z","last_pushed":"2023-11-01T10:33:14.451822Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:7302829a969e3ed3f871c07c7cb8c4729b3dbc1ad680c167d34eb78af1ab0f55","os":"linux","os_features":"","os_version":null,"size":17318133,"status":"inactive","last_pulled":"2023-11-01T10:33:13.126961Z","last_pushed":"2023-11-01T10:33:12.895376Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:b9634ca821bdde81c06ea037d685ad7f40afc3c03956dd141e382fb0cbfb559b","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-11-01T10:33:12.140765Z","last_pushed":"2023-11-01T10:33:11.879396Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:e3edab9aff84bf4b1e9dcf9687d61548f9e9352ebe8325497a42a25a7e4902fb","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-11-01T10:33:11.74684Z","last_pushed":"2023-11-01T10:33:11.502535Z"}],"last_updated":"2023-11-01T10:33:36.086754Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-97f04449a4-alpine","repository":13960714,"full_size":16237292,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-01T14:42:20.032364Z","tag_last_pushed":"2023-11-01T10:33:36.086754Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:2d84468476b5bbb17db35f518eef7a74c6a76345de4be1d29c898a351610c9df"},{"creator":14974280,"id":540196199,"images":[{"architecture":"arm","features":"","variant":"v7","digest":"sha256:03b82d87b6b1b1ff1dd8283061a11abdf47c7d8c181173ed760f3c7b72c5d91e","os":"linux","os_features":"","os_version":null,"size":12929072,"status":"inactive","last_pulled":"2023-11-01T08:45:14.39269Z","last_pushed":"2023-11-01T08:45:14.118429Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:e47d9b82b054d85ab4cf54a28b0950e66670f138ec972798ea40c55704513827","os":"linux","os_features":"","os_version":null,"size":12889696,"status":"inactive","last_pulled":"2023-11-02T20:04:15.958854Z","last_pushed":"2023-11-01T08:45:13.777697Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:95e34e94193b39305d82d787757c492bfd18be435423ec75b9421ba1f878d9f3","os":"linux","os_features":"","os_version":null,"size":13754678,"status":"active","last_pulled":"2023-11-06T15:07:45.485473Z","last_pushed":"2023-11-01T08:45:13.116665Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:4363daed1d189d4d75c91632718e727108e4fe14ffdcd30afde8772ef0f8d886","os":"linux","os_features":"","os_version":null,"size":12998444,"status":"inactive","last_pulled":"2023-11-01T08:45:12.897284Z","last_pushed":"2023-11-01T08:45:12.678103Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:1202f48421a5757105b33c8d0e05d9f59f39e68d35ae86aa3b788d30970879a0","os":"linux","os_features":"","os_version":null,"size":13062403,"status":"inactive","last_pulled":"2023-11-01T08:45:14.72287Z","last_pushed":"2023-11-01T08:45:14.482242Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:c46758e720f06bba2f28542493d31f3ed855e7be112ff97b3e8c06184ea97604","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-11-01T08:45:11.862739Z","last_pushed":"2023-11-01T08:45:11.5866Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:0ba78051121f141b620c6a4a7d847d82eabaf2befe742bae5e17680cd0cbf9d1","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-11-01T08:45:15.107332Z","last_pushed":"2023-11-01T08:45:14.824688Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:156ff25281b70ad1e55409e7b99147f209932f555e82ad431274947cbf161585","os":"unknown","os_features":"","os_version":null,"size":1587,"status":"inactive","last_pulled":"2023-11-01T08:45:12.272252Z","last_pushed":"2023-11-01T08:45:11.92657Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:8270d79219b2648c789f3cf151c4c93976934f975dd9397d9b3621b5b13d3eaf","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-11-01T08:45:12.528495Z","last_pushed":"2023-11-01T08:45:12.291685Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:e9015c9b14065c8ec3ec6cef48398c9b5fe5a1084a63a4937bf2dd218cffbb64","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-11-01T08:45:13.672298Z","last_pushed":"2023-11-01T08:45:13.440673Z"}],"last_updated":"2023-11-01T08:45:34.612914Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-4198c447fb","repository":13960714,"full_size":12929072,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-24T19:12:59.601445Z","tag_last_pushed":"2023-11-01T08:45:34.612914Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:ac5d1c5b03c86412aba14501cfd7aae4f5e23ea7ddfc79dc07b8cbfa85a772d2"},{"creator":14974280,"id":540196093,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:be203c6535ddbd19ef4214b7cb2de54d61dbaf9578abecad75b94f6e306e2fe1","os":"linux","os_features":"","os_version":null,"size":17318576,"status":"inactive","last_pulled":"2023-11-01T08:45:04.252756Z","last_pushed":"2023-11-01T08:45:04.014465Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:a641ecf8e748883afe3b100f4bb113f1722b36799537681f449c8465fe32aa26","os":"linux","os_features":"","os_version":null,"size":16508836,"status":"inactive","last_pulled":"2023-11-01T08:45:04.806184Z","last_pushed":"2023-11-01T08:45:04.462715Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:4f5882748c4c9da1eb848531d52f25fe85c39b7f1f9940f7b4cd17a5dbb15065","os":"unknown","os_features":"","os_version":null,"size":1770,"status":"inactive","last_pulled":"2023-11-01T08:45:01.588591Z","last_pushed":"2023-11-01T08:45:01.324287Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:f6d60b8629441b5b95a8efafc46ef5cad8c782bf66bbaa437e05b80456c302e4","os":"unknown","os_features":"","os_version":null,"size":1770,"status":"inactive","last_pulled":"2023-11-01T08:45:01.183799Z","last_pushed":"2023-11-01T08:45:00.943905Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:ae09cafd59215dcded110e0beb7b5e20ffa0b52d981c99d9de9d7e53bdd05fe2","os":"unknown","os_features":"","os_version":null,"size":1609,"status":"inactive","last_pulled":"2023-11-01T08:45:02.278098Z","last_pushed":"2023-11-01T08:45:01.913676Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:84ef1f730465edf6d6b7694b38bad0856734afcb0522804744b172e00cbf596a","os":"unknown","os_features":"","os_version":null,"size":1609,"status":"inactive","last_pulled":"2023-11-01T08:45:00.843541Z","last_pushed":"2023-11-01T08:45:00.627849Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:bf265e8c0991eb739377534cf794d3c7f61f0bc0d6b4179fffcd09c6f766a82b","os":"unknown","os_features":"","os_version":null,"size":1619,"status":"inactive","last_pulled":"2023-11-01T08:45:02.988006Z","last_pushed":"2023-11-01T08:45:02.304771Z"},{"architecture":"arm","features":"","variant":"v6","digest":"sha256:7b32b2c1a2e1fccebdd1cb3b53e88d99469595f575b63032f3079251228980f5","os":"linux","os_features":"","os_version":null,"size":16236476,"status":"inactive","last_pulled":"2023-11-01T08:45:03.897931Z","last_pushed":"2023-11-01T08:45:03.602662Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:083514a7b5cb2c81e7b6a9eb9ab0be2c6e297f7053807f8cf85099106ab6e30f","os":"linux","os_features":"","os_version":null,"size":15990299,"status":"inactive","last_pulled":"2023-11-01T08:45:03.89478Z","last_pushed":"2023-11-01T08:45:03.201819Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:012cf9cc88f4f328875ddea5f1e311f43742b07207d76a236a8b958178cb3a10","os":"linux","os_features":"","os_version":null,"size":16385064,"status":"inactive","last_pulled":"2023-11-01T08:45:03.479634Z","last_pushed":"2023-11-01T08:45:02.769689Z"}],"last_updated":"2023-11-01T08:45:26.178265Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-4198c447fb-alpine","repository":13960714,"full_size":16236476,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-01T10:33:15.017254Z","tag_last_pushed":"2023-11-01T08:45:26.178265Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:6963593d9d13e87fa683540ad07bbf183c18d59cf973219d3e2edeb8eaf53000"},{"creator":14974280,"id":539901037,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:d819a867d9868bb77195184919469e9e66e5ff1590a60dfb56dd58318128cae9","os":"linux","os_features":"","os_version":null,"size":13716338,"status":"active","last_pulled":"2023-11-12T12:08:30.364494Z","last_pushed":"2023-11-01T00:49:10.190831Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:525b210c8820d18ba4af927b9b59b880e8774a2fc8027ba2791daec4083fd8e9","os":"unknown","os_features":"","os_version":null,"size":1038,"status":"inactive","last_pulled":"2023-11-01T00:49:10.908047Z","last_pushed":"2023-11-01T00:49:10.657554Z"}],"last_updated":"2023-11-01T00:49:11.100982Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2686","repository":13960714,"full_size":13716338,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:30.364494Z","tag_last_pushed":"2023-11-01T00:49:11.100982Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:03567f9244d40fc49d1bd9030cb7c905a6422dd8b325f5b1d708e82ac2e0753b"},{"creator":14974280,"id":539900985,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:892198341094d2b79cf1a93eb461c1cdd1b898b6670de6b34e950b88f246e641","os":"linux","os_features":"","os_version":null,"size":17280227,"status":"active","last_pulled":"2023-11-12T12:08:30.36143Z","last_pushed":"2023-11-01T00:48:58.431713Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:0a2e683f3d1eb6eddd464ea26156743c57bced90ffad777635c676af35adeb93","os":"unknown","os_features":"","os_version":null,"size":1052,"status":"inactive","last_pulled":"2023-11-01T00:48:59.036569Z","last_pushed":"2023-11-01T00:48:58.826785Z"}],"last_updated":"2023-11-01T00:48:59.255868Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2686-alpine","repository":13960714,"full_size":17280227,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:30.36143Z","tag_last_pushed":"2023-11-01T00:48:59.255868Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:75a226f0596643ab3408d60451b48b4bba5f5b6bce085a700844655d00af7303"},{"creator":14974280,"id":539850308,"images":[{"architecture":"arm","features":"","variant":"v7","digest":"sha256:d68648bcf25fb03ee0760a2bb45e007d469cc03f1c2402dcb65e2c0f65082f8c","os":"linux","os_features":"","os_version":null,"size":12929050,"status":"inactive","last_pulled":"2023-10-31T19:05:19.199654Z","last_pushed":"2023-10-31T19:05:18.849283Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:05360a293b2b13838068708c440da3d257e1fae8e80d244d0af5fc23619da350","os":"linux","os_features":"","os_version":null,"size":12889708,"status":"inactive","last_pulled":"2023-11-01T08:00:04.700221Z","last_pushed":"2023-10-31T19:05:18.438361Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:2779486de7d7c15f55aeabadf2ed772089dbbd01c6d1f29a79f60ad7a6b7ed58","os":"linux","os_features":"","os_version":null,"size":13754684,"status":"inactive","last_pulled":"2023-11-01T05:04:05.399737Z","last_pushed":"2023-10-31T19:05:18.061671Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:51148d8a4e4120984f0477e30e0a852ba569c9d457ba4675b6b2425dbb375f91","os":"linux","os_features":"","os_version":null,"size":12998462,"status":"inactive","last_pulled":"2023-10-31T19:05:19.544829Z","last_pushed":"2023-10-31T19:05:19.274531Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:a73150244f2c603e461fc4eedb8ede747fd8bfa8ad437f33ec5f8b5355900b25","os":"linux","os_features":"","os_version":null,"size":13062422,"status":"inactive","last_pulled":"2023-10-31T19:05:17.590638Z","last_pushed":"2023-10-31T19:05:17.21183Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:72e081928d8fc5169b698e17541246b12a01ce703e5c0ed13c792199d5640c03","os":"unknown","os_features":"","os_version":null,"size":1587,"status":"inactive","last_pulled":"2023-10-31T19:05:17.04888Z","last_pushed":"2023-10-31T19:05:16.758745Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:c71f80f7468a77dff1dee10f0a3147b9dae696358e5566e6b6c5033036f04430","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-10-31T19:05:16.635306Z","last_pushed":"2023-10-31T19:05:16.381594Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:0ee01b6626b319f0e4aacfbc8dde45bdcae3c4c1e43700e211714dbea4702a4e","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-10-31T19:05:16.180268Z","last_pushed":"2023-10-31T19:05:15.951426Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:3fde426516b7deba0c107b0144b3b0bb12241d56a52725c05436588d984770e0","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-10-31T19:05:17.871999Z","last_pushed":"2023-10-31T19:05:17.63842Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:cbac298b1ada348184146c84ee7ee6ff0537cca35a660f0ee181e247fd48db86","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-10-31T19:05:20.233395Z","last_pushed":"2023-10-31T19:05:19.950893Z"}],"last_updated":"2023-10-31T19:05:40.137857Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-5742e8695c","repository":13960714,"full_size":12929050,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-01T08:09:49.964741Z","tag_last_pushed":"2023-10-31T19:05:40.137857Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:48ad7970c83160e753c4dd5a6492a42b9aebf255c94ccacfcdad6a5ffe86c6e5"},{"creator":14974280,"id":539850269,"images":[{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:bc2111051a06a5a662830ae179b2caf2afcd6706fcb5205e3616b3a8581fba8e","os":"linux","os_features":"","os_version":null,"size":16508867,"status":"inactive","last_pulled":"2023-10-31T19:05:11.256612Z","last_pushed":"2023-10-31T19:05:10.997433Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:128f34a7df855478b42044cf797b6bd5384585f3ec7b632bd83c0262300ec2fb","os":"unknown","os_features":"","os_version":null,"size":1770,"status":"inactive","last_pulled":"2023-10-31T19:05:10.924001Z","last_pushed":"2023-10-31T19:05:10.603262Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:bff9b5cef303d604b097c0527458878f6bf29dde09774df5ff77657e2c362874","os":"unknown","os_features":"","os_version":null,"size":1770,"status":"inactive","last_pulled":"2023-10-31T19:05:10.47426Z","last_pushed":"2023-10-31T19:05:10.25695Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:cbb5a1d99c0bf85973d92f79ac079c0edbd5dee6fdf4b3b012c99e3f6a65bd9a","os":"unknown","os_features":"","os_version":null,"size":1609,"status":"inactive","last_pulled":"2023-10-31T19:05:13.03286Z","last_pushed":"2023-10-31T19:05:12.766406Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:3a17a6a430effc5eecb058f32c5a0a272e4b2dcdb82b601320e37c0b61897835","os":"unknown","os_features":"","os_version":null,"size":1609,"status":"inactive","last_pulled":"2023-10-31T19:05:10.03269Z","last_pushed":"2023-10-31T19:05:09.792672Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:1215ad51eec6671868d047b115580c415725963b9cf00a8a14e5c5352785f827","os":"unknown","os_features":"","os_version":null,"size":1619,"status":"inactive","last_pulled":"2023-10-31T19:05:14.047123Z","last_pushed":"2023-10-31T19:05:13.748666Z"},{"architecture":"arm","features":"","variant":"v6","digest":"sha256:2de1895fd7d8efc8d628de055cffb3d1ccbb914a064a39ac345792b44759fda9","os":"linux","os_features":"","os_version":null,"size":16236447,"status":"inactive","last_pulled":"2023-10-31T19:05:13.540766Z","last_pushed":"2023-10-31T19:05:13.2287Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:223618fbc1cf9cb79d1e1b9d3a57124cecb601d1e9d92fb8de588f557b2e5a21","os":"linux","os_features":"","os_version":null,"size":15990260,"status":"inactive","last_pulled":"2023-10-31T19:05:12.530263Z","last_pushed":"2023-10-31T19:05:12.301125Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:76e788d20c59dd2826247e83d5843c869fd349b0f0c8ef07ee07e0156bf92f12","os":"linux","os_features":"","os_version":null,"size":16385066,"status":"inactive","last_pulled":"2023-10-31T19:05:12.087802Z","last_pushed":"2023-10-31T19:05:11.880692Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:e89c250654c8af9e6770b8fe8198bcd33fb4d8f4477999e9ee502cb5cd10107e","os":"linux","os_features":"","os_version":null,"size":17318639,"status":"inactive","last_pulled":"2023-10-31T20:56:03.900795Z","last_pushed":"2023-10-31T19:05:11.433164Z"}],"last_updated":"2023-10-31T19:05:35.893677Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-5742e8695c-alpine","repository":13960714,"full_size":16236447,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-01T08:45:04.664251Z","tag_last_pushed":"2023-10-31T19:05:35.893677Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:21393f6866c9b5bc08b5baaeacdfa42e9dbd959d1c24d4b8712d57331a329fd0"},{"creator":14974280,"id":539803799,"images":[{"architecture":"arm","features":"","variant":"v7","digest":"sha256:9d62f42a149c2519f0f573c74b28bfa85e3d415ee6646405119f8db4464c2df1","os":"linux","os_features":"","os_version":null,"size":12929054,"status":"inactive","last_pulled":"2023-10-31T17:25:19.135138Z","last_pushed":"2023-10-31T17:25:18.880906Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:43d4ce299cb134234bddfeac4dce190160c51a14dff0b8cf55662448ae42a6a5","os":"linux","os_features":"","os_version":null,"size":12889707,"status":"inactive","last_pulled":"2023-10-31T19:00:04.042925Z","last_pushed":"2023-10-31T17:25:18.509449Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:a5cd929e42ecb158032403345eb35928e21c895c171b9c90057d85988f291b6c","os":"linux","os_features":"","os_version":null,"size":13754684,"status":"inactive","last_pulled":"2023-10-31T18:58:38.171344Z","last_pushed":"2023-10-31T17:25:19.274065Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:2412d3c1a84e2c42ec22494f1e7d8113051747983b366c2840cb8cd65dcb716b","os":"linux","os_features":"","os_version":null,"size":12998457,"status":"inactive","last_pulled":"2023-10-31T17:25:18.12447Z","last_pushed":"2023-10-31T17:25:17.804551Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:4d65b91b115d38c0d53a99f971b0ca1973b743433d00126a1e5c33b27d49206f","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-10-31T17:25:17.341689Z","last_pushed":"2023-10-31T17:25:17.05297Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:d45abd6c0e0fa314e0f954e194d7804e9e115a4ca16d99c4aa95e0bd9ef0a40f","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-10-31T17:25:36.939666Z","last_pushed":"2023-10-31T17:25:16.246604Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:a1f48f64d6eb7521cc5ee193a05e36a84246adfe572025cc0c1910e8dd6598a0","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-10-31T17:25:16.08526Z","last_pushed":"2023-10-31T17:25:15.81426Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:849c33815aa6efb4341e09e7068b433cf3f362727edb0fbacd77587294dc41d0","os":"linux","os_features":"","os_version":null,"size":13062419,"status":"inactive","last_pulled":"2023-10-31T17:25:17.742316Z","last_pushed":"2023-10-31T17:25:17.449928Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:615d28656fa7382004a62cf74ae13204811b0abd23135fd821c4c883edc0bdc0","os":"unknown","os_features":"","os_version":null,"size":1587,"status":"inactive","last_pulled":"2023-10-31T17:25:18.406111Z","last_pushed":"2023-10-31T17:25:18.173561Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:9890e010c0efa09cbfa80534c7d8c0b112c7c3c6eaef909070656e20e6b65d0e","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-10-31T17:25:16.8532Z","last_pushed":"2023-10-31T17:25:16.60513Z"}],"last_updated":"2023-10-31T17:25:39.012355Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-15960e7628","repository":13960714,"full_size":12929054,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-31T19:00:04.042925Z","tag_last_pushed":"2023-10-31T17:25:39.012355Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:84c9b1684285047f61e4c73e3ef2c2d689d4dfa21d872b05063b57c60799a66d"},{"creator":14974280,"id":539803796,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:952149026d725e56d5cda70730c7e4d3a5cc5b5eeee6e49ffd008b3cd2fedb3c","os":"linux","os_features":"","os_version":null,"size":16236451,"status":"inactive","last_pulled":"2023-10-31T17:25:15.358424Z","last_pushed":"2023-10-31T17:25:15.116536Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:ce538aabd90678ea156fdac7935ed56f486aac97b8570201414c6adc7e5ba135","os":"linux","os_features":"","os_version":null,"size":15990260,"status":"inactive","last_pulled":"2023-10-31T17:25:14.97918Z","last_pushed":"2023-10-31T17:25:14.731924Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:94d3566c297b35e793a7bb77f0de3b874e388ccbe2960f2cd2156f2fa9ac5d66","os":"linux","os_features":"","os_version":null,"size":16385070,"status":"inactive","last_pulled":"2023-10-31T17:25:37.671974Z","last_pushed":"2023-10-31T17:25:11.624317Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:768ef60c64af152f34ef0537235e3fde52521c30f4aee1dfcec3cf1f4038a881","os":"linux","os_features":"","os_version":null,"size":17318584,"status":"inactive","last_pulled":"2023-10-31T17:25:14.731671Z","last_pushed":"2023-10-31T17:25:14.124683Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:928918b763abe0a1c152e9cde13e3071fadd08057fd445b8b937d74892b4721b","os":"linux","os_features":"","os_version":null,"size":16508861,"status":"inactive","last_pulled":"2023-10-31T17:25:13.943987Z","last_pushed":"2023-10-31T17:25:13.669029Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:320b140b386315244230f15089ed0bceef5f371161543d2e99e0310354274c08","os":"unknown","os_features":"","os_version":null,"size":1770,"status":"inactive","last_pulled":"2023-10-31T17:25:13.481914Z","last_pushed":"2023-10-31T17:25:13.251297Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:a8ac012f1bf96a60bd069c77f565eca28b493098899af1f19908bf111b3e487b","os":"unknown","os_features":"","os_version":null,"size":1770,"status":"inactive","last_pulled":"2023-10-31T17:25:13.157538Z","last_pushed":"2023-10-31T17:25:12.883804Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:1ea54c0bf4537b83bcfb7b90c1c972c32aca950d75b9fd8ed8af5e798b421367","os":"unknown","os_features":"","os_version":null,"size":1609,"status":"inactive","last_pulled":"2023-10-31T17:25:12.872832Z","last_pushed":"2023-10-31T17:25:12.503488Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:03dd845940d40d03fffc715f9278b3994f8283eaa26356caa4284fc274afb1c8","os":"unknown","os_features":"","os_version":null,"size":1609,"status":"inactive","last_pulled":"2023-10-31T17:25:12.236632Z","last_pushed":"2023-10-31T17:25:11.99679Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:86d5c02cc46cc0288eccd06445ffb3d7a64c74a8c343d21e3a26b2ecb6522e50","os":"unknown","os_features":"","os_version":null,"size":1619,"status":"inactive","last_pulled":"2023-10-31T17:25:15.713837Z","last_pushed":"2023-10-31T17:25:15.483427Z"}],"last_updated":"2023-10-31T17:25:38.727797Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-15960e7628-alpine","repository":13960714,"full_size":16236451,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-31T19:05:14.011766Z","tag_last_pushed":"2023-10-31T17:25:38.727797Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:5f8db33c91ccb16ca4614eef14677ee4219abb0efa15426c56b57994d69d477e"},{"creator":14974280,"id":539611125,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:0349345c2d6fa10d4b0b90ba52393ebc5e21bb1a3078be16b40d539666c3cf62","os":"linux","os_features":"","os_version":null,"size":16236649,"status":"inactive","last_pulled":"2023-10-31T13:00:09.69508Z","last_pushed":"2023-10-31T13:00:07.704093Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:136d2a2b3c084cffd615398c852b4792d97def1dce818a068315a174824f2601","os":"linux","os_features":"","os_version":null,"size":16385339,"status":"inactive","last_pulled":"2023-10-31T13:00:08.867142Z","last_pushed":"2023-10-31T13:00:06.891044Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:b1449e2ae2d274e157994162f70d9d0240dff59ad03fdd58a8a5f31487efaece","os":"linux","os_features":"","os_version":null,"size":16508841,"status":"inactive","last_pulled":"2023-10-31T13:00:09.357488Z","last_pushed":"2023-10-31T13:00:06.449744Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:241f5982224e435d06946282d6ac72725d6ccaa20cb8d71674abd244c6433ff0","os":"linux","os_features":"","os_version":null,"size":15990467,"status":"inactive","last_pulled":"2023-10-31T13:00:10.054777Z","last_pushed":"2023-10-31T13:00:07.285494Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:98f1b638613f748522b845cbb5a8ffca9042320453a67d577d3f9abcbc671eb4","os":"linux","os_features":"","os_version":null,"size":17318545,"status":"inactive","last_pulled":"2023-10-31T13:00:10.203143Z","last_pushed":"2023-10-31T13:00:08.095156Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:175f58994727594452165a6537831e2723088f1c8b1b529c609ef1f459f4621c","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-10-31T13:00:07.042555Z","last_pushed":"2023-10-31T13:00:06.077359Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:453158417173763b635851bffca17b71eb0e176040f508913507ddc4883cdfd3","os":"unknown","os_features":"","os_version":null,"size":1771,"status":"inactive","last_pulled":"2023-10-31T13:00:06.526085Z","last_pushed":"2023-10-31T13:00:04.134838Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:3d9946c98f528dc2b97e7aad58795988a5a851d7fa2e1feabd2a3cc4d8914e12","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-10-31T13:00:07.379195Z","last_pushed":"2023-10-31T13:00:05.645007Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:e694375defe68dd50ee3baf5e85f9e2cd84cfa3049e9141a28831b8889df2624","os":"unknown","os_features":"","os_version":null,"size":1610,"status":"inactive","last_pulled":"2023-10-31T13:00:07.659959Z","last_pushed":"2023-10-31T13:00:04.687008Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:e4355bb6b5edfe971943cdff6165952ac49c49887ed1d3c559b1abde2425ef5a","os":"unknown","os_features":"","os_version":null,"size":1620,"status":"inactive","last_pulled":"2023-10-31T13:00:08.973613Z","last_pushed":"2023-10-31T13:00:08.50476Z"}],"last_updated":"2023-10-31T13:00:36.792821Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-c36b1cd6ff-alpine","repository":13960714,"full_size":16236649,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-31T17:25:15.653469Z","tag_last_pushed":"2023-10-31T13:00:36.792821Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:7417d1aae9595df339416c77608117cf4fcaa9742e7eee11080b4b91daef97ad"},{"creator":14974280,"id":539611118,"images":[{"architecture":"arm64","features":"","variant":null,"digest":"sha256:16b8691bf0ddf37aa43ece3e6b8a43cb627a8716b9fa0c3859c740d846d1f34b","os":"linux","os_features":"","os_version":null,"size":12889993,"status":"inactive","last_pulled":"2023-10-31T16:00:05.573757Z","last_pushed":"2023-10-31T13:00:13.411962Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:7ea3717091d92d248fec1ffce2b737a38690aa8d637dfa834a03d59c2cddacc6","os":"linux","os_features":"","os_version":null,"size":13754639,"status":"inactive","last_pulled":"2023-10-31T17:00:17.566133Z","last_pushed":"2023-10-31T13:00:12.608058Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:e3aa0c34d7a28ba961d94aba6d9a5941a2b66fb778099d0bdeac3acefab688bb","os":"linux","os_features":"","os_version":null,"size":12929244,"status":"inactive","last_pulled":"2023-10-31T13:00:14.493684Z","last_pushed":"2023-10-31T13:00:14.217447Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:ff9cc6c56dc58bff93599fcee399e6b122969e116788eff27c6ed8fd2e6c6468","os":"linux","os_features":"","os_version":null,"size":12998438,"status":"inactive","last_pulled":"2023-10-31T13:00:12.52769Z","last_pushed":"2023-10-31T13:00:12.227954Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:997278c17cce54892ea1de85ee013c6b85860b54e02d1867eba42cd6fbdec990","os":"linux","os_features":"","os_version":null,"size":13062418,"status":"inactive","last_pulled":"2023-10-31T13:00:15.285325Z","last_pushed":"2023-10-31T13:00:15.022012Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:2b72391e36a19d264f4cda7cdcfdcecd3c412d0ed1283e992fe9484936758d44","os":"unknown","os_features":"","os_version":null,"size":1587,"status":"inactive","last_pulled":"2023-10-31T13:00:14.96525Z","last_pushed":"2023-10-31T13:00:14.674135Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:e78440418cb331ee25e018f56feaca23831e6ccea30f5569ad7bdb3bc8a5a947","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-10-31T13:00:14.150715Z","last_pushed":"2023-10-31T13:00:13.833463Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:bfa4eccf35eeae4eed3c4ee6d4de1165636d7c7196663a128de9201b82f70c9b","os":"unknown","os_features":"","os_version":null,"size":1575,"status":"inactive","last_pulled":"2023-10-31T13:00:16.367452Z","last_pushed":"2023-10-31T13:00:11.800886Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:9db99624888747848f126996ac4abd8b5dfa1e591b24f8ab65485f1db057f590","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-10-31T13:00:13.304513Z","last_pushed":"2023-10-31T13:00:12.980905Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:94015f2057064aa07c4d3a40f649315e78895e3f9edf0cdbab814471629de4ed","os":"unknown","os_features":"","os_version":null,"size":1583,"status":"inactive","last_pulled":"2023-10-31T13:00:15.742197Z","last_pushed":"2023-10-31T13:00:15.454154Z"}],"last_updated":"2023-10-31T13:00:35.838546Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-c36b1cd6ff","repository":13960714,"full_size":12929244,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-31T17:05:11.876688Z","tag_last_pushed":"2023-10-31T13:00:35.838546Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:82c07685972281ed2368fa0de8a83bcd186ef42fb713e97172f7c21a6e20bdcf"},{"creator":14974280,"id":538213200,"images":[{"architecture":"arm","features":"","variant":"v7","digest":"sha256:d77810e7d464ed34bab9d3f857686737d0e1cc44bd08615274d756f98d2473fe","os":"linux","os_features":"","os_version":null,"size":12921605,"status":"inactive","last_pulled":"2023-10-28T11:54:15.753793Z","last_pushed":"2023-10-28T11:54:15.506736Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:503f829b3e8e3798304bf8f763d8906c950780429f5cf4861d42000ffc702db7","os":"linux","os_features":"","os_version":null,"size":12879647,"status":"inactive","last_pulled":"2023-10-31T12:00:04.91724Z","last_pushed":"2023-10-28T11:54:14.370947Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:b563720b33f029183853b85e47b9ab20b14168c4ca2b21a63c059bc2716f58a7","os":"linux","os_features":"","os_version":null,"size":13750771,"status":"active","last_pulled":"2023-11-05T00:51:52.068728Z","last_pushed":"2023-10-28T11:54:15.117495Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:9de7a79e30e246842fa0e360e06bdb7c75286ead9373bc98dee629927f04bd01","os":"linux","os_features":"","os_version":null,"size":12992430,"status":"inactive","last_pulled":"2023-10-28T11:54:14.972157Z","last_pushed":"2023-10-28T11:54:14.729553Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:04021f084ef057a71f82a8f0019924992ae47888f851d83704164c777b72c5c3","os":"linux","os_features":"","os_version":null,"size":13058367,"status":"inactive","last_pulled":"2023-10-28T11:54:14.219119Z","last_pushed":"2023-10-28T11:54:13.971452Z"}],"last_updated":"2023-10-28T11:54:27.341575Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-5b3bba726d","repository":13960714,"full_size":12921605,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-05T00:51:52.068728Z","tag_last_pushed":"2023-10-28T11:54:27.341575Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:b8a9e056f4347f851fed681fee865239aff858b82774fe4ec82d422a3cbd6a0f"},{"creator":14974280,"id":538213196,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:5632b2406cb18fd56efbbce1ec4b6627d55edbe9a730925f045a8665daf6ddc0","os":"linux","os_features":"","os_version":null,"size":16229008,"status":"inactive","last_pulled":"2023-10-28T11:54:08.403515Z","last_pushed":"2023-10-28T11:54:08.11364Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:5eddbaf3867ee8785311c7ef6c382d6c3f897523d2e3b65e6b816bdccc149bc1","os":"linux","os_features":"","os_version":null,"size":15982825,"status":"inactive","last_pulled":"2023-10-28T11:54:08.011832Z","last_pushed":"2023-10-28T11:54:07.778615Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:4e31868b1d48fe00c4d98272aed692375003075196a4ffbb7833ce2c4e082ded","os":"linux","os_features":"","os_version":null,"size":16375009,"status":"inactive","last_pulled":"2023-10-28T11:54:07.572465Z","last_pushed":"2023-10-28T11:54:07.369136Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:89ab89c420e68b342929ceef669502507512d7ec972f6135ce8d39b946304f61","os":"linux","os_features":"","os_version":null,"size":17314759,"status":"inactive","last_pulled":"2023-10-31T13:00:08.913541Z","last_pushed":"2023-10-28T11:54:08.495641Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:a9abba982ffe92860529c386464c456d75b5486986800303dea180346ad834a5","os":"linux","os_features":"","os_version":null,"size":16502829,"status":"inactive","last_pulled":"2023-10-28T11:54:09.156333Z","last_pushed":"2023-10-28T11:54:08.878338Z"}],"last_updated":"2023-10-28T11:54:22.837322Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-5b3bba726d-alpine","repository":13960714,"full_size":16229008,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-31T13:00:08.913541Z","tag_last_pushed":"2023-10-28T11:54:22.837322Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:c9694ffd6980629fb331c99f73fde04823dcc9488636d8e73a05e0bea4118b00"},{"creator":14974280,"id":536673883,"images":[{"architecture":"arm","features":"","variant":"v7","digest":"sha256:0ecbc9f86aaa96811da020ca3c6d0eed8a5d9ebf9eb7a77c5c57a58713a5fb74","os":"linux","os_features":"","os_version":null,"size":12923306,"status":"inactive","last_pulled":"2023-10-25T20:53:01.187288Z","last_pushed":"2023-10-25T20:53:00.917778Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:1c840a7ab755b8412266e0f3bc773525c52c7171c5f2d87cc9ef486728cc6b52","os":"linux","os_features":"","os_version":null,"size":12880920,"status":"inactive","last_pulled":"2023-11-01T14:00:06.688954Z","last_pushed":"2023-10-25T20:53:00.252368Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:e1a854b4cc73818ffd3a94787ba0e1b212bac6edf908de04aea576842822eeaf","os":"linux","os_features":"","os_version":null,"size":13750689,"status":"inactive","last_pulled":"2023-10-28T13:49:18.26412Z","last_pushed":"2023-10-25T20:52:58.875684Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:67533341750e1bebe8151aee526d0b5cad9b6e2dc896242da5968b1b4627469b","os":"linux","os_features":"","os_version":null,"size":12993574,"status":"inactive","last_pulled":"2023-10-25T20:52:59.996484Z","last_pushed":"2023-10-25T20:52:59.772764Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:4c2d2add8afada4ae8d53c272a8fd5a682c1e3aeb3160080ae2df1ac8fac2044","os":"linux","os_features":"","os_version":null,"size":13059313,"status":"inactive","last_pulled":"2023-10-25T20:52:59.571659Z","last_pushed":"2023-10-25T20:52:59.349883Z"}],"last_updated":"2023-10-25T20:53:14.117446Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-aeb7bcb26a","repository":13960714,"full_size":12923306,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-11-01T14:00:06.688954Z","tag_last_pushed":"2023-10-25T20:53:14.117446Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:14611180e40a4797c5f1d5bcddc12fe15b379e86f49e93f9dbd9d320714bbe94"},{"creator":14974280,"id":536673818,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:856f5b2f3fc3da771f72ad6aef901f1c4986d3f464806f4b924ae94132833328","os":"linux","os_features":"","os_version":null,"size":16230708,"status":"inactive","last_pulled":"2023-10-25T20:52:50.587322Z","last_pushed":"2023-10-25T20:52:50.327808Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:be61465c53806452deaba83612296bb7d2a807af0457647e01780912e724a6c0","os":"linux","os_features":"","os_version":null,"size":15984528,"status":"inactive","last_pulled":"2023-10-25T20:52:50.89621Z","last_pushed":"2023-10-25T20:52:50.685895Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:6069bfa979432a81ab0000f1b5bf763b5d94dc355e4e954725a5c0f5677f5042","os":"linux","os_features":"","os_version":null,"size":16376292,"status":"inactive","last_pulled":"2023-10-27T18:39:01.858258Z","last_pushed":"2023-10-25T20:52:49.979206Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:463db61ad263f65aef135fab7e347d90b6030b27f4ebffb3d1d16b6e12fba115","os":"linux","os_features":"","os_version":null,"size":17314588,"status":"inactive","last_pulled":"2023-10-27T18:42:02.395875Z","last_pushed":"2023-10-25T20:52:49.591644Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:ddb4e86b9dcd840374609bbeaecd4c9ba04dd5a00bf916641a5322e038b36798","os":"linux","os_features":"","os_version":null,"size":16504007,"status":"inactive","last_pulled":"2023-10-25T20:52:51.369999Z","last_pushed":"2023-10-25T20:52:51.084991Z"}],"last_updated":"2023-10-25T20:53:05.043153Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-aeb7bcb26a-alpine","repository":13960714,"full_size":16230708,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-28T11:54:09.144374Z","tag_last_pushed":"2023-10-25T20:53:05.043153Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:6917dccecfbe78e657c5d5726202f48f4b3de03152f9841334c5f55b496e181b"},{"creator":14974280,"id":535955540,"images":[{"architecture":"arm","features":"","variant":"v7","digest":"sha256:2f1c4bcdc5b06e9453ed09db37d0d454377ae05f4cf463e654b64e18515e3cad","os":"linux","os_features":"","os_version":null,"size":12923566,"status":"inactive","last_pulled":"2023-10-24T19:22:38.032911Z","last_pushed":"2023-10-24T19:22:37.776563Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:63e7622b8e9f27757a4d8a3f8b30d31f52a79ae4b491af5ef352fd5b10eb4c3e","os":"linux","os_features":"","os_version":null,"size":12882229,"status":"inactive","last_pulled":"2023-10-25T20:00:05.159468Z","last_pushed":"2023-10-24T19:22:39.194179Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:78d114a4168e2098a7f81e4513a2718181a1d20174b4ad53e8c34ca4bf09d539","os":"linux","os_features":"","os_version":null,"size":13750836,"status":"inactive","last_pulled":"2023-10-31T18:28:38.628406Z","last_pushed":"2023-10-24T19:22:38.834079Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:031098fc52cd8dc0252bf0a6d2677da28c061c1b0d1aca29cf2ca18dfe14394e","os":"linux","os_features":"","os_version":null,"size":12993980,"status":"inactive","last_pulled":"2023-10-24T19:22:38.387473Z","last_pushed":"2023-10-24T19:22:38.13319Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:a4345d97722575be8ef5257951d250e21368ae125ecfdd973374ae7ba058e221","os":"linux","os_features":"","os_version":null,"size":13059667,"status":"inactive","last_pulled":"2023-10-24T19:22:39.785256Z","last_pushed":"2023-10-24T19:22:39.539125Z"}],"last_updated":"2023-10-24T19:22:52.585857Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-f44aa8a6fd","repository":13960714,"full_size":12923566,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-31T18:28:38.628406Z","tag_last_pushed":"2023-10-24T19:22:52.585857Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:d62237be3e02df6c617f33ad17e1e9d69433364c55eb073a540b2de1a2f1074a"},{"creator":14974280,"id":535955509,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:2256dc2d103ee013813e0feb476da36721dd50c17d0f67b5265711e38db54296","os":"linux","os_features":"","os_version":null,"size":16230971,"status":"inactive","last_pulled":"2023-10-24T19:22:32.854247Z","last_pushed":"2023-10-24T19:22:32.642143Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:ef851d7ca823e27eb81cb06802ced8cbd4dc9071a591a1da7ed394d1f2c4b81c","os":"linux","os_features":"","os_version":null,"size":15984779,"status":"inactive","last_pulled":"2023-10-24T19:22:32.556667Z","last_pushed":"2023-10-24T19:22:32.275784Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:f24c3b5bfe84ab03de1d80def729f0a9587bf4bf94757fe70ebeb7bbed72c715","os":"linux","os_features":"","os_version":null,"size":16377601,"status":"inactive","last_pulled":"2023-10-24T19:22:32.116655Z","last_pushed":"2023-10-24T19:22:31.87515Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:524558a3631be70d309ba0306b8e73ecf5cc02ab21db41ed2607dada06725f1f","os":"linux","os_features":"","os_version":null,"size":17314729,"status":"inactive","last_pulled":"2023-10-25T10:14:40.889016Z","last_pushed":"2023-10-24T19:22:31.519953Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:f9d1cb9a441fa22aef6e6d9149cc3420ac116c2984d147d6bbc02e79dcf4440c","os":"linux","os_features":"","os_version":null,"size":16504383,"status":"inactive","last_pulled":"2023-10-24T19:22:33.395671Z","last_pushed":"2023-10-24T19:22:33.112316Z"}],"last_updated":"2023-10-24T19:22:47.709352Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-f44aa8a6fd-alpine","repository":13960714,"full_size":16230971,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-25T20:52:51.290306Z","tag_last_pushed":"2023-10-24T19:22:47.709352Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:23ed9f59679025c1de5cb0ea3f69eed4059b21c9541ef15abb598f178961b937"},{"creator":14974280,"id":535770496,"images":[{"architecture":"arm","features":"","variant":"v7","digest":"sha256:fa7695b22d7fbaa00391e06388b06720491d28a8728e18a1b94367251b90c22f","os":"linux","os_features":"","os_version":null,"size":12923486,"status":"inactive","last_pulled":"2023-10-24T14:08:38.422913Z","last_pushed":"2023-10-24T14:08:38.213917Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:5dff683b3ccffb4a3baf658a3e5b95bdb241313c036ddf219359c89505b30d7d","os":"linux","os_features":"","os_version":null,"size":12880249,"status":"inactive","last_pulled":"2023-10-24T19:00:02.757823Z","last_pushed":"2023-10-24T14:08:39.647081Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:e2403afa57ab82b58cdfe6aff4df774eafd09f7a64b1e5b4beb1f36aa4dda9c5","os":"linux","os_features":"","os_version":null,"size":13750566,"status":"inactive","last_pulled":"2023-10-31T18:31:01.593031Z","last_pushed":"2023-10-24T14:08:39.274781Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:6a3310163e4c4c7cbec2a0faf84e09f4e4d5ec64c6fd051f6806d20ac40d9185","os":"linux","os_features":"","os_version":null,"size":12992391,"status":"inactive","last_pulled":"2023-10-24T14:08:39.723254Z","last_pushed":"2023-10-24T14:08:38.8206Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:8b907ad96ad5b437162e3921804fb462a41c4330ebf5fcccfe8729e55249ae43","os":"linux","os_features":"","os_version":null,"size":13059766,"status":"inactive","last_pulled":"2023-10-24T14:08:40.300337Z","last_pushed":"2023-10-24T14:08:40.046249Z"}],"last_updated":"2023-10-24T14:08:54.811538Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-387637bb4e","repository":13960714,"full_size":12923486,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-31T18:31:01.593031Z","tag_last_pushed":"2023-10-24T14:08:54.811538Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:b39acd8c254e6eb75a114349e369098197c4b9d87619340399678d08fe479783"},{"creator":14974280,"id":535770428,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:36b0a902aa4f9c80a84b7cd85bba50bf51ef6bf700951b2dcf91c37906ff5507","os":"linux","os_features":"","os_version":null,"size":16230883,"status":"inactive","last_pulled":"2023-10-24T14:08:33.527319Z","last_pushed":"2023-10-24T14:08:33.280297Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:4fe17d3a2a03e1afc06a1f30f72ab0ab63d63d0f859cc203aa20587edbd10c5f","os":"linux","os_features":"","os_version":null,"size":15984704,"status":"inactive","last_pulled":"2023-10-24T14:08:33.142805Z","last_pushed":"2023-10-24T14:08:32.888308Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:8eed5bd1be6a1e0ce866bc4141e89c898c409770a66efca818a6737dbcf91169","os":"linux","os_features":"","os_version":null,"size":16375655,"status":"inactive","last_pulled":"2023-10-24T14:08:33.912039Z","last_pushed":"2023-10-24T14:08:33.655474Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:c6ed7ad064724653f7dfcba639c2c2301ef89b20433c0f074e68136050833200","os":"linux","os_features":"","os_version":null,"size":17314467,"status":"inactive","last_pulled":"2023-10-24T14:08:34.318094Z","last_pushed":"2023-10-24T14:08:33.990606Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:dea7e10b264e0bf8f42f85fce17876f4775a7f80c9007b977f2244abaa652761","os":"linux","os_features":"","os_version":null,"size":16502802,"status":"inactive","last_pulled":"2023-10-24T14:08:34.699912Z","last_pushed":"2023-10-24T14:08:34.423304Z"}],"last_updated":"2023-10-24T14:08:49.629725Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-387637bb4e-alpine","repository":13960714,"full_size":16230883,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-24T19:22:33.377951Z","tag_last_pushed":"2023-10-24T14:08:49.629725Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:ff40ce7397f7b9e06ffc97e05dcd1a1125dc62fddcbd4a9dc47421cb710120ca"},{"creator":14974280,"id":535701344,"images":[{"architecture":"arm","features":"","variant":"v7","digest":"sha256:b0fadd6dae700ece9825a0d947b00f043cd603f65ee95ad7a7d0ccb92f0f5809","os":"linux","os_features":"","os_version":null,"size":12923124,"status":"inactive","last_pulled":"2023-10-24T12:14:16.269581Z","last_pushed":"2023-10-24T12:14:16.028189Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:c46519950980be28323599dff3d60000d5306f29236087eba2842d653b3909a1","os":"linux","os_features":"","os_version":null,"size":13749709,"status":"inactive","last_pulled":"2023-10-24T13:14:19.810295Z","last_pushed":"2023-10-24T12:14:15.208686Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:ea986ed3db3ede30b0d664e0abe5078a95feb0e3df0fe36047e7648bd6c5e56a","os":"linux","os_features":"","os_version":null,"size":12990397,"status":"inactive","last_pulled":"2023-10-24T12:14:15.915221Z","last_pushed":"2023-10-24T12:14:15.638689Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:922127d3f565de2b860472584a1a6abbeadc0568a557621951311cd8257036cd","os":"linux","os_features":"","os_version":null,"size":13059230,"status":"inactive","last_pulled":"2023-10-24T12:14:16.563147Z","last_pushed":"2023-10-24T12:14:16.359703Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:7cee7dab8aa830b2d7a881be63bfd263add12cca2a744066da9840fd9e90fd5e","os":"linux","os_features":"","os_version":null,"size":12879276,"status":"inactive","last_pulled":"2023-10-24T14:00:03.697648Z","last_pushed":"2023-10-24T12:14:14.754918Z"}],"last_updated":"2023-10-24T12:14:29.347153Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-d5e68efc95","repository":13960714,"full_size":12923124,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-24T14:00:03.697648Z","tag_last_pushed":"2023-10-24T12:14:29.347153Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:db07d086874605d04562cc89a7672f19768ad1ad75a5a22c507724e25cbcf493"},{"creator":14974280,"id":535701277,"images":[{"architecture":"arm64","features":"","variant":null,"digest":"sha256:6525d65f581d25dd534ea0045fbdc1db510da431c35463af869b324525e9031e","os":"linux","os_features":"","os_version":null,"size":16374644,"status":"inactive","last_pulled":"2023-10-24T12:14:08.556121Z","last_pushed":"2023-10-24T12:14:08.357955Z"},{"architecture":"arm","features":"","variant":"v6","digest":"sha256:544e0af682fb0ef8e68c351476ca5634c37149135962d91c3dd9e88545a2e3bb","os":"linux","os_features":"","os_version":null,"size":16230526,"status":"inactive","last_pulled":"2023-10-24T12:14:09.472402Z","last_pushed":"2023-10-24T12:14:09.213195Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:c9234b04a5906b53d8689abfcc73d5ddf476244b5baa28c773ee948cb63a2cbb","os":"linux","os_features":"","os_version":null,"size":15984338,"status":"inactive","last_pulled":"2023-10-24T12:14:09.048721Z","last_pushed":"2023-10-24T12:14:08.795399Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:884d1c84fe08d0e970ffa6eec59ba0a3f723f02b23acbb6ea275da13883067e2","os":"linux","os_features":"","os_version":null,"size":17313595,"status":"inactive","last_pulled":"2023-10-24T12:14:08.15534Z","last_pushed":"2023-10-24T12:14:07.921698Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:15466fff9b978e8f71b3afa3684093e52da55afb356a2130be394a252e53859a","os":"linux","os_features":"","os_version":null,"size":16500802,"status":"inactive","last_pulled":"2023-10-24T12:14:09.938678Z","last_pushed":"2023-10-24T12:14:09.630444Z"}],"last_updated":"2023-10-24T12:14:23.048798Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-d5e68efc95-alpine","repository":13960714,"full_size":16230526,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-24T14:08:34.632654Z","tag_last_pushed":"2023-10-24T12:14:23.048798Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:16eae2611672a924e703f921704c39b679930041b156b823f6c43b2ca2ff9ee8"},{"creator":14974280,"id":535624146,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:91661b5a39cc1882ea0695fab3bf185e8daa71a175a327197671061bd7cea788","os":"linux","os_features":"","os_version":null,"size":13690449,"status":"active","last_pulled":"2023-11-12T12:08:30.166868Z","last_pushed":"2023-10-24T09:48:04.174134Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:1595cbf5222337ed61577f7afe2f87b0f4bbfb7012266773b419d398966358cb","os":"unknown","os_features":"","os_version":null,"size":1038,"status":"inactive","last_pulled":"2023-10-24T09:48:04.858157Z","last_pushed":"2023-10-24T09:48:04.574362Z"}],"last_updated":"2023-10-24T09:48:05.072994Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2640","repository":13960714,"full_size":13690449,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:30.166868Z","tag_last_pushed":"2023-10-24T09:48:05.072994Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:9e3c925cb9b38d05ebd49cf174c1f908654490ce8f47cc0902bd5972b8d32e51"},{"creator":14974280,"id":535624076,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:72f18c1fa4ee905c4c3ca325403bb2050a3a3eda371c9b6494af092c8b6055ea","os":"linux","os_features":"","os_version":null,"size":17254352,"status":"active","last_pulled":"2023-11-12T12:08:30.393548Z","last_pushed":"2023-10-24T09:47:55.959759Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:eea009a7c0e7842f88f3deb2af408f487c730aff9df66ef7461b241abed36835","os":"unknown","os_features":"","os_version":null,"size":1052,"status":"inactive","last_pulled":"2023-10-24T09:47:56.577356Z","last_pushed":"2023-10-24T09:47:56.32087Z"}],"last_updated":"2023-10-24T09:47:57.065865Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2640-alpine","repository":13960714,"full_size":17254352,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:30.393548Z","tag_last_pushed":"2023-10-24T09:47:57.065865Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:f0bd6bec399e749349f19e69610b2e585cd8a258c2de018686325c8628f3d1c0"},{"creator":14974280,"id":535543535,"images":[{"architecture":"arm","features":"","variant":"v7","digest":"sha256:85d0cac8e4d1c773886fd7938a0c57cc696a3117f602d96d4cb3282f0ebe8d47","os":"linux","os_features":"","os_version":null,"size":12922522,"status":"inactive","last_pulled":"2023-10-24T07:05:11.968743Z","last_pushed":"2023-10-24T07:05:11.740501Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:4a76e447331ed4b3bf0a60c5bdc1fbdeb8159441cbb66d234fa24d249049fec5","os":"linux","os_features":"","os_version":null,"size":12879170,"status":"inactive","last_pulled":"2023-10-24T12:00:04.204463Z","last_pushed":"2023-10-24T07:05:12.066502Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:6259482b8b2bfa7b9b590663ecada15cf4ad7790ae03a8a5ed3d7076254c67cf","os":"linux","os_features":"","os_version":null,"size":13749534,"status":"inactive","last_pulled":"2023-10-31T18:14:43.835295Z","last_pushed":"2023-10-24T07:05:11.352004Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:86929b79e996779b64f2af8dace20a4d36a34a83fe9e1d78ffc64d0c78575009","os":"linux","os_features":"","os_version":null,"size":12990250,"status":"inactive","last_pulled":"2023-10-24T07:05:10.833247Z","last_pushed":"2023-10-24T07:05:10.584551Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:5c98052d14e6c45bf60a598c284cb9d19552c808c91535ac036720ea069f94f0","os":"linux","os_features":"","os_version":null,"size":13059159,"status":"inactive","last_pulled":"2023-10-24T07:05:11.173974Z","last_pushed":"2023-10-24T07:05:10.920629Z"}],"last_updated":"2023-10-24T07:05:25.192834Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-31240b5771","repository":13960714,"full_size":12922522,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-31T18:14:43.835295Z","tag_last_pushed":"2023-10-24T07:05:25.192834Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:476a776e2cfb6cfda54900f857f109c0c7d0ea1691e30602669d95bcb49f0173"},{"creator":14974280,"id":535543525,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:1de7ad8ab58f0053463c45d9c6c8f13904eb1b9db835d580752e5f2102710118","os":"linux","os_features":"","os_version":null,"size":16229912,"status":"inactive","last_pulled":"2023-10-24T07:05:06.026747Z","last_pushed":"2023-10-24T07:05:05.804155Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:5885ed19f89143d91a1267dd5be9bc8593466b2a16c6545d6a4846637d7ad331","os":"linux","os_features":"","os_version":null,"size":15983749,"status":"inactive","last_pulled":"2023-10-24T07:05:06.107939Z","last_pushed":"2023-10-24T07:05:05.402953Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:f7f0223d6b8b242c9adf9424647d7071ed1ae17d8e8e84720347e443cbb5755e","os":"linux","os_features":"","os_version":null,"size":16500651,"status":"inactive","last_pulled":"2023-10-24T07:05:06.480331Z","last_pushed":"2023-10-24T07:05:06.261184Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:47c55bfa1fae262dd8daa4132946e8c1ce7ec8731ef0b25075d1a6a0bda8b0ee","os":"linux","os_features":"","os_version":null,"size":16374532,"status":"inactive","last_pulled":"2023-10-24T07:05:05.327983Z","last_pushed":"2023-10-24T07:05:05.013334Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:97179e5a0e794fa3e5f39c547a6afac7173b96e7280ad88434dc452eaef6b51b","os":"linux","os_features":"","os_version":null,"size":17313442,"status":"inactive","last_pulled":"2023-10-24T10:47:17.538725Z","last_pushed":"2023-10-24T07:05:04.67135Z"}],"last_updated":"2023-10-24T07:05:24.18758Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-31240b5771-alpine","repository":13960714,"full_size":16229912,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-24T12:14:09.804595Z","tag_last_pushed":"2023-10-24T07:05:24.18758Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:8f70004be20f012734a80134482d106a5ff8155b5db1a500247fba60b55ed03c"},{"creator":14974280,"id":534152172,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:c1de36df480ff7f09a49d1813a85014bc3a5a6ca4efe4cf18b6375b555c40538","os":"linux","os_features":"","os_version":null,"size":13750186,"status":"active","last_pulled":"2023-11-12T12:08:28.933936Z","last_pushed":"2023-10-20T22:38:20.954335Z"}],"last_updated":"2023-10-20T22:38:21.068296Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2590","repository":13960714,"full_size":13750186,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:28.933936Z","tag_last_pushed":"2023-10-20T22:38:21.068296Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:c1de36df480ff7f09a49d1813a85014bc3a5a6ca4efe4cf18b6375b555c40538"},{"creator":14974280,"id":534152133,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:7199e10ed2a93dee5843b22cfe6f4bdc74ecbc8dd497088dcc459b7dd47046e3","os":"linux","os_features":"","os_version":null,"size":17314073,"status":"active","last_pulled":"2023-11-12T12:08:28.918884Z","last_pushed":"2023-10-20T22:38:11.442104Z"}],"last_updated":"2023-10-20T22:38:11.600797Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2590-alpine","repository":13960714,"full_size":17314073,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:28.918884Z","tag_last_pushed":"2023-10-20T22:38:11.600797Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:7199e10ed2a93dee5843b22cfe6f4bdc74ecbc8dd497088dcc459b7dd47046e3"},{"creator":14974280,"id":532643363,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:12971e65d0d453a355a33692e381bfb979050c3b7626ffae5d6e462917e2ef3f","os":"linux","os_features":"","os_version":null,"size":13750092,"status":"active","last_pulled":"2023-11-12T12:08:28.774297Z","last_pushed":"2023-10-20T09:25:38.084004Z"}],"last_updated":"2023-10-20T09:25:38.084004Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2608","repository":13960714,"full_size":13750092,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:28.774297Z","tag_last_pushed":"2023-10-20T09:25:38.084004Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:12971e65d0d453a355a33692e381bfb979050c3b7626ffae5d6e462917e2ef3f"},{"creator":14974280,"id":532643215,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:da6076290e4f7492dd87131d29b86f4f6fcc94f2439e985bd2f4d1905e44c928","os":"linux","os_features":"","os_version":null,"size":17313994,"status":"active","last_pulled":"2023-11-12T12:08:28.862216Z","last_pushed":"2023-10-20T09:25:26.849217Z"}],"last_updated":"2023-10-20T09:25:26.849217Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2608-alpine","repository":13960714,"full_size":17313994,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:28.862216Z","tag_last_pushed":"2023-10-20T09:25:26.849217Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:da6076290e4f7492dd87131d29b86f4f6fcc94f2439e985bd2f4d1905e44c928"},{"creator":14974280,"id":532496392,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:e831c8675b29ec065240ab8194293aa440cc00e1065e68be767791537ae626a9","os":"linux","os_features":"","os_version":null,"size":13750102,"status":"active","last_pulled":"2023-11-12T12:08:28.78923Z","last_pushed":"2023-10-18T18:19:00.29814Z"}],"last_updated":"2023-10-18T18:19:00.29814Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2602","repository":13960714,"full_size":13750102,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:28.78923Z","tag_last_pushed":"2023-10-18T18:19:00.29814Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:e831c8675b29ec065240ab8194293aa440cc00e1065e68be767791537ae626a9"},{"creator":14974280,"id":532496304,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:71ff3bae5381d4210a5989d52c1cc10a9f1ce9d01070ae27104c4236456d3c92","os":"linux","os_features":"","os_version":null,"size":17314001,"status":"active","last_pulled":"2023-11-12T12:08:28.869602Z","last_pushed":"2023-10-18T18:18:49.66058Z"}],"last_updated":"2023-10-18T18:18:49.66058Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2602-alpine","repository":13960714,"full_size":17314001,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:28.869602Z","tag_last_pushed":"2023-10-18T18:18:49.66058Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:71ff3bae5381d4210a5989d52c1cc10a9f1ce9d01070ae27104c4236456d3c92"},{"creator":14974280,"id":532656635,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:2359ddb1fa41dba2c979327520a6a0fe2c7f943c7c6dba7a25d2f57b9944e7e2","os":"linux","os_features":"","os_version":null,"size":13750109,"status":"active","last_pulled":"2023-11-12T12:08:28.771254Z","last_pushed":"2023-10-18T16:24:28.764508Z"}],"last_updated":"2023-10-18T16:24:28.870694Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2603","repository":13960714,"full_size":13750109,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:28.771254Z","tag_last_pushed":"2023-10-18T16:24:28.870694Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:2359ddb1fa41dba2c979327520a6a0fe2c7f943c7c6dba7a25d2f57b9944e7e2"},{"creator":14974280,"id":532656521,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:7d8458ddec079768f5e89909d2fe9ea05ebaba42c68a723997aed4d3d8e5346e","os":"linux","os_features":"","os_version":null,"size":17314008,"status":"active","last_pulled":"2023-11-12T12:08:28.7432Z","last_pushed":"2023-10-18T16:24:16.67279Z"}],"last_updated":"2023-10-18T16:24:16.776781Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2603-alpine","repository":13960714,"full_size":17314008,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:28.7432Z","tag_last_pushed":"2023-10-18T16:24:16.776781Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:7d8458ddec079768f5e89909d2fe9ea05ebaba42c68a723997aed4d3d8e5346e"},{"creator":14974280,"id":525500990,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:31b0eee6e36ed4d8ffab9835c7780cd3cb89197270fcf56492c5102565c71ede","os":"linux","os_features":"","os_version":null,"size":13750101,"status":"inactive","last_pulled":"2023-10-18T16:06:33.34188Z","last_pushed":"2023-10-18T16:06:33.010132Z"}],"last_updated":"2023-10-18T16:06:33.010132Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2531","repository":13960714,"full_size":13750101,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-18T16:06:33.34188Z","tag_last_pushed":"2023-10-18T16:06:33.010132Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:31b0eee6e36ed4d8ffab9835c7780cd3cb89197270fcf56492c5102565c71ede"},{"creator":14974280,"id":525500873,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:77af3281980b0cf161dbd37df6184bef604729018cee19e53c8454ba663354d3","os":"linux","os_features":"","os_version":null,"size":17313999,"status":"inactive","last_pulled":"2023-10-18T16:06:21.087452Z","last_pushed":"2023-10-18T16:06:20.658873Z"}],"last_updated":"2023-10-18T16:06:20.658873Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2531-alpine","repository":13960714,"full_size":17313999,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-18T16:06:21.087452Z","tag_last_pushed":"2023-10-18T16:06:20.658873Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:77af3281980b0cf161dbd37df6184bef604729018cee19e53c8454ba663354d3"},{"creator":14974280,"id":531989521,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:461a502ec39e7a9a379566b155b21663c4375854d8e428d3c77c970eb3e196a1","os":"linux","os_features":"","os_version":null,"size":13750107,"status":"active","last_pulled":"2023-11-12T12:08:28.879189Z","last_pushed":"2023-10-17T18:24:15.508034Z"}],"last_updated":"2023-10-17T18:24:15.508034Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2595","repository":13960714,"full_size":13750107,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:28.879189Z","tag_last_pushed":"2023-10-17T18:24:15.508034Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:461a502ec39e7a9a379566b155b21663c4375854d8e428d3c77c970eb3e196a1"},{"creator":14974280,"id":532034855,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:b559761a7c734e1b9484cdb67d46e712db333001e13882e12236d3708d3adb44","os":"linux","os_features":"","os_version":null,"size":17314004,"status":"active","last_pulled":"2023-11-12T12:08:28.868317Z","last_pushed":"2023-10-17T18:24:05.040958Z"}],"last_updated":"2023-10-17T18:24:05.16038Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2595-alpine","repository":13960714,"full_size":17314004,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:28.868317Z","tag_last_pushed":"2023-10-17T18:24:05.16038Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:b559761a7c734e1b9484cdb67d46e712db333001e13882e12236d3708d3adb44"},{"creator":14974280,"id":531982745,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:eb42b7587fc5e3e3ccaa7e81264cb33ffbd8f8f187e3115db0c19704ac9ac168","os":"linux","os_features":"","os_version":null,"size":16229329,"status":"inactive","last_pulled":"2023-10-17T16:44:50.50943Z","last_pushed":"2023-10-17T16:44:50.243077Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:84f32b6444be72e9f07b0cd8371e65bb56d9a50487df162a4bdc2a7876f3492f","os":"linux","os_features":"","os_version":null,"size":15983142,"status":"inactive","last_pulled":"2023-10-17T16:44:50.113274Z","last_pushed":"2023-10-17T16:44:49.891078Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:52b48d87f9ccd0310ad4dd23cc133b2b0e2091c10c0c7765adf77327864f9d68","os":"linux","os_features":"","os_version":null,"size":16373033,"status":"inactive","last_pulled":"2023-10-20T07:47:57.667174Z","last_pushed":"2023-10-17T16:44:49.500799Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:a5ff4d8ef38466ff6984f4355518c0dee14a54236852ecb93af40ab25d428306","os":"linux","os_features":"","os_version":null,"size":17313890,"status":"inactive","last_pulled":"2023-10-23T19:22:27.23635Z","last_pushed":"2023-10-17T16:44:49.120366Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:64154caa2dc6d49a0766e8723a5d37598810240de13a9018ee5909d4b7606c3f","os":"linux","os_features":"","os_version":null,"size":16501363,"status":"inactive","last_pulled":"2023-10-17T16:44:50.870971Z","last_pushed":"2023-10-17T16:44:50.624691Z"}],"last_updated":"2023-10-17T16:45:05.875968Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-7b3eeec65c-alpine","repository":13960714,"full_size":16229329,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-24T07:05:06.510274Z","tag_last_pushed":"2023-10-17T16:45:05.875968Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:56285bb38014615ae35ba6f6320015f08cca997ae3f288bbe105ce0b3ab0d28a"},{"creator":14974280,"id":531982743,"images":[{"architecture":"arm","features":"","variant":"v7","digest":"sha256:76ef33e1806dd00578a6b70b06619bf3dd74d2c8201762c2191446a55e6682a8","os":"linux","os_features":"","os_version":null,"size":12921926,"status":"inactive","last_pulled":"2023-10-17T16:44:52.258252Z","last_pushed":"2023-10-17T16:44:52.01597Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:8e01a5de92f0010491eed310cc03c4082c50efda1cec48033a782bceb53eb623","os":"linux","os_features":"","os_version":null,"size":12877669,"status":"inactive","last_pulled":"2023-10-24T06:00:05.459449Z","last_pushed":"2023-10-17T16:44:51.661547Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:4d0f8395591e09d36adf2a1fe73f27ecf4981d0cc4f19d1977b32e933d748da5","os":"linux","os_features":"","os_version":null,"size":13749998,"status":"active","last_pulled":"2023-11-08T20:58:56.498463Z","last_pushed":"2023-10-17T16:44:51.265989Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:a1acd42627f962e9b207b6545a96456b664ba4a3a7ef1947161dcd63f9509f41","os":"linux","os_features":"","os_version":null,"size":12990964,"status":"inactive","last_pulled":"2023-10-17T16:44:51.283854Z","last_pushed":"2023-10-17T16:44:50.939128Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:e37607a6880b978a1033b6f23a09e2a8ec99d0a6ff27d15b5d4db2101b8afcc6","os":"linux","os_features":"","os_version":null,"size":13057880,"status":"inactive","last_pulled":"2023-10-17T16:44:52.697985Z","last_pushed":"2023-10-17T16:44:52.474953Z"}],"last_updated":"2023-10-17T16:45:05.676363Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-7b3eeec65c","repository":13960714,"full_size":12921926,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-24T21:34:58.497901Z","tag_last_pushed":"2023-10-17T16:45:05.676363Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:553f84176e3ff0d75cb2b5f279e17701d1ad1d62570098c38b5ab247202c7aa0"},{"creator":14974280,"id":531976290,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:01eb5971af491611da5b2b1e87fbecfd6cf1e5d7ddff56156087d38c7af35936","os":"linux","os_features":"","os_version":null,"size":13749996,"status":"active","last_pulled":"2023-11-12T12:08:29.180911Z","last_pushed":"2023-10-17T16:32:41.178904Z"}],"last_updated":"2023-10-17T16:32:41.27815Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2592","repository":13960714,"full_size":13749996,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:29.180911Z","tag_last_pushed":"2023-10-17T16:32:41.27815Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:01eb5971af491611da5b2b1e87fbecfd6cf1e5d7ddff56156087d38c7af35936"},{"creator":14974280,"id":531976212,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:85a508a76da53829ec7d785afc0006f2c30aaeaacf4a5a84bb883d56097a3708","os":"linux","os_features":"","os_version":null,"size":17313890,"status":"active","last_pulled":"2023-11-12T12:08:28.925369Z","last_pushed":"2023-10-17T16:32:29.457372Z"}],"last_updated":"2023-10-17T16:32:29.714982Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2592-alpine","repository":13960714,"full_size":17313890,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:28.925369Z","tag_last_pushed":"2023-10-17T16:32:29.714982Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:85a508a76da53829ec7d785afc0006f2c30aaeaacf4a5a84bb883d56097a3708"},{"creator":14974280,"id":531728876,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:d7818417db982e440df9408083b6017f8a9df10ad4c494acfe1b222b8744e5de","os":"linux","os_features":"","os_version":null,"size":13749995,"status":"active","last_pulled":"2023-11-12T12:08:29.026696Z","last_pushed":"2023-10-17T10:17:00.9514Z"}],"last_updated":"2023-10-17T10:17:01.036929Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2588","repository":13960714,"full_size":13749995,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:29.026696Z","tag_last_pushed":"2023-10-17T10:17:01.036929Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:d7818417db982e440df9408083b6017f8a9df10ad4c494acfe1b222b8744e5de"},{"creator":14974280,"id":531728764,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:84e18adc5ba0154976622207d8b8f80fa1f6899c4e269eb61539c2fdee49e76f","os":"linux","os_features":"","os_version":null,"size":17313889,"status":"active","last_pulled":"2023-11-12T12:08:28.907979Z","last_pushed":"2023-10-17T10:16:49.931889Z"}],"last_updated":"2023-10-17T10:16:50.01711Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2588-alpine","repository":13960714,"full_size":17313889,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:28.907979Z","tag_last_pushed":"2023-10-17T10:16:50.01711Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:84e18adc5ba0154976622207d8b8f80fa1f6899c4e269eb61539c2fdee49e76f"},{"creator":14974280,"id":531673895,"images":[{"architecture":"arm","features":"","variant":"v7","digest":"sha256:91114bc8e2c8b192242759a1b459ba08430b9e6136bb7d7f46077bd6315a8ae6","os":"linux","os_features":"","os_version":null,"size":12921925,"status":"inactive","last_pulled":"2023-10-17T08:41:11.011049Z","last_pushed":"2023-10-17T08:41:10.734501Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:c011f1ce6269ae8c179b18de8f0be1cdf0b9c2970bc4bbeb6f16a339c993552a","os":"linux","os_features":"","os_version":null,"size":12877669,"status":"inactive","last_pulled":"2023-10-17T16:00:04.832575Z","last_pushed":"2023-10-17T08:41:10.26744Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:620595a2e5ce5527a0c49497e7bad153f7792b950996034f1a930e33365bf239","os":"linux","os_features":"","os_version":null,"size":13749985,"status":"active","last_pulled":"2023-11-11T00:11:29.115409Z","last_pushed":"2023-10-17T08:41:09.913284Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:d8e21bd07d83f32a3f09c9fd72825a875bf66765d722217511be1cade690fdd2","os":"linux","os_features":"","os_version":null,"size":12990962,"status":"inactive","last_pulled":"2023-10-17T08:41:09.793494Z","last_pushed":"2023-10-17T08:41:09.590677Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:0cb3aaa236ac7622819bd1ee1aa8a4ab6b969d03c0ab7dc3be5e90ae27dd111e","os":"linux","os_features":"","os_version":null,"size":13057879,"status":"inactive","last_pulled":"2023-10-17T08:41:11.445558Z","last_pushed":"2023-10-17T08:41:11.205207Z"}],"last_updated":"2023-10-17T08:41:23.312017Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-03870c5583","repository":13960714,"full_size":12921925,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T06:17:03.387874Z","tag_last_pushed":"2023-10-17T08:41:23.312017Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:8c83829742fcb2ef020213e36acf57c0643ee71df7b342fa506b8cb3f80c4e73"},{"creator":14974280,"id":531673846,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:63bdec8f07c84a30b90de578e6ddbc55848654e22c6738fabc6b88aac06691c6","os":"linux","os_features":"","os_version":null,"size":16229326,"status":"inactive","last_pulled":"2023-10-17T08:41:03.876042Z","last_pushed":"2023-10-17T08:41:03.645047Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:d96d31e871eb066099835e73bbf6f0ba0ad133ae9a4b5ce8c2d3411c398eb69d","os":"linux","os_features":"","os_version":null,"size":15983137,"status":"inactive","last_pulled":"2023-10-17T08:41:03.526275Z","last_pushed":"2023-10-17T08:41:03.264333Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:340c73ff358ec34823ea9143a4a12452b30232622942846be831fb7a23710011","os":"linux","os_features":"","os_version":null,"size":16373035,"status":"inactive","last_pulled":"2023-10-17T08:41:03.104384Z","last_pushed":"2023-10-17T08:41:02.895361Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:79e14b504d46345ed9567961993809e9c6fbc3608b6cd9eaa52424c657cb65eb","os":"linux","os_features":"","os_version":null,"size":17313881,"status":"active","last_pulled":"2023-11-11T00:11:31.472029Z","last_pushed":"2023-10-17T08:41:02.389282Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:7e798809ab033b428d3ea9ee7f281cf5fb4402acf597f32b6791680f0552418a","os":"linux","os_features":"","os_version":null,"size":16501361,"status":"inactive","last_pulled":"2023-10-17T08:41:04.584105Z","last_pushed":"2023-10-17T08:41:04.281634Z"}],"last_updated":"2023-10-17T08:41:17.706519Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-03870c5583-alpine","repository":13960714,"full_size":16229326,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T06:17:06.447301Z","tag_last_pushed":"2023-10-17T08:41:17.706519Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:9472604d52b6723475d5d35b1cb6decd195272f19f9fb9d9870a81d52029efdc"},{"creator":14974280,"id":515991713,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:c23b583910baf2da0c9756095e3abd9ece7b115b23be9cce58ca4b16e522e44a","os":"linux","os_features":"","os_version":null,"size":13750000,"status":"inactive","last_pulled":"2023-10-17T08:29:50.319293Z","last_pushed":"2023-10-17T08:29:49.983542Z"}],"last_updated":"2023-10-17T08:29:49.983542Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2478","repository":13960714,"full_size":13750000,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-17T08:29:50.319293Z","tag_last_pushed":"2023-10-17T08:29:49.983542Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:c23b583910baf2da0c9756095e3abd9ece7b115b23be9cce58ca4b16e522e44a"},{"creator":14974280,"id":515991600,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:045425ab164469395ee45947859dc5cef57186af96884d2ac2c790582afc422d","os":"linux","os_features":"","os_version":null,"size":17313893,"status":"inactive","last_pulled":"2023-10-17T08:29:39.920054Z","last_pushed":"2023-10-17T08:29:39.666835Z"}],"last_updated":"2023-10-17T08:29:39.666835Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2478-alpine","repository":13960714,"full_size":17313893,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-17T08:29:39.920054Z","tag_last_pushed":"2023-10-17T08:29:39.666835Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:045425ab164469395ee45947859dc5cef57186af96884d2ac2c790582afc422d"},{"creator":14974280,"id":531632558,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:de3f1c915c73e2f633227c7f29724493450b51ae2d7229dce56ed2e063a6c61c","os":"linux","os_features":"","os_version":null,"size":13749995,"status":"active","last_pulled":"2023-11-12T12:08:28.913326Z","last_pushed":"2023-10-17T07:22:13.77438Z"}],"last_updated":"2023-10-17T07:22:13.881461Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2600","repository":13960714,"full_size":13749995,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:28.913326Z","tag_last_pushed":"2023-10-17T07:22:13.881461Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:de3f1c915c73e2f633227c7f29724493450b51ae2d7229dce56ed2e063a6c61c"},{"creator":14974280,"id":531632475,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:297ad8f90fae6950f137a6c42f2a4230d864b8c9c5ba0278339de862ecfc4cae","os":"linux","os_features":"","os_version":null,"size":17313883,"status":"active","last_pulled":"2023-11-12T12:08:28.903604Z","last_pushed":"2023-10-17T07:22:02.265705Z"}],"last_updated":"2023-10-17T07:22:02.365971Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2600-alpine","repository":13960714,"full_size":17313883,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:28.903604Z","tag_last_pushed":"2023-10-17T07:22:02.365971Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:297ad8f90fae6950f137a6c42f2a4230d864b8c9c5ba0278339de862ecfc4cae"},{"creator":14974280,"id":531453127,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:ad82876c4958f26a92dc8ac89004273b0a78e1b68416dc06436b03f6f80cc2ee","os":"linux","os_features":"","os_version":null,"size":13749992,"status":"active","last_pulled":"2023-11-12T12:08:29.078544Z","last_pushed":"2023-10-17T07:19:05.678602Z"}],"last_updated":"2023-10-17T07:19:05.678602Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2597","repository":13960714,"full_size":13749992,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:29.078544Z","tag_last_pushed":"2023-10-17T07:19:05.678602Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:ad82876c4958f26a92dc8ac89004273b0a78e1b68416dc06436b03f6f80cc2ee"},{"creator":14974280,"id":531453084,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:ea15dcc27257a42fde599c284e36e13897e0a7da157af55c0c7d937bfaa1d653","os":"linux","os_features":"","os_version":null,"size":17313887,"status":"active","last_pulled":"2023-11-12T12:08:28.808836Z","last_pushed":"2023-10-17T07:18:52.077777Z"}],"last_updated":"2023-10-17T07:18:52.077777Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2597-alpine","repository":13960714,"full_size":17313887,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:28.808836Z","tag_last_pushed":"2023-10-17T07:18:52.077777Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:ea15dcc27257a42fde599c284e36e13897e0a7da157af55c0c7d937bfaa1d653"},{"creator":14974280,"id":531597186,"images":[{"architecture":"arm","features":"","variant":"v7","digest":"sha256:5c2a608275377f3c1c75d2ed56bf609fb2b4b312515f2d652f84a4a9af775914","os":"linux","os_features":"","os_version":null,"size":12921929,"status":"inactive","last_pulled":"2023-10-17T05:41:00.952382Z","last_pushed":"2023-10-17T05:41:00.701307Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:b64839fdc522c3ac68e79814570aab5965b440ed0f585e39d564a8fee7e2c8bf","os":"linux","os_features":"","os_version":null,"size":12877677,"status":"inactive","last_pulled":"2023-10-17T08:29:05.183962Z","last_pushed":"2023-10-17T05:41:00.295351Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:69d2a6e452f6df619e5c9edf9ec7cc30b859fae8ea3885fdb5399a0b9cd45728","os":"linux","os_features":"","os_version":null,"size":13749989,"status":"inactive","last_pulled":"2023-10-17T06:56:17.536793Z","last_pushed":"2023-10-17T05:41:01.278797Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:6e0dbd8652b0da4e24b371216ea5b1b6404daadab5e0192ff9113af9022057b0","os":"linux","os_features":"","os_version":null,"size":12990953,"status":"inactive","last_pulled":"2023-10-17T05:41:00.289023Z","last_pushed":"2023-10-17T05:40:59.926347Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:80b3776dfcb0e757bf054121c40da50fa4e16d69bcb2f69d7672530ee0deb4dc","os":"linux","os_features":"","os_version":null,"size":13057873,"status":"inactive","last_pulled":"2023-10-17T05:41:01.92417Z","last_pushed":"2023-10-17T05:41:01.666937Z"}],"last_updated":"2023-10-17T05:41:16.406763Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-293cc4b821","repository":13960714,"full_size":12921929,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-17T08:29:05.183962Z","tag_last_pushed":"2023-10-17T05:41:16.406763Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:2b76a329a472d0dba5adc7e753bc911fa77741b5db5be4f838537b36485e8c86"},{"creator":14974280,"id":531597168,"images":[{"architecture":"arm64","features":"","variant":null,"digest":"sha256:b23a471a7ce428d4aa564e6f190769e26f559d06938329d66512213872f28f59","os":"linux","os_features":"","os_version":null,"size":16373041,"status":"inactive","last_pulled":"2023-10-17T05:40:55.549121Z","last_pushed":"2023-10-17T05:40:55.329066Z"},{"architecture":"arm","features":"","variant":"v6","digest":"sha256:92aba6b4ada315160a14a85f336e4dc8b763772179058e7791306b92bcf08252","os":"linux","os_features":"","os_version":null,"size":16229334,"status":"inactive","last_pulled":"2023-10-17T05:40:55.462478Z","last_pushed":"2023-10-17T05:40:54.784518Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:1b3908293a06bbe53704ad25188f8a440098bccf04a4c1357a819d8c72be14fb","os":"linux","os_features":"","os_version":null,"size":15983153,"status":"inactive","last_pulled":"2023-10-17T05:40:55.90559Z","last_pushed":"2023-10-17T05:40:55.718988Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:636521bbc859f147c79317b6e28ac80cf8dbd23b71973d2218cc9af0fa920003","os":"linux","os_features":"","os_version":null,"size":17313900,"status":"inactive","last_pulled":"2023-10-17T05:40:56.366121Z","last_pushed":"2023-10-17T05:40:56.129176Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:5b29bea0b4b426d3161cc35e7793c42f1d986c62ad8563b06d9e194bc2380076","os":"linux","os_features":"","os_version":null,"size":16501370,"status":"inactive","last_pulled":"2023-10-17T05:40:56.696197Z","last_pushed":"2023-10-17T05:40:56.487334Z"}],"last_updated":"2023-10-17T05:41:11.061467Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-293cc4b821-alpine","repository":13960714,"full_size":16229334,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-17T08:41:04.486764Z","tag_last_pushed":"2023-10-17T05:41:11.061467Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:1b0fce6d5c5860ff538f34bd7475af71c4479582323437a76ba093b94e947701"},{"creator":14974280,"id":531595703,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:7706e0d060374448bb15cf11ee563524bb6b6f08e36345240cfea461a8fae7e7","os":"linux","os_features":"","os_version":null,"size":13749990,"status":"active","last_pulled":"2023-11-12T12:08:28.906898Z","last_pushed":"2023-10-17T05:35:06.237803Z"}],"last_updated":"2023-10-17T05:35:06.36714Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2593","repository":13960714,"full_size":13749990,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:28.906898Z","tag_last_pushed":"2023-10-17T05:35:06.36714Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:7706e0d060374448bb15cf11ee563524bb6b6f08e36345240cfea461a8fae7e7"},{"creator":14974280,"id":531595671,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:1b9124dd1f822d2680714abb3d1263dfc6663622c6b905ac6f3a0ae977c4e365","os":"linux","os_features":"","os_version":null,"size":17313894,"status":"active","last_pulled":"2023-11-12T12:08:28.865353Z","last_pushed":"2023-10-17T05:34:55.126674Z"}],"last_updated":"2023-10-17T05:34:55.227416Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2593-alpine","repository":13960714,"full_size":17313894,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:28.865353Z","tag_last_pushed":"2023-10-17T05:34:55.227416Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:1b9124dd1f822d2680714abb3d1263dfc6663622c6b905ac6f3a0ae977c4e365"},{"creator":14974280,"id":531593654,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:370e1fb3794552d3c380bf6b037da91b9d9dbfc970c90c1cf2a8a6416229abe5","os":"linux","os_features":"","os_version":null,"size":13749995,"status":"active","last_pulled":"2023-11-12T12:08:28.854562Z","last_pushed":"2023-10-17T05:25:56.916474Z"}],"last_updated":"2023-10-17T05:25:57.01587Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2591","repository":13960714,"full_size":13749995,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:28.854562Z","tag_last_pushed":"2023-10-17T05:25:57.01587Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:370e1fb3794552d3c380bf6b037da91b9d9dbfc970c90c1cf2a8a6416229abe5"},{"creator":14974280,"id":531593614,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:67e19b2d25122662b31e80fff4a51ff85931080e33cdf7e3152e95532b819a2b","os":"linux","os_features":"","os_version":null,"size":17313895,"status":"active","last_pulled":"2023-11-12T12:08:28.929465Z","last_pushed":"2023-10-17T05:25:46.473115Z"}],"last_updated":"2023-10-17T05:25:46.56572Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2591-alpine","repository":13960714,"full_size":17313895,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:28.929465Z","tag_last_pushed":"2023-10-17T05:25:46.56572Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:67e19b2d25122662b31e80fff4a51ff85931080e33cdf7e3152e95532b819a2b"},{"creator":14974280,"id":531455050,"images":[{"architecture":"arm64","features":"","variant":null,"digest":"sha256:4632287b835ee7386502370ca6a76174a65e9ddb742d27b09aec96bf1111f9f0","os":"linux","os_features":"","os_version":null,"size":12877670,"status":"inactive","last_pulled":"2023-10-17T04:00:06.905532Z","last_pushed":"2023-10-16T22:39:33.473246Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:efe3153094cedb24dc93af0cc8a40a6051fdb487702804a32769e7d3418ee433","os":"linux","os_features":"","os_version":null,"size":13749997,"status":"inactive","last_pulled":"2023-10-17T05:32:36.13488Z","last_pushed":"2023-10-16T22:39:33.832103Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:9592fe719ce3b418bba0de509ae24a6f2eff70dcf0241696371ad9daafa35752","os":"linux","os_features":"","os_version":null,"size":12990964,"status":"inactive","last_pulled":"2023-10-16T22:39:33.33463Z","last_pushed":"2023-10-16T22:39:33.102167Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:7084d6fde7b0cf38be34fbf06d28beab47b48aeb5cd9ce052574c443986616ab","os":"linux","os_features":"","os_version":null,"size":13057879,"status":"inactive","last_pulled":"2023-10-16T22:39:32.946818Z","last_pushed":"2023-10-16T22:39:32.696481Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:89cb382ef3ab74adb16f2e0c9e40823ad91b13ecee71d49fc182f13e7048efa2","os":"linux","os_features":"","os_version":null,"size":12921929,"status":"inactive","last_pulled":"2023-10-16T22:39:34.464382Z","last_pushed":"2023-10-16T22:39:34.222583Z"}],"last_updated":"2023-10-16T22:39:46.931553Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-7d7ba755cc","repository":13960714,"full_size":12921929,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-17T05:32:36.13488Z","tag_last_pushed":"2023-10-16T22:39:46.931553Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:1473afd598db9b05e55b429b1826c641713c39084ec81a8ec444c88bb1d9258e"},{"creator":14974280,"id":531455033,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:0ba05243d15ed69a5445ee161c3aa0ff2ae6b5b162aadea9edfa70e8b8f79f91","os":"linux","os_features":"","os_version":null,"size":16229493,"status":"inactive","last_pulled":"2023-10-16T22:39:29.045276Z","last_pushed":"2023-10-16T22:39:28.649858Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:8406f2d4e7dc9b8108829211b7b986df2f9c3666657eb9648ad2049943dd1349","os":"linux","os_features":"","os_version":null,"size":15983152,"status":"inactive","last_pulled":"2023-10-16T22:39:29.291195Z","last_pushed":"2023-10-16T22:39:29.019806Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:7a008ab0c02e8a006a7df856f017a684c91a445a62b33335a961a619aa03c097","os":"linux","os_features":"","os_version":null,"size":16373039,"status":"inactive","last_pulled":"2023-10-16T22:39:28.480558Z","last_pushed":"2023-10-16T22:39:28.243285Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:1698a52d373976c2dc6d3e403a70395fb651714296e19240537aa8b9ac20eb5b","os":"linux","os_features":"","os_version":null,"size":17313897,"status":"inactive","last_pulled":"2023-10-16T22:39:28.140097Z","last_pushed":"2023-10-16T22:39:27.899485Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:4d358a453f8ec78061a9d32fe645c92f60c2f0198c076f652de144d5f8b9166f","os":"linux","os_features":"","os_version":null,"size":16501372,"status":"inactive","last_pulled":"2023-10-16T22:39:29.633976Z","last_pushed":"2023-10-16T22:39:29.402556Z"}],"last_updated":"2023-10-16T22:39:43.557495Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-7d7ba755cc-alpine","repository":13960714,"full_size":16229493,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-17T05:40:56.671814Z","tag_last_pushed":"2023-10-16T22:39:43.557495Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:e8da1d3179e6b4f9e6fa3a1a6b70ad4234d9e2cb4f689dc056302552fd666f5c"},{"creator":14974280,"id":531430274,"images":[{"architecture":"arm","features":"","variant":"v7","digest":"sha256:6705763b6e4ff2505a2b115cf39ad5aacafa4662fbe684382d77dd7b7ddf0249","os":"linux","os_features":"","os_version":null,"size":12921980,"status":"inactive","last_pulled":"2023-10-16T21:41:16.833251Z","last_pushed":"2023-10-16T21:41:16.59373Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:6c44ac80407002b386c13e96aabc260436f7524a0b210d96704b17e358c8115d","os":"linux","os_features":"","os_version":null,"size":12877659,"status":"inactive","last_pulled":"2023-10-16T21:41:17.300417Z","last_pushed":"2023-10-16T21:41:17.057342Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:aa54bfeb571c2ea726eada01ec52271a2738743125db9de8f2bbbae74b6b1a69","os":"linux","os_features":"","os_version":null,"size":13750013,"status":"inactive","last_pulled":"2023-10-16T21:41:16.645363Z","last_pushed":"2023-10-16T21:41:16.210673Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:79a9f2b3dfd08f205d6f62a95ab6daf19f8cb66b74361cf2226b15dc77b550a3","os":"linux","os_features":"","os_version":null,"size":12990688,"status":"inactive","last_pulled":"2023-10-16T21:41:16.073854Z","last_pushed":"2023-10-16T21:41:15.851829Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:78d98d4949a16c2d88baf4527bd189db29ccbc150939b2a90d589232c26fe287","os":"linux","os_features":"","os_version":null,"size":13057875,"status":"inactive","last_pulled":"2023-10-16T21:41:15.754799Z","last_pushed":"2023-10-16T21:41:15.476907Z"}],"last_updated":"2023-10-16T21:41:29.167221Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-5eda28b120","repository":13960714,"full_size":12921980,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-16T21:41:17.794591Z","tag_last_pushed":"2023-10-16T21:41:29.167221Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:850be56ac31f6b94973b745d1315d13bcba6377fdccf99518c4fe6e6cfd35934"},{"creator":14974280,"id":531430245,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:d806319da04dd6d1eba86a1046890243688a8e06da3a9eeb26d5124d2f176309","os":"linux","os_features":"","os_version":null,"size":16229377,"status":"inactive","last_pulled":"2023-10-16T21:41:11.15803Z","last_pushed":"2023-10-16T21:41:10.896692Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:efc48f640d6b360ab26cdf0e21f6efc57ce95d318c9a2ee2c95b8b2d771b6cf9","os":"linux","os_features":"","os_version":null,"size":15983192,"status":"inactive","last_pulled":"2023-10-16T21:41:11.588859Z","last_pushed":"2023-10-16T21:41:11.319977Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:5c28bbbb7c6769cf95f6caccb30e7c24d6957b051f1f994016ac4b3922b638b8","os":"linux","os_features":"","os_version":null,"size":16373039,"status":"inactive","last_pulled":"2023-10-16T21:41:12.006122Z","last_pushed":"2023-10-16T21:41:11.726235Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:b712c9f336db889bb7ff67d479c1e7c2fb3461b54a99365a88970705aaed67b5","os":"linux","os_features":"","os_version":null,"size":17313890,"status":"inactive","last_pulled":"2023-10-16T21:41:10.50666Z","last_pushed":"2023-10-16T21:41:10.196632Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:619e57eddc8c7bf60dbd0815c608a189c6b80fb4cc1a9d3d1f4dc7fddd2359b6","os":"linux","os_features":"","os_version":null,"size":16501098,"status":"inactive","last_pulled":"2023-10-16T21:41:10.849992Z","last_pushed":"2023-10-16T21:41:10.551534Z"}],"last_updated":"2023-10-16T21:41:26.425242Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-5eda28b120-alpine","repository":13960714,"full_size":16229377,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-16T21:41:12.573865Z","tag_last_pushed":"2023-10-16T21:41:26.425242Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:7c9f477db9a5858e38f7242747ac7b9f773252712fbb701e7970036362619d7d"},{"creator":14974280,"id":531349574,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:ab4c6399aa71d922ace617eaebb50ef73c9e78820f86edbbd90e3e91f6a52eff","os":"linux","os_features":"","os_version":null,"size":13749996,"status":"active","last_pulled":"2023-11-12T12:08:28.87395Z","last_pushed":"2023-10-16T21:38:48.833924Z"}],"last_updated":"2023-10-16T21:38:48.833924Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2599","repository":13960714,"full_size":13749996,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:28.87395Z","tag_last_pushed":"2023-10-16T21:38:48.833924Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:ab4c6399aa71d922ace617eaebb50ef73c9e78820f86edbbd90e3e91f6a52eff"},{"creator":14974280,"id":531349531,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:639e9c8669bc4ac6123d014c7dfdc8d85d2836b424bcaeddd446771fa19d5562","os":"linux","os_features":"","os_version":null,"size":17313898,"status":"active","last_pulled":"2023-11-12T12:08:28.78942Z","last_pushed":"2023-10-16T21:38:38.821669Z"}],"last_updated":"2023-10-16T21:38:38.821669Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2599-alpine","repository":13960714,"full_size":17313898,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:28.78942Z","tag_last_pushed":"2023-10-16T21:38:38.821669Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:639e9c8669bc4ac6123d014c7dfdc8d85d2836b424bcaeddd446771fa19d5562"},{"creator":14974280,"id":530801457,"images":[{"architecture":"arm","features":"","variant":"v7","digest":"sha256:eaf549038e98a7f876548c9afd218e42dd56e18727d57ebc82c7ea035d5311cb","os":"linux","os_features":"","os_version":null,"size":12921987,"status":"inactive","last_pulled":"2023-10-15T22:00:31.199803Z","last_pushed":"2023-10-15T20:40:24.131987Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:433ccaf6325a2e977eef3b47bcce40a5fca08f93125c12a46e7ebad958b99569","os":"linux","os_features":"","os_version":null,"size":12877683,"status":"inactive","last_pulled":"2023-10-16T21:00:03.72353Z","last_pushed":"2023-10-15T20:40:23.730604Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:9ef9c190f3d64ba9796eaf38bd2f9e9c4fe97ac77cbbe582ebd940dec010bc41","os":"linux","os_features":"","os_version":null,"size":13750018,"status":"inactive","last_pulled":"2023-10-16T19:36:17.096655Z","last_pushed":"2023-10-15T20:40:24.57238Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:02afbef2f547eb39a2e62ba3531df67fc6c1b3bf952ef7f005b76bf46a826250","os":"linux","os_features":"","os_version":null,"size":12990691,"status":"inactive","last_pulled":"2023-10-15T22:00:31.197086Z","last_pushed":"2023-10-15T20:40:23.37613Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:dc59853d950179817ce382e0807b5ea76f7a41d1fd73cd973a9c8ec66e779e36","os":"linux","os_features":"","os_version":null,"size":13057898,"status":"inactive","last_pulled":"2023-10-15T22:00:31.158805Z","last_pushed":"2023-10-15T20:40:24.942069Z"}],"last_updated":"2023-10-15T20:40:37.880743Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-62e1081b24","repository":13960714,"full_size":12921987,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-16T21:32:26.657481Z","tag_last_pushed":"2023-10-15T20:40:37.880743Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:63311404a19ac3b1dc2b226e24b899557564e9c628850ed437eafc4807631e75"},{"creator":14974280,"id":530801453,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:e401de9e2c321a293a56229dd4ddb204fdeefa0dc037cee2e05b2647a5b03647","os":"linux","os_features":"","os_version":null,"size":16229392,"status":"inactive","last_pulled":"2023-10-15T22:00:31.195Z","last_pushed":"2023-10-15T20:40:20.361561Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:144dc852cd6835d1a14188b5b7ff922058b9adecfeefa457691418230924e493","os":"linux","os_features":"","os_version":null,"size":15983206,"status":"inactive","last_pulled":"2023-10-15T22:00:31.174424Z","last_pushed":"2023-10-15T20:40:20.7379Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:16bf1f0b9262041cb14710bb3d4b5456a6f5f9dab8661e36bad7f96a983363c7","os":"linux","os_features":"","os_version":null,"size":16373049,"status":"inactive","last_pulled":"2023-10-16T19:28:22.117739Z","last_pushed":"2023-10-15T20:40:19.888832Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:b6ab851b190bf6ba518ba2ef34a9ff8dbe9c53abd96b03170e4684cc3ac4be80","os":"linux","os_features":"","os_version":null,"size":17313918,"status":"inactive","last_pulled":"2023-10-16T17:31:46.127412Z","last_pushed":"2023-10-15T20:40:19.536853Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:8e4c9107b64b538b0fad021814dccf1537879b7a9330c3d8c34275d74723d6aa","os":"linux","os_features":"","os_version":null,"size":16501102,"status":"inactive","last_pulled":"2023-10-15T22:00:31.234283Z","last_pushed":"2023-10-15T20:40:19.164597Z"}],"last_updated":"2023-10-15T20:40:33.586421Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"next-62e1081b24-alpine","repository":13960714,"full_size":16229392,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-16T21:41:11.890651Z","tag_last_pushed":"2023-10-15T20:40:33.586421Z","media_type":"application/vnd.docker.distribution.manifest.list.v2+json","content_type":"image","digest":"sha256:fef0656353f37116dc3cf575cb91e14e97868f74b74ce6e84ed69d84d33e90a8"},{"creator":14974280,"id":530745442,"images":[{"architecture":"arm","features":"","variant":"v7","digest":"sha256:f2a3f8bb883acdb49462dd028f9f87f9eeeb369b15c68d6efdc9f73e0ad1220a","os":"linux","os_features":"","os_version":null,"size":12897099,"status":"active","last_pulled":"2023-11-12T12:08:30.153314Z","last_pushed":"2023-10-15T15:32:18.446339Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:33ef3bf3955dfb8260b815edce25b14bb6a52d14c25ba4fc59dc9a48e5d1b327","os":"linux","os_features":"","os_version":null,"size":12689393,"status":"active","last_pulled":"2023-11-19T21:11:19.00506Z","last_pushed":"2023-10-15T15:32:18.070631Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:7dc2b52fca6149236cf7c6d110a501495c279beead3a757df40f016ad6924c01","os":"linux","os_features":"","os_version":null,"size":13690702,"status":"active","last_pulled":"2023-12-04T02:01:07.961821Z","last_pushed":"2023-10-15T15:32:17.747584Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:6e7f73a302f4c5acaf0a5ba534ca6879cd02648472e87875cd3b3fef594f7446","os":"linux","os_features":"","os_version":null,"size":12719281,"status":"active","last_pulled":"2023-11-04T11:42:58.613382Z","last_pushed":"2023-10-15T15:32:17.016193Z"},{"architecture":"riscv64","features":"","variant":null,"digest":"sha256:682edd1c258c5ae25127a8374cfe7eeefaab854dfa891251178773345aa64ee9","os":"linux","os_features":"","os_version":null,"size":12958517,"status":"active","last_pulled":"2023-11-04T11:43:02.604277Z","last_pushed":"2023-10-15T15:32:18.763423Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:0f2ff0b268abdbc49f3a0e3d15c53ad42fc51bcc2bfe3627123ad8c060f80ee6","os":"unknown","os_features":"","os_version":null,"size":1573,"status":"active","last_pulled":"2023-11-04T11:43:06.706329Z","last_pushed":"2023-10-15T15:32:17.350916Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:b31a8e18a585e9317247bd9cff9b5124478c4cf3496795ce10b6d1105e604eb3","os":"unknown","os_features":"","os_version":null,"size":1561,"status":"active","last_pulled":"2023-11-04T11:43:09.475517Z","last_pushed":"2023-10-15T15:32:16.720134Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:dced27785c7d97b71b6f30a76c5c870e0bb6b9c752e705ed57e69b4858c4442b","os":"unknown","os_features":"","os_version":null,"size":1561,"status":"active","last_pulled":"2023-11-04T11:43:12.026695Z","last_pushed":"2023-10-15T15:32:16.382559Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:a9259a5da45e02f2d0b5d46da5ea1b6a6785601ee018d74f49bee9d13b4ce44d","os":"unknown","os_features":"","os_version":null,"size":1569,"status":"active","last_pulled":"2023-11-04T11:43:14.286755Z","last_pushed":"2023-10-15T15:32:16.075082Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:221f6349a68a07d7d51f5313d82288c1a8f1e7d6eda8588a011a66f75af022a6","os":"unknown","os_features":"","os_version":null,"size":1569,"status":"active","last_pulled":"2023-11-04T11:43:16.753607Z","last_pushed":"2023-10-15T15:32:19.131799Z"}],"last_updated":"2023-10-15T15:32:37.620525Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"v1.0.3","repository":13960714,"full_size":12897099,"v2":true,"tag_status":"active","tag_last_pulled":"2023-12-04T02:01:07.961821Z","tag_last_pushed":"2023-10-15T15:32:37.620525Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:08631b1044b0f2fc586e2e7d1a6abe3fef5731cf3d6bb74d1acbd4310756e1fa"},{"creator":14974280,"id":530745438,"images":[{"architecture":"arm","features":"","variant":"v6","digest":"sha256:4549760ffc47722ca9a5500252ec40b417497e99c8137d9d352180bcdf529154","os":"linux","os_features":"","os_version":null,"size":16204503,"status":"active","last_pulled":"2023-11-12T12:08:30.1542Z","last_pushed":"2023-10-15T15:32:16.200158Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:c3890014fc5668a7d723a9dedd4c980d4bf7fe19fcf978be372692688b0afbc8","os":"unknown","os_features":"","os_version":null,"size":1596,"status":"inactive","last_pulled":"2023-10-15T15:32:14.185853Z","last_pushed":"2023-10-15T15:32:13.957471Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:35760d1a1eb1f9488d7a0d94f1d28329a1b079d4709e42c0570ed0e6b5c240bb","os":"unknown","os_features":"","os_version":null,"size":1596,"status":"inactive","last_pulled":"2023-10-15T15:32:13.734115Z","last_pushed":"2023-10-15T15:32:13.433505Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:594c4082fe3b5eb1d38453fd55cc4dbfb813422f28f45555a1d792d111fd9228","os":"unknown","os_features":"","os_version":null,"size":1606,"status":"inactive","last_pulled":"2023-10-15T15:32:17.229962Z","last_pushed":"2023-10-15T15:32:16.977334Z"},{"architecture":"arm","features":"","variant":"v7","digest":"sha256:585018e7fdf6c4fa478e2311de7b085b36f3d83b82b3161e44edc353571888f1","os":"linux","os_features":"","os_version":null,"size":15958314,"status":"inactive","last_pulled":"2023-10-15T15:32:16.769425Z","last_pushed":"2023-10-15T15:32:16.554279Z"},{"architecture":"arm64","features":"","variant":null,"digest":"sha256:ec6ce7ad1ec8c70caea1d5fcc1306db18d9f45bc048f6298efa8b848042f341c","os":"linux","os_features":"","os_version":null,"size":16184759,"status":"active","last_pulled":"2023-11-08T22:31:39.615058Z","last_pushed":"2023-10-15T15:32:15.778826Z"},{"architecture":"amd64","features":"","variant":null,"digest":"sha256:fec84471d3b76f37ff30766f57475e29d5022308deb46301f4a9daf271f1bddb","os":"linux","os_features":"","os_version":null,"size":17254593,"status":"active","last_pulled":"2023-11-28T16:12:31.333752Z","last_pushed":"2023-10-15T15:32:15.374708Z"},{"architecture":"ppc64le","features":"","variant":null,"digest":"sha256:3dc9dc98d5e5a83a35d07d26a89fede0b91a814dbbfb7b07a5952e869f803e6d","os":"linux","os_features":"","os_version":null,"size":16229685,"status":"inactive","last_pulled":"2023-10-15T15:32:15.313482Z","last_pushed":"2023-10-15T15:32:15.053275Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:cda638520582b63590f137698c5625d4222cb3ebfcf1c18ac5bc4ef4060c2385","os":"unknown","os_features":"","os_version":null,"size":1757,"status":"inactive","last_pulled":"2023-10-15T15:32:14.920468Z","last_pushed":"2023-10-15T15:32:14.67945Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:3a0d5ec9b01314f0e077ab854483017b828971c3ef83d236f12e657c2349e968","os":"unknown","os_features":"","os_version":null,"size":1757,"status":"inactive","last_pulled":"2023-10-15T15:32:14.692295Z","last_pushed":"2023-10-15T15:32:14.357709Z"}],"last_updated":"2023-10-15T15:32:36.284612Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"v1.0.3-alpine","repository":13960714,"full_size":16204503,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-28T16:12:31.333752Z","tag_last_pushed":"2023-10-15T15:32:36.284612Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:dbf905670cba9573638d03e0a6c6dd6e100ec6055eafd408ef432549d6e99f6f"},{"creator":14974280,"id":530477578,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:0d96933e258e0372b5ce47bb5c4773a2251a18b246eba8c8e6772d7017f93684","os":"linux","os_features":"","os_version":null,"size":13690703,"status":"inactive","last_pulled":"2023-10-15T13:41:54.435667Z","last_pushed":"2023-10-15T08:33:07.285763Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:93a7b7b2afa5181f0f44db0c1eb2aed3a45354c29c5a98255536685e8fe7a613","os":"unknown","os_features":"","os_version":null,"size":1038,"status":"inactive","last_pulled":"2023-10-15T10:00:49.318875Z","last_pushed":"2023-10-15T08:33:07.629363Z"}],"last_updated":"2023-10-15T08:33:08.036069Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2582","repository":13960714,"full_size":13690703,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-15T13:41:54.435667Z","tag_last_pushed":"2023-10-15T08:33:08.036069Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:7c536cfd82fbb6abc21584386db9677a99ffd5dbd99e7bb0a1d93f5a93f21b20"},{"creator":14974280,"id":530477534,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:0704cec9764c1b54291ea746a4e9965fc7453728b97c351814954358833a1b91","os":"linux","os_features":"","os_version":null,"size":17254601,"status":"inactive","last_pulled":"2023-10-15T10:00:50.632233Z","last_pushed":"2023-10-15T08:32:55.258311Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:9a98329cfaebcaab8331946f6aa2422dc76d5ea666f4bdc6b47d3ac87908d03a","os":"unknown","os_features":"","os_version":null,"size":1052,"status":"inactive","last_pulled":"2023-10-15T10:00:50.894672Z","last_pushed":"2023-10-15T08:32:55.704488Z"}],"last_updated":"2023-10-15T08:32:56.109879Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2582-alpine","repository":13960714,"full_size":17254601,"v2":true,"tag_status":"inactive","tag_last_pulled":"2023-10-15T10:00:50.894672Z","tag_last_pushed":"2023-10-15T08:32:56.109879Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:b109da7b43152f41c932a6767b9a80806a0319f8ec74947f214cb7964041b077"},{"creator":14974280,"id":530666266,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:ee53457c76571ade176eaad4e865411a3ad0916acbba4839be05cbc5d853e8ee","os":"linux","os_features":"","os_version":null,"size":13690706,"status":"active","last_pulled":"2023-11-12T12:08:30.142758Z","last_pushed":"2023-10-15T07:54:43.287164Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:faf43c3a3f9f370bbd8d68a40b93cf673597675f6d1f548f5a6b6b324104f79e","os":"unknown","os_features":"","os_version":null,"size":1038,"status":"inactive","last_pulled":"2023-10-15T07:54:43.963053Z","last_pushed":"2023-10-15T07:54:43.696832Z"}],"last_updated":"2023-10-15T07:54:44.131133Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2587","repository":13960714,"full_size":13690706,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:30.142758Z","tag_last_pushed":"2023-10-15T07:54:44.131133Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:a5de825e3352c3bb496948daed6e4570882774c1caf38f3d8fdef2379cfc498a"},{"creator":14974280,"id":530666147,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:52afbf059c8e14ac1b843c3ec86dda7b3672269e2ec7822ad397c00eb8df7194","os":"linux","os_features":"","os_version":null,"size":17254609,"status":"active","last_pulled":"2023-11-12T12:08:30.077824Z","last_pushed":"2023-10-15T07:54:27.424747Z"},{"architecture":"unknown","features":"","variant":null,"digest":"sha256:aaeb585bb14e164f22218de779a4cebaf74df24a9f71ecc46a40176e92723be6","os":"unknown","os_features":"","os_version":null,"size":1051,"status":"inactive","last_pulled":"2023-10-15T07:54:27.970719Z","last_pushed":"2023-10-15T07:54:27.766724Z"}],"last_updated":"2023-10-15T07:54:28.26336Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2587-alpine","repository":13960714,"full_size":17254609,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:30.077824Z","tag_last_pushed":"2023-10-15T07:54:28.26336Z","media_type":"application/vnd.oci.image.index.v1+json","content_type":"image","digest":"sha256:3700f7d6fb5b8963e2c7236f982c4cee1eb718d2ddc638f46f13f07581663891"},{"creator":14974280,"id":530651744,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:76d558058e0134cc84d2059b6018c52b8921aa8bd250632cb0e50a478077e38c","os":"linux","os_features":"","os_version":null,"size":13750016,"status":"active","last_pulled":"2023-11-12T12:08:28.933314Z","last_pushed":"2023-10-15T06:17:15.200409Z"}],"last_updated":"2023-10-15T06:17:15.302117Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2586","repository":13960714,"full_size":13750016,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:28.933314Z","tag_last_pushed":"2023-10-15T06:17:15.302117Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:76d558058e0134cc84d2059b6018c52b8921aa8bd250632cb0e50a478077e38c"},{"creator":14974280,"id":530651725,"images":[{"architecture":"amd64","features":"","variant":null,"digest":"sha256:32e7c7a70ea714a312f1ca7943f395a6c62493ebc1b47957ef1b7438e88b0932","os":"linux","os_features":"","os_version":null,"size":17313914,"status":"active","last_pulled":"2023-11-12T12:08:29.017748Z","last_pushed":"2023-10-15T06:17:06.461198Z"}],"last_updated":"2023-10-15T06:17:06.592714Z","last_updater":14974280,"last_updater_username":"woodpeckerbot","name":"pull_2586-alpine","repository":13960714,"full_size":17313914,"v2":true,"tag_status":"active","tag_last_pulled":"2023-11-12T12:08:29.017748Z","tag_last_pushed":"2023-10-15T06:17:06.592714Z","media_type":"application/vnd.docker.container.image.v1+json","content_type":"image","digest":"sha256:32e7c7a70ea714a312f1ca7943f395a6c62493ebc1b47957ef1b7438e88b0932"}]} From a04f53ed57fbff5a8a986db8392df4d37f7d7739 Mon Sep 17 00:00:00 2001 From: qwerty287 <80460567+qwerty287@users.noreply.github.com> Date: Fri, 8 Dec 2023 07:56:18 +0100 Subject: [PATCH 3/3] format --- pipeline/frontend/yaml/linter/linter_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/frontend/yaml/linter/linter_test.go b/pipeline/frontend/yaml/linter/linter_test.go index 1038a39126b..e658d937f79 100644 --- a/pipeline/frontend/yaml/linter/linter_test.go +++ b/pipeline/frontend/yaml/linter/linter_test.go @@ -19,7 +19,7 @@ import ( "github.com/stretchr/testify/assert" - "go.woodpecker-ci.org/woodpecker/v2/pipeline/errors" + "go.woodpecker-ci.org/woodpecker/v2/pipeline/errors" "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/yaml" "go.woodpecker-ci.org/woodpecker/v2/pipeline/frontend/yaml/linter" )