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

feat(major): Add Debian support #10

Merged
merged 54 commits into from Oct 26, 2023
Merged

feat(major): Add Debian support #10

merged 54 commits into from Oct 26, 2023

Conversation

jokesterfr
Copy link
Collaborator

@jokesterfr jokesterfr commented Oct 11, 2023

Make build script more generic, being able to also build "debian" based PrestaShop FlashLight flavours.

  • Add CI support 🎉
    • Add support for Docker build in CI
    • Add support for ShellCheck as a github action, and lint shell script files
    • Add support for dockerfile lint with hadolint and lint files
  • build.sh now supports OS_FLAVOUR and SERVER_FLAVOUR
  • build.sh better available env declaration
  • php_flavours.json define all available php tags to build FlashLight
  • debian.dockerfile builds
  • Adds support for PrestaShop 1.6 (with patches)
  • Adds dry run support
  • Ships a $PS_FOLDER/VERSION file to disclose flashlight release info

@jokesterfr jokesterfr changed the title WIP WIP: debian support Oct 11, 2023
@jokesterfr jokesterfr self-assigned this Oct 11, 2023
@jokesterfr jokesterfr changed the title WIP: debian support feat(all): Add Debian support Oct 12, 2023
@jokesterfr jokesterfr changed the title feat(all): Add Debian support feat(major): Add Debian support Oct 12, 2023
@jokesterfr jokesterfr added enhancement New feature or request ready to review Looking for a pair review labels Oct 12, 2023
README.md Show resolved Hide resolved
docker/alpine.Dockerfile Show resolved Hide resolved
docker/debian.Dockerfile Outdated Show resolved Hide resolved
docker/debian.Dockerfile Show resolved Hide resolved
docker/debian.Dockerfile Outdated Show resolved Hide resolved
docker/debian.Dockerfile Show resolved Hide resolved
php-flavours.json Show resolved Hide resolved
jokesterfr and others added 3 commits October 13, 2023 18:33
Co-authored-by: Vincent Le Quec <35234721+Venatum@users.noreply.github.com>
Co-authored-by: Vincent Le Quec <35234721+Venatum@users.noreply.github.com>
Co-authored-by: Vincent Le Quec <35234721+Venatum@users.noreply.github.com>
@jokesterfr jokesterfr merged commit a4ea661 into main Oct 26, 2023
8 checks passed
"$PS_FOLDER/classes/Rijndael.php"
}

echo "$PS_VERSION" | grep "^1.6" > /dev/null && patch_1_6 || echo "coucou"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all that for the 1.6 💪
echo "coucou" 🤣

@Venatum Venatum deleted the fea/debian-flavour branch October 26, 2023 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ready to review Looking for a pair review
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants