We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fccc2ef commit e901ac6Copy full SHA for e901ac6
docker/containerbuild.sh
@@ -63,7 +63,7 @@ mv /var/tmp/"$KSNAME"-docker.tar.xz $BUILDROOT/docker/
63
64
# Create a Dockerfile to go along with the rootfs.
65
66
-BUILDDATE_RFC3339="$(date -d $BUILDDATE --rfc-3339=date)"
+BUILDDATE_RFC3339="$(date -d $BUILDDATE --rfc-3339=seconds)"
67
cat << EOF > $BUILDROOT/docker/Dockerfile
68
FROM scratch
69
ADD $KSNAME-docker.tar.xz /
0 commit comments