Files
kata-containers/snap-build/seed/user-data.in
Julio Montes a8a4e15951 snap-build: implement system to cross-build snap images
Add scripts to cross-build snap images for all supported
architectures using virtual machines

fixes #98

Signed-off-by: Julio Montes <julio.montes@intel.com>
2018-08-09 09:14:31 -05:00

22 lines
429 B
Plaintext

#cloud-config
@APT_PROXY@
package_upgrade: false
users:
- lock-passwd: true
name: @USER@
shell: /bin/bash
ssh-authorized-keys:
- @SSH_KEY@
sudo: ALL=(ALL) NOPASSWD:ALL
write_files:
- content: |
[Service]
Environment=@DOCKER_ENV@
path: /etc/systemd/system/docker.service.d/http-proxy.conf
- content: |
@ENV@
path: /etc/environment
- content: |
{"dns": [@DOCKER_DNS@]}
path: /etc/docker/daemon.json