We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f70e42e + 7b16e55 commit 1b2245dCopy full SHA for 1b2245d
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
+## [3.3.0] - 2021-07-12
8
+### Add
9
+- Added labels
10
+
11
## [3.2.0] - 2021-05-20
12
### Add
13
- Install gcloud alpha
Dockerfile
@@ -1,5 +1,9 @@
1
FROM docker:19.03
2
3
+LABEL tag="ackee-gitlab" \
+ author="Ackee 🦄" \
+ description="Tailor-made image for our stack"
RUN apk add --no-cache bash coreutils curl jq git python3 rsync zip py3-pip gettext
RUN pip3 install yq
0 commit comments