Skip to content

Commit

Permalink
base-image: Remove blobxfer
Browse files Browse the repository at this point in the history
This commit removes blobxfer from the base image,
since this project is no longer maintained in the
upstream.

Signed-off-by: Suraj Deshmukh <[email protected]>
  • Loading branch information
surajssd committed Apr 26, 2024
1 parent bea517e commit 84b6c2f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 17 deletions.
8 changes: 0 additions & 8 deletions linux/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -168,14 +168,6 @@ ENV LANG="en_US.utf8"
RUN pip3 install --upgrade sfctl \
&& pip3 install --upgrade mssql-scripter

# Install Blobxfer and Batch-Shipyard in isolated virtualenvs
COPY ./linux/blobxfer /usr/local/bin
RUN chmod 755 /usr/local/bin/blobxfer \
&& pip3 install virtualenv \
&& cd /opt \
&& virtualenv -p python3 blobxfer \
&& /bin/bash -c "source blobxfer/bin/activate && pip3 install blobxfer && deactivate"

# # BEGIN: Install Ansible in isolated Virtual Environment
COPY ./linux/ansible/ansible* /usr/local/bin/
RUN chmod 755 /usr/local/bin/ansible* \
Expand Down
7 changes: 0 additions & 7 deletions linux/blobxfer

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -1803,7 +1803,6 @@ function Get-PackageVersion() {
$packageVersionDetections = @(
@{displayname = "Node.JS"; command = "node"; args = "--version"; match = "v(.*)"},
@{displayname = "Cloud Foundry CLI"; command = "cf"; args = "-v"; match = "cf version (.*)"},
@{displayname = "Blobxfer"; command = "blobxfer"; args = "--version"; match = "blobxfer, version (.*)"},
@{displayname = "Ansible"; command = "ansible"; args = "--version"; match = "ansible \[core ([\d\.]+)\]"},
@{displayname = "Istio"; command = "istioctl"; args = "version -s --remote=false"; match = "(.+)"},
@{displayname = "Go"; command = "go"; args = "version"; match = "go version go(\S+) .*"},
Expand Down
1 change: 0 additions & 1 deletion tests/command_list
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ bison
blkdiscard
blkid
blkzone
blobxfer
blockdev
break
bridge
Expand Down

0 comments on commit 84b6c2f

Please sign in to comment.