mirror of
https://github.com/dockersrc/ubuntu
synced 2026-06-30 11:45:55 -04:00
🗃️ Update codebase 🗃️
Build and Push 18.04 / build (push) Failing after 2s
Build and Push 22.04 / build (push) Failing after 2s
Build and Push 20.04 / build (push) Failing after 1s
Build and Push 24.04 / build (push) Failing after 4s
Build and Push 24.10 / build (push) Failing after 5s
Build and Push / build (push) Failing after 4s
Build and Push 26.04 / build (push) Failing after 4s
Build and Push 18.04 / build (push) Failing after 2s
Build and Push 22.04 / build (push) Failing after 2s
Build and Push 20.04 / build (push) Failing after 1s
Build and Push 24.04 / build (push) Failing after 4s
Build and Push 24.10 / build (push) Failing after 5s
Build and Push / build (push) Failing after 4s
Build and Push 26.04 / build (push) Failing after 4s
rootfs/usr/local/bin/entrypoint.sh
This commit is contained in:
@@ -407,21 +407,6 @@ if [ "$ENTRYPOINT_FIRST_RUN" != "no" ] || [ "$CONFIG_DIR_INITIALIZED" = "no" ] |
|
||||
# Setup bin directory - /config/bin > /usr/local/bin
|
||||
__initialize_custom_bin_dir
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
# Copy default system configs - /usr/local/share/template-files/defaults > /config/
|
||||
if [ "$CONFIG_DIR_INITIALIZED" = "no" ]; then
|
||||
__initialize_default_templates
|
||||
fi
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
# Copy custom config files - /usr/local/share/template-files/config > /config/
|
||||
if [ "$CONFIG_DIR_INITIALIZED" = "no" ]; then
|
||||
__initialize_config_dir
|
||||
fi
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
# Copy custom data files - /usr/local/share/template-files/data > /data/
|
||||
if [ "$DATA_DIR_INITIALIZED" = "no" ]; then
|
||||
__initialize_data_dir
|
||||
fi
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
# Initialize SSL certificates
|
||||
__initialize_ssl_certs
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
||||
Reference in New Issue
Block a user