Skip to content

Commit

Permalink
Updated readme + added rust 1.71
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Kosiewski <[email protected]>
  • Loading branch information
ThomasK33 committed Aug 8, 2023
1 parent c795620 commit 912cf6a
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 64 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
- tag: 1.67-alpine
- tag: 1.67-bullseye
tag:
- 1.71-alpine
- 1.71-bullseye
- 1.67-alpine
- 1.67-bullseye
steps:
- uses: actions/checkout@v2
- uses: docker/setup-qemu-action@v1
Expand Down
109 changes: 48 additions & 61 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,133 +35,120 @@ All images are built for the following architectures:
- linux/amd64
- linux/arm64

## [Alpine Images](https://hub.docker.com/r/loftsh/alpine/tags)
## [Alpine Images](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Falpine)

Base repository: [alpine](https://hub.docker.com/_/alpine)

### Tags

- [latest](https://hub.docker.com/r/loftsh/alpine/tags?name=latest) (Base image: [alpine:latest](https://hub.docker.com/_/alpine?tab=tags&name=latest))
- [3.14](https://hub.docker.com/r/loftsh/alpine/tags?name=3.14) (Base image: [alpine:3.14](https://hub.docker.com/_/alpine?tab=tags&name=3.14))
- [3.14](https://hub.docker.com/r/loftsh/alpine/tags?name=3.13) (Base image: [alpine:3.13](https://hub.docker.com/_/alpine?tab=tags&name=3.13))
- [3.14](https://hub.docker.com/r/loftsh/alpine/tags?name=3.12) (Base image: [alpine:3.12](https://hub.docker.com/_/alpine?tab=tags&name=3.12))
- [3](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Falpine/65242284?tag=3) (Base image: [alpine:3.14](https://hub.docker.com/_/alpine?tab=tags&name=3.14))

## [Golang](https://hub.docker.com/r/loftsh/go/tags)
## [Golang](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Fgo)

Base repository: [golang](https://hub.docker.com/_/golang)

### Tags
- [1.20-alpine](https://hub.docker.com/r/loftsh/go/tags?name=1.20-alpine) (Base image: [golang:1.20-alpine](https://hub.docker.com/_/golang?tab=tags&name=1.20-alpine))
- [1.19-alpine](https://hub.docker.com/r/loftsh/go/tags?name=1.19-alpine) (Base image: [golang:1.19-alpine](https://hub.docker.com/_/golang?tab=tags&name=1.19-alpine))
- [1.18-alpine](https://hub.docker.com/r/loftsh/go/tags?name=1.18-alpine) (Base image: [golang:1.18-alpine](https://hub.docker.com/_/golang?tab=tags&name=1.18-alpine))
- [1.17-alpine](https://hub.docker.com/r/loftsh/go/tags?name=1.17-alpine) (Base image: [golang:1.17-alpine](https://hub.docker.com/_/golang?tab=tags&name=1.17-alpine))
- [1.16-alpine](https://hub.docker.com/r/loftsh/go/tags?name=1.16-alpine) (Base image: [golang:1.16-alpine](https://hub.docker.com/_/golang?tab=tags&name=1.16-alpine))

- [1.20-alpine](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Fgo/71932325?tag=1.20-alpine) (Base image: [golang:1.20-alpine](https://hub.docker.com/_/golang?tab=tags&name=1.20-alpine))
- [1.19-alpine](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Fgo/71931865?tag=1.19-alpine) (Base image: [golang:1.19-alpine](https://hub.docker.com/_/golang?tab=tags&name=1.19-alpine))
- [1.18-alpine](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Fgo/71931884?tag=1.18-alpine) (Base image: [golang:1.18-alpine](https://hub.docker.com/_/golang?tab=tags&name=1.18-alpine))
- [1.17-alpine](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Fgo/71931806?tag=1.17-alpine) (Base image: [golang:1.17-alpine](https://hub.docker.com/_/golang?tab=tags&name=1.17-alpine))
- [1.16-alpine](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Fgo/71931803?tag=1.16-alpine) (Base image: [golang:1.16-alpine](https://hub.docker.com/_/golang?tab=tags&name=1.16-alpine))

### Additional software/packages installed

- [Delve (@latest)](https://github.com/go-delve/delve)

## [.NET](https://hub.docker.com/r/loftsh/dotnet/tags)
## [.NET](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Fdotnet)

Base repository: [dotnet](https://hub.docker.com/_/microsoft-dotnet-sdk)

### Tags

- [7.0-alpine](https://hub.docker.com/r/loftsh/dotnet/tags?name=latest) (Base image: [mcr.microsoft.com/dotnet/sdk:7.0-alpine](https://hub.docker.com/_/microsoft-dotnet-sdk))
- [6.0-alpine](https://hub.docker.com/r/loftsh/dotnet/tags?name=6.0-alpine) (Base image: [mcr.microsoft.com/dotnet/sdk:6.0-alpine](https://hub.docker.com/_/microsoft-dotnet-sdk))
- [3.1-alpine](https://hub.docker.com/r/loftsh/dotnet/tags?name=3.1-alpine) (Base image: [mcr.microsoft.com/dotnet/sdk:3.1-alpine](https://hub.docker.com/_/microsoft-dotnet-sdk))
- [7.0-alpine](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Fdotnet/65242508?tag=7.0-alpine) (Base image: [mcr.microsoft.com/dotnet/sdk:7.0-alpine](https://hub.docker.com/_/microsoft-dotnet-sdk))
- [6.0-alpine](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Fdotnet/65242330?tag=6.0-alpine) (Base image: [mcr.microsoft.com/dotnet/sdk:6.0-alpine](https://hub.docker.com/_/microsoft-dotnet-sdk))

## [Gradle](https://hub.docker.com/r/loftsh/java-gradle/tags)
## [Gradle](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Fjava-gradle)

Base repository: [gradle](https://hub.docker.com/_/gradle)

### Tags

- [latest](https://hub.docker.com/r/loftsh/java-gradle/tags?name=latest) (Base image: [gradle:latest](https://hub.docker.com/_/gradle?tab=tags&name=latest))
- [7-jdk17](https://hub.docker.com/r/loftsh/java-gradle/tags?name=7-jdk17) (Base image: [gradle:7-jdk17](https://hub.docker.com/_/gradle?tab=tags&name=7-jdk17))
- [7-jdk11](https://hub.docker.com/r/loftsh/java-gradle/tags?name=7-jdk11) (Base image: [gradle:7-jdk11](https://hub.docker.com/_/gradle?tab=tags&name=7-jdk11))
- [6-jdk17](https://hub.docker.com/r/loftsh/java-gradle/tags?name=6-jdk17) (Base image: [gradle:6-jdk17](https://hub.docker.com/_/gradle?tab=tags&name=6-jdk17))
- [6-jdk11](https://hub.docker.com/r/loftsh/java-gradle/tags?name=6-jdk11) (Base image: [gradle:6-jdk11](https://hub.docker.com/_/gradle?tab=tags&name=6-jdk11))
- [7-jdk17-slim](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Fjava-gradle/65243610?tag=7-jdk17-slim) (Base image: [gradle:7-jdk17-slim](https://hub.docker.com/_/gradle?tab=tags&name=7-jdk17-slim))
- [7-jdk11-slim](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Fjava-gradle/65248914?tag=7-jdk11-slim) (Base image: [gradle:7-jdk11-slim](https://hub.docker.com/_/gradle?tab=tags&name=7-jdk11-slim))
- [7-jdk8-slim](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Fjava-gradle/65243515?tag=7-jdk8-slim) (Base image: [gradle:7-jdk8-slim](https://hub.docker.com/_/gradle?tab=tags&name=7-jdk8-slim))

## [Maven](https://hub.docker.com/r/loftsh/java-maven/tags)
## [Maven](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Fjava-maven)

Base repository: [maven](https://hub.docker.com/_/maven)

### Tags

- [latest](https://hub.docker.com/r/loftsh/java-maven/tags?name=latest) (Base image: [maven:3-openjdk-17-slim](https://hub.docker.com/_/maven?tab=tags&name=3-openjdk-17-slim))
- [3-openjdk-17-slim](https://hub.docker.com/r/loftsh/java-maven/tags?name=3-openjdk-17-slim) (Base image: [maven:3-openjdk-17-slim](https://hub.docker.com/_/maven?tab=tags&name=3-openjdk-17-slim))
- [3-openjdk-11-slim](https://hub.docker.com/r/loftsh/java-maven/tags?name=3-openjdk-11-slim) (Base image: [maven:3-openjdk-11-slim](https://hub.docker.com/_/maven?tab=tags&name=3-openjdk-11-slim))
- [3-openjdk-8-slim](https://hub.docker.com/r/loftsh/java-maven/tags?name=3-openjdk-8-slim) (Base image: [maven:3-openjdk-8-slim](https://hub.docker.com/_/maven?tab=tags&name=3-openjdk-8-slim))
- [3-openjdk-17-slim](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Fjava-maven/65243302?tag=3-openjdk-17-slim) (Base image: [maven:3-openjdk-17-slim](https://hub.docker.com/_/maven?tab=tags&name=3-openjdk-17-slim))
- [3-openjdk-11-slim](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Fjava-maven/65243192?tag=3-openjdk-11-slim) (Base image: [maven:3-openjdk-11-slim](https://hub.docker.com/_/maven?tab=tags&name=3-openjdk-11-slim))
- [3-openjdk-8-slim](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Fjava-maven/65243169?tag=3-openjdk-8-slim) (Base image: [maven:3-openjdk-8-slim](https://hub.docker.com/_/maven?tab=tags&name=3-openjdk-8-slim))

## [JavaScript](https://hub.docker.com/r/loftsh/javascript/tags)
## [JavaScript](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Fjavascript)

Base repository: [node](https://hub.docker.com/_/node)

### Tags

- [latest](https://hub.docker.com/r/loftsh/javascript/tags?name=latest) (Base image: [node:17-alpine](https://hub.docker.com/_/node?tab=tags&name=17-alpine))
- [17-alpine](https://hub.docker.com/r/loftsh/javascript/tags?name=17-alpine) (Base image: [node:17-alpine](https://hub.docker.com/_/node?tab=tags&name=17-alpine))
- [lts-alpine](https://hub.docker.com/r/loftsh/javascript/tags?name=lts-alpine) (Base image: [node:lts-alpine](https://hub.docker.com/_/node?tab=tags&name=lts-alpine))
- [16-alpine](https://hub.docker.com/r/loftsh/javascript/tags?name=16-alpine) (Base image: [node:16-alpine](https://hub.docker.com/_/node?tab=tags&name=16-alpine))
- [18-alpine](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Fjavascript/75605840?tag=18-alpine) (Base image: [node:18-alpine](https://hub.docker.com/_/node?tab=tags&name=18-alpine))
- [17-alpine](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Fjavascript/75605692?tag=17-alpine) (Base image: [node:17-alpine](https://hub.docker.com/_/node?tab=tags&name=17-alpine))
- [16-alpine](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Fjavascript/75605693?tag=16-alpine) (Base image: [node:16-alpine](https://hub.docker.com/_/node?tab=tags&name=16-alpine))

## [PHP](https://hub.docker.com/r/loftsh/php/tags)
## [PHP](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Fphp)

Base repository: [php](https://hub.docker.com/_/php)

### Tags

- [latest](https://hub.docker.com/r/loftsh/php/tags?name=latest) (Base image: [php:8-apache-bullseye](https://hub.docker.com/_/php?tab=tags&name=8-apache-bullseye))
- [latest-apache](https://hub.docker.com/r/loftsh/php/tags?name=latest-apache) (Base image: [php:8-apache-bullseye](https://hub.docker.com/_/php?tab=tags&name=8-apache-bullseye))
- [8-apache-bullseye](https://hub.docker.com/r/loftsh/php/tags?name=8-apache-bullseye) (Base image: [php:8-apache-bullseye](https://hub.docker.com/_/php?tab=tags&name=8-apache-bullseye))
- [8.1-apache-bullseye](https://hub.docker.com/r/loftsh/php/tags?name=8.1-apache-bullseye) (Base image: [php:8.1-apache-bullseye](https://hub.docker.com/_/php?tab=tags&name=8.1-apache-bullseye))
- [8.0-apache-bullseye](https://hub.docker.com/r/loftsh/php/tags?name=8.0-apache-bullseye) (Base image: [php:8.0-apache-bullseye](https://hub.docker.com/_/php?tab=tags&name=8.0-apache-bullseye))
- [7-apache-bullseye](https://hub.docker.com/r/loftsh/php/tags?name=7-apache-bullseye) (Base image: [php:7-apache-bullseye](https://hub.docker.com/_/php?tab=tags&name=7-apache-bullseye))
- [latest-fpm](https://hub.docker.com/r/loftsh/php/tags?name=latest-fpm) (Base image: [php:8-fpm](https://hub.docker.com/_/php?tab=tags&name=8-fpm))
- [8-fpm](https://hub.docker.com/r/loftsh/php/tags?name=8-fpm) (Base image: [php:8-fpm](https://hub.docker.com/_/php?tab=tags&name=8-fpm))
- [7-fpm](https://hub.docker.com/r/loftsh/php/tags?name=7-fpm) (Base image: [php:7-fpm](https://hub.docker.com/_/php?tab=tags&name=7-fpm))
- [8-apache](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Fphp/65247505?tag=8-apache) (Base image: [php:8-apache](https://hub.docker.com/_/php?tab=tags&name=8-apache))
- [7-apache](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Fphp/65246119?tag=7-apache) (Base image: [php:7-apache](https://hub.docker.com/_/php?tab=tags&name=7-apache))
- [8-fpm](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Fphp/65244320?tag=8-fpm) (Base image: [php:8-fpm](https://hub.docker.com/_/php?tab=tags&name=8-fpm))
- [7-fpm](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Fphp/65244510?tag=7-fpm) (Base image: [php:7-fpm](https://hub.docker.com/_/php?tab=tags&name=7-fpm))

## [Python](https://hub.docker.com/r/loftsh/python/tags)
## [Python](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Fpython)

Base repository: [python](https://hub.docker.com/_/python)

### Tags

- [latest](https://hub.docker.com/r/loftsh/python/tags?name=latest) (Base image: [python:3-alpine](https://hub.docker.com/_/python?tab=tags&name=3-alpine))
- [3-alpine](https://hub.docker.com/r/loftsh/python/tags?name=3-alpine) (Base image: [python:3-alpine](https://hub.docker.com/_/python?tab=tags&name=3-alpine))
- [3.10-alpine](https://hub.docker.com/r/loftsh/python/tags?name=3.10-alpine) (Base image: [python:3.10-alpine](https://hub.docker.com/_/python?tab=tags&name=3.10-alpine))
- [3.9-alpine](https://hub.docker.com/r/loftsh/python/tags?name=3.9-alpine) (Base image: [python:3.9-alpine](https://hub.docker.com/_/python?tab=tags&name=3.9-alpine))
- [3.8-alpine](https://hub.docker.com/r/loftsh/python/tags?name=3.8-alpine) (Base image: [python:3.8-alpine](https://hub.docker.com/_/python?tab=tags&name=3.8-alpine))
- [3.11-alpine](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Fpython/65242336?tag=3.11-alpine) (Base image: [python:3.11-alpine](https://hub.docker.com/_/python?tab=tags&name=3.11-alpine))
- [3.10-alpine](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Fpython/65242263?tag=3.10-alpine) (Base image: [python:3.10-alpine](https://hub.docker.com/_/python?tab=tags&name=3.10-alpine))
- [3.9-alpine](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Fpython/65242259?tag=3.9-alpine) (Base image: [python:3.9-alpine](https://hub.docker.com/_/python?tab=tags&name=3.9-alpine))
- [3.8-alpine](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Fpython/65242302?tag=3.8-alpine) (Base image: [python:3.8-alpine](https://hub.docker.com/_/python?tab=tags&name=3.8-alpine))
- [3.7-alpine](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Fpython/65242396?tag=3.7-alpine) (Base image: [python:3.7-alpine](https://hub.docker.com/_/python?tab=tags&name=3.7-alpine))
- [3-alpine](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Fpython/65242283?tag=3-alpine) (Base image: [python:3-alpine](https://hub.docker.com/_/python?tab=tags&name=3-alpine))

## [Ruby](https://hub.docker.com/r/loftsh/ruby/tags)
## [Ruby](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Fruby)

Base repository: [ruby](https://hub.docker.com/_/ruby)

### Tags

- [latest](https://hub.docker.com/r/loftsh/ruby/tags?name=latest) (Base image: [ruby:3-alpine](https://hub.docker.com/_/ruby?tab=tags&name=3-alpine))
- [3-alpine](https://hub.docker.com/r/loftsh/ruby/tags?name=3-alpine) (Base image: [ruby:3-alpine](https://hub.docker.com/_/ruby?tab=tags&name=3-alpine))
- [3.1-alpine](https://hub.docker.com/r/loftsh/ruby/tags?name=3.1-alpine) (Base image: [ruby:3.1-alpine](https://hub.docker.com/_/ruby?tab=tags&name=3.1-alpine))
- [3.0-alpine](https://hub.docker.com/r/loftsh/ruby/tags?name=3.0-alpine) (Base image: [ruby:3.0-alpine](https://hub.docker.com/_/ruby?tab=tags&name=3.0-alpine))
- [3-alpine](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Fruby/65243802?tag=3-alpine) (Base image: [ruby:3-alpine](https://hub.docker.com/_/ruby?tab=tags&name=3-alpine))
- [2-alpine](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Fruby/65243770?tag=2-alpine) (Base image: [ruby:2-alpine](https://hub.docker.com/_/ruby?tab=tags&name=2-alpine))

## [TypeScript](https://hub.docker.com/r/loftsh/typescript/tags)
## [TypeScript](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Ftypescript)

### Tags

- [latest](https://hub.docker.com/r/loftsh/typescript/tags?name=latest) (Base image: [node:17-alpine](https://hub.docker.com/_/node?tab=tags&name=17-alpine))
- [17-alpine](https://hub.docker.com/r/loftsh/typescript/tags?name=17-alpine) (Base image: [node:17-alpine](https://hub.docker.com/_/node?tab=tags&name=17-alpine))
- [lts-alpine](https://hub.docker.com/r/loftsh/typescript/tags?name=lts-alpine) (Base image: [node:lts-alpine](https://hub.docker.com/_/node?tab=tags&name=lts-alpine))
- [16-alpine](https://hub.docker.com/r/loftsh/typescript/tags?name=16-alpine) (Base image: [node:16-alpine](https://hub.docker.com/_/node?tab=tags&name=16-alpine))
- [18-alpine](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Ftypescript/65243690?tag=18-alpine) (Base image: [node:18-alpine](https://hub.docker.com/_/node?tab=tags&name=18-alpine))
- [17-alpine](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Ftypescript/65245006?tag=17-alpine) (Base image: [node:17-alpine](https://hub.docker.com/_/node?tab=tags&name=17-alpine))
- [16-alpine](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Ftypescript/65243633?tag=16-alpine) (Base image: [node:16-alpine](https://hub.docker.com/_/node?tab=tags&name=16-alpine))

### Additional software/packages installed

- typescript
- tsc-watch

## [Rust](https://hub.docker.com/r/loftsh/rust/tags)
## [Rust](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Frust)

### Tags

- [latest](https://hub.docker.com/r/loftsh/rust/tags?name=latest) (Base image: [rust:1.67-alpine](https://hub.docker.com/_/rust?tab=tags&name=1.67-alpine))
- [1.67-alpine](https://hub.docker.com/r/loftsh/rust/tags?name=1.67-alpine) (Base image: [rust:1.67-alpine](https://hub.docker.com/_/rust?tab=tags&name=1.67-alpine))
- [1.67-bullseye](https://hub.docker.com/r/loftsh/rust/tags?name=1.67-bullseye) (Base image: [rust:1.67-bullseye](https://hub.docker.com/_/rust?tab=tags&name=1.67-bullseye))
- [1.71-alpine](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Frust) (Base image: [rust:1.71-alpine](https://hub.docker.com/_/rust?tab=tags&name=1.71-alpine))
- [1.71-bullseye](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Frust) (Base image: [rust:1.71-bullseye](https://hub.docker.com/_/rust?tab=tags&name=1.71-bullseye))
- [1.67-alpine](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Frust/72166109?tag=1.67-alpine) (Base image: [rust:1.67-alpine](https://hub.docker.com/_/rust?tab=tags&name=1.67-alpine))
- [1.67-bullseye](https://github.com/loft-sh/devspace-containers/pkgs/container/devspace-containers%2Frust/72167102?tag=1.67-bullseye) (Base image: [rust:1.67-bullseye](https://hub.docker.com/_/rust?tab=tags&name=1.67-bullseye))

0 comments on commit 912cf6a

Please sign in to comment.