forked from Job79/devcontainer
This commit is contained in:
@@ -37,12 +37,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 Flutter container
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: ./containers/flutter
|
||||
file: ./containers/flutter/Containerfile
|
||||
push: true
|
||||
tags: git.plabble.org/maurice/flutter:${{ 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 Flutter container
|
||||
# uses: docker/build-push-action@v5
|
||||
# with:
|
||||
# context: ./containers/flutter
|
||||
# file: ./containers/flutter/Containerfile
|
||||
# push: true
|
||||
# tags: git.plabble.org/maurice/flutter:${{ github.ref_name }}
|
||||
# build-args: TAG=${{ github.ref_name }}
|
||||
# outputs: type=image,oci-mediatypes=true,compression=zstd,compression-level=3,force-compression=true
|
||||
@@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
arg "-p 8080:8080"
|
||||
arg "-p 5173:5173 --network dev-php"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM git.plabble.org/maurice/fedora:main
|
||||
ARG php_version="8.1" # 8.4 is latest
|
||||
ARG php_version="8.5"
|
||||
|
||||
RUN /bin/bash -c "export TERM=xterm && $(curl -fsSL https://php.new/install/linux/${php_version})"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
FROM git.plabble.org/maurice/dotnet:main
|
||||
ARG rider_version="2025.3.0.2"
|
||||
ARG rider_version="2025.3.0.3"
|
||||
ARG download_uri="https://download.jetbrains.com/rider/JetBrains.Rider-${rider_version}.tar.gz"
|
||||
|
||||
USER root
|
||||
|
||||
Reference in New Issue
Block a user