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.2.pre.1906 build.sh
conjur-debify-3.0.2.pre.1905 build.sh
conjur-debify-3.0.2.pre.1899 build.sh
conjur-debify-3.0.2.pre.1898 build.sh
conjur-debify-3.0.2.pre.1896 build.sh
conjur-debify-3.0.2.pre.1894 build.sh
conjur-debify-3.0.2.pre.1893 build.sh
conjur-debify-3.0.2.pre.1891 build.sh
conjur-debify-3.0.2.pre.1890 build.sh
conjur-debify-3.0.2.pre.1888 build.sh
conjur-debify-3.0.2.pre.1886 build.sh
conjur-debify-3.0.2.pre.1884 build.sh
conjur-debify-3.0.2.pre.1882 build.sh
conjur-debify-3.0.2.pre.1880 build.sh
conjur-debify-3.0.2.pre.1878 build.sh
conjur-debify-3.0.2.pre.1875 build.sh
conjur-debify-3.0.2.pre.1873 build.sh
conjur-debify-3.0.2.pre.1871 build.sh
conjur-debify-3.0.2.pre.1868 build.sh
conjur-debify-3.0.2.pre.1866 build.sh