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 6a0dc36 commit 411561dCopy full SHA for 411561d
php/apache/usr/local/container/baseimage-21.sh
@@ -0,0 +1,7 @@
1
+#!/bin/bash
2
+
3
+# BC for if a sub-image extends do_apache
4
+alias_function do_webserver do_apache
5
+do_webserver() {
6
+ do_apache
7
+}
php/nginx/usr/local/share/container/baseimage-21.sh
+# BC for if a sub-image extends do_nginx
+alias_function do_webserver do_nginx
+ do_nginx
0 commit comments