abiosoft / abiosoft/colima

Provision scripts are ignored when VM is just created

Aperta
#1,060 2 commenti 3 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Go
Stelle
30.8k
Fork
613
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

### Description

Provision scripts are ignored when we start VM first time (create it)

### Version

```shell
colima version 0.6.9
git commit: c3a31ed05f5fab8b2cdbae835198e8fb1717fd0f

runtime: docker
arch: aarch64
client: v27.0.3
server: v26.1.1
limactl version 0.22.0
qemu-img version 9.0.1
Copyright (c) 2003-2024 Fabrice Bellard and the QEMU Project developers
```

### Operating System

- [ ] macOS Intel <= 13 (Ventura)
- [ ] macOS Intel >= 14 (Sonoma)
- [ ] Apple Silicon <= 13 (Ventura)
- [X] Apple Silicon >= 14 (Sonoma)
- [ ] Linux

### Output of `colima status`

```shell
INFO[0000] colima is running using macOS Virtualization.Framework
INFO[0000] arch: aarch64
INFO[0000] runtime: docker
INFO[0000] mountType: virtiofs
INFO[0000] socket: unix:///Users/alexandr/.colima/default/docker.sock
INFO[0000] kubernetes: enabled
````

### Reproduction Steps

1. Add `provision` block in template as follows:

```yaml
provision:
- mode: system
script: |
cat < /etc/systemd/system/docker.service.d/docker-buildkit-env.conf
[Service]
Environment="BUILDKIT_STEP_LOG_MAX_SIZE=20971520"
Environment="BUILDKIT_STEP_LOG_MAX_SPEED=1048576"
EOF
systemctl daemon-reload
systemctl restart docker
```

2. Clean install VM

```shell
colima start
```

3. Check that file is not present: `colima ssh -- ls /etc/systemd/system/docker.service.d`

4. Stop and start again
```shell
colima stop && colima start
```

5. Now file is present

### Expected behaviour

Provision scripts should be considered when we do `start` first time

### Additional context

As a workaround we can use `colima start --edit` but just save template without changes. In this case, scripts will be run

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.