7.12.0-debian-10-r66 release
This commit is contained in:
parent
bb5b93f68c
commit
5fd13f15d5
|
|
@ -19,7 +19,7 @@ RUN mkdir /app && chown bitnami:bitnami /app
|
|||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="laravel" \
|
||||
BITNAMI_IMAGE_VERSION="7.12.0-debian-10-r65" \
|
||||
BITNAMI_IMAGE_VERSION="7.12.0-debian-10-r66" \
|
||||
NODE_PATH="/opt/bitnami/node/lib/node_modules" \
|
||||
OS_ARCH="amd64" \
|
||||
OS_FLAVOUR="debian-10" \
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
{"gosu": {"arch": "amd64", "digest": "51cfb1b7fd7b05b8abd1df0278c698103a9b1a4964bdacd87ca1d5c01631d59c", "distro": "debian-10", "type": "NAMI", "version": "1.12.0-1"}, "laravel": {"arch": "amd64", "digest": "36a8e3040b25366d0a70fb3f120cb22f99154fad3622ad3b3eecb9562b34b9c0", "distro": "debian-10", "type": "NAMI", "version": "7.12.0-1"}, "node": {"arch": "amd64", "digest": "971b57b7cc15a47d50c5e4871b808ed55580feb1248828c3b4cdac5a1ad59fdd", "distro": "debian-10", "type": "NAMI", "version": "12.18.3-0"}, "php": {"arch": "amd64", "digest": "5fea2ffac007503364e906f5ad5444336aaaf4b360045f75f58ec220610bc8b1", "distro": "debian-10", "type": "NAMI", "version": "7.3.20-1"}, "tini": {"arch": "amd64", "digest": "9a8ae20be31a518f042fcec359f2cf35bfdb4e2a56f2fa8ff9ef2ecaf45da80c", "distro": "debian-10", "type": "NAMI", "version": "0.19.0-0"}}
|
||||
|
|
@ -218,7 +218,3 @@ if [ "$BITNAMI_PKG_CHMOD" ]; then
|
|||
info "Fixing permissions: chmod $BITNAMI_PKG_CHMOD $DIRS"
|
||||
chmod $BITNAMI_PKG_CHMOD $DIRS
|
||||
fi
|
||||
|
||||
# Include metadata about the package
|
||||
touch "${BITNAMI_PREFIX}/.bitnami_packages"
|
||||
echo "${PACKAGE}" >> "${BITNAMI_PREFIX}/.bitnami_packages"
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ $ docker-compose up
|
|||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`7-debian-10`, `7.12.0-debian-10-r65`, `7`, `7.12.0`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-laravel/blob/7.12.0-debian-10-r65/7/debian-10/Dockerfile)
|
||||
* [`7-debian-10`, `7.12.0-debian-10-r66`, `7`, `7.12.0`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-laravel/blob/7.12.0-debian-10-r66/7/debian-10/Dockerfile)
|
||||
* [`6-debian-10`, `6.18.8-debian-10-r105`, `6`, `6.18.8` (6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-laravel/blob/6.18.8-debian-10-r105/6/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/rails GitHub repo](https://github.com/bitnami/bitnami-docker-laravel).
|
||||
|
|
|
|||
Loading…
Reference in New Issue