Skip to content

Commit b2ab5d3

Browse files
committed
update UBI image label for busybox
Signed-off-by: Samiur Arif <[email protected]> update UBI image label for busybox Signed-off-by: Samiur Arif <[email protected]> busybox label added Signed-off-by: Samiur Arif <[email protected]>
1 parent 3b25765 commit b2ab5d3

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

busybox/Dockerfile

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
FROM registry.access.redhat.com/ubi9/ubi:9.5
22

3+
LABEL name="Busybox Base image" \
4+
vendor="Sumo Logic" \
5+
version="1.37.0" \
6+
release="1.37.0" \
7+
summary="UBI based Busybox base image" \
8+
description="UBI based Busybox base image." \
9+
maintainer="[email protected]"
10+
311
ADD LICENSE /licenses/
412
USER 65532:65532
513

6-
ENTRYPOINT ["/bin/bash"]
14+
15+
ENTRYPOINT ["/bin/bash"]

0 commit comments

Comments
 (0)