Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scalpel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
JetBrains YouTrack
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
KSZK
Sysadmin
Kubernetes
scalpel
Commits
639201cc
Commit
639201cc
authored
1 month ago
by
Tóth Hunor Zoltán
Browse files
Options
Downloads
Patches
Plain Diff
Initial commit
parents
Branches
redundancy
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+14
-0
14 additions, 0 deletions
Dockerfile
crictl.conf
+5
-0
5 additions, 0 deletions
crictl.conf
with
19 additions
and
0 deletions
Dockerfile
0 → 100644
+
14
−
0
View file @
639201cc
FROM
ubuntu:latest
RUN
apt-get update
RUN
apt-get
install
-y
iproute2 dnsutils iputils-ping wget
tar
curl
RUN
apt-get
install
-y
vim neovim nano
ENV
VERSION="v1.32.0"
RUN
wget https://github.com/kubernetes-sigs/cri-tools/releases/download/
$VERSION
/crictl-
$VERSION
-linux-amd64
.tar.gz
;
\
tar
zxvf crictl-
$VERSION
-linux-amd64
.tar.gz
-C
/usr/local/bin
;
\
rm
-f
crictl-
$VERSION
-linux-amd64
.tar.gz
COPY
crictl.conf /etc/crictl.yaml
RUN
apt-get
-y
install
tcpdump
RUN
apt-get
-y
install
zsh git
RUN
sh
-c
"
$(
curl
-fsSL
https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh
)
"
CMD
zsh
This diff is collapsed.
Click to expand it.
crictl.conf
0 → 100644
+
5
−
0
View file @
639201cc
runtime
-
endpoint
:
unix
:///
proc
/
1
/
root
/
run
/
containerd
/
containerd
.
sock
image
-
endpoint
:
unix
:///
proc
/
1
/
root
/
run
/
containerd
/
containerd
.
sock
timeout
:
10
debug
:
false
\ No newline at end of file
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