Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Python VNC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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 GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cms-cloud
Python VNC
Commits
fce34dad
Verified
Commit
fce34dad
authored
1 year ago
by
Clemens Lange
Browse files
Options
Downloads
Patches
Plain Diff
Update to Python 3.10.12 and XrootD 5.5.5
parent
76c16813
No related branches found
No related tags found
1 merge request
!1
Update to Python 3.10.12 and XrootD 5.5.5
Pipeline
#5894753
passed
1 year ago
Stage: build
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
Dockerfile
+3
-3
3 additions, 3 deletions
Dockerfile
Makefile
+2
-2
2 additions, 2 deletions
Makefile
with
6 additions
and
6 deletions
.gitlab-ci.yml
+
1
−
1
View file @
fce34dad
...
...
@@ -58,7 +58,7 @@ tag_image:
-
skopeo copy "docker://${IMAGE_ORIGIN_TAG}" "docker://${DOCKER_REGISTRY}/${DOCKER_GROUP}/${CI_PROJECT_NAME}"
variables
:
IMAGE_ORIGIN_TAG
:
${CI_REGISTRY_IMAGE}:${CI_COMMIT_SHORT_SHA}
IMAGE_DESTINATION_TAG
:
${CI_REGISTRY_IMAGE}:python3.10.
5
IMAGE_DESTINATION_TAG
:
${CI_REGISTRY_IMAGE}:python3.10.
12
IMAGE_DESTINATION_LATEST
:
${CI_REGISTRY_IMAGE}:latest
DOCKER_GROUP
:
cmscloud
DOCKER_REGISTRY
:
docker.io
This diff is collapsed.
Click to expand it.
Dockerfile
+
3
−
3
View file @
fce34dad
ARG
PYTHON_VERSION=3.10.
5
ARG
PYTHON_VERSION=3.10.
12
FROM
python:${PYTHON_VERSION}-bullseye
LABEL
maintainer.name="CMS Data Preservation and Open Access Group"
...
...
@@ -7,7 +7,7 @@ LABEL maintainer.email="cms-dpoa-coordinators@cern.ch"
ENV
LANG=C.UTF-8
ARG
PLATFORM="linux/amd64"
ARG
PYTHON_VERSION=3.10.
5
ARG
PYTHON_VERSION=3.10.
12
WORKDIR
/usr/local
...
...
@@ -32,7 +32,7 @@ RUN apt-get -qq -y update && \
ln
-sf
/usr/share/zoneinfo/UTC /etc/localtime
# Add XRootD under /usr/local
ARG
XROOTD_TAG=v5.
4.3
ARG
XROOTD_TAG=v5.
5.5
WORKDIR
/code
RUN
git clone
--depth
1 https://github.com/xrootd/xrootd.git
\
--branch
"
${
XROOTD_TAG
}
"
\
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
2
−
2
View file @
fce34dad
...
...
@@ -3,7 +3,7 @@ default: python_image
all
:
python_image
# global build variables
PYTHON_VERSION
=
3.10.
5
PYTHON_VERSION
=
3.10.
12
PLATFORM
=
"linux/amd64"
python_image
:
...
...
@@ -11,7 +11,7 @@ python_image:
-f
Dockerfile
\
--platform
"
${
PLATFORM
}
"
\
--build-arg
PLATFORM
=
${
PLATFORM
}
\
--build-arg
XROOTD_TAG
=
v5.
4.3
\
--build-arg
XROOTD_TAG
=
v5.
5.5
\
--build-arg
PYTHON_VERSION
=
$(
PYTHON_VERSION
)
\
--tag
cmscloud/python-vnc:python
$(
PYTHON_VERSION
)
\
--tag
cmscloud/python-vnc
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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