Sha256: f55eb0c2142a67e05a4a23bfef84800c7c97aa4e0052caff06ae96cd8b45d83d

Contents?: true

Size: 165 Bytes

Versions: 127

Compression:

Stored size: 165 Bytes

Contents

#!/bin/bash -ex

if [ ! -f "VERSION" ]; then
  echo -n "0.0.1.dev" > VERSION
fi

VERSION=$(< VERSION)
docker build --build-arg VERSION=$VERSION -t debify:$VERSION .

Version data entries

127 entries across 127 versions & 1 rubygems

Version Path
conjur-debify-3.0.1.pre.1825 build.sh
conjur-debify-3.0.1.pre.1824 build.sh
conjur-debify-3.0.1.pre.1823 build.sh
conjur-debify-3.0.1.pre.1820 build.sh
conjur-debify-3.0.1.pre.1818 build.sh
conjur-debify-3.0.1.pre.1816 build.sh
conjur-debify-3.0.1.pre.1815 build.sh
conjur-debify-3.0.1.pre.1813 build.sh
conjur-debify-3.0.1.pre.1811 build.sh
conjur-debify-3.0.1.pre.1809 build.sh
conjur-debify-3.0.1.pre.1807 build.sh
conjur-debify-3.0.1.pre.1805 build.sh
conjur-debify-3.0.1.pre.1803 build.sh
conjur-debify-3.0.1.pre.1801 build.sh
conjur-debify-3.0.1.pre.1799 build.sh
conjur-debify-3.0.1.pre.1797 build.sh
conjur-debify-3.0.1.pre.1795 build.sh
conjur-debify-3.0.1.pre.1793 build.sh
conjur-debify-3.0.1.pre.1791 build.sh
conjur-debify-3.0.1.pre.1789 build.sh