Skip to content

Commit

Permalink
Upgrade Docker CLI to 27.1.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jul 26, 2024
1 parent 44d66e8 commit c368639
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ All user visible changes to this project will be documented in this file. This p



## [0.9.0-docker27.1.0-compose2.29.0-kubectl1.30.3-helm3.15.3-reg0.16.1-releasecli0.18.0] · 2024-07-26
[0.9.0-docker27.1.0-compose2.29.0-kubectl1.30.3-helm3.15.3-reg0.16.1-releasecli0.18.0]: /../../tree/0.9.0-docker27.1.0-compose2.29.0-kubectl1.30.3-helm3.15.3-reg0.16.1-releasecli0.18.0

[Diff](/../../compare/0.9.0-docker27.0.3-compose2.29.0-kubectl1.30.3-helm3.15.3-reg0.16.1-releasecli0.18.0...0.9.0-docker27.1.0-compose2.29.0-kubectl1.30.3-helm3.15.3-reg0.16.1-releasecli0.18.0)

### Upgraded

- [Docker CLI] 27.1.0: <https://github.com/docker/cli/releases/tag/v27.1.0>

### Security updated

- [Alpine Linux] 3.20.2: <https://github.com/docker-library/official-images/commit/1a994d381a873e6f9579843dd1eebf64bc50e831>




## [0.9.0-docker27.0.3-compose2.29.0-kubectl1.30.3-helm3.15.3-reg0.16.1-releasecli0.18.0] · 2024-07-22
[0.9.0-docker27.0.3-compose2.29.0-kubectl1.30.3-helm3.15.3-reg0.16.1-releasecli0.18.0]: /../../tree/0.9.0-docker27.0.3-compose2.29.0-kubectl1.30.3-helm3.15.3-reg0.16.1-releasecli0.18.0

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FROM registry.gitlab.com/gitlab-org/release-cli:v${gitlab_release_cli_ver} \
FROM alpine AS runtime

ARG image_ver=0.9.0
ARG docker_ver=27.0.3
ARG docker_ver=27.1.0
ARG docker_compose_ver=2.29.0
ARG kubectl_ver=1.30.3
ARG helm_ver=3.15.3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ GitLab Builder Docker image

## Supported tags and respective `Dockerfile` links

- [`0.9.0-docker27.0.3-compose2.29.0-kubectl1.30.3-helm3.15.3-reg0.16.1-releasecli0.18.0`, `0.9.0`, `0.9`, `latest`][d1]
- [`0.9.0-docker27.1.0-compose2.29.0-kubectl1.30.3-helm3.15.3-reg0.16.1-releasecli0.18.0`, `0.9.0`, `0.9`, `latest`][d1]



Expand Down

0 comments on commit c368639

Please sign in to comment.