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

Fix docker labels #62

Open
nicobo opened this issue Feb 16, 2021 · 0 comments
Open

Fix docker labels #62

nicobo opened this issue Feb 16, 2021 · 0 comments
Labels
bug Something isn't working build Build / packaging / compiling / publishing (not docker) docker Docker related

Comments

@nicobo
Copy link
Member

nicobo commented Feb 16, 2021

Docker image labels must be key-pair values. E.g. :

Make also sure they are in all image variants.

Complete existing labels with all required for filtering (can filter on both key and key + value).
E.g. filter by :

  • signal-enabled
  • base image (redundant?)
  • arch (redundant?)

Current situation :

"Labels": {
                "0.1.dev1": "",
                "96218c008e1b01009f49ff4578570b80dfebdfc6": ""
            }
@nicobo nicobo added bug Something isn't working docker Docker related build Build / packaging / compiling / publishing (not docker) labels Feb 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working build Build / packaging / compiling / publishing (not docker) docker Docker related
Projects
None yet
Development

No branches or pull requests

1 participant