1
0
mirror of https://github.com/rancher/os.git synced 2025-07-06 11:36:15 +00:00

Initial desktop images checkin

This commit is contained in:
Darren Shepherd 2016-05-08 10:34:48 -07:00
parent ab6cc149d3
commit 1d92167143
2 changed files with 14 additions and 0 deletions

View 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
View 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/