Sha256: b564dcf40689428ebf58a9af2aaf7fd59616b994b078391471ba04befae75bba
Contents?: true
Size: 371 Bytes
Versions: 13
Compression:
Stored size: 371 Bytes
Contents
#!/bin/bash set -e # IMAGE="vitobotta/hetzner-k3s" # docker build -t ${IMAGE}:v0.5.9 \ # --platform=linux/amd64 \ # --cache-from ${IMAGE}:v0.5.8 \ # --build-arg BUILDKIT_INLINE_CACHE=1 . # docker push vitobotta/hetzner-k3s:v0.5.9 warble echo "#!/usr/bin/env java -jar" > dist/hetzner-k3s cat dist/hetzner-k3s.jar >> dist/hetzner-k3s chmod +x dist/hetzner-k3s
Version data entries
13 entries across 13 versions & 1 rubygems