Sha256: e3368a3d398a00b5b3449f1fe1ac13c2c3eb570772e51c30666f71a6ad3eb6f6

Contents?: true

Size: 305 Bytes

Versions: 34

Compression:

Stored size: 305 Bytes

Contents

#!/bin/bash -e

# Add any container initialization steps here
git config --global --add safe.directory /plug-app

# allocate swap space
fallocate -l 2GB /swapfile
chmod 0600 /swapfile
mkswap /swapfile
echo 10 > /proc/sys/vm/swappiness
swapon /swapfile
echo 1 > /proc/sys/vm/overcommit_memory

exec "${@}"

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
hephaestus-0.7.7.2 templates/bin/docker-entrypoint
hephaestus-0.7.7 templates/bin/docker-entrypoint
hephaestus-0.7.6.2 templates/bin/docker-entrypoint
hephaestus-0.7.6.1 templates/bin/docker-entrypoint
hephaestus-0.7.6 templates/bin/docker-entrypoint
hephaestus-0.7.5.3 templates/bin/docker-entrypoint
hephaestus-0.7.5.2 templates/bin/docker-entrypoint
hephaestus-0.7.5.1 templates/bin/docker-entrypoint
hephaestus-0.7.5 templates/bin/docker-entrypoint
hephaestus-0.7.4.2 templates/bin/docker-entrypoint
hephaestus-0.7.4.1 templates/bin/docker-entrypoint
hephaestus-0.7.4 templates/bin/docker-entrypoint
hephaestus-0.7.3.1 templates/bin/docker-entrypoint
hephaestus-0.7.3 templates/bin/docker-entrypoint
hephaestus-0.7.2.5 templates/bin/docker-entrypoint
hephaestus-0.7.2.4 templates/bin/docker-entrypoint
hephaestus-0.7.2.3 templates/bin/docker-entrypoint
hephaestus-0.7.2.2 templates/bin/docker-entrypoint
hephaestus-0.7.2.1 templates/bin/docker-entrypoint
hephaestus-0.7.2 templates/bin/docker-entrypoint