Skip to content

Commit 6f88005

Browse files
author
Jan Kalivoda
committed
✨ Add labels
Related: #61091
1 parent 3f14267 commit 6f88005

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.MD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [v1.1.0] - 2021-07-12
8+
### Added
9+
- Add labels
10+
711
## [v1.0.2] - 2021-04-14
812
### Added
913
- Add java bin folder to the PATH

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
FROM debian:stretch
22

3+
LABEL tag="ackee-gitlab" \
4+
author="Ackee 🦄" \
5+
description="This Docker image serves as an environment for running Android builds on Gitlab CI in Ackee workspace"
6+
37
SHELL ["/bin/bash", "-c"]
48

59
RUN apt-get update && apt-get install -y \

0 commit comments

Comments
 (0)