Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
get-puppet-ips
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
linuxsupport
cronjobs
get-puppet-ips
Merge requests
!3
Move the code to python3 and use an alma9 base image
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Move the code to python3 and use an alma9 base image
pyal
into
master
Overview
0
Commits
7
Pipelines
25
Changes
9
Merged
Marta Vila Fernandes
requested to merge
pyal
into
master
1 year ago
Overview
0
Commits
7
Pipelines
25
Changes
9
Expand
0
0
Merge request reports
Compare
master
version 19
30af132d
1 year ago
version 18
3d13b9d9
1 year ago
version 17
e664a690
1 year ago
version 16
8d44971b
1 year ago
version 15
9260ec13
1 year ago
version 14
4e79fb46
1 year ago
version 13
621bb655
1 year ago
version 12
883f39b4
1 year ago
version 11
40327188
1 year ago
version 10
a1dd1b95
1 year ago
version 9
2af5985b
1 year ago
version 8
b4273d5c
1 year ago
version 7
41792f37
1 year ago
version 6
aa9f2658
1 year ago
version 5
332d49b3
1 year ago
version 4
ef577c61
1 year ago
version 3
83c30ec1
1 year ago
version 2
aaa5fc42
1 year ago
version 1
25b6b72c
1 year ago
master (base)
and
latest version
latest version
ef2c485c
7 commits,
1 year ago
version 19
30af132d
7 commits,
1 year ago
version 18
3d13b9d9
6 commits,
1 year ago
version 17
e664a690
5 commits,
1 year ago
version 16
8d44971b
4 commits,
1 year ago
version 15
9260ec13
4 commits,
1 year ago
version 14
4e79fb46
3 commits,
1 year ago
version 13
621bb655
2 commits,
1 year ago
version 12
883f39b4
2 commits,
1 year ago
version 11
40327188
2 commits,
1 year ago
version 10
a1dd1b95
2 commits,
1 year ago
version 9
2af5985b
2 commits,
1 year ago
version 8
b4273d5c
2 commits,
1 year ago
version 7
41792f37
2 commits,
1 year ago
version 6
aa9f2658
2 commits,
1 year ago
version 5
332d49b3
2 commits,
1 year ago
version 4
ef577c61
2 commits,
1 year ago
version 3
83c30ec1
2 commits,
1 year ago
version 2
aaa5fc42
1 commit,
1 year ago
version 1
25b6b72c
1 commit,
1 year ago
9 files
+
81
−
23
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
get-puppet-ips/Dockerfile
+
5
−
5
Options
FROM
gitlab-registry.cern.ch/linuxsupport/
cc7
-base:latest
FROM
gitlab-registry.cern.ch/linuxsupport/
alma9
-base:latest
COPY
linuxsupport7-stable.repo /etc/yum.repos.d/
COPY
epel.repo /etc/yum.repos.d/
COPY
run-get-puppet-ips.sh /root/
RUN
yum
install
-y
linuxsoft-rhel-acc
ess
RUN
yum
install
-y
python3-requests-kerberos python3-requ
es
t
s
ENTRYPOINT
["/root/
run-get-puppet-ips.sh
"]
COPY
run-get-puppet-ips.sh
get_puppet_ips.py /root/
ENTRYPOINT
["/root/run-get-puppet-ips.sh"]
Loading