mirror of
https://gitee.com/kennylee/docker.git
synced 2024-11-29 18:38:34 +08:00
修改ubuntu-bionic
This commit is contained in:
parent
e1a7eb0dc8
commit
8dd3a16d7a
@ -1,4 +1,4 @@
|
||||
FROM registry.cn-hangzhou.aliyuncs.com/kennylee/ubuntu:xenial
|
||||
FROM registry.cn-hangzhou.aliyuncs.com/kennylee/ubuntu:bionic
|
||||
|
||||
MAINTAINER kennylee26 <kennylee26@gmail.com>
|
||||
|
||||
|
3
jenkins/clear-data.sh
Normal file
3
jenkins/clear-data.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
rm -rf './data/*' './data/\.*'
|
@ -1,7 +1,7 @@
|
||||
version: '2.4'
|
||||
services:
|
||||
app:
|
||||
image: registry.cn-hangzhou.aliyuncs.com/kennylee/jenkins:2.60.3
|
||||
image: registry.cn-hangzhou.aliyuncs.com/kennylee/jenkins:2.164.3
|
||||
ports:
|
||||
- 8080:8080
|
||||
- 50000:50000
|
||||
|
@ -26,6 +26,7 @@ ENV LANG=zh_CN.UTF-8\
|
||||
LANGUAGE=zh_CN:zh:en_US:en\
|
||||
LC_ALL=zh_CN.UTF-8\
|
||||
TZ=Asia/Shanghai\
|
||||
DEBIAN_FRONTEND=noninteractive\
|
||||
TERM=xterm
|
||||
|
||||
RUN ln -fs /usr/share/zoneinfo/$TZ /etc/localtime && \
|
||||
|
Loading…
Reference in New Issue
Block a user