diff --git a/.github/workflows/docker-focal.yml b/.github/workflows/docker-focal.yml index 4b1e670..5152ad4 100644 --- a/.github/workflows/docker-focal.yml +++ b/.github/workflows/docker-focal.yml @@ -35,7 +35,7 @@ jobs: platforms: linux/amd64,linux/arm64,linux/armhf push: true file: dockerfiles/focal/Dockerfile - tags: devraymondsh/ubuntu-rust:20.04,devraymondsh/ubuntu-rust:20.04-1.81,devraymondsh/ubuntu-rust:20.04-latest,devraymondsh/ubuntu-rust:focal,devraymondsh/ubuntu-rust:focal-1.81,devraymondsh/ubuntu-rust:focal-latest + tags: devraymondsh/ubuntu-rust:20.04,devraymondsh/ubuntu-rust:20.04-1.82,devraymondsh/ubuntu-rust:20.04-latest,devraymondsh/ubuntu-rust:focal,devraymondsh/ubuntu-rust:focal-1.82,devraymondsh/ubuntu-rust:focal-latest - name: Image digest run: echo ${{ steps.docker_build.outputs.digest }} diff --git a/.github/workflows/docker-jammy.yml b/.github/workflows/docker-jammy.yml index acbe2db..9db5220 100644 --- a/.github/workflows/docker-jammy.yml +++ b/.github/workflows/docker-jammy.yml @@ -35,7 +35,7 @@ jobs: platforms: linux/amd64,linux/arm64,linux/armhf push: true file: dockerfiles/jammy/Dockerfile - tags: devraymondsh/ubuntu-rust:22.04,devraymondsh/ubuntu-rust:22.04-1.81,devraymondsh/ubuntu-rust:22.04-latest,devraymondsh/ubuntu-rust:jammy,devraymondsh/ubuntu-rust:jammy-1.81,devraymondsh/ubuntu-rust:jammy-latest + tags: devraymondsh/ubuntu-rust:22.04,devraymondsh/ubuntu-rust:22.04-1.82,devraymondsh/ubuntu-rust:22.04-latest,devraymondsh/ubuntu-rust:jammy,devraymondsh/ubuntu-rust:jammy-1.82,devraymondsh/ubuntu-rust:jammy-latest - name: Image digest run: echo ${{ steps.docker_build.outputs.digest }} diff --git a/.github/workflows/docker-lunar.yml b/.github/workflows/docker-lunar.yml index 915cf6a..e7d1d5d 100644 --- a/.github/workflows/docker-lunar.yml +++ b/.github/workflows/docker-lunar.yml @@ -35,7 +35,7 @@ jobs: platforms: linux/amd64,linux/arm64,linux/armhf push: true file: dockerfiles/lunar/Dockerfile - tags: devraymondsh/ubuntu-rust:23.04,devraymondsh/ubuntu-rust:23.04-1.81,devraymondsh/ubuntu-rust:23.04-latest,devraymondsh/ubuntu-rust:lunar,devraymondsh/ubuntu-rust:lunar-1.81,devraymondsh/ubuntu-rust:lunar-latest + tags: devraymondsh/ubuntu-rust:23.04,devraymondsh/ubuntu-rust:23.04-1.82,devraymondsh/ubuntu-rust:23.04-latest,devraymondsh/ubuntu-rust:lunar,devraymondsh/ubuntu-rust:lunar-1.82,devraymondsh/ubuntu-rust:lunar-latest - name: Image digest run: echo ${{ steps.docker_build.outputs.digest }} diff --git a/.github/workflows/docker-noble.yml b/.github/workflows/docker-noble.yml index feec0f1..f549924 100644 --- a/.github/workflows/docker-noble.yml +++ b/.github/workflows/docker-noble.yml @@ -35,7 +35,7 @@ jobs: platforms: linux/amd64,linux/arm64,linux/armhf push: true file: dockerfiles/noble/Dockerfile - tags: devraymondsh/ubuntu-rust:24.04,devraymondsh/ubuntu-rust:24.04-1.81,devraymondsh/ubuntu-rust:24.04-latest,devraymondsh/ubuntu-rust:noble,devraymondsh/ubuntu-rust:noble-1.81,devraymondsh/ubuntu-rust:noble-latest,devraymondsh/ubuntu-rust:1.81,devraymondsh/ubuntu-rust:latest,devraymondsh/ubuntu-rust:latest-1.81 + tags: devraymondsh/ubuntu-rust:24.04,devraymondsh/ubuntu-rust:24.04-1.82,devraymondsh/ubuntu-rust:24.04-latest,devraymondsh/ubuntu-rust:noble,devraymondsh/ubuntu-rust:noble-1.82,devraymondsh/ubuntu-rust:noble-latest,devraymondsh/ubuntu-rust:1.82,devraymondsh/ubuntu-rust:latest,devraymondsh/ubuntu-rust:latest-1.82 - name: Image digest run: echo ${{ steps.docker_build.outputs.digest }} diff --git a/README.md b/README.md index 7829a7d..6f2cf69 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ ## Supported tags: -- 24.04, 24.04-1.81, noble-1.81, noble-latest, noble, 24.04-latest, latest-1.81, 1.81, latest -- 23.04, 23.04-1.81, lunar-1.81, lunar-latest, lunar -- 22.04, 22.04-1.81, jammy-1.81, jammy-latest, jammy -- 20.04, 20.04-1.81, focal-1.81, focal-latest, focal +- 24.04, 24.04-1.82, noble-1.82, noble-latest, noble, 24.04-latest, latest-1.82, 1.82, latest +- 23.04, 23.04-1.82, lunar-1.82, lunar-latest, lunar +- 22.04, 22.04-1.82, jammy-1.82, jammy-latest, jammy +- 20.04, 20.04-1.82, focal-1.82, focal-latest, focal ## How to use this image diff --git a/check-for-update/version.txt b/check-for-update/version.txt index dbd4126..71fae54 100644 --- a/check-for-update/version.txt +++ b/check-for-update/version.txt @@ -1 +1 @@ -1.81.0 +1.82.0 diff --git a/install.sh b/install.sh index a79b1c2..31e3235 100644 --- a/install.sh +++ b/install.sh @@ -5,7 +5,7 @@ echo "check_certificate = off" >> ~/.wgetrc apt-get update && apt-get install --yes --no-install-recommends apt-utils ca-certificates && apt-get --yes upgrade && apt-get install --yes --no-install-recommends sudo build-essential wget curl -DEFAULT_RUST_VERSION=1.81.0 +DEFAULT_RUST_VERSION=1.82.0 DEFAULT_RUSTUP_VERSION=1.27.0 RUST_VERSION=${1:-$DEFAULT_RUST_VERSION} RUSTUP_VERSION=${2:-$DEFAULT_RUSTUP_VERSION}