Skip to content

Commit

Permalink
small fixes at Dockerfile.agent and scripts/version
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasSUSE committed Aug 18, 2024
1 parent 29257b2 commit ee8d4a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion package/Dockerfile.agent
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN zypper -n install --no-recommends curl ca-certificates jq git-core hostname
curl -sLf https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/${ARCH}/kubectl > /usr/bin/kubectl && \
chmod +x /usr/bin/kubectl

ENV LOGLEVEL_VERSION v0.1.5
ENV LOGLEVEL_VERSION v0.1.6

RUN curl -sLf https://github.com/rancher/loglevel/releases/download/${LOGLEVEL_VERSION}/loglevel-${ARCH}-${LOGLEVEL_VERSION}.tar.gz | tar xvzf - -C /usr/bin

Expand Down
4 changes: 0 additions & 4 deletions scripts/version
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ if echo $TAG | grep -q dirty; then
TAG=dev
fi

if [ -n "$GIT_TAG" ]; then
TAG=$GIT_TAG
fi

AGENT_TAG="$TAG"
if [ "$AGENT_TAG" = dev ]; then
AGENT_TAG="master-head"
Expand Down

0 comments on commit ee8d4a3

Please sign in to comment.