From 4564771bd8008a124b4fc3b3387eb68aa7a53e69 Mon Sep 17 00:00:00 2001 From: MaxWaldorf Date: Tue, 4 Apr 2023 15:09:54 +0200 Subject: [PATCH 1/2] switch repository name to flcontainers --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 84a00c6..6856306 100644 --- a/Dockerfile +++ b/Dockerfile @@ -154,10 +154,10 @@ FROM alpine:${ALPINE_BASE_IMAGE} ARG PREFIX_DIR=/opt/guacamole ARG APPLICATION="guacamole" -ARG BUILD_RFC3339="2023-03-17T15:00:00Z" +ARG BUILD_RFC3339="2023-04-04T13:00:00Z" ARG REVISION="local" -ARG DESCRIPTION="Guacamole 1.5.0" -ARG PACKAGE="MaxWaldorf/guacamole" +ARG DESCRIPTION="Fully Pacaged and Multi-Arch Guacamole container" +ARG PACKAGE="flcontainers/guacamole" ARG VERSION="1.5.0" ARG POSTGRES_HOST_AUTH_METHOD="trust" From fd33827f4df6b93eeafbb9a343635e74b74ffdf2 Mon Sep 17 00:00:00 2001 From: MaxWaldorf Date: Tue, 4 Apr 2023 15:14:30 +0200 Subject: [PATCH 2/2] change workflows and descriptions to the new repo --- .github/workflows/docker-image-dev.yml | 2 +- .github/workflows/docker-image.yml | 2 +- README.md | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docker-image-dev.yml b/.github/workflows/docker-image-dev.yml index f2887c2..e2a24de 100644 --- a/.github/workflows/docker-image-dev.yml +++ b/.github/workflows/docker-image-dev.yml @@ -44,7 +44,7 @@ jobs: with: # list of Docker images to use as base name for tags images: | - maxwaldorf/guacamole + flcontainers/guacamole # Docker tags based on the following events/attributes tags: | type=schedule,pattern=testing diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index fd99913..30fa28c 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -39,7 +39,7 @@ jobs: with: # list of Docker images to use as base name for tags images: | - maxwaldorf/guacamole + flcontainers/guacamole # Docker tags based on the following events/attributes tags: | type=raw,value=latest,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }} diff --git a/README.md b/README.md index df772a4..99f5afc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Docker Image CI](https://github.com/MaxWaldorf/guacamole/actions/workflows/docker-image.yml/badge.svg)](https://github.com/MaxWaldorf/guacamole/actions/workflows/docker-image.yml) [![Docker Pulls](https://img.shields.io/docker/pulls/maxwaldorf/guacamole.svg)](https://hub.docker.com/r/maxwaldorf/guacamole/) +[![Docker Image CI](https://github.com/flcontainers/guacamole/actions/workflows/docker-image.yml/badge.svg)](https://github.com/flcontainers/guacamole/actions/workflows/docker-image.yml) [![Docker Pulls](https://img.shields.io/docker/pulls/flcontainers/guacamole.svg)](https://hub.docker.com/r/flcontainers/guacamole/) # Docker Guacamole @@ -14,7 +14,7 @@ This container runs the guacamole web client, the guacd server and a postgres da docker run \ -p 8080:8080 \ -v :/config \ - maxwaldorf/guacamole + flcontainers/guacamole ``` ## Parameters @@ -36,7 +36,7 @@ docker run \ -p 8080:8080 \ -v :/config \ -e "EXTENSIONS=auth-ldap,auth-duo" - maxwaldorf/guacamole + flcontainers/guacamole ``` **Extension List:** @@ -71,7 +71,7 @@ Mapped volumes behave differently when running Docker for Windows and you may en version: "2" services: guacamole: - image: maxwaldorf/guacamole + image: flcontainers/guacamole container_name: guacamole volumes: - postgres:/config