Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dagger example #4518

Open
3 tasks done
mouuii opened this issue Dec 7, 2024 · 2 comments
Open
3 tasks done

dagger example #4518

mouuii opened this issue Dec 7, 2024 · 2 comments
Labels
documentation docu & docs

Comments

@mouuii
Copy link

mouuii commented Dec 7, 2024

Clear and concise description of the problem

can we add a flagger example ? https://docs.dagger.io/integrations/ci

Suggested solution

add a yaml example

Alternative

No response

Additional context

No response

Validations

  • Checked that the feature isn't part of the next version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]
  • Read the docs.
  • Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
@mouuii mouuii added the feature add new functionality label Dec 7, 2024
@qwerty287

This comment was marked as resolved.

@anbraten
Copy link
Member

anbraten commented Dec 8, 2024

That would be interesting to get to work with woodpecker. Only requirement would probably be to set privileged mode for your repo.

It could look like this:

steps:
  - name: dagger
    image: docker:latest
    environment:
      DOCKER_HOST: tcp://dind:2376
    commands:
      - apk add curl
      - curl -fsSL https://dl.dagger.io/dagger/install.sh | BIN_DIR=/usr/local/bin sh

services:
  - name: dind
    image: docker:dind
    commands: dockerd-entrypoint.sh --storage-driver=vfs --tls=false
    privileged: true

@qwerty287 qwerty287 added documentation docu & docs and removed feature add new functionality labels Dec 8, 2024
@qwerty287 qwerty287 changed the title dagger exampoe dagger example Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation docu & docs
Projects
None yet
Development

No branches or pull requests

3 participants