Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12241361
init-container
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
352 B
Referenced Files
None
Subscribers
None
init-container
View Options
#!/bin/sh
if
[
! -f .initialized
]
;
then
# Container is initialized according the environment variables
# passed to the container to setup the application.
/usr/local/bin/setup-bugzilla
EXIT_CODE
=
$?
if
[
$EXIT_CODE
-eq
0
]
;
then
touch .initialized
else
exit
$EXIT_CODE
fi
fi
/usr/sbin/httpd -DFOREGROUND
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Sun, Oct 12, 05:02 (1 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3062196
Default Alt Text
init-container (352 B)
Attached To
Mode
rDBUGZ Bugzilla Docker image
Attached
Detach File
Event Timeline
Log In to Comment