• 1.0.5 d0b300daf7

    1.0.5
    All checks were successful
    ci/woodpecker/push/ci Pipeline was successful
    ci/woodpecker/tag/release Pipeline was successful
    ci/woodpecker/cron/vulnerability Pipeline was successful
    ci/woodpecker/cron/renovate Pipeline was successful
    ci/woodpecker/cron/auto_merge Pipeline was successful
    Stable

    onlyati released this 2026-04-18 10:50:54 +00:00 | 0 commits to main since this release

    What's new

    Maintenance

    • Update module code.thinkaboutit.tech/pandora/woodpecker-utils.gopack to v1.2.0 #10
    Downloads
  • 1.0.4 286851c66d

    1.0.4
    All checks were successful
    ci/woodpecker/push/ci Pipeline was successful
    ci/woodpecker/tag/release Pipeline was successful
    ci/woodpecker/cron/vulnerability Pipeline was successful
    ci/woodpecker/cron/renovate Pipeline was successful
    ci/woodpecker/cron/auto_merge Pipeline was successful
    Stable

    onlyati released this 2026-04-14 23:13:19 +00:00 | 1 commits to main since this release

    What's new

    Features

    • Move image to distroless (#9)
    Downloads
  • 1.0.3 4f97265a5f

    v1.0.3
    All checks were successful
    ci/woodpecker/push/ci Pipeline was successful
    ci/woodpecker/tag/release Pipeline was successful
    ci/woodpecker/cron/trivy Pipeline was successful
    ci/woodpecker/cron/renovate Pipeline was successful
    Stable

    onlyati released this 2026-03-25 20:30:23 +00:00 | 4 commits to main since this release

    What's new

    Maintenance

    Downloads
  • 1.0.2 cc5064a37d

    v1.0.2 Stable

    OnlyAti released this 2026-02-24 18:38:34 +00:00 | 8 commits to main since this release

    Downloads
  • 1.0.1 9d1de10f69

    v1.0.1 Stable

    OnlyAti released this 2026-02-18 17:43:57 +00:00 | 9 commits to main since this release

    Remove redundant cd from the build.

    Downloads
  • 1.0.0 e81179a4a7

    v1.0.0 Stable

    OnlyAti released this 2026-02-17 21:07:54 +00:00 | 13 commits to main since this release

    Container with hadolint for Woodpecker CI

    This is a plugin for Woodpecker CI that verify image with hadolint utility.

    Usage

    It can be used at any event, but it can only push images at the tag event.

    when:
      - event: tag
    
    steps:
      - name: Build the image and push to repository
        image: git.thinkaboutit.tech/pandora/hadolint.woodpecker
        settings:
          debug: true
    

    Settings

    Name Default value Description
    containerfile Project_root/Containerfile Path to Containerfile
    Downloads