Skip to content

Commit 6807a9d

Browse files
Update images to use bitnamilegacy (#288)
* Update images to use bitnamilegacy * Use bitnami legacy for mariadb
1 parent 393b379 commit 6807a9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG MAGENTO_VERSION=2
2-
FROM docker.io/bitnami/magento-archived:${MAGENTO_VERSION}
2+
FROM docker.io/bitnamilegacy/magento-archived:${MAGENTO_VERSION}
33
COPY ./docker/scripts /rvvup/scripts
44
RUN apt-get update && apt-get install -y \
55
unzip \

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
mariadb:
3-
image: docker.io/bitnami/mariadb:10.4
3+
image: docker.io/bitnamilegacy/mariadb:10.4
44
platform: linux/amd64
55
environment:
66
# ALLOW_EMPTY_PASSWORD is recommended only for development.

0 commit comments

Comments
 (0)