diff --git a/images/docker-grav/index.html b/images/docker-grav/index.html index 2bc25e5f27..b6a776b996 100644 --- a/images/docker-grav/index.html +++ b/images/docker-grav/index.html @@ -1,4 +1,4 @@ - grav - LinuxServer.io
Skip to content

linuxserver/grav

Scarf.io pulls GitHub Stars GitHub Release GitHub Package Repository GitLab Container Registry Quay.io Docker Pulls Docker Stars Jenkins Build LSIO CI

Grav is a Fast, Simple, and Flexible, file-based Web-platform.

grav

Supported Architectures

We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.

Simply pulling lscr.io/linuxserver/grav:latest should retrieve the correct image for your arch, but you can also pull specific arch images via tags.

The architectures supported by this image are:

Architecture Available Tag
x86-64 amd64-<version tag>
arm64 arm64v8-<version tag>
armhf

Application Setup

For more information check out the Grav documentation. Our image includes the grav-admin plugin.

To use the CLI tools you need to pass the working directory as part of your exec command (or use an interactive shell), e.g. docker exec -it -w /app/www/public grav bin/gpm

Usage

To help you get started creating a container from this image you can either use docker-compose or the docker cli.

---
+ grav - LinuxServer.io       

linuxserver/grav

Scarf.io pulls GitHub Stars GitHub Release GitHub Package Repository GitLab Container Registry Quay.io Docker Pulls Docker Stars Jenkins Build LSIO CI

Grav is a Fast, Simple, and Flexible, file-based Web-platform.

grav

Supported Architectures

We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.

Simply pulling lscr.io/linuxserver/grav:latest should retrieve the correct image for your arch, but you can also pull specific arch images via tags.

The architectures supported by this image are:

Architecture Available Tag
x86-64 amd64-<version tag>
arm64 arm64v8-<version tag>
armhf

Application Setup

For more information check out the Grav documentation. Our image includes the grav-admin plugin.

To use the CLI tools you need to pass the working directory as part of your exec command (or use an interactive shell), e.g. docker exec -it -w /app/www/public grav bin/gpm

Usage

To help you get started creating a container from this image you can either use docker-compose or the docker cli.

---
 version: "2.1"
 services:
   grav:
@@ -49,4 +49,4 @@
   --pull \
   -t lscr.io/linuxserver/grav:latest .
 

The ARM variants can be built on x86_64 hardware using multiarch/qemu-user-static

docker run --rm --privileged multiarch/qemu-user-static:register --reset
-

Once registered you can define the dockerfile to use with -f Dockerfile.aarch64.

Versions

  • 25.05.23: - Rebase to Alpine 3.18, deprecate armhf.
  • 06.05.23: - Add php-ldap for LDAP support.
  • 13.04.23: - Move ssl.conf include to default.conf.
  • 11.12.22: - Rebase to Alpine 3.17, PHP 8.1.
  • 05.09.22: - All php to read envs passed to container.
  • 20.08.22: - Rebasing to alpine 3.15 with php8. Restructure nginx configs (see changes announcement).
  • 03.09.21: - Added support for Redis caching.
  • 01.07.21: - Rebase to Alpine 3.14.
  • 09.04.21: - Initial Release.

Last update: October 7, 2023
Created: February 5, 2019
\ No newline at end of file +

Once registered you can define the dockerfile to use with -f Dockerfile.aarch64.

Versions

  • 25.05.23: - Rebase to Alpine 3.18, deprecate armhf.
  • 06.05.23: - Add php-ldap for LDAP support.
  • 13.04.23: - Move ssl.conf include to default.conf.
  • 11.12.22: - Rebase to Alpine 3.17, PHP 8.1.
  • 05.09.22: - All php to read envs passed to container.
  • 20.08.22: - Rebasing to alpine 3.15 with php8. Restructure nginx configs (see changes announcement).
  • 03.09.21: - Added support for Redis caching.
  • 01.07.21: - Rebase to Alpine 3.14.
  • 09.04.21: - Initial Release.

Last update: November 18, 2023
Created: February 5, 2019
\ No newline at end of file diff --git a/sitemap.xml.gz b/sitemap.xml.gz index 1bc8abbbbf..06f028f771 100644 Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