Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
81877a64ae | ||
|
b9ce3925cd | ||
|
ebc5c037fa | ||
|
9220365d38 | ||
|
1e3824a683 | ||
|
00ec7f4366 | ||
|
9b65bc22be | ||
|
c376cb82e8 |
14
Dockerfile
14
Dockerfile
@ -1,7 +1,7 @@
|
|||||||
FROM ubuntu:focal AS build-env
|
FROM ubuntu:bionic AS build-env
|
||||||
RUN apt-get update && DEBIAN_FRONTEND="noninteractive" \
|
RUN apt-get update && DEBIAN_FRONTEND="noninteractive" \
|
||||||
apt-get --yes --no-install-recommends install \
|
apt-get --yes --no-install-recommends install \
|
||||||
wget \
|
wget curl\
|
||||||
build-essential \
|
build-essential \
|
||||||
make \
|
make \
|
||||||
libsqlite3-dev \
|
libsqlite3-dev \
|
||||||
@ -20,11 +20,5 @@ RUN apt-get update && DEBIAN_FRONTEND="noninteractive" \
|
|||||||
libvncserver-dev \
|
libvncserver-dev \
|
||||||
lua5.3 \
|
lua5.3 \
|
||||||
tree
|
tree
|
||||||
|
# RUN RUSTUP_HOME=/opt/rust/rustup CARGO_HOME=/opt/rust/cargo bash -c 'curl https://sh.rustup.rs -sSf | sh -s -- -y'
|
||||||
# app image tool support
|
# RUN chmod -R 777 /opt/rust/
|
||||||
RUN DEBIAN_FRONTEND="noninteractive" \
|
|
||||||
apt-get --yes --no-install-recommends install \
|
|
||||||
binutils coreutils desktop-file-utils fakeroot \
|
|
||||||
fuse libgdk-pixbuf2.0-dev patchelf python3-pip \
|
|
||||||
python3-setuptools squashfs-tools strace \
|
|
||||||
util-linux zsync
|
|
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -31,10 +31,10 @@ pipeline{
|
|||||||
arch_name="${arch////-}"
|
arch_name="${arch////-}"
|
||||||
docker buildx build \
|
docker buildx build \
|
||||||
--platform $arch \
|
--platform $arch \
|
||||||
--output "type=docker,push=false,name=xsangle/ci-tools:latest-$arch_name" \
|
--output "type=docker,push=false,name=xsangle/ci-tools:bionic-$arch_name" \
|
||||||
.
|
.
|
||||||
docker tag xsangle/ci-tools:latest-$arch_name workstation:5000/xsangle/ci-tools:latest-$arch_name
|
# docker tag xsangle/ci-tools:bionic-$arch_name workstation:5000/xsangle/ci-tools:bionic-$arch_name
|
||||||
docker push workstation:5000/xsangle/ci-tools:latest-$arch_name
|
# docker push workstation:5000/xsangle/ci-tools:bionic-$arch_name
|
||||||
done
|
done
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user