luigui/samplesyncapp

By luigui

Updated 2 months ago

A reference implementation to demonstrate how to use Github Actions with simple PHP CLI application.

Image
Integration & delivery
Developer tools
0

6.0K

luigui/samplesyncapp repository overview

Reference Implementation

WARNING: Image output was not intend for use in a production system. This is a reference implementation to demonstrate how to configure GitHub Actions to automate continuous integration tasks for a simple PHP CLI application.

Understanding Published Tags

  • edge - the name given to the current development of image and contains the latest build of all available packages. When built from "main" branch simply called "edge", and when built from another branch expect edge-{branch}. Warning: "edge" is under constant development so be careful using it in production. It is possible that bugs in "edge" could cause data loss or could break your system.
  • latest - the name given to latest stable release.
  • x.y.z - the specific tagged release number of a stable release.

Tag summary

Content type

Image

Digest

sha256:9176a7848

Size

44.5 MB

Last updated

2 months ago

docker pull luigui/samplesyncapp