Skip to content

Commit 47c51a5

Browse files
committed
Update rpms, Dockerfile
Signed-off-by: savitaashture <[email protected]>
1 parent 199ae71 commit 47c51a5

File tree

3 files changed

+1591
-61
lines changed

3 files changed

+1591
-61
lines changed

.konflux/dockerfiles/git-init.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ ENV BINARY=git-init \
1919
KO_APP=/ko-app \
2020
KO_DATA_PATH=/kodata
2121

22+
RUN dnf install -y openssh-clients git git-lfs shadow-utils
23+
2224
COPY --from=builder /tmp/tektoncd-catalog-git-clone ${KO_APP}/${BINARY}
2325
COPY head ${KO_DATA_PATH}/HEAD
2426

.konflux/rpms/rpms.in.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
contentOrigin:
22
repofiles:
33
- ./ubi.repo
4-
packages: [shadow-utils]
4+
packages: [openssh-clients, git, git-lfs, shadow-utils]
55
arches:
66
# The list of architectures
77
- aarch64

0 commit comments

Comments
 (0)