mirror of
https://github.com/rancher/os.git
synced 2025-07-06 19:38:37 +00:00
Initial desktop images checkin
This commit is contained in:
parent
ab6cc149d3
commit
1d92167143
2
images/20-desktop/Dockerfile
Normal file
2
images/20-desktop/Dockerfile
Normal file
@ -0,0 +1,2 @@
|
||||
FROM rancher/os-ubuntuconsole
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y xfce4 slim
|
12
images/20-desktop/prebuild.sh
Executable file
12
images/20-desktop/prebuild.sh
Executable file
@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
cd $(dirname $0)
|
||||
|
||||
rm -rf ./build
|
||||
mkdir -p ./build
|
||||
cp ./../01-base/entry.sh ./build/
|
||||
cp ./../02-console/console.sh ./build/
|
||||
cp ./../02-console/docker-init ./build/
|
||||
cp ./../02-console/update-ssh-keys ./build/
|
||||
cp ./../02-console/rancheros-install ./build/
|
Loading…
Reference in New Issue
Block a user