feat(calpine): adding recipes
This commit is contained in:
4
files/calpine/3.15/base/Dockerfile
Normal file
4
files/calpine/3.15/base/Dockerfile
Normal file
@ -0,0 +1,4 @@
|
||||
FROM reg.cadoles.com/proxy_cache/library/alpine:3.15.8
|
||||
|
||||
|
||||
RUN apk update && apk add bind-tools
|
4
files/calpine/3.16/base/Dockerfile
Normal file
4
files/calpine/3.16/base/Dockerfile
Normal file
@ -0,0 +1,4 @@
|
||||
FROM reg.cadoles.com/proxy_cache/library/alpine:3.16
|
||||
|
||||
|
||||
RUN apk update && apk add bind-tools
|
4
files/calpine/3.17/base/Dockerfile
Normal file
4
files/calpine/3.17/base/Dockerfile
Normal file
@ -0,0 +1,4 @@
|
||||
FROM reg.cadoles.com/proxy_cache/library/alpine:3.17
|
||||
|
||||
|
||||
RUN apk update && apk add bind-tools
|
4
files/calpine/3.18/base/Dockerfile
Normal file
4
files/calpine/3.18/base/Dockerfile
Normal file
@ -0,0 +1,4 @@
|
||||
FROM reg.cadoles.com/proxy_cache/library/alpine:3.18
|
||||
|
||||
|
||||
RUN apk update && apk add bind-tools
|
Reference in New Issue
Block a user