File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.2.0
4+
5+ * Install OpenSSH client tools to support SSH agent forwarding workflows.
6+
37## 1.1.0
48
59* Install ` git ` and ` git-lfs ` .
Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ RUN apt-get update -y && \
1010 ca-certificates \
1111 curl \
1212 git \
13- git-lfs && \
13+ git-lfs \
14+ openssh-client && \
1415 rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
1516
1617# Docker
Original file line number Diff line number Diff line change @@ -11,11 +11,13 @@ Published to Docker Hub as [`zappi/image-builder`](https://hub.docker.com/r/zapp
1111| Base image | Ubuntu 24.04 LTS |
1212| [ Git] ( https://git-scm.com/ ) | distro package |
1313| [ Git LFS] ( https://git-lfs.com/ ) | distro package |
14+ | [ OpenSSH client] ( https://www.openssh.com/ ) | distro package |
1415| [ Docker CLI] ( https://github.com/docker/cli ) | 29.3.0 |
1516| [ Docker Buildx plugin] ( https://github.com/docker/buildx ) | 0.31.1 |
1617| [ Amazon ECR Credential Helper] ( https://github.com/awslabs/amazon-ecr-credential-helper ) | 0.12.0 |
1718
18- ` git ` and ` git-lfs ` are included as part of the builder toolchain.
19+ ` git ` , ` git-lfs ` and OpenSSH client tools are included as part of the
20+ builder toolchain.
1921
2022The image runs as a non-root ` builder ` user (UID/GID ` 65533 ` ).
2123
You can’t perform that action at this time.
0 commit comments