Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

Commit

Permalink
Set UserLabels to be Docker image labels
Browse files Browse the repository at this point in the history
  • Loading branch information
julia-stripe committed Nov 4, 2016
1 parent 0e00a1e commit a266cdd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/internal/internal.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,8 @@ func GenerateManifest(layerData types.DockerImageData, dockerURL *common.ParsedD
WorkingDirectory: dockerConfig.WorkingDir,
}

app.UserLabels = dockerConfig.Labels

app.MountPoints, err = convertVolumesToMPs(dockerConfig.Volumes)
if err != nil {
return nil, err
Expand Down

0 comments on commit a266cdd

Please sign in to comment.