Skip to content

Commit

Permalink
Set Artifactory version 6.23.13
Browse files Browse the repository at this point in the history
  • Loading branch information
stork-auto committed Feb 22, 2021
1 parent a2d0793 commit 1ad0355
Show file tree
Hide file tree
Showing 17 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion dc-os/Docker/HA/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.bintray.io/jfrog/artifactory-pro:6.23.7
FROM docker.bintray.io/jfrog/artifactory-pro:6.23.13

MAINTAINER [email protected]

Expand Down
2 changes: 1 addition & 1 deletion dc-os/Docker/PRO/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dockerfile for a primary node
FROM docker.bintray.io/jfrog/artifactory-pro:6.23.7
FROM docker.bintray.io/jfrog/artifactory-pro:6.23.13

MAINTAINER [email protected]

Expand Down
2 changes: 1 addition & 1 deletion docker-compose/artifactory/art-compose
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SCRIPT_NAME=$(basename $0)
DEFAULT_ROOT_DATA_DIR=/data
LINUX_ROOT_DATA_DIR=${DEFAULT_ROOT_DATA_DIR}
MAC_DEFAULT_ROOT_DATA_DIR=~/.jfrog/artifactory
ARTIFACTORY_VERSION=6.23.7
ARTIFACTORY_VERSION=6.23.13
ART_COMPOSE_YML=https://jfrog.bintray.com/run/artifactory-pro/${ARTIFACTORY_VERSION}/compose/artifactory-pro.yml
COMPOSE_FILE=artifactory-pro.yml
FRESH_YML=false
Expand Down
6 changes: 3 additions & 3 deletions docker-compose/artifactory/artifactory-ha-shared-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
soft: 32000
hard: 40000
artifactory-node1:
image: docker.bintray.io/jfrog/artifactory-pro:6.23.7
image: docker.bintray.io/jfrog/artifactory-pro:6.23.13
container_name: artifactory-node1
ports:
- 8081:8081
Expand Down Expand Up @@ -50,7 +50,7 @@ services:
soft: 32000
hard: 40000
artifactory-node2:
image: docker.bintray.io/jfrog/artifactory-pro:6.23.7
image: docker.bintray.io/jfrog/artifactory-pro:6.23.13
container_name: artifactory-node2
ports:
- 8082:8081
Expand Down Expand Up @@ -84,7 +84,7 @@ services:
soft: 32000
hard: 40000
nginx:
image: docker.bintray.io/jfrog/nginx-artifactory-pro:6.23.7
image: docker.bintray.io/jfrog/nginx-artifactory-pro:6.23.13
container_name: nginx
ports:
- 80:80
Expand Down
6 changes: 3 additions & 3 deletions docker-compose/artifactory/artifactory-ha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
soft: 32000
hard: 40000
artifactory-node1:
image: docker.bintray.io/jfrog/artifactory-pro:6.23.7
image: docker.bintray.io/jfrog/artifactory-pro:6.23.13
container_name: artifactory-node1
ports:
- 8081:8081
Expand All @@ -46,7 +46,7 @@ services:
soft: 32000
hard: 40000
artifactory-node2:
image: docker.bintray.io/jfrog/artifactory-pro:6.23.7
image: docker.bintray.io/jfrog/artifactory-pro:6.23.13
container_name: artifactory-node2
ports:
- 8082:8081
Expand Down Expand Up @@ -76,7 +76,7 @@ services:
soft: 32000
hard: 40000
nginx:
image: docker.bintray.io/jfrog/nginx-artifactory-pro:6.23.7
image: docker.bintray.io/jfrog/nginx-artifactory-pro:6.23.13
container_name: nginx
ports:
- 80:80
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/artifactory/artifactory-oss-postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
soft: 32000
hard: 40000
artifactory:
image: docker.bintray.io/jfrog/artifactory-oss:6.23.7
image: docker.bintray.io/jfrog/artifactory-oss:6.23.13
container_name: artifactory
ports:
- 80:8081
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/artifactory/artifactory-oss.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
artifactory:
image: docker.bintray.io/jfrog/artifactory-oss:6.23.7
image: docker.bintray.io/jfrog/artifactory-oss:6.23.13
container_name: artifactory
ports:
- 80:8081
Expand Down
4 changes: 2 additions & 2 deletions docker-compose/artifactory/artifactory-pro-nginx-derby.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
artifactory:
image: docker.bintray.io/jfrog/artifactory-pro:6.23.7
image: docker.bintray.io/jfrog/artifactory-pro:6.23.13
container_name: artifactory
ports:
- 8081:8081
Expand All @@ -14,7 +14,7 @@ services:
soft: 32000
hard: 40000
nginx:
image: docker.bintray.io/jfrog/nginx-artifactory-pro:6.23.7
image: docker.bintray.io/jfrog/nginx-artifactory-pro:6.23.13
container_name: nginx
ports:
- 80:80
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/artifactory/artifactory-pro-postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
soft: 32000
hard: 40000
artifactory:
image: docker.bintray.io/jfrog/artifactory-pro:6.23.7
image: docker.bintray.io/jfrog/artifactory-pro:6.23.13
container_name: artifactory
ports:
- 80:8081
Expand Down
4 changes: 2 additions & 2 deletions docker-compose/artifactory/artifactory-pro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
soft: 32000
hard: 40000
artifactory:
image: docker.bintray.io/jfrog/artifactory-pro:6.23.7
image: docker.bintray.io/jfrog/artifactory-pro:6.23.13
container_name: artifactory
ports:
- 8081:8081
Expand All @@ -43,7 +43,7 @@ services:
soft: 32000
hard: 40000
nginx:
image: docker.bintray.io/jfrog/nginx-artifactory-pro:6.23.7
image: docker.bintray.io/jfrog/nginx-artifactory-pro:6.23.13
container_name: nginx
ports:
- 80:80
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/Dockerfile.mysql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.bintray.io/jfrog/artifactory-pro:6.23.7
FROM docker.bintray.io/jfrog/artifactory-pro:6.23.13

