forked from Job79/devcontainer
Compare commits
2 Commits
main
...
f4e97c5d77
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f4e97c5d77 | ||
|
|
6acfe407ba |
@@ -35,15 +35,15 @@ jobs:
|
||||
build-args: TAG=${{ github.ref_name }}
|
||||
outputs: type=image,oci-mediatypes=true,compression=zstd,compression-level=3,force-compression=true
|
||||
|
||||
- name: Build and push Rust container
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: ./containers/rust
|
||||
file: ./containers/rust/Containerfile
|
||||
push: true
|
||||
tags: git.plabble.org/maurice/rust:${{ github.ref_name }}
|
||||
build-args: TAG=${{ github.ref_name }}
|
||||
outputs: type=image,oci-mediatypes=true,compression=zstd,compression-level=3,force-compression=true
|
||||
# - name: Build and push Rust container
|
||||
# uses: docker/build-push-action@v5
|
||||
# with:
|
||||
# context: ./containers/rust
|
||||
# file: ./containers/rust/Containerfile
|
||||
# push: true
|
||||
# tags: git.plabble.org/maurice/rust:${{ github.ref_name }}
|
||||
# build-args: TAG=${{ github.ref_name }}
|
||||
# outputs: type=image,oci-mediatypes=true,compression=zstd,compression-level=3,force-compression=true
|
||||
|
||||
- name: Build and push PHP container
|
||||
uses: docker/build-push-action@v5
|
||||
@@ -55,12 +55,12 @@ jobs:
|
||||
build-args: TAG=${{ github.ref_name }}
|
||||
outputs: type=image,oci-mediatypes=true,compression=zstd,compression-level=3,force-compression=true
|
||||
|
||||
- name: Build and push C# container
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: ./containers/dotnet
|
||||
file: ./containers/dotnet/Containerfile
|
||||
push: true
|
||||
tags: git.plabble.org/maurice/dotnet:${{ github.ref_name }}
|
||||
build-args: TAG=${{ github.ref_name }}
|
||||
outputs: type=image,oci-mediatypes=true,compression=zstd,compression-level=3,force-compression=true
|
||||
# - name: Build and push C# container
|
||||
# uses: docker/build-push-action@v5
|
||||
# with:
|
||||
# context: ./containers/dotnet
|
||||
# file: ./containers/dotnet/Containerfile
|
||||
# push: true
|
||||
# tags: git.plabble.org/maurice/dotnet:${{ github.ref_name }}
|
||||
# build-args: TAG=${{ github.ref_name }}
|
||||
# outputs: type=image,oci-mediatypes=true,compression=zstd,compression-level=3,force-compression=true
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM git.plabble.org/maurice/fedora:main
|
||||
ARG php_version="8.1" # 8.4 is latest
|
||||
ARG php_version="8.4"
|
||||
|
||||
RUN /bin/bash -c "export TERM=xterm && $(curl -fsSL https://php.new/install/linux/${php_version})"
|
||||
|
||||
Reference in New Issue
Block a user