-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a9fd264
commit 4c1690e
Showing
6 changed files
with
145 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,14 +19,12 @@ FROM dddecaf/wsgi-base:${BASE_TAG} | |
|
||
ARG BASE_TAG=alpine | ||
ARG BUILD_COMMIT | ||
ARG BUILD_TIMESTAMP | ||
|
||
LABEL dk.dtu.biosustain.id-mapper.alpine.vendor="Novo Nordisk Foundation \ | ||
Center for Biosustainability, Technical University of Denmark" \ | ||
maintainer="[email protected]" \ | ||
dk.dtu.biosustain.id-mapper.alpine.build.base-tag="${BASE_TAG}" \ | ||
dk.dtu.biosustain.id-mapper.alpine.build.commit="${BUILD_COMMIT}" \ | ||
dk.dtu.biosustain.id-mapper.alpine.build.timestamp="${BUILD_TIMESTAMP}" | ||
Center for Biosustainability, Technical University of Denmark" | ||
LABEL maintainer="[email protected]" | ||
LABEL dk.dtu.biosustain.id-mapper.alpine.build.base-tag="${BASE_TAG}" | ||
LABEL dk.dtu.biosustain.id-mapper.alpine.build.commit="${BUILD_COMMIT}" | ||
|
||
ARG CWD="/app" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
alpine_2020-04-29_467416e | ||
alpine_2020-05-26_7beedaa |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.