use kaniko to build container
This commit is contained in:
parent
58abf18645
commit
56dd40596f
9 changed files with 26 additions and 19 deletions
0
rootfs/etc/cont-init.d/00-roundcube → rootfs/bin/dbinit
Normal file → Executable file
0
rootfs/etc/cont-init.d/00-roundcube → rootfs/bin/dbinit
Normal file → Executable file
1
rootfs/etc/s6-overlay/s6-rc.d/dbinit/run
Normal file
1
rootfs/etc/s6-overlay/s6-rc.d/dbinit/run
Normal file
|
@ -0,0 +1 @@
|
|||
dbinit
|
1
rootfs/etc/s6-overlay/s6-rc.d/dbinit/type
Normal file
1
rootfs/etc/s6-overlay/s6-rc.d/dbinit/type
Normal file
|
@ -0,0 +1 @@
|
|||
oneshot
|
2
rootfs/etc/s6-overlay/s6-rc.d/nginx/dependencies
Normal file
2
rootfs/etc/s6-overlay/s6-rc.d/nginx/dependencies
Normal file
|
@ -0,0 +1,2 @@
|
|||
confd
|
||||
dbinit
|
3
rootfs/etc/s6-overlay/s6-rc.d/nginx/run
Normal file
3
rootfs/etc/s6-overlay/s6-rc.d/nginx/run
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/with-contenv sh
|
||||
|
||||
exec nginx -g "daemon off;"
|
1
rootfs/etc/s6-overlay/s6-rc.d/nginx/type
Normal file
1
rootfs/etc/s6-overlay/s6-rc.d/nginx/type
Normal file
|
@ -0,0 +1 @@
|
|||
longrun
|
0
rootfs/etc/s6-overlay/s6-rc.d/user/contents.d/php8-fpm
Normal file
0
rootfs/etc/s6-overlay/s6-rc.d/user/contents.d/php8-fpm
Normal file
Loading…
Add table
Add a link
Reference in a new issue