Skip to content

Commit

Permalink
Upgrade to 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Taras authored and Wujidadi committed Aug 8, 2024
1 parent 2895113 commit 6d52930
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log (since version 0.17)

## 3.2 (2024-08-08)

* OS: **Ubuntu 24.04 LTS**
* Main software versions:
- **Vim 9.1.0664**
- **GNU Nano 8.1**

## 3.1 (2024-07-17)

* OS: **Ubuntu 24.04 LTS**
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:24.04
LABEL MAINTAINER="[email protected]"

ARG user=user
ARG vim_tag=v9.1.0591
ARG vim_tag=v9.1.0664
ARG nano_great_version=8
ARG nano_version=8.1

Expand Down
4 changes: 2 additions & 2 deletions test_commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ docker buildx rm multiarch
docker buildx create --name multiarch --use

# Build the Docker image
docker buildx build --no-cache --progress=plain --push --platform linux/amd64,linux/arm64/v8 --rm -t wujidadi/ubuntu-tuned:3.1 -t wujidadi/ubuntu-tuned:latest . 2>&1 | tee $D/docker-build-ut-3.1.log
docker buildx build --no-cache --progress=plain --push --platform linux/amd64,linux/arm64/v8 --rm -t wujidadi/ubuntu-tuned:3.2 -t wujidadi/ubuntu-tuned:latest . 2>&1 | tee $D/docker-build-ut-3.2.log

# Create testing container
docker run -d -p 50000:80 -it --name Test wujidadi/ubuntu-tuned:3.1
docker run -d -p 50000:80 -it --name Test wujidadi/ubuntu-tuned:3.2

# Test the container outside itself by each command
docker exec -it Test vim --version | grep 'Included patches'
Expand Down

0 comments on commit 6d52930

Please sign in to comment.