FlowCI Docker Install Versions Save

How to install flow.ci from docker

v0.20.45

3 years ago

Changelog

  • Enable run Agent in windows with PowerShell
  • YAML configuration improvement
    • bash | pwsh in step level to write Bash and/or Powershell script
    • retry and tiemout in step level
    • condition with Groovy script in flow level instead of trigger
  • New template for .Net Core project
  • Bugfix

Docker images

## core
docker pull flowci/core:latest
docker pull flowci/core:0.20.45

## web
docker pull flowci/web:latest
docker pull flowci/web:0.20.45

## agent
docker pull flowci/agent:latest
docker pull flowci/agent:0.20.45

v0.20.40

3 years ago

Changelog

  • Support dynamic agents in a Kubernetes cluster.
  • PHP template
  • Support sub-steps in a step
  • Apply websocket connection between server and agent instead of zk and mq
  • Skip ci build by [ci-skip]
  • New system configuration in the admin panel
  • Bugfix

Docker images

## core
docker pull flowci/core:latest
docker pull flowci/core:0.20.40

## web
docker pull flowci/web:latest
docker pull flowci/web:0.20.40

## agent
docker pull flowci/agent:latest
docker pull flowci/agent:0.20.40

v0.20.30

3 years ago

Changelog

  • Improvement of UI
  • Improvement of Agent stability
  • Support crontab task for flow
  • Support multiple docker containers
  • Introduce docker/dockers YAML section on flow level
  • Introduce android secret type to config android certificate
  • New android flow template

Docker images

## core
docker pull flowci/core:latest
docker pull flowci/core:0.20.30

## web
docker pull flowci/web:latest
docker pull flowci/web:0.20.30

## agent
docker pull flowci/agent:latest
docker pull flowci/agent:0.20.30

v0.20.26

4 years ago

Changelog

  • Support TTY on running step to debug
  • Introduce 'notification' YAML section to config flow notification task
  • Introduce 'token' secret type
  • Enable to config job timeout in flow settings
  • Support MD5 fingerprint on SSH RSA public key
  • New Sonarqube plugin
  • Important bugfix

Docker images

## core
docker pull flowci/core:latest
docker pull flowci/core:0.20.26

## web
docker pull flowci/web:latest
docker pull flowci/web:0.20.26

## agent
docker pull flowci/agent:latest
docker pull flowci/agent:0.20.26

v0.20.20

4 years ago

Changelog

  • Support 'rerun' for job
  • New configuration feature
  • Introduce a YAML section 'after'
  • Introduce an 'npm' build template
  • Important bugfix

Docker images

## core
docker pull flowci/core:latest
docker pull flowci/core:0.20.20

## web
docker pull flowci/web:latest
docker pull flowci/web:0.20.20

## agent
docker pull flowci/agent:latest
docker pull flowci/agent:0.20.20

v0.20.16

4 years ago

Changelog

  • Support webhook for Gitee

  • Enable to load YAML configuration in Git repository (.flowci.yaml)

  • Enable to execute step and plugin in a docker container

    - name: docker-run
      envs:
        MY_MESSAGE: "hello"
      docker:
        image: "ubuntu:18.04"
      script: |
        echo $MY_MESSAGE
    
  • Improve performance on web terminal logging

  • Bugfix

Docker images

## core
docker pull flowci/core:latest
docker pull flowci/core:0.20.16

## web
docker pull flowci/web:latest
docker pull flowci/web:0.20.16

## agent
docker pull flowci/agent:latest
docker pull flowci/agent:0.19.16

v0.20.9

4 years ago

Changelog

  • Optimize job detail page with step graphic view and terminal layout
  • Support agent auto scaling via docker socket
  • Support agent auto scaling via ssh remote host

Docker images


## core
docker pull flowci/core:latest
docker pull flowci/core:0.20.09

## web
docker pull flowci/web:latest
docker pull flowci/web:0.20.09

## agent
docker pull flowci/agent:latest
docker pull flowci/agent:0.19.42