Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andrey-helldar/laravel-gitlab-ci

Generic Gitlab CI rules for Web Applications
https://github.com/andrey-helldar/laravel-gitlab-ci

Last synced: 12 days ago
JSON representation

Generic Gitlab CI rules for Web Applications

Awesome Lists containing this project

README

        

# Deploying Docker container (with Gitlab CI and other)

Laravel Gitlab CI

> 🐳 Generic docker image for Laravel Applications
>
> It is not recommended to use this container in production. Only for development and deployment.
>
> The configuration file for GitLab can be found [here](.gitlab-ci.yml).

[![Docker Badge](https://img.shields.io/docker/pulls/helldar/laravel-gitlab-ci)](https://hub.docker.com/r/helldar/laravel-gitlab-ci/)
[![Docker Build](https://github.com/andrey-helldar/laravel-gitlab-ci/actions/workflows/build.yml/badge.svg)](https://github.com/andrey-helldar/laravel-gitlab-ci/actions/workflows/build.yml)

## Supported tags and respective `Dockerfile` links

> **ATTENTION**
>
> The latest supported version of PHP is 8.4.
>
> We will support it for the duration, but there will be no newer versions of PHP.

| Tags | Stability |
|:---------------------------------------------|:-------------------------------------------------------------------------------------|
| `latest`, `stable`, `8.4`, `8.4.x` | latest stable |
| `edge`, `unstable`, `edge-8.4`, `edge-8.4.x` | latest unstable |
| `8.4`, `8.3`, `8.2` | stable minor |
| `8.4.x`, `8.3.x`, `8.2.x` | stable patch, where `x` is the [PHP version number](https://www.php.net/downloads) |
| `edge-8.4`, `edge-8.3`, `edge-8.2` | unstable |
| `edge-8.4.x`, `edge-8.3.x`, `edge-8.2.x` | unstable patch, where `x` is the [PHP version number](https://www.php.net/downloads) |

## Unsupported but available

| Tags | Stability |
|:-----------------------------------------|:-------------------------------------------------------------------------------------|
| `8.1`, `8.0`, `7.4` | stable minor |
| `8.1.x`, `8.0.x`, `7.4.x` | stable patch, where `x` is the [PHP version number](https://www.php.net/downloads) |
| `edge-8.1`, `edge-8.0`, `edge-7.4` | unstable |
| `edge-8.0.x`, `edge-8.0.x`, `edge-7.4.x` | unstable patch, where `x` is the [PHP version number](https://www.php.net/downloads) |