Merge "refactor: Prefer separate LABEL instructions"
This commit is contained in:
commit
eef81f4f70
@ -1,3 +1,4 @@
|
||||
|
||||
FROM ubuntu:20.04
|
||||
|
||||
ARG GIT_BRANCH
|
||||
@ -6,10 +7,10 @@ ARG GIT_CONSOLE_COMMIT
|
||||
ARG RELEASE_VERSION
|
||||
ARG SKYLINE_CONSOLE_PACKAGE_URL
|
||||
|
||||
LABEL skyline.build_branch=${GIT_BRANCH}\
|
||||
skyline.build_commit=${GIT_COMMIT} \
|
||||
skyline.build_console_commit=${GIT_CONSOLE_COMMIT} \
|
||||
skyline.release_version=${RELEASE_VERSION}
|
||||
LABEL skyline.build_branch=${GIT_BRANCH}
|
||||
LABEL skyline.build_commit=${GIT_COMMIT}
|
||||
LABEL skyline.build_console_commit=${GIT_CONSOLE_COMMIT}
|
||||
LABEL skyline.release_version=${RELEASE_VERSION}
|
||||
|
||||
ENV LANG C.UTF-8
|
||||
ENV LC_ALL C.UTF-8
|
||||
|
Loading…
Reference in New Issue
Block a user