Skip to content

Commit

Permalink
Remove support for init.d #5851
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Jul 11, 2024
1 parent 849061f commit f1220e3
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 431 deletions.
1 change: 0 additions & 1 deletion tools/buildkit/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ COPY --from=ghcr.io/uniget-org/tools/uniget-build:latest \
SHELL [ "bash", "-clo", "errexit" ]
ARG name
ARG version
COPY init-buildkit.go-template "/uniget_bootstrap/etc/init.d/buildkit.go-template"
RUN <<EOF
check-github-release-asset "moby/buildkit" "v${version}" "buildkit-v${version}.linux-${alt_arch}.tar.gz"
curl --silent --show-error --location --fail "https://github.com/moby/buildkit/releases/download/v${version}/buildkit-v${version}.linux-${alt_arch}.tar.gz" \
Expand Down
128 changes: 0 additions & 128 deletions tools/buildkit/init-buildkit.go-template

This file was deleted.

1 change: 0 additions & 1 deletion tools/containerd/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ ARG version
COPY 10-containerd-net.conflist "/uniget_bootstrap/etc/cni/net.d/"
COPY runtimes.toml "/uniget_bootstrap/etc/containerd/conf.d/runtimes.toml"
COPY snapshotters.toml "/uniget_bootstrap/etc/containerd/conf.d/snapshotters.toml"
COPY init-containerd.go-template "/uniget_bootstrap/etc/init.d/containerd.go-template"
RUN <<EOF
check-github-release-asset "containerd/containerd" "v${version}" "containerd-${version}-linux-${alt_arch}.tar.gz"
curl --silent --show-error --location --fail "https://github.com/containerd/containerd/releases/download/v${version}/containerd-${version}-linux-${alt_arch}.tar.gz" \
Expand Down
150 changes: 0 additions & 150 deletions tools/containerd/init-containerd.go-template

This file was deleted.

1 change: 0 additions & 1 deletion tools/portainer/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ SHELL [ "bash", "-clo", "errexit" ]
ARG name
ARG version
COPY portainer.service.go-template /uniget_bootstrap/etc/systemd/system/
COPY init-portainer.go-template /uniget_bootstrap/etc/init.d/portainer
RUN <<EOF
check-github-release-asset "portainer/portainer" "${version}" "portainer-${version}-linux-${alt_arch}.tar.gz"
curl --silent --show-error --location --fail "https://github.com/portainer/portainer/releases/download/${version}/portainer-${version}-linux-${alt_arch}.tar.gz" \
Expand Down
Loading

0 comments on commit f1220e3

Please sign in to comment.