Skip to content

Commit

Permalink
Updated version for fusionauth-containers to 1.48.0-EAP.20231021
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdan committed Oct 21, 2023
1 parent 54c9f9c commit e674bef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.savant
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

import java.nio.charset.StandardCharsets

project(group: "io.fusionauth", name: "fusionauth-containers", version: "1.48.0", licenses: ["ApacheV2_0"]) {
project(group: "io.fusionauth", name: "fusionauth-containers", version: "1.48.0-EAP.20231021", licenses: ["ApacheV2_0"]) {
workflow {
fetch {
cache()
Expand Down
4 changes: 2 additions & 2 deletions docker/fusionauth/fusionauth-app-mysql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
# -----------------------------------------------------------------------------
#
# Build:
# > docker build -t fusionauth/fusionauth-app-mysql:1.48.0-{integration} .
# > docker build -t fusionauth/fusionauth-app-mysql:1.48.0-EAP.20231021-{integration} .
# > docker build -t fusionauth/fusionauth-app-mysql:latest .
#
# Run:
# > docker run -p 9011:9011 -it fusionauth/fusionauth-app-mysql
#

FROM fusionauth/fusionauth-app:1.48.0
FROM fusionauth/fusionauth-app:1.48.0-EAP.20231021
ADD --chown=fusionauth:fusionauth https://search.maven.org/remotecontent?filepath=mysql/mysql-connector-java/8.0.30/mysql-connector-java-8.0.30.jar /usr/local/fusionauth/fusionauth-app/lib
6 changes: 3 additions & 3 deletions docker/fusionauth/fusionauth-app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Build:
# > docker pull ubuntu:jammy
# > docker buildx build --platform=linux/arm64 -t fusionauth/fusionauth-app:1.48.0 .
# > docker buildx build --platform=linux/arm64 -t fusionauth/fusionauth-app:1.48.0-EAP.20231021 .
# > docker buildx build --platform=linux/arm64 -t fusionauth/fusionauth-app:latest .
#
# Note: Substitute your target platform architecture. The above example is targetting a 64-bit ARM platform.
Expand All @@ -13,15 +13,15 @@
# > docker run -p 9011:9011 -it fusionauth/fusionauth-app
#
# Publish:
# > docker push fusionauth/fusionauth-app:1.48.0
# > docker push fusionauth/fusionauth-app:1.48.0-EAP.20231021
# > docker push fusionauth/fusionauth-app:latest
#

###### Setup the java and fusionauth-app base #####################################################
FROM --platform=$BUILDPLATFORM ubuntu:jammy as build

ARG BUILDPLATFORM
ARG FUSIONAUTH_VERSION=1.48.0
ARG FUSIONAUTH_VERSION=1.48.0-EAP.20231021
ARG JDK_MODULES=java.base,java.compiler,java.desktop,java.instrument,java.logging,java.management,java.naming,java.rmi,java.security.jgss,java.security.sasl,java.scripting,java.sql,java.xml.crypto,jdk.attach,jdk.crypto.ec,jdk.dynalink,jdk.jcmd,jdk.jdi,jdk.localedata,jdk.jpackage,jdk.unsupported,jdk.zipfs
ARG TARGETPLATFORM
ARG TARGETARCH
Expand Down

0 comments on commit e674bef

Please sign in to comment.