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" \
|
||||
apt-get --yes --no-install-recommends install \
|
||||
wget \
|
||||
wget curl\
|
||||
build-essential \
|
||||
make \
|
||||
libsqlite3-dev \
|
||||
@ -20,11 +20,5 @@ RUN apt-get update && DEBIAN_FRONTEND="noninteractive" \
|
||||
libvncserver-dev \
|
||||
lua5.3 \
|
||||
tree
|
||||
|
||||
# app image tool support
|
||||
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
|
||||
# RUN RUSTUP_HOME=/opt/rust/rustup CARGO_HOME=/opt/rust/cargo bash -c 'curl https://sh.rustup.rs -sSf | sh -s -- -y'
|
||||
# RUN chmod -R 777 /opt/rust/
|
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -31,10 +31,10 @@ pipeline{
|
||||
arch_name="${arch////-}"
|
||||
docker buildx build \
|
||||
--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 push 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:bionic-$arch_name
|
||||
done
|
||||
'''
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user