Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix(examples/lima/coder.yaml): update base image, remove usage of deprecated LIMA_CIDATA#12613

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
johnstcn merged 2 commits intomainfromcj/lima-updates
Mar 15, 2024

Conversation

johnstcn
Copy link
Member

@johnstcnjohnstcn commentedMar 15, 2024
edited
Loading

  • Updates base image used by lima config
  • Removes usage of deprecated LIMA_CIDATA
  • Names docker template consistently (we were appending $ARCH before)

To kick the tyres:

limactl start  --name=coder examples/lima/coder.yaml

…recated LIMA_CIDATA, name template consistently
@johnstcnjohnstcn self-assigned thisMar 15, 2024
@johnstcnjohnstcn changed the titlefix(examples/lima/coder.yaml): update base image, remove usage of deprecated LIMA_CIDATA, name template consistentlyfix(examples/lima/coder.yaml): update base image, remove usage of deprecated LIMA_CIDATAMar 15, 2024
@@ -63,7 +62,7 @@ provision:
# SSH session around. We don't want users to have to manually delete ~/.lima/$VM/ssh.sock
# so we're just instead going to modify the perms on the Docker socket.
# See: https://github.com/lima-vm/lima/issues/528
chown${LIMA_CIDATA_USER} /var/run/docker.sock
chown{{.User}} /var/run/docker.sock
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Is this yaml processed by Go templating? Or is this something else?

Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Yep,lima formats it.

@johnstcnjohnstcn merged commit25b605f intomainMar 15, 2024
@johnstcnjohnstcn deleted the cj/lima-updates branchMarch 15, 2024 17:22
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsMar 15, 2024
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@mafredrimafredrimafredri approved these changes

@f0sself0sselAwaiting requested review from f0ssel

Assignees

@johnstcnjohnstcn

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@johnstcn@mafredri

[8]ページ先頭

©2009-2025 Movatter.jp