mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-22 12:29:49 +00:00
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>
22 lines
429 B
Plaintext
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
|