Skip to content

Commit

Permalink
Add rust v1.81.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 6, 2024
1 parent b7706d7 commit 98db48e
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-focal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.80,devraymondsh/ubuntu-rust:20.04-latest,devraymondsh/ubuntu-rust:focal,devraymondsh/ubuntu-rust:focal-1.80,devraymondsh/ubuntu-rust:focal-latest
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

- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
2 changes: 1 addition & 1 deletion .github/workflows/docker-jammy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.80,devraymondsh/ubuntu-rust:22.04-latest,devraymondsh/ubuntu-rust:jammy,devraymondsh/ubuntu-rust:jammy-1.80,devraymondsh/ubuntu-rust:jammy-latest
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

- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
2 changes: 1 addition & 1 deletion .github/workflows/docker-lunar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.80,devraymondsh/ubuntu-rust:23.04-latest,devraymondsh/ubuntu-rust:lunar,devraymondsh/ubuntu-rust:lunar-1.80,devraymondsh/ubuntu-rust:lunar-latest
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

- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
2 changes: 1 addition & 1 deletion .github/workflows/docker-noble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.80,devraymondsh/ubuntu-rust:24.04-latest,devraymondsh/ubuntu-rust:noble,devraymondsh/ubuntu-rust:noble-1.80,devraymondsh/ubuntu-rust:noble-latest,devraymondsh/ubuntu-rust:1.80,devraymondsh/ubuntu-rust:latest,devraymondsh/ubuntu-rust:latest-1.80
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

- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

## Supported tags:

- 24.04, 24.04-1.80, noble-1.80, noble-latest, noble, 24.04-latest, latest-1.80, 1.80, latest
- 23.04, 23.04-1.80, lunar-1.80, lunar-latest, lunar
- 22.04, 22.04-1.80, jammy-1.80, jammy-latest, jammy
- 20.04, 20.04-1.80, focal-1.80, focal-latest, focal
- 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

## How to use this image

Expand Down
2 changes: 1 addition & 1 deletion check-for-update/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.80.1
1.81.0
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.80.1
DEFAULT_RUST_VERSION=1.81.0
DEFAULT_RUSTUP_VERSION=1.27.0
RUST_VERSION=${1:-$DEFAULT_RUST_VERSION}
RUSTUP_VERSION=${2:-$DEFAULT_RUSTUP_VERSION}
Expand Down

0 comments on commit 98db48e

Please sign in to comment.