Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CNG Images
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
What's new
5
Snippets
Groups
Projects
gitlab
CNG Images
Commits
8e27394d
Commit
8e27394d
authored
10 months ago
by
JH_CNG_SYNC_TOKEN
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/master' into main-jh
parents
4c5a9b70
737e6ad3
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#302649
passed with stages
in 2 hours, 15 minutes, and 21 seconds
Changes
3
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ci_files/variables.yml
+1
-1
1 addition, 1 deletion
ci_files/variables.yml
gitaly/Dockerfile
+5
-5
5 additions, 5 deletions
gitaly/Dockerfile
gitlab-toolbox/Dockerfile
+1
-1
1 addition, 1 deletion
gitlab-toolbox/Dockerfile
with
7 additions
and
7 deletions
ci_files/variables.yml
+
1
−
1
View file @
8e27394d
...
...
@@ -42,7 +42,7 @@ variables:
CA_PKG_VERSION
:
"
20220614-r0"
CFSSL_VERSION
:
"
1.6.1"
CFSSL_CHECKSUM_SHA256
:
"
89e600cd5203a025f8b47c6cd5abb9a74b06e3c7f7f7dd3f5b2a00975b15a491"
AWSCLI_VERSION
:
"
1.33.
29
"
AWSCLI_VERSION
:
"
1.33.
30
"
S3CMD_VERSION
:
"
2.4.0"
GM_VERSION
:
"
1.3.36"
GM_CHECKSUM_SHA256
:
"
5d5b3fde759cdfc307aaf21df9ebd8c752e3f088bb051dd5df8aac7ba7338f46"
...
...
This diff is collapsed.
Click to expand it.
gitaly/Dockerfile
+
5
−
5
View file @
8e27394d
...
...
@@ -57,15 +57,15 @@ RUN buildDeps=' \
rm
gitaly.tar.gz
&&
\
if
[
-n
"
${
GITALY_GIT_REPO_URL
}
"
]
;
then
export
GIT_REPO_URL
=
"
${
GITALY_GIT_REPO_URL
}
"
;
fi
&&
\
make
install
WITH_BUNDLED_GIT
=
YesPlease
&&
\
# Build `gitaly-init-cgroups`
CGO_ENABLED=0 go build -C "${BUILD_DIR}/tools/gitaly-init-cgroups" -trimpath -o /usr/local/bin/setup_cgroups . && \
# Copy binaries to /target
mkdir /target && \
cp -R --parents \
/usr/local/bin/gitaly* \
/usr/local/bin/praefect \
/target
&&
\
mkdir
-p
${
BUILD_DIR
}
/app
&&
\
cp
./tools/gitaly-init-cgroups/main.go
${
BUILD_DIR
}
/app/main.go
&&
\
cd
${
BUILD_DIR
}
/app
&&
\
GO111MODULE=off CGO_ENABLED=0 go build -o /target/usr/local/bin/setup_cgroups .
/usr/local/bin/setup_cgroups \
/target
## FINAL IMAGE ##
ARG
GITLAB_BASE_IMAGE
...
...
This diff is collapsed.
Click to expand it.
gitlab-toolbox/Dockerfile
+
1
−
1
View file @
8e27394d
...
...
@@ -12,7 +12,7 @@ FROM --platform=$TARGETPLATFORM ${GITALY_IMAGE} AS gitaly
FROM
--platform=$TARGETPLATFORM ${FROM_IMAGE}:${TAG}
ARG
AWSCLI_VERSION="1.33.
29
"
ARG
AWSCLI_VERSION="1.33.
30
"
ARG
S3CMD_VERSION="2.4.0"
ARG
GSUTIL_VERSION="5.29"
ARG
AZCOPY_VERSION="v10"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment