Skip to content

Commit bea9c3c

Browse files
authored
Add alpine 3.17 (non-helix) dockerfile (#797)
1 parent 77bd2f4 commit bea9c3c

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

src/alpine/3.17/amd64/Dockerfile

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
FROM alpine:3.17
2+
3+
RUN apk update && \
4+
apk add --no-cache \
5+
autoconf \
6+
automake \
7+
bash \
8+
build-base \
9+
clang \
10+
clang-dev \
11+
cmake \
12+
coreutils \
13+
curl \
14+
gcc \
15+
gettext-dev \
16+
git \
17+
icu-dev \
18+
jq \
19+
krb5-dev \
20+
libtool \
21+
libunwind-dev \
22+
linux-headers \
23+
lld \
24+
lldb-dev \
25+
llvm \
26+
lttng-ust-dev \
27+
make \
28+
numactl-dev \
29+
openssl \
30+
openssl-dev \
31+
paxctl \
32+
py3-lldb \
33+
python3-dev \
34+
shadow \
35+
sudo \
36+
tzdata \
37+
util-linux-dev \
38+
which \
39+
zlib-dev

src/alpine/manifest.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,19 @@
232232
}
233233
]
234234
},
235+
{
236+
"platforms": [
237+
{
238+
"dockerfile": "src/alpine/3.17/amd64",
239+
"os": "linux",
240+
"osVersion": "alpine3.17",
241+
"tags": {
242+
"alpine-3.17-$(System:TimeStamp)-$(System:DockerfileGitCommitSha)": {},
243+
"alpine-3.17$(FloatingTagSuffix)": {}
244+
}
245+
}
246+
]
247+
},
235248
{
236249
"platforms": [
237250
{

0 commit comments

Comments
 (0)