diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 9135382..0000000 --- a/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM --platform=linux/x86_64 alpine:latest -ENV GLIBC_REPO=https://github.com/sgerrand/alpine-pkg-glibc -ENV GLIBC_VERSION=2.30-r0 -RUN set -ex && \ - apk --update add libstdc++ curl ca-certificates && \ - for pkg in glibc-${GLIBC_VERSION} glibc-bin-${GLIBC_VERSION}; \ - do curl -sSL ${GLIBC_REPO}/releases/download/${GLIBC_VERSION}/${pkg}.apk -o /tmp/${pkg}.apk; done && \ - apk add --allow-untrusted /tmp/*.apk && \ - rm -v /tmp/*.apk && \ - /usr/glibc-compat/sbin/ldconfig /lib /usr/glibc-compat/lib -COPY ./sloctl /usr/local/bin/sloctl -RUN adduser -D appuser -RUN mkdir -p /home/appuser/.config/nobl9 -RUN chown -R appuser:appuser /home/appuser/.config/nobl9 -USER appuser -ENTRYPOINT ["sloctl"] \ No newline at end of file diff --git a/codefresh.yml b/codefresh.yml deleted file mode 100644 index da1f8d6..0000000 --- a/codefresh.yml +++ /dev/null @@ -1,44 +0,0 @@ -version: "1.0" - -stages: - - "clone" - - "build" - -steps: - clone: - title: "Cloning repository" - type: "git-clone" - repo: "nobl9/sloctl" - # CF_BRANCH value is auto set when pipeline is triggered - # Learn more at codefresh.io/docs/docs/codefresh-yaml/variables/ - revision: "${{CF_BRANCH}}" - git: "github" - stage: "clone" - - install: - title: "Install sloctl" - type: "freestyle" # Run any command - image: "ubuntu:latest" # The image in which command will be executed - working_directory: "${{clone}}" # Running command where code cloned - commands: - - "apt-get update" - - "apt-get install -y git" - - "apt-get install zip unzip" - - "unzip sloctl-linux-*.zip" - - "rm sloctl-*.zip" - - "cf_export VERSION=$(git describe --tags --abbrev=0)" - stage: "build" - - build: - title: "Building docker image" - type: "build" - working_directory: "${{clone}}" - arguments: - image_name: "nobl9/sloctl" - dockerfile: 'Dockerfile' - registry: "nobl9" - tags: - - "latest" - - "v${{VERSION}}" - stage: "build" - \ No newline at end of file diff --git a/sloctl-macos-0.0.73.zip b/sloctl-linux-0.0.74.zip similarity index 59% rename from sloctl-macos-0.0.73.zip rename to sloctl-linux-0.0.74.zip index b738b76..930715b 100644 Binary files a/sloctl-macos-0.0.73.zip and b/sloctl-linux-0.0.74.zip differ diff --git a/sloctl-windows-0.0.73.zip b/sloctl-macos-0.0.74.zip similarity index 59% rename from sloctl-windows-0.0.73.zip rename to sloctl-macos-0.0.74.zip index 5fe0f1c..f962092 100644 Binary files a/sloctl-windows-0.0.73.zip and b/sloctl-macos-0.0.74.zip differ diff --git a/sloctl-linux-0.0.73.zip b/sloctl-windows-0.0.74.zip similarity index 58% rename from sloctl-linux-0.0.73.zip rename to sloctl-windows-0.0.74.zip index f77dc1e..a98d262 100644 Binary files a/sloctl-linux-0.0.73.zip and b/sloctl-windows-0.0.74.zip differ