Skip to content

Commit

Permalink
Remove modify-apt-sources.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
int128 committed Oct 29, 2024
1 parent 899ad4e commit 6f36fcb
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 59 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ RUN sudo mkdir /opt/hostedtoolcache \
&& sudo chown runner:docker /opt/hostedtoolcache

COPY entrypoint.sh /
COPY entrypoint.d/ /entrypoint.d/

VOLUME /var/lib/docker

Expand Down
1 change: 0 additions & 1 deletion Dockerfile.ubuntu20
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ RUN mkdir /opt/hostedtoolcache \
&& chown runner:docker /opt/hostedtoolcache

COPY entrypoint.sh /
COPY entrypoint.d/ /entrypoint.d/

VOLUME /var/lib/docker

Expand Down
16 changes: 0 additions & 16 deletions entrypoint.d/modify-apt-sources-aws-jammy-aarch64.sh

This file was deleted.

16 changes: 0 additions & 16 deletions entrypoint.d/modify-apt-sources-aws-jammy-x86_64.sh

This file was deleted.

24 changes: 0 additions & 24 deletions entrypoint.d/modify-apt-sources.sh

This file was deleted.

1 change: 0 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
sudo bash /entrypoint.d/modify-apt-sources.sh
sudo /usr/bin/dockerd --log-level warn &
exec "$@"

0 comments on commit 6f36fcb

Please sign in to comment.