Skip to content

Commit

Permalink
add service_wordpress
Browse files Browse the repository at this point in the history
  • Loading branch information
xorel committed Oct 27, 2023
1 parent 4544561 commit 42024de
Show file tree
Hide file tree
Showing 6 changed files with 825 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ svc-installer-%: ${DIR_INSTALL}/%.qcow2
${DIR_INSTALL}/service_OneKE.qcow2: ${DIR_BASE}/ubuntu2204.img
packer/service_OneKE/run.sh ${@}

${DIR_INSTALL}/service_wordpress.qcow2: ${DIR_BASE}/alma9.img
packer/service_wordpress/run.sh ${@}

#------------------------------------------------------------------------------
# clean
#------------------------------------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions Makefile.distros
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ DISTROS := alma8 alma9 \
rocky8 rocky9 \
ubuntu2004 ubuntu2004min ubuntu2204 ubuntu2204min

SERVICES := service_OneKE
SERVICES := service_OneKE service_wordpress

# URLS
URL_alma8 := https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/ AlmaLinux-8-GenericCloud-latest.x86_64.qcow2
URL_alma9 := https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/ AlmaLinux-9-GenericCloud-latest.x86_64.qcow2
URL_alma8 := https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x86_64.qcow2
URL_alma9 := https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2
URL_alpine316 := https://dl-cdn.alpinelinux.org/alpine/v3.16/releases/x86_64/alpine-virt-3.16.7-x86_64.iso
URL_alpine317 := https://dl-cdn.alpinelinux.org/alpine/v3.17/releases/x86_64/alpine-virt-3.17.5-x86_64.iso
URL_alt9 := https://mirror.yandex.ru/altlinux/p9/images/cloud/x86_64/alt-p9-cloud-x86_64.qcow2
Expand Down
Loading

0 comments on commit 42024de

Please sign in to comment.