Skip to content

Commit

Permalink
Merge pull request #71 from udx/develop-ihor
Browse files Browse the repository at this point in the history
updated kubectl
  • Loading branch information
kavaribes authored Jan 10, 2025
2 parents 403ba33 + 3c47eed commit 27a4626
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM node:23.5-alpine
ENV VERSION=v1.31.0
ENV KUBECTL_VERSION=1.32.0
ENV NODE_ENV=production
ENV SERVICE_ENABLE_SSHD=true
ENV SERVICE_ENABLE_API=true
Expand Down Expand Up @@ -30,7 +30,7 @@ RUN apk del build-base linux-headers openssl-dev zlib-dev file wget \
&& rm -rf /openssh-9.9p1.tar.gz /openssh-9.9p1

RUN apk add --no-cache nfs-utils rpcbind curl ca-certificates nano tzdata ncurses make tcpdump \
&& curl -L https://storage.googleapis.com/kubernetes-release/release/$VERSION/bin/linux/amd64/kubectl -o /usr/local/bin/kubectl \
&& curl -L https://dl.k8s.io/release/v$KUBECTL_VERSION/bin/linux/amd64/kubectl -o /usr/local/bin/kubectl \
&& chmod +x /usr/local/bin/kubectl \
&& kubectl version --client \
&& rm -rf /etc/ssh/* \
Expand Down
4 changes: 4 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.6.0
* updated kubectl to 1.32.0
* changed kubectl package source

### 0.5.5
* OS updates
* Updated node modules. Updated Alpine to node:23.5-alpine
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docker-sftp",
"version": "0.5.5",
"version": "0.6.0",
"description": "SSH tunnels to Kubernetes containers",
"main": "bin/server.js",
"scripts": {
Expand Down

0 comments on commit 27a4626

Please sign in to comment.