Skip to content

Commit

Permalink
Merge pull request #24978 from developer-guy/fix-tini-gitlab-base
Browse files Browse the repository at this point in the history
add tini to runtime dependencies
  • Loading branch information
EyeCantCU authored Jul 26, 2024
2 parents f9a2f72 + 0115187 commit 0c28d1a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions gitlab-cng-17.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ var-transforms:

package:
name: gitlab-cng-17.2
version: 17.2.0
epoch: 1
version: 17.2.1
epoch: 0
description: Cloud Native container images per component of GitLab
copyright:
- license: MIT
Expand Down Expand Up @@ -63,7 +63,7 @@ pipeline:
with:
repository: https://gitlab.com/gitlab-org/build/CNG.git
tag: v${{package.version}}
expected-commit: aedef75c1f6e67aa8cd7c344a2dd49e6414560d0
expected-commit: 7b7006df209c05f72b0fb5968c0bfb619d049d56

data:
# Used to create all of the *-scripts subpackages from the CNG repo.
Expand Down Expand Up @@ -127,6 +127,8 @@ subpackages:
- gomplate
- procps
- xtail
- tini
- tini-compat

- name: gitlab-webservice-config-${{vars.major-minor-version}}
pipeline:
Expand Down

0 comments on commit 0c28d1a

Please sign in to comment.