We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f14267 commit 6f88005Copy full SHA for 6f88005
2 files changed
CHANGELOG.MD
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [v1.1.0] - 2021-07-12
8
+### Added
9
+- Add labels
10
+
11
## [v1.0.2] - 2021-04-14
12
### Added
13
- Add java bin folder to the PATH
Dockerfile
@@ -1,5 +1,9 @@
1
FROM debian:stretch
2
3
+LABEL tag="ackee-gitlab" \
+ author="Ackee 🦄" \
+ description="This Docker image serves as an environment for running Android builds on Gitlab CI in Ackee workspace"
SHELL ["/bin/bash", "-c"]
RUN apt-get update && apt-get install -y \
0 commit comments