mirror of
https://github.com/actions/runner-images.git
synced 2026-01-09 03:57:44 +08:00
Add Ubuntu-Slim image definition (#13423)
Add ubuntu-slim image definition
This commit is contained in:
10
images/ubuntu-slim/scripts/entrypoint.sh
Normal file
10
images/ubuntu-slim/scripts/entrypoint.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
# /opt/entrypoint.sh
|
||||
|
||||
# Load environment variables from file
|
||||
set -a
|
||||
source /etc/environment
|
||||
set +a
|
||||
|
||||
# Execute the actual command
|
||||
exec "$@"
|
||||
Reference in New Issue
Block a user