8000 Use build args to capture build time data · Issue #162 · deis/monitor · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Use build args to capture build time data #162
Open
@jchauncey

Description

@jchauncey

Acceptance Criteria:

  • Use the --build-args flag when running docker build to pass in the following items (and more if needed)
  • BUILD_DATE
  • VERSION

You will need to do the following in the dockerfile to persist the data into the image:

ARG VERSION
ARG BUILD_DATE
ENV VERSION $VERSION
ENV BUILD_DATE $BUILD_DATE

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0