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.3.pre.1944 build.sh
conjur-debify-3.0.3.pre.1943 build.sh
conjur-debify-3.0.3.pre.1941 build.sh
conjur-debify-3.0.3.pre.1939 build.sh
conjur-debify-3.0.3.pre.1937 build.sh
conjur-debify-3.0.3.pre.1935 build.sh
conjur-debify-3.0.3.pre.1933 build.sh
conjur-debify-3.0.3.pre.1931 build.sh
conjur-debify-3.0.3.pre.1929 build.sh
conjur-debify-3.0.3.pre.1928 build.sh
conjur-debify-3.0.3.pre.1926 build.sh
conjur-debify-3.0.3.pre.1924 build.sh
conjur-debify-3.0.3.pre.1922 build.sh
conjur-debify-3.0.3.pre.1919 build.sh
conjur-debify-3.0.3.pre.1917 build.sh
conjur-debify-3.0.3.pre.1915 build.sh
conjur-debify-3.0.3.pre.1914 build.sh
conjur-debify-3.0.2.pre.1912 build.sh
conjur-debify-3.0.2.pre.1910 build.sh
conjur-debify-3.0.2.pre.1908 build.sh