Skip to content

Commit 6dbd213

Browse files
initial update 3.20.2
0 parents  commit 6dbd213

File tree

5 files changed

+35
-0
lines changed

5 files changed

+35
-0
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dockerfile

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.env

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
FROM scratch
2+
ADD alpine-minirootfs-3.20.2-x86_64.tar.gz /
3+
RUN apk add --no-cache grep curl zip unzip nano mc
4+
CMD ["/bin/sh"]

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Docker alpine image
2+
3+
## eng
4+
5+
Add `grep curl zip unzip nano mc`. To use:
6+
7+
```
8+
FROM ghcr.io/devops-from-root/alpine:main
9+
```
10+
11+
or
12+
13+
```yaml
14+
image: ghcr.io/devops-from-root/alpine:main
15+
```
16+
17+
## rus
18+
19+
Добавлено `grep curl zip unzip nano mc`. Использование:
20+
21+
```
22+
FROM ghcr.io/devops-from-root/alpine:main
23+
```
24+
25+
или
26+
27+
```
28+
image: ghcr.io/devops-from-root/alpine:main
29+
```
3.33 MB
Binary file not shown.

0 commit comments

Comments
 (0)