File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 1
- FROM registry.access.redhat.com/ubi8/ubi-minimal AS builder
2
-
3
- RUN microdnf update -y
4
-
5
- RUN microdnf install gcc glibc-devel \
6
- lua-libs make openssl openssl-devel \
7
- pcre-devel tar zlib-devel gzip redhat-rpm-config diffutils
1
+ FROM registry.redhat.io/ubi8/ubi-minimal:latest
8
2
9
3
ADD scratch.repo /etc/yum/repos.d/scratch.repo
10
4
11
- RUN microdnf install -y haproxy22
5
+ RUN microdnf update -y
12
6
13
- FROM --copy=builder registry.access.redhat.com/ubi8/ubi-minimal
7
+ RUN microdnf install -y haproxy22
14
8
15
9
LABEL maintainer=
"Guillaume Abrioux <[email protected] >"
16
10
LABEL com.redhat.component="haproxy-container"
17
11
LABEL name="haproxy"
18
- LABEL version=" 2.2.19"
12
+ LABEL version=2.2.19
19
13
LABEL description="HAProxy container"
20
14
LABEL summary="Provides HAproxy container."
21
15
LABEL io.k8s.display-name="HAProxy container"
You can’t perform that action at this time.
0 commit comments