Skip to content

Commit

Permalink
🔥 Removes version checks in order to prevent future problems
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed May 8, 2018
1 parent 3362f64 commit 98da626
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 51 deletions.
7 changes: 0 additions & 7 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@ RUN \
&& curl -L -s "https://github.com/just-containers/s6-overlay/releases/download/v1.21.4.0/s6-overlay-${S6_ARCH}.tar.gz" \
| tar zxvf - -C / \
\
&& if [[ "${BUILD_ARCH}" = "i386" ]]; then SEMVER_ARCH="386"; \
elif [[ "${BUILD_ARCH}" = "aarch64" || "${BUILD_ARCH}" = "armhf" ]]; then SEMVER_ARCH="arm"; \
else SEMVER_ARCH="${BUILD_ARCH}"; fi \
\
&& curl -L -s "https://github.com/frenck/semver/releases/download/v0.3.0/semver_linux_${SEMVER_ARCH}.tar.gz" \
| tar zxvf - -C /usr/bin/ \
\
&& mkdir -p /etc/fix-attrs.d \
&& mkdir -p /etc/services.d \
\
Expand Down
44 changes: 0 additions & 44 deletions base/rootfs/etc/cont-init.d/03-version-requirements.sh

This file was deleted.

0 comments on commit 98da626

Please sign in to comment.