Skip to content

Commit 8a42a96

Browse files
committed
pushed wrong change
1 parent 2d7a4c7 commit 8a42a96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

npm/azure-npm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ spec:
7979
operator: Exists
8080
containers:
8181
- name: azure-npm
82-
image: acnpublic.azurecr.io/azure-npm:v1.6.26Test2
82+
image: mcr.microsoft.com/containernetworking/azure-npm:v1.4.45.3
8383
resources:
8484
limits:
8585
cpu: 250m

npm/linux.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ RUN CGO_ENABLED=0 go build -v -o /usr/local/bin/azure-npm -ldflags "-X main.vers
88

99
FROM mcr.microsoft.com/mirror/docker/library/ubuntu:24.04 as linux
1010
COPY --from=builder /usr/local/bin/azure-npm /usr/bin/azure-npm
11-
RUN apt-get update && apt-get install -y iptables ipset ca-certificates && apt-get autoremove -y && apt-get clean
11+
RUN apt-get update && apt-get install -y libsystemd0=255.4-1ubuntu8.8 libudev1=255.4-1ubuntu8.8 iptables ipset ca-certificates && apt-get autoremove -y && apt-get clean
1212
RUN chmod +x /usr/bin/azure-npm
1313
ENTRYPOINT ["/usr/bin/azure-npm", "start"]

0 commit comments

Comments
 (0)