Skip to content
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

Commit a590b40

Browse files
committed
refactor: Prefix "default" target
1 parent a772ec1 commit a590b40

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile renamed to Dockerfile.dhcpd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ FROM --platform=$TARGETPLATFORM debian
2727
ARG DIBS_TARGET
2828
ARG TARGETPLATFORM
2929

30-
COPY --from=build /app/.bin/binaries/ipxebuilderd* /usr/local/bin/ipxebuilderd
30+
COPY --from=build /app/.bin/binaries/dhcpd* /usr/local/bin/dhcpd
3131

32-
CMD /usr/local/bin/ipxebuilderd
32+
CMD /usr/local/bin/dhcpd

dibs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
targets:
2-
- name: linux
2+
- name: dhcpdd-linux
33
helm:
44
src: charts/dhcpdd
55
dist: .bin/chart
@@ -30,7 +30,7 @@ targets:
3030
fi
3131
docker:
3232
build:
33-
file: Dockerfile
33+
file: Dockerfile.dhcpdd
3434
context: .
3535
tag: pojntfx/dhcpdd:linux-amd64
3636
unitTests:
@@ -70,7 +70,7 @@ targets:
7070
fi
7171
docker:
7272
build:
73-
file: Dockerfile
73+
file: Dockerfile.dhcpdd
7474
context: .
7575
tag: pojntfx/dhcpdd:linux-arm64
7676
unitTests:

0 commit comments

Comments
 (0)