Skip to content

Commit 6b2a81b

Browse files
authored
Add wrapper image over alpine image (#1770)
1 parent b59b81f commit 6b2a81b

3 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,8 @@ updates:
102102
directory: /components/datadog/apps/cws/images/cws-centos7
103103
schedule:
104104
interval: daily
105+
106+
- package-ecosystem: docker
107+
directory: /components/datadog/apps/etcd/images/alpine
108+
schedule:
109+
interval: daily

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ jobs:
8080
image: cuda-basic
8181
- app: s3-proxy-nginx
8282
image: s3-proxy-nginx
83+
- app: etcd
84+
image: alpine
8385
steps:
8486
- name: Checkout repository
8587
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
FROM alpine:3.21
2+
RUN apk add --no-cache curl netcat-openbsd
3+
ENTRYPOINT ["/bin/sh"]

0 commit comments

Comments
 (0)