-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6ba78a3
commit 1f49f3b
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ ARG FLYWAY_VERSIONS="7.15.0,9.9.0" | |
ARG GO_VERSION="1.21.5" | ||
ARG HUGO_VERSION="0.121.0" | ||
ARG KOTLIN_VERSION="1.9.21" | ||
ARG NOMAD_VERSION="1.6.3" | ||
ARG NOMAD_VERSION="1.7.0" | ||
ARG VENOM_VERSION="v1.1.0" | ||
MAINTAINER [email protected] | ||
ENV DEBIAN_FRONTEND noninteractive | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ ARG GOCD_VERSION="v23.3.0" | |
FROM gocd/gocd-agent-ubuntu-${UBUNTU_VERSION}:${GOCD_VERSION} | ||
ARG FLYWAY_VERSIONS="7.15.0,9.9.0" | ||
ARG GO_VERSION="1.21.5" | ||
ARG NOMAD_VERSION="1.6.3" | ||
ARG NOMAD_VERSION="1.7.0" | ||
ARG VENOM_VERSION="v1.1.0" | ||
MAINTAINER [email protected] | ||
USER root | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
ARG UBUNTU_VERSION="22.04" | ||
ARG GOCD_VERSION="v23.3.0" | ||
FROM gocd/gocd-agent-ubuntu-${UBUNTU_VERSION}:${GOCD_VERSION} | ||
ARG NOMAD_VERSION="1.6.3" | ||
ARG NOMAD_VERSION="1.7.0" | ||
ARG KOTLIN_VERSION="1.9.21" | ||
ARG VENOM_VERSION="v1.1.0" | ||
MAINTAINER [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ ARG FLYWAY_VERSIONS="7.15.0,9.9.0" | |
ARG GO_VERSION="1.21.5" | ||
ARG HUGO_VERSION="0.121.0" | ||
ARG KOTLIN_VERSION="1.9.21" | ||
ARG NOMAD_VERSION="1.6.3" | ||
ARG NOMAD_VERSION="1.7.0" | ||
ARG VENOM_VERSION="v1.1.0" | ||
MAINTAINER [email protected] | ||
USER root | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
# @link https://github.com/tecnickcom/nomadcli | ||
# ------------------------------------------------------------------------------ | ||
FROM phusion/baseimage:jammy-1.0.1 | ||
ARG NOMAD_VERSION="1.6.3" | ||
ARG NOMAD_VERSION="1.7.0" | ||
MAINTAINER [email protected] | ||
ENV DEBIAN_FRONTEND noninteractive | ||
ENV TERM linux | ||
|