MAINTAINER eldada@jfrog.com

Expand Down
2 changes: 1 addition & 1 deletion kubernetes/artifactory-ha-node1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
containers:
- name: artifactory-ha-node1
# Set your actual artifactory-pro image
image: <your-docker-reg>/jfrog/artifactory-pro-mysql:6.23.7
image: <your-docker-reg>/jfrog/artifactory-pro-mysql:6.23.13
env:
- name: DB_TYPE
value: mysql
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/artifactory-ha-node2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
containers:
- name: artifactory-ha-node2
# Set your actual artifactory-pro image
image: <your-docker-reg>/jfrog/artifactory-pro-mysql:6.23.7
image: <your-docker-reg>/jfrog/artifactory-pro-mysql:6.23.13
env:
- name: DB_TYPE
value: mysql
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/artifactory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
mountPath: "/var/opt/jfrog/artifactory"
containers:
- name: artifactory-pro-k8s
image: docker.bintray.io/jfrog/artifactory-pro:6.23.7
image: docker.bintray.io/jfrog/artifactory-pro:6.23.13
env:
- name: DB_TYPE
value: postgresql
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/nginx-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
spec:
containers:
- name: nginx-k8s
image: docker.bintray.io/jfrog/nginx-artifactory-pro:6.23.7
image: docker.bintray.io/jfrog/nginx-artifactory-pro:6.23.13
env:
- name: ART_BASE_URL
value: "http://artifactory-pro:8081/artifactory"
Expand Down
2 changes: 1 addition & 1 deletion openshift/artifactory/artifactory-ha-nfs/sample-params.env
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DATABASE_HOST=postgresql.artifactory-ha-nfs.svc
DATABASE_PORT=5432
ARTIFACTORY_IMAGE_STREAM_NAME=artifactory
ARTIFACTORY_IMAGE_REPOSITORY=jfrog-docker-reg2.bintray.io/jfrog/artifactory-pro
ARTIFACTORY_VERSION=6.23.7
ARTIFACTORY_VERSION=6.23.13
INIT_CONTAINER_IMAGE=alpine:3.6
ARTIFACTORY_PVC_SIZE=20Gi
ARTIFACTORY_DATA_PVC_SIZE=20Gi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DATABASE_HOST=postgresql.artifactory-ha-no-nfs.svc
DATABASE_PORT=5432
ARTIFACTORY_IMAGE_STREAM_NAME=artifactory
ARTIFACTORY_IMAGE_REPOSITORY=jfrog-docker-reg2.bintray.io/jfrog/artifactory-pro
ARTIFACTORY_VERSION=6.23.7
ARTIFACTORY_VERSION=6.23.13
INIT_CONTAINER_IMAGE=alpine:3.6
ARTIFACTORY_PVC_SIZE=20Gi
CPU_REQUEST=500m
Expand Down

0 comments on commit 1ad0355

Please sign in to comment.