Skip to content

When run in docker, all but sha1 is null #46

@optikalefx

Description

@optikalefx

When I run this inside of docker, the sha1 is visible, but the others are null.

---- BUILD GIT INFO ---  {
   sha: '29xxx44f6e2b1axxxddaf88fcxxx70727xxx3',
   abbreviatedSha: 'xxx1adxxx4f',
   branch: null,
   tag: null,
   committer: null,
   committerDate: null,
   author: null,
   authorDate: null,
   commitMessage: null,
   root: '/srv/http/client',
   commonGitDir: '/srv/http/client/.git',
   worktreeGitDir: '/srv/http/client/.git',
   lastTag: null,
   commitsSinceLastTag: Infinity
 }

Docker file is FROM alpine:latest
and then basically

COPY . /srv/http/client
RUN npm i -g yarn
RUN cd /srv/http/client && yarn && node_modules/ember-cli/bin/ember build --environment production

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions