We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb4eff2 commit e5b9e16Copy full SHA for e5b9e16
cnms/Dockerfile
@@ -1,10 +1,8 @@
1
-FROM sbidprod.azurecr.io/quinault:latest
+FROM mcr.microsoft.com/cbl-mariner/base/core:2.0
2
ARG CNMS_BUILD_DIR
3
-
4
-RUN apt -y update
5
-RUN apt-get -y upgrade
6
-RUN apt install -y ebtables
7
-RUN apt install -y net-tools
8
-COPY $CNMS_BUILD_DIR/azure-cnms /usr/bin/azure-cnms
+RUN tdnf upgrade
+RUN tdnf install -y ebtables
+RUN tdnf install -y net-tools
+COPY output/linux_amd64/cnms/azure-cnms /usr/bin/azure-cnms
9
RUN chmod +x /usr/bin/azure-cnms
10
CMD ["/usr/bin/azure-cnms"]
0 commit comments