Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename resin labels to balena for default composition #46

Open
pipex opened this issue Dec 13, 2023 · 0 comments
Open

Rename resin labels to balena for default composition #46

pipex opened this issue Dec 13, 2023 · 0 comments
Labels
good first issue Good for newcomers

Comments

@pipex
Copy link
Contributor

pipex commented Dec 13, 2023

The code is here

return `# This file has been auto-generated.
version: '${DEFAULT_SCHEMA_VERSION}'
networks: {}
volumes:
resin-data: {}
services:
main:
${context}
privileged: true
tty: true
restart: always
network_mode: host
volumes:
- type: volume
source: resin-data
target: /data
labels:
io.resin.features.kernel-modules: 1
io.resin.features.firmware: 1
io.resin.features.dbus: 1
io.resin.features.supervisor-api: 1
io.resin.features.resin-api: 1
`;
}

We should update this so we can get rid of the code referencing resin labels on the supervisor

@pipex pipex changed the title Renvie default compositon Rename resin labels to balena for default composition Dec 13, 2023
@pipex pipex added the good first issue Good for newcomers label Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant