Christopher Vagnetoft 75fdf4181e
All checks were successful
continuous-integration/woodpecker the build was successful
Cleanup dockerignore and readme
2021-12-03 21:22:52 +01:00
2021-12-03 16:46:00 +01:00
2021-12-03 16:46:00 +01:00
2021-12-03 21:22:52 +01:00
2021-12-03 16:46:00 +01:00
2021-12-03 19:26:11 +01:00
2021-12-03 16:46:00 +01:00
2021-12-03 17:19:28 +01:00
2021-12-03 16:46:00 +01:00
2021-12-03 16:46:00 +01:00
2021-12-03 21:22:52 +01:00

docker-pipeline-test

This is a repository with an example application to test a custom docker pipeline using Gitea, Woodpecker and a private registry.

Dockerfile:

  • Runs composer install in temporary container
  • Launches hello, calling on a mock class

Woodpecker:

  • Runs phpunit against the code, testing a mock function
  • Builds image from Dockerfile, tags the image and pushes to repo

Define your secrets as:

  • DOCKER_USERNAME
  • DOCKER_PASSWORD
Description
PHP + Composer + PHPUnit pipeline for Woodpecker
Readme 34 KiB
Languages
PHP 74.1%
Dockerfile 25.9%