Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Add opencontainer build/created labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfonso Acosta committed Jan 21, 2020
1 parent fc8fe40 commit 74295a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/e2e/fixtures/crane_empty_img_tmpl/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@
"WorkingDir": "",
"Entrypoint": null,
"OnBuild": null,
"Labels": null
"Labels": {
"org.opencontainers.image.created": "${CREATION_TIME}",
"org.label-schema.build-date": "${CREATION_TIME}"
}
},
"created": "${CREATION_TIME}",
"docker_version": "19.03.5",
Expand Down

0 comments on commit 74295a8

Please sign in to comment.