Skip to content

Commit

Permalink
Fixed file name
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Jul 11, 2024
1 parent 86760ef commit 811c6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/containerd/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ curl --silent --show-error --location --fail "https://github.com/containerd/cont

curl --silent --show-error --location --fail --output "${prefix}/etc/systemd/system/containerd.service.go-template" \
"https://github.com/containerd/containerd/raw/v${version}/containerd.service"
sed -i -E "s|^ExecStart=/usr/local/bin/containerd|ExecStart={{ .Target }}/bin/containerd|" "/etc/systemd/system/containerd.service.go-template"
sed -i -E "s|^ExecStart=/usr/local/bin/containerd|ExecStart={{ .Target }}/bin/containerd|" "${prefix}/etc/systemd/system/containerd.service.go-template"
EOF
RUN <<EOF
curl --silent --show-error --location --fail --output "${prefix}/share/man/man8/containerd-config.8.md" \
Expand Down

0 comments on commit 811c6fb

Please sign in to comment.