Skip to content

Commit

Permalink
Merge pull request #69 from flcontainers/dev
Browse files Browse the repository at this point in the history
switch repository name to flcontainers
  • Loading branch information
MaxWaldorf authored Apr 4, 2023
2 parents 24596f5 + fd33827 commit 2323d6d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -14,7 +14,7 @@ This container runs the guacamole web client, the guacd server and a postgres da
docker run \
-p 8080:8080 \
-v </path/to/config>:/config \
maxwaldorf/guacamole
flcontainers/guacamole
```

## Parameters
Expand All @@ -36,7 +36,7 @@ docker run \
-p 8080:8080 \
-v </path/to/config>:/config \
-e "EXTENSIONS=auth-ldap,auth-duo"
maxwaldorf/guacamole
flcontainers/guacamole
```

**Extension List:**
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2323d6d

Please sign in to comment.