Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: fix docker builds #1974

Merged
merged 1 commit into from
Sep 25, 2023
Merged

ci: fix docker builds #1974

merged 1 commit into from
Sep 25, 2023

Conversation

camshaft
Copy link
Contributor

@camshaft camshaft commented Sep 22, 2023

Resolved issues:

resolves #1969

Description of changes:

I ended up inlining the quic-network-simulator-endpoint docker image, since it's only a few lines long.

I've also cleaned up a few things here and there for the qns CI.

Testing:

The qns and release CIs completely pass now!

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@camshaft camshaft force-pushed the camshaft/docker-fixes branch 3 times, most recently from d37aa4d to b4b5b89 Compare September 22, 2023 18:14

Verified

This commit was signed with the committer’s verified signature.
SVilgelm Sergey Vilgelm
@camshaft camshaft force-pushed the camshaft/docker-fixes branch from b4b5b89 to a8610d3 Compare September 22, 2023 21:18
@camshaft camshaft marked this pull request as ready for review September 22, 2023 22:02
Comment on lines +75 to +81
RUN set -eux; \
apt-get update; \
apt-get install -y wget net-tools iputils-ping tcpdump ethtool iperf3 iproute2; \
wget https://raw.githubusercontent.com/marten-seemann/quic-network-simulator/${sim_hash}/endpoint/setup.sh; \
chmod +x setup.sh; \
wget https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh; \
chmod +x wait-for-it.sh;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is fine but I'll mention it. Seems like these files are pretty stable (last edited 3 yrs ago). We could avoid a download here by keeping a local copy if we wanted to in the future.

Copy link
Contributor Author

@camshaft camshaft Sep 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be nicer to figure out docker layer caching and then we can skip building this whole layer entirely since we have a network to deal with anyway with apt-get install.

@camshaft camshaft merged commit 4e9756f into main Sep 25, 2023
@camshaft camshaft deleted the camshaft/docker-fixes branch September 25, 2023 18:58
@ghost
Copy link

ghost commented Oct 21, 2023

I want to ensure this platform isn't interfering with my device network. Can you please extend my range, and allow my private network to operate. I don't appreciate not receiving my messages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

qns docker action is failing
2 participants