\n\ni did attempt `pull_5323-alpine` as recomended in #5238 but it didnt work. the pod never stood up.\n\n### Steps to reproduce\n\n1. install woodpecker (using longhorn as a storage backend and forgejo as a forge but that hasnt been an issue before) on k3s cluster.\n2. create pipeline.\n3. attempt to run it.\n4. will never complete pod creation.\n\n### Expected behavior\n\ncreates pod, and run pipeline\n\n### System Info\n\n```shell\nsource\t\"https://github.com/woodpecker-ci/woodpecker\"\nversion\t\"3.8.0\"\n```\n\n### Additional context\n\n\u003Cimg width=\"1875\" height=\"143\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/6fbbcd41-751c-4d5d-b852-f05e57d6ca12\" />\n\n\u003Cimg width=\"1008\" height=\"312\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/6fc6001e-01e4-4cce-b9c4-2ccc144b9b1a\" />\n\n### Validations\n\n- [x] Read the [docs](https://woodpecker-ci.org/docs/intro).\n- [x] Check that there isn't [already an issue](https://github.com/woodpecker-ci/woodpecker/issues) that reports the same bug to avoid creating a duplicate.\n- [x] Checked that the bug isn't fixed in the `next` version already [https://woodpecker-ci.org/versions]",[3186],{"name":3140,"color":3141},5345,"Kubernetes Pod never completes initialisation - hangs forever","2025-07-29T09:56:33Z","https://github.com/woodpecker-ci/woodpecker/issues/5345",0.6824309,{"description":3193,"labels":3194,"number":3196,"owner":3146,"repository":3147,"state":3178,"title":3197,"updated_at":3198,"url":3199,"score":3200},"### Component\n\nweb-ui\n\n### Describe the bug\n\nThe pipeline status image (on Woodpecker - returned by API: /api/badges/25/status.svg ) shows ERROR, even that last build is OK:\r\n\r\n\n\n### System Info\n\n```shell\nversion 2.4.1 running on Docker\n```\n\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Read the [docs](https://woodpecker-ci.org/docs/intro).\n- [X] Check that there isn't [already an issue](https://github.com/woodpecker-ci/woodpecker/issues) that reports the same bug to avoid creating a duplicate.\n- [X] Checked that the bug isn't fixed in the `next` version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]",[3195],{"name":3140,"color":3141},3561,"Pipeline status is error, but last job is OK","2024-04-15T10:15:05Z","https://github.com/woodpecker-ci/woodpecker/issues/3561",0.6836872,{"description":3202,"labels":3203,"number":3208,"owner":3146,"repository":3147,"state":3178,"title":3209,"updated_at":3210,"url":3211,"score":3212},"### Component\n\nother\n\n### Describe the bug\n\n```yaml\nsteps:\n - name: push to ecr dev\n image: woodpeckerci/plugin-docker-buildx:6.0.0\n settings:\n mtu: 1500\n registry: \u003Cregistry>\n dockerfile: ./Dockerfile\n build_args:\n WWWGROUP: \"1000\"\n SUPERVISORD_GO_OS: Linux_ARM64\n repo: \u003Crepo>\n aws_region: \u003Cregion>\n tags:\n - dev\n aws_access_key_id: \u003Ckey>\n aws_secret_access_key: \u003Csecret>\n backend_options:\n kubernetes:\n resources:\n requests:\n memory: 1200Mi\n cpu: 1200m\n limits:\n memory: 1500Mi\n cpu: 1600m\n when:\n branch:\n - develop\n event:\n - push\n```\n\n\n### Steps to reproduce\n\nThis yaml produces docker args `--build-arg 1000 --build-arg Linux_ARM64`.\n\n### Expected behavior\n\nIt should produce docker args `--build-arg WWWGROUP=1000 --build-arg SUPERVISORD_GO_OS=Linux_ARM64`.\n\n### System Info\n\n```shell\nWoodpecker helm chart 3.1.0\n\nwoodpeckerci/plugin-docker-buildx v6.0.0\n```\n\n### Additional context\n\nWorkaround:\n\n```yaml\nsteps:\n - name: push to ecr dev\n image: woodpeckerci/plugin-docker-buildx:6.0.0\n settings:\n mtu: 1500\n registry: \u003Cregistry>\n dockerfile: ./Dockerfile\n build_args:\n WWWGROUP: WWWGROUP=1000\n SUPERVISORD_GO_OS: SUPERVISORD_GO_OS=Linux_ARM64\n repo: \u003Crepo>\n aws_region: \u003Cregion>\n tags:\n - dev\n aws_access_key_id: \u003Ckey>\n aws_secret_access_key: \u003Csecret>\n backend_options:\n kubernetes:\n resources:\n requests:\n memory: 1200Mi\n cpu: 1200m\n limits:\n memory: 1500Mi\n cpu: 1600m\n when:\n branch:\n - develop\n event:\n - push\n```\n\nThis workaround produces `--build-arg WWWGROUP=1000 --build-arg SUPERVISORD_GO_OS=Linux_ARM64`, lol.\n\n\n### Validations\n\n- [x] Read the [docs](https://woodpecker-ci.org/docs/intro).\n- [x] Check that there isn't [already an issue](https://github.com/woodpecker-ci/woodpecker/issues) that reports the same bug to avoid creating a duplicate.\n- [x] Checked that the bug isn't fixed in the `next` version already [https://woodpecker-ci.org/versions]",[3204,3205],{"name":3140,"color":3141},{"name":3206,"color":3207},"plugin","887B27",5145,"Plugin plugin-docker-buildx v6 removes keys from build-arg","2025-05-04T10:42:17Z","https://github.com/woodpecker-ci/woodpecker/issues/5145",0.6892763,{"description":3214,"labels":3215,"number":3220,"owner":3146,"repository":3147,"state":3178,"title":3221,"updated_at":3222,"url":3223,"score":3224},"### Component\n\nweb-ui\n\n### Describe the bug\n\nOn output with 5500 lines, clicking pipeline which is producing these lines in realtime browser gets frozen with message \"Woodpecker is not reposinding [WAIT]\". After build is done and we reopen woodpecker in different tab we able to see an output.\n\n### System Info\n\n```shell\n0.15.32\n```\n\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Read the [Contributing Guidelines](https://github.com/woodpecker-ci/woodpecker/blob/master/CONTRIBUTING.md).\n- [X] Read the [docs](https://woodpecker-ci.org/docs/intro).\n- [X] Check that there isn't [already an issue](https://github.com/woodpecker-ci/woodpecker/issues) that reports the same bug to avoid creating a duplicate.\n- [X] Check that this is a concrete bug. For Q&A join our [Discord Chat Server](https://discord.gg/fcMQqSMXJy).",[3216,3217],{"name":3140,"color":3141},{"name":3218,"color":3219},"ui","46DEA2",768,"Browser tab crashes when long output printed and we attempt to monitor it in real time","2022-06-16T17:24:28Z","https://github.com/woodpecker-ci/woodpecker/issues/768",0.6959197,{"description":3226,"labels":3227,"number":3232,"owner":3146,"repository":3147,"state":3178,"title":3233,"updated_at":3234,"url":3235,"score":3236},"### Component\n\nserver\n\n### Describe the bug\n\nI'm wondering if this is related to #5177.\n\nWhen doing a matrix build, the initial status shows correctly on BitBucket, however, it only ever shows the #1 pipeline as completed, the #2 pipeline remains in a \"running\" state forever.\n\nHere is an example pipeline that uses a matrix:\n\u003Cimg width=\"571\" height=\"569\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/aedde483-d57d-4666-bedb-05bdc6a0358d\" />\n\nAnd here is the outcome on BitBucket:\n\u003Cimg width=\"479\" height=\"182\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/11c2a65d-cbf2-4162-9805-3d035bdac04e\" />\n\n\n### Steps to reproduce\n\n1. Run Woodpecker with BitBucket Cloud forge\n2. Create a pipeline that uses a matrix\n3. Let the pipeline finish on Woodpecker\n4. Observe the build statuses on the commit in BitBucket\n\n### Expected behavior\n\nBoth pipelines should show completed.\n\n### System Info\n\n```shell\nWoodpecker version: v3.8.0\n```\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [x] Read the [docs](https://woodpecker-ci.org/docs/intro).\n- [x] Check that there isn't [already an issue](https://github.com/woodpecker-ci/woodpecker/issues) that reports the same bug to avoid creating a duplicate.\n- [x] Checked that the bug isn't fixed in the `next` version already [https://woodpecker-ci.org/versions]",[3228,3229],{"name":3140,"color":3141},{"name":3230,"color":3231},"forge/bitbucket","E96280",5338,"Build status not completing on matrix pipelines with BitBucket","2025-08-10T17:51:17Z","https://github.com/woodpecker-ci/woodpecker/issues/5338",0.69687724,{"description":3238,"labels":3239,"number":3244,"owner":3146,"repository":3147,"state":3178,"title":3245,"updated_at":3246,"url":3247,"score":3248},"Hi,\r\n\r\nI just updated my woodpecker docker image (docker pull). It doesn't run.\r\nLast update was when OAuth was added (10 days ago).\r\n\r\n```\r\ntime=\"2021-06-28T16:48:40Z\" level=error msg=\"sql: unknown driver \\\"sqlite3\\\" (forgotten import?)\"\r\ntime=\"2021-06-28T16:48:40Z\" level=fatal msg=\"database connection failed\"\r\n```",[3240,3241],{"name":3140,"color":3141},{"name":3242,"color":3243},"server","5D7A92",232,"Latest image doesn't run ?","2021-06-30T15:17:55Z","https://github.com/woodpecker-ci/woodpecker/issues/232",0.6991954,["Reactive",3250],{},["Set"],["ShallowReactive",3253],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fYzBXfhQvQDj79fHkkKf7XeF3aOO2eD4rtGWQy5oAb4s":-1},"/woodpecker-ci/woodpecker/3716"]