We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 393b379 commit 6807a9dCopy full SHA for 6807a9d
Dockerfile
@@ -1,5 +1,5 @@
1
ARG MAGENTO_VERSION=2
2
-FROM docker.io/bitnami/magento-archived:${MAGENTO_VERSION}
+FROM docker.io/bitnamilegacy/magento-archived:${MAGENTO_VERSION}
3
COPY ./docker/scripts /rvvup/scripts
4
RUN apt-get update && apt-get install -y \
5
unzip \
docker-compose.yml
@@ -1,6 +1,6 @@
services:
mariadb:
- image: docker.io/bitnami/mariadb:10.4
+ image: docker.io/bitnamilegacy/mariadb:10.4
platform: linux/amd64
environment:
6
# ALLOW_EMPTY_PASSWORD is recommended only for development.
0 commit comments