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 7130bcd commit 2feeb68Copy full SHA for 2feeb68
packaging/debian/Dockerfile
@@ -7,7 +7,7 @@ RUN echo 'deb http://bg.archive.ubuntu.com/ubuntu precise main universe' > /etc/
7
8
9
RUN apt-get install -y gdebi-core
10
-ADD amon-agent_1.1_all.deb var/agent.deb
+ADD amon-agent_1.2_all.deb var/agent.deb
11
12
RUN gdebi -n /var/agent.deb
13
packaging/rpm/Dockerfile
@@ -1,7 +1,7 @@
1
FROM centos:latest
2
MAINTAINER Martin Rusev
3
4
-ADD amon-agent-1.1-1.noarch.rpm var/agent.rpm
+ADD amon-agent-1.2-1.noarch.rpm var/agent.rpm
5
6
RUN yum -t -y install /var/agent.rpm
0 commit comments