Skip to content

Commit

Permalink
Add rust v1.78.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed May 3, 2024
1 parent 22c5e86 commit 27540ec
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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.77,devraymondsh/ubuntu-rust:20.04-latest,devraymondsh/ubuntu-rust:focal,devraymondsh/ubuntu-rust:focal-1.77,devraymondsh/ubuntu-rust:focal-latest
tags: devraymondsh/ubuntu-rust:20.04,devraymondsh/ubuntu-rust:20.04-1.78,devraymondsh/ubuntu-rust:20.04-latest,devraymondsh/ubuntu-rust:focal,devraymondsh/ubuntu-rust:focal-1.78,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.77,devraymondsh/ubuntu-rust:22.04-latest,devraymondsh/ubuntu-rust:jammy,devraymondsh/ubuntu-rust:jammy-1.77,devraymondsh/ubuntu-rust:jammy-latest
tags: devraymondsh/ubuntu-rust:22.04,devraymondsh/ubuntu-rust:22.04-1.78,devraymondsh/ubuntu-rust:22.04-latest,devraymondsh/ubuntu-rust:jammy,devraymondsh/ubuntu-rust:jammy-1.78,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.77,devraymondsh/ubuntu-rust:23.04-latest,devraymondsh/ubuntu-rust:lunar,devraymondsh/ubuntu-rust:lunar-1.77,devraymondsh/ubuntu-rust:lunar-latest,devraymondsh/ubuntu-rust:1.77,devraymondsh/ubuntu-rust:latest,devraymondsh/ubuntu-rust:latest-1.77
tags: devraymondsh/ubuntu-rust:23.04,devraymondsh/ubuntu-rust:23.04-1.78,devraymondsh/ubuntu-rust:23.04-latest,devraymondsh/ubuntu-rust:lunar,devraymondsh/ubuntu-rust:lunar-1.78,devraymondsh/ubuntu-rust:lunar-latest,devraymondsh/ubuntu-rust:1.78,devraymondsh/ubuntu-rust:latest,devraymondsh/ubuntu-rust:latest-1.78

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

## Supported tags:

- 23.04, 23.04-1.77, lunar-1.77, lunar-latest, lunar, 23.04-latest, latest-1.77, 1.77, latest
- 22.04, 22.04-1.77, jammy-1.77, jammy-latest, jammy
- 20.04, 20.04-1.77, focal-1.77, focal-latest, focal
- 23.04, 23.04-1.78, lunar-1.78, lunar-latest, lunar, 23.04-latest, latest-1.78, 1.78, latest
- 22.04, 22.04-1.78, jammy-1.78, jammy-latest, jammy
- 20.04, 20.04-1.78, focal-1.78, 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.77.2
1.78.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.77.2
DEFAULT_RUST_VERSION=1.78.0
DEFAULT_RUSTUP_VERSION=1.25.2
RUST_VERSION=${1:-$DEFAULT_RUST_VERSION}
RUSTUP_VERSION=${2:-$DEFAULT_RUSTUP_VERSION}
Expand Down

0 comments on commit 27540ec

Please sign in to comment.