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

[dockerize] add Label Schema support in pkg-dockerize and pkg-aci #1224

Open
mattray opened this issue Sep 13, 2016 · 7 comments
Open

[dockerize] add Label Schema support in pkg-dockerize and pkg-aci #1224

mattray opened this issue Sep 13, 2016 · 7 comments
Assignees
Labels
Focus:Exporter Platform: Linux Deals with Linux-specific behavior Stale Type: Feature Issues that describe a new desired feature
Milestone

Comments

@mattray
Copy link
Contributor

mattray commented Sep 13, 2016

Docker Inc. express a preference that container labels should be namespaced. Label Schema is a community project to provide a shared namespace for use by multiple tools, specifically org.label-schema.

http://label-schema.org/rc1/

Example here: https://medium.com/microscaling-systems/new-for-the-image-conscious-container-label-schema-org-78654a270f07

Metadata

LABEL org.label-schema.vendor="Microscaling Systems"
org.label-schema.url="https://microscaling.com"
org.label-schema.name="Microscaling Engine"
org.label-schema.description="Optimal resource util"
org.label-schema.version="1.2.3"
org.label-schema.vcs-url=$VCS_URL
org.label-schema.vcs-ref=$VCS_REF
org.label-schema.build-date=$BUILD_DATE
org.label-schema.docker.schema-version="1.0"

Much of this could be pre-populated from Habitat and then exposed with CLI options.

@reset reset added the Feature label Sep 13, 2016
@fnichol
Copy link
Collaborator

fnichol commented Sep 14, 2016

Nice, thanks for tracking--I've been meaning to catch up on this initiative.

@eeyun eeyun added Backlog and removed Backlog labels Oct 14, 2016
@eeyun eeyun added this to the Help Wanted milestone Mar 7, 2017
@eeyun
Copy link
Contributor

eeyun commented Mar 7, 2017

This could be a super great feature! Thanks for opening this issue @mattray

@fnichol
Copy link
Collaborator

fnichol commented Sep 26, 2017

Now that we have an updated codebase of exporting Docker images (via #3213), I'd like to add as much labelling and metadata as we possibly can. Due to time though, this can come in the near future--I want to make sure our Docker exporting is solid before adding more.

@stale
Copy link

stale bot commented Apr 3, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. We value your input and contribution. Please leave a comment if this issue still affects you.

@stale stale bot added the Stale label Apr 3, 2020
@christophermaier
Copy link
Contributor

Yup, this would be good to add.

@stale stale bot removed the Stale label May 4, 2020
@christophermaier christophermaier added Platform: Linux Deals with Linux-specific behavior Type: Feature Issues that describe a new desired feature and removed I-linux labels Jul 24, 2020
@rahulgoel1 rahulgoel1 removed the L-rust label Jul 23, 2021
@stale
Copy link

stale bot commented Aug 13, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. We value your input and contribution. Please leave a comment if this issue still affects you.

1 similar comment
@stale
Copy link

stale bot commented Oct 15, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. We value your input and contribution. Please leave a comment if this issue still affects you.

@stale stale bot added the Stale label Oct 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Focus:Exporter Platform: Linux Deals with Linux-specific behavior Stale Type: Feature Issues that describe a new desired feature
Projects
None yet
Development

No branches or pull requests

6 participants