Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
fcea6e0e
Commit
fcea6e0e
authored
May 25, 2016
by
Manuel de Brito Fontes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use ubuntu-slim to reduce size of the iperf:e2e image
parent
025b0172
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
Dockerfile
test/images/iperf/Dockerfile
+5
-4
No files found.
test/images/iperf/Dockerfile
View file @
fcea6e0e
...
@@ -12,9 +12,10 @@
...
@@ -12,9 +12,10 @@
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
FROM
fedora
FROM
gcr.io/google_containers/ubuntu-slim:0.2
MAINTAINER
jay@apache.org
MAINTAINER
jay@apache.org
RUN
dnf
install
-y
git gcc gcc-c++ make
RUN
apt-get update
&&
apt-get
install
-y
--no-install-recommends
iperf bash
\
RUN
git clone https://github.com/esnet/iperf.git
&&
apt-get clean
-y
\
RUN
cd
iperf
&&
git checkout 2.0.4-RELEASE
&&
./configure
&&
make
&&
make
install
&&
rm
-rf
iperf
&&
rm
-rf
/var/lib/apt/lists/
*
\
&&
ln
-s
/usr/bin/iperf /usr/local/bin/iperf
RUN
ls
-altrh
/usr/local/bin/iperf
RUN
ls
-altrh
/usr/local/bin/iperf
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment