forked from gyr/tumbleweed-osc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDockerfile
More file actions
49 lines (46 loc) · 1.07 KB
/
Dockerfile
File metadata and controls
49 lines (46 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Define the names/tags of the container
#!BuildTag: tumbleweed-osc:latest
FROM opensuse/tumbleweed:latest
# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=org.opensuse.example
PREFIXEDLABEL org.opensuse.base.title="Tools + osc + Tumbleweed Container"
PREFIXEDLABEL org.opensuse.base.description="Tumbleweed container base with tools to manage OBS/IBS releases"
PREFIXEDLABEL org.opensuse.base.disturl="%DISTURL%"
PREFIXEDLABEL org.opensuse.base.created="%BUILDTIME%"
RUN zypper --non-interactive in --force-resolution -fy \
bat \
bind-utils \
build \
curl \
dos2unix \
fd \
fzf \
fzf-bash-completion \
gdb \
git \
git-delta \
gnu_parallel \
iputils \
jq \
lnav \
mktemp \
ncdu \
obs-service-source_validator \
osc \
python3-solv \
python311-black \
python311-pylint \
python311-rpmfile \
ripgrep \
rpm-build \
rsync \
sshfs \
tealdeer \
tig \
tmux \
vgrep \
vim \
vim-data \
wget \
yq \
&& zypper clean -a